| Age | Commit message (Expand) | Author | Lines |
| 2022-02-19 | Do not decode span when we only need the name. | Camille GILLOT | -17/+19 |
| 2022-02-19 | Encode metadata using queries. | Camille GILLOT | -243/+222 |
| 2022-02-19 | Stop interning stability. | Camille GILLOT | -45/+22 |
| 2022-02-19 | Don't render Const computed values in hexadecimal for Display | Guillaume Gomez | -0/+12 |
| 2022-02-19 | switch to limiting the number of init/uninit chunks | Erik Desjardins | -25/+14 |
| 2022-02-19 | Rollup merge of #94086 - tmiasko:char-try-from-scalar-int, r=davidtwco | Matthias Krüger | -4/+14 |
| 2022-02-19 | Rollup merge of #94006 - pierwill:upvar-field, r=nikomatsakis | Matthias Krüger | -11/+19 |
| 2022-02-19 | Rollup merge of #93990 - lcnr:pre-89862-cleanup, r=estebank | Matthias Krüger | -50/+84 |
| 2022-02-19 | Rollup merge of #93658 - cchiw:issue-77443-fix, r=joshtriplett | Matthias Krüger | -3/+2 |
| 2022-02-19 | Auto merge of #94134 - matthiaskrgr:rollup-b132kjz, r=matthiaskrgr | bors | -183/+829 |
| 2022-02-19 | rustc_const_eval: adopt let else in more places | est31 | -123/+86 |
| 2022-02-19 | rustc_trait_selection: adopt let else in more places | est31 | -117/+75 |
| 2022-02-18 | rustdoc-json: Better Header Type | Nixon Enraght-Moony | -0/+4 |
| 2022-02-18 | Auto merge of #94050 - michaelwoerister:fix-unsized-tuple-debuginfo, r=pnkfelix | bors | -9/+4 |
| 2022-02-18 | Rollup merge of #93915 - Urgau:rfc-3013, r=petrochenkov | Matthias Krüger | -6/+259 |
| 2022-02-18 | Rollup merge of #93892 - compiler-errors:issue-92917, r=jackh726,nikomatsakis | Matthias Krüger | -34/+64 |
| 2022-02-18 | Rollup merge of #93877 - Amanieu:asm_fixes, r=nagisa | Matthias Krüger | -46/+97 |
| 2022-02-18 | Rollup merge of #93814 - Itus-Shield:mips64-openwrt, r=bjorn3 | Matthias Krüger | -1/+1 |
| 2022-02-18 | Rollup merge of #92806 - compiler-errors:better-impl-trait-deny, r=estebank | Matthias Krüger | -90/+240 |
| 2022-02-18 | Rollup merge of #91675 - ivanloz:memtagsan, r=nagisa | Matthias Krüger | -3/+31 |
| 2022-02-18 | Rollup merge of #89892 - Nilstrieb:suggest-return-impl-trait, r=jackh726 | Matthias Krüger | -3/+137 |
| 2022-02-18 | Use undef for partially-uninit constants up to 1024 bytes | Erik Desjardins | -4/+6 |
| 2022-02-18 | asm: Allow the use of r8-r14 as clobbers on Thumb1 | Amanieu d'Antras | -46/+97 |
| 2022-02-19 | rustdoc: several minor fixes | mqy | -1/+1 |
| 2022-02-18 | Suggest `impl Trait` return type | Nilstrieb | -3/+137 |
| 2022-02-18 | At opt-level=0, apply only ABI-affecting attributes to functions | Erik Desjardins | -41/+52 |
| 2022-02-18 | Rollup merge of #93634 - matthiaskrgr:clippy_complexity_jan_2022, r=oli-obk | Matthias Krüger | -45/+39 |
| 2022-02-18 | Rollup merge of #93024 - compiler-errors:inline-mir-bad-bounds, r=estebank | Matthias Krüger | -2/+13 |
| 2022-02-18 | Rollup merge of #92959 - asquared31415:test-non-fn-help, r=estebank | Matthias Krüger | -6/+16 |
| 2022-02-18 | Rollup merge of #92933 - bjorn3:no_bin_lib_mixing, r=estebank | Matthias Krüger | -7/+10 |
| 2022-02-18 | Rollup merge of #92683 - jackh726:issue-92033, r=estebank | Matthias Krüger | -3/+86 |
| 2022-02-18 | Extend uninhabited match branch optimization to also work on fallthrough. | Jakob Degen | -3/+39 |
| 2022-02-18 | Put crate metadata first in the rlib when possible | bjorn3 | -40/+68 |
| 2022-02-18 | Auto merge of #93766 - petrochenkov:doclinkregr, r=camelid,GuillaumeGomez | bors | -8/+11 |
| 2022-02-18 | rustdoc: Collect traits in scope for lang items | Vadim Petrochenkov | -8/+11 |
| 2022-02-18 | fix some typos | Mizobrook-kan | -2/+2 |
| 2022-02-18 | Auto merge of #94088 - oli-obk:revert, r=jackh726 | bors | -78/+88 |
| 2022-02-18 | document rustc_middle::mir::Field | Mizobrook-kan | -0/+9 |
| 2022-02-17 | fix impl trait message, bless tests | Michael Goulet | -4/+3 |
| 2022-02-17 | Add more information to `impl Trait` deny error | Michael Goulet | -90/+241 |
| 2022-02-17 | Remove SimpleDefKind | Mark Rousskov | -62/+14 |
| 2022-02-17 | Rollup merge of #94043 - DrMeepster:box_alloc_ice, r=oli-obk | Matthias Krüger | -1/+3 |
| 2022-02-17 | Rollup merge of #94011 - est31:let_else, r=lcnr | Matthias Krüger | -83/+43 |
| 2022-02-17 | Rollup merge of #93758 - nnethercote:improve-folding-comments, r=BoxyUwU | Matthias Krüger | -77/+113 |
| 2022-02-17 | Rollup merge of #93337 - Amanieu:asm_tracking, r=tmiasko | Matthias Krüger | -4/+4 |
| 2022-02-17 | Suggest copying trait associated type bounds on lifetime error | Jack Huey | -3/+86 |
| 2022-02-17 | Add module-level docs for `rustc_middle::query` | pierwill | -0/+6 |
| 2022-02-17 | Revert "Auto merge of #91403 - cjgillot:inherit-async, r=oli-obk" | Oli Scherer | -78/+88 |
| 2022-02-17 | Remove unused `unsound_ignore_borrow_on_drop` | Tomasz Miąsko | -38/+13 |
| 2022-02-17 | Fix ScalarInt to char conversion | Tomasz Miąsko | -4/+14 |