| Age | Commit message (Expand) | Author | Lines |
| 2021-05-03 | Fix ICE of for-loop mut borrowck where no suggestions are available | Deadbeef | -7/+10 |
| 2021-05-03 | Revert PR 81473 to resolve (on beta) issues 81626 and 81658. | Felix S. Klock II | -21/+0 |
| 2021-05-03 | Remove assert_matches feature attributes. | Mara Bos | -3/+0 |
| 2021-05-03 | Remove assert_matches users | Mark Rousskov | -17/+5 |
| 2021-05-03 | Effective beta backport of 8d1083e319841624f64400e1524805a40d725439 | Felix S. Klock II | -31/+62 |
| 2021-04-29 | move new c abi abort behavior behind feature gate | katelyn a. martin | -1/+5 |
| 2021-03-20 | Auto merge of #83314 - Aaron1011:print-unstable-value, r=lcnr | bors | -1/+1 |
| 2021-03-20 | Auto merge of #83271 - SparrowLii:simd_neg, r=Amanieu | bors | -2/+24 |
| 2021-03-20 | Auto merge of #82919 - bstrie:stabchar, r=dtolnay | bors | -1/+0 |
| 2021-03-20 | Auto merge of #83293 - osa1:82436_perf, r=varkor | bors | -3/+3 |
| 2021-03-19 | Stabilize `assoc_char_funcs` and `assoc_char_consts` | bstrie | -1/+0 |
| 2021-03-19 | Debug-print result when an unstable fingerprint is detected | Aaron Hill | -1/+1 |
| 2021-03-19 | Rollup merge of #83297 - oli-obk:why_bug_today_if_you_can_delay_to_tomorrow, ... | Dylan DPC | -5/+9 |
| 2021-03-19 | Rollup merge of #83277 - spastorino:early_otherwise-opt-unsound, r=oli-obk | Dylan DPC | -0/+5 |
| 2021-03-19 | Auto merge of #82951 - sexxi-goose:wr-mir-replace-methods2, r=nikomatsakis | bors | -242/+219 |
| 2021-03-19 | Rollup merge of #83236 - cjgillot:memmap, r=joshtriplett | Dylan DPC | -6/+6 |
| 2021-03-19 | Rollup merge of #83230 - jyn514:remove-macros, r=joshtriplett | Dylan DPC | -15/+7 |
| 2021-03-19 | Rollup merge of #83197 - jyn514:cfg-test-dead-code, r=joshtriplett | Dylan DPC | -78/+85 |
| 2021-03-19 | Rollup merge of #83179 - Aaron1011:actix-web-lint, r=petrochenkov | Dylan DPC | -17/+29 |
| 2021-03-19 | Rollup merge of #82846 - GuillaumeGomez:doc-alias-list, r=jyn514 | Dylan DPC | -30/+83 |
| 2021-03-19 | Rollup merge of #82759 - m-ou-se:remove-unwrap-none, r=petrochenkov | Dylan DPC | -23/+38 |
| 2021-03-19 | Do not ICE on ty::Error as an error must already have been reported | Oli Scherer | -5/+9 |
| 2021-03-19 | Revert performance-sensitive change in #82436 | Ömer Sinan Ağacan | -3/+3 |
| 2021-03-19 | Hash hir_owner in typeck results | Aman Arora | -1/+3 |
| 2021-03-18 | Replace closures_captures and upvar_capture with closure_min_captures | Jennifer Wills | -243/+218 |
| 2021-03-18 | Mark early otherwise optimization unsound | Santiago Pastorino | -0/+5 |
| 2021-03-19 | correct macro names | SparrowLii | -4/+4 |
| 2021-03-19 | Add simd_neg platform intrinsic | SparrowLii | -2/+24 |
| 2021-03-18 | Upgrade memmap to memmap2 in other crates. | Camille GILLOT | -6/+6 |
| 2021-03-18 | Extend `proc_macro_back_compat` lint to `actix-web` | Aaron Hill | -17/+29 |
| 2021-03-18 | Auto merge of #83166 - cjgillot:defkey-vge, r=oli-obk | bors | -92/+86 |
| 2021-03-18 | Remove unwrap_none/expect_none from compiler/. | Mara Bos | -23/+38 |
| 2021-03-18 | Auto merge of #82868 - petrochenkov:bto, r=estebank | bors | -61/+113 |
| 2021-03-18 | Auto merge of #76447 - pickfire:async-pub, r=estebank | bors | -9/+39 |
| 2021-03-18 | Report missing cases of `bare_trait_objects` | Vadim Petrochenkov | -2/+34 |
| 2021-03-18 | hir: Preserve used syntax in `TyKind::TraitObject` | Vadim Petrochenkov | -11/+17 |
| 2021-03-18 | Rollup merge of #83231 - DieracDelta:lp64d-abi-for-riscvgc-unknown-none-elf, ... | Dylan DPC | -0/+1 |
| 2021-03-18 | Rollup merge of #83216 - jyn514:register-tool, r=petrochenkov | Dylan DPC | -14/+38 |
| 2021-03-18 | Rollup merge of #83168 - Aaron1011:lint-procedural-masquerade, r=petrochenkov | Dylan DPC | -29/+43 |
| 2021-03-18 | Rollup merge of #83080 - tmiasko:inline-coverage, r=wesleywiser | Dylan DPC | -52/+102 |
| 2021-03-18 | Rollup merge of #82270 - asquared31415:asm-syntax-directive-errors, r=nagisa | Dylan DPC | -1/+79 |
| 2021-03-18 | Fix use of bare trait objects everywhere | Vadim Petrochenkov | -48/+62 |
| 2021-03-17 | Auto merge of #83188 - petrochenkov:field, r=lcnr | bors | -295/+323 |
| 2021-03-17 | Iterate for super_predicates. | Camille GILLOT | -11/+3 |
| 2021-03-17 | riscvgc-unknown-none-elf use lp64d ABI | Justin Restivo | -0/+1 |
| 2021-03-17 | Move some test-only code to test files | Joshua Nelson | -78/+85 |
| 2021-03-17 | Auto merge of #83090 - jackh726:bound_var_replacer_option, r=varkor | bors | -55/+53 |
| 2021-03-17 | Remove unnecessary `forward_inner_docs` hack | Joshua Nelson | -15/+7 |
| 2021-03-17 | Auto merge of #83225 - JohnTitor:rollup-4hnuhb8, r=JohnTitor | bors | -109/+150 |
| 2021-03-17 | Rollup merge of #83203 - jyn514:rustdoc-warnings, r=Manishearth | Yuki Okushi | -1/+35 |