]> git.lizzy.rs Git - rust.git/history - compiler
Rename WASI's `is_character_device` to `is_char_device`.
[rust.git] / compiler /
2021-11-12 borsAuto merge of #90731 - pierwill:fix-90658, r=michaelwoe...
2021-11-11 borsAuto merge of #90489 - jyn514:load-all-extern-crates...
2021-11-11 borsAuto merge of #90746 - nnethercote:opt-pattern-matching...
2021-11-11 borsAuto merge of #90648 - matthewjasper:assoc-item-cleanup...
2021-11-11 borsAuto merge of #88798 - sunfishcode:sunfishcode/windows...
2021-11-11 borsAuto merge of #90755 - scottmcm:spec-array-clone, r...
2021-11-11 borsAuto merge of #89550 - lcnr:coherence-specialization...
2021-11-11 borsAuto merge of #83846 - torhovland:issue-10971, r=davidtwco
2021-11-10 borsAuto merge of #90784 - matthiaskrgr:rollup-car8g12...
2021-11-10 Matthias KrügerRollup merge of #90736 - Lokathor:inline-asm-docs-updat...
2021-11-10 Matthias KrügerRollup merge of #89930 - cuviper:avoid-clone3, r=joshtr...
2021-11-10 borsAuto merge of #90769 - matthiaskrgr:rollup-266apqm...
2021-11-10 Matthias KrügerRollup merge of #90758 - joseph-roitman:fix-entry-doc...
2021-11-10 Matthias KrügerRollup merge of #90742 - est31:add_assign, r=davidtwco
2021-11-10 Matthias KrügerRollup merge of #90727 - GuillaumeGomez:remove-potentia...
2021-11-10 Matthias KrügerRollup merge of #88868 - calebzulawski:feature/simd_bit...
2021-11-10 Matthias KrügerRollup merge of #88447 - inquisitivecrystal:rustdoc...
2021-11-10 lcnrdon't inline `report_overlap_conflict`
2021-11-10 lcnrno overlap errors after failing the orphan check
2021-11-10 borsAuto merge of #90759 - yanok:llvm-dbginfo-fix, r=nikic
2021-11-10 borsAuto merge of #88670 - camelid:miri-uninit-num, r=RalfJung
2021-11-10 Matthias KrügerRollup merge of #90748 - cuviper:track-setgroups, r...
2021-11-10 Matthias KrügerRollup merge of #90690 - solid-rs:fix-kmc-solid-asm...
2021-11-10 borsAuto merge of #90663 - ken-matsui:support-early-stoppin...
2021-11-10 inquisitivecrystalAdd `ty::Visibility::is_public()`
2021-11-10 Caleb ZulawskiAdd comment regarding bit order
2021-11-10 Noah Levmiri: Detect uninitialized integers and floats
2021-11-09 est31Use AddAssign impl
2021-11-09 borsAuto merge of #90734 - matthiaskrgr:rollup-e1euotp...
2021-11-09 Matthias KrügerRollup merge of #90723 - asquared31415:box_docs, r...
2021-11-09 Matthias KrügerRollup merge of #90701 - michaelwoerister:more-artifact...
2021-11-09 Matthias KrügerRollup merge of #90685 - jyn514:remove-dead-code, r...
2021-11-09 Matthias KrügerRollup merge of #90683 - jyn514:compiler-docs, r=Mark...
2021-11-09 Matthias KrügerRollup merge of #90613 - GuillaumeGomez:specific-rustdo...
2021-11-09 Matthias KrügerRollup merge of #90035 - SparrowLii:rfc2528, r=jackh726
2021-11-09 Matthias KrügerRollup merge of #89561 - nbdd0121:const_typeck, r=nikom...
2021-11-09 borsAuto merge of #86041 - bstrie:unmagic-array-copy, r...
2021-11-09 pierwillRemove `rustc_incremental::persist::fs::dep_graph_path_...
2021-11-09 borsAuto merge of #90724 - JohnTitor:rollup-zg0kbm3, r...
2021-11-09 Yuki OkushiRollup merge of #90720 - ehuss:update-cargo, r=ehuss
2021-11-09 Yuki OkushiRollup merge of #90708 - NieDzejkob:feature-note, r...
2021-11-09 Yuki OkushiRollup merge of #90688 - SparrowLii:dotprod, r=Amanieu
2021-11-09 Yuki OkushiRollup merge of #90678 - JohnTitor:add-some-gats-tests...
2021-11-09 Yuki OkushiRollup merge of #90591 - richlowe:illumos-ui-target...
2021-11-09 Yuki OkushiRollup merge of #87530 - bstrie:commentsync, r=bstrie
2021-11-09 borsAuto merge of #90700 - fee1-dead:select-returns-vec...
2021-11-09 borsAuto merge of #87337 - jyn514:lint-error, r=oli-obk...
2021-11-09 borsAuto merge of #90485 - camsteffen:fmt-args-less-bind...
2021-11-09 Nicholas NethercoteChange the `assert` in `is_useful` to a `debug_assert`.
2021-11-09 borsAuto merge of #90695 - GuillaumeGomez:rollup-kxvvw4o...
2021-11-08 borsAuto merge of #90443 - camelid:rustdoc-subst, r=Guillau...
2021-11-08 Jakub KądziołkaAdd a note about feature(explicit_generic_args_with_imp...
2021-11-08 bstrieUpdate Copy/Clone documentation WRT arrays
2021-11-08 bstrieimpl Copy/Clone for arrays in std, not in compiler
2021-11-08 Michael WoeristerRecord more artifact sizes during self-profiling.
2021-11-08 Deadbeeffmt
2021-11-08 DeadbeefMake select_* methods return Vec for TraitEngine
2021-11-08 Guillaume GomezRollup merge of #90689 - lnicola:rust-analyzer-2021...
2021-11-08 Guillaume GomezRollup merge of #90657 - GuillaumeGomez:one-char-last...
2021-11-08 Guillaume GomezRollup merge of #90652 - matthiaskrgr:unnnec_filter_map...
2021-11-08 Guillaume GomezRollup merge of #90494 - Meziu:armv6k-3ds-target, r...
2021-11-08 borsAuto merge of #90361 - Mark-Simulacrum:always-verify...
2021-11-08 SparrowLiienable `dotprod` target feature in arm
2021-11-08 borsAuto merge of #90675 - camelid:cleanup-impl, r=jyn514
2021-11-08 borsAuto merge of #90680 - calebcartwright:rustfmt-sync...
2021-11-08 Caleb CartwrightMerge commit 'ea199bacef07213dbe008841b89c450e3bf0c638...
2021-11-08 borsAuto merge of #89488 - c410-f3r:testsssssss, r=petrochenkov
2021-11-08 Joshua NelsonDon't proceed to codegen if there are lint errors
2021-11-08 Joshua NelsonDon't abort compilation after giving a lint error
2021-11-07 borsAuto merge of #88368 - jyn514:metadata-error, r=petroch...
2021-11-07 borsAuto merge of #90668 - matthiaskrgr:clippy_nov7, r...
2021-11-07 Matthias Krügermore clippy fixes
2021-11-07 borsAuto merge of #90671 - petrochenkov:astnaming, r=jackh726
2021-11-07 Joshua NelsonImprove error when an .rlib can't be parsed
2021-11-07 Vadim Petrochenkovast: Fix naming conventions in AST structures
2021-11-07 Matthew JasperRemove some fields from `ObligationCauseCode`
2021-11-07 borsAuto merge of #89310 - joshtriplett:available-concurren...
2021-11-07 Tor HovlandMade temps-dir an unstable option.
2021-11-07 borsAuto merge of #90348 - Amanieu:asm_feature_gates, r...
2021-11-07 Gary GuoRename functions reflect that inline const is also...
2021-11-07 Gary GuoFix closures within inline const
2021-11-07 Gary GuoEnsure closure requirements are proven for inline const
2021-11-07 Gary GuoImplement type inference for inline consts
2021-11-07 Gary GuoGive inline const separate DefKind
2021-11-07 borsAuto merge of #90635 - matthiaskrgr:rustdoc_compl,...
2021-11-07 Amanieu d'AntrasAdd features gates for experimental asm features
2021-11-06 borsAuto merge of #90661 - matthiaskrgr:rollup-1umbdlx...
2021-11-06 Matthias KrügerRollup merge of #90649 - cjgillot:reveal-all-2, r=lcnr
2021-11-06 Matthias KrügerRollup merge of #90646 - BoxyUwU:funky_ice, r=estebank
2021-11-06 Matthias KrügerRollup merge of #90642 - matthiaskrgr:clippy_matches...
2021-11-06 Matthias KrügerRollup merge of #90627 - camelid:suggest-box-deref...
2021-11-06 Matthias KrügerRollup merge of #90508 - nbdd0121:issue-90483, r=davidtwco
2021-11-06 Matthias KrügerRollup merge of #90487 - NoraCodes:nora/how-to-read...
2021-11-06 borsAuto merge of #90655 - the8472:drain-dot-dot, r=jyn514
2021-11-06 Cameron SteffenFactor out some Vecs
2021-11-06 Cameron SteffenDon't destructure args tuple in format_args!
2021-11-06 Guillaume GomezFix last doc code comment being removed if it only...
2021-11-06 Noah LevSuggest dereference of `Box` when inner type is expected
2021-11-06 The8472Replace some uses of vec.drain(..) with vec.into_iter()
2021-11-06 Matthias Krügeruse filter(|x| matches!(..)) instead of filter_map...
next