| Age | Commit message (Expand) | Author | Lines |
| 2022-04-05 | errors: implement fallback diagnostic translation | David Wood | -5/+15 |
| 2022-04-05 | errors: introduce `DiagnosticMessage` | David Wood | -2/+2 |
| 2022-04-04 | Auto merge of #95606 - petrochenkov:linkregr, r=wesleywiser | bors | -1/+6 |
| 2022-04-03 | Cleanup after some refactoring in rustc_target | Loïc BRANSTETT | -3/+3 |
| 2022-04-03 | Replace LinkArgs with Cow<'static, str> | Loïc BRANSTETT | -5/+6 |
| 2022-04-03 | Replace every Vec in Target(Options) with it's Cow equivalent | Loïc BRANSTETT | -2/+2 |
| 2022-04-03 | Replace every `String` in Target(Options) with `Cow<'static, str>` | Loïc BRANSTETT | -12/+12 |
| 2022-04-03 | Auto merge of #90791 - drmorr0:drmorr-memcmp-cint-cfg, r=petrochenkov | bors | -0/+1 |
| 2022-04-02 | make memcmp return a value of c_int_width instead of i32 | David Morrison | -0/+1 |
| 2022-04-03 | linker: Implicitly link native libs as whole-archive in some more cases | Vadim Petrochenkov | -1/+6 |
| 2022-04-02 | Address review comments and add a test | Jakub Beránek | -4/+24 |
| 2022-04-02 | Include a header in .rlink files to provide nicer error messages when a wrong... | Jakub Beránek | -0/+31 |
| 2022-03-31 | Rollup merge of #95497 - nyurik:compiler-spell-comments, r=compiler-errors | Dylan DPC | -1/+1 |
| 2022-03-30 | Stabilize native library modifier syntax and the `whole-archive` modifier spe... | Vadim Petrochenkov | -41/+73 |
| 2022-03-30 | Spellchecking compiler comments | Yuri Astrakhan | -1/+1 |
| 2022-03-30 | Auto merge of #95241 - Gankra:cleaned-provenance, r=workingjubilee | bors | -1/+2 |
| 2022-03-30 | Rollup merge of #95461 - nyurik:spelling, r=lcnr | Dylan DPC | -4/+4 |
| 2022-03-30 | Spellchecking some comments | Yuri Astrakhan | -4/+4 |
| 2022-03-29 | Make some rustc code conform to strict provenance. | Aria Beingessner | -1/+2 |
| 2022-03-28 | Rollup merge of #95328 - DrMeepster:box_gep_err, r=oli-obk | Dylan DPC | -7/+13 |
| 2022-03-28 | use cfg attribute instead of macro | klensy | -25/+27 |
| 2022-03-27 | fix other source of box deref | DrMeepster | -3/+11 |
| 2022-03-26 | check the the right field | DrMeepster | -1/+1 |
| 2022-03-25 | widen special case on deref to all non-zst allocators | DrMeepster | -4/+2 |
| 2022-03-26 | Auto merge of #95149 - cjgillot:once-diag, r=estebank | bors | -1/+1 |
| 2022-03-23 | Rollup merge of #91608 - workingjubilee:fold-neon-fp, r=nagisa,Amanieu | Dylan DPC | -4/+1 |
| 2022-03-22 | Fold aarch64 feature +fp into +neon | Jubilee Young | -4/+1 |
| 2022-03-20 | Take &mut Diagnostic in emit_diagnostic. | Camille GILLOT | -1/+1 |
| 2022-03-18 | Auto merge of #95056 - Dylan-DPC:rollup-swtuw2n, r=Dylan-DPC | bors | -5/+25 |
| 2022-03-17 | Rollup merge of #94997 - michaelwoerister:fix-enum-type-name-layout-error, r=... | Dylan DPC | -2/+23 |
| 2022-03-17 | Rollup merge of #93745 - tarcieri:stabilize-adx, r=cjgillot | Dylan DPC | -1/+1 |
| 2022-03-16 | erase late-bound regions in dyn projection types for debuginfo | Michael Goulet | -1/+2 |
| 2022-03-16 | rustc_error: make ErrorReported impossible to construct | mark | -2/+1 |
| 2022-03-16 | debuginfo: Fix ICE when generating name for type that produces a layout error. | Michael Woerister | -2/+23 |
| 2022-03-16 | feat: more RISC-V features | luojia65 | -0/+20 |
| 2022-03-15 | Rollup merge of #94810 - michaelwoerister:fix-trait-pointer-debuginfo-names, ... | Matthias Krüger | -3/+10 |
| 2022-03-15 | Auto merge of #94261 - michaelwoerister:debuginfo-types-refactor, r=wesleywiser | bors | -51/+131 |
| 2022-03-14 | Stabilize ADX target feature | Tony Arcieri | -1/+1 |
| 2022-03-14 | debuginfo: Refactor debuginfo generation for types -- Rename DebugInfoMethods... | Michael Woerister | -2/+2 |
| 2022-03-14 | debuginfo: Refactor debuginfo generation for types -- Address review comments. | Michael Woerister | -1/+1 |
| 2022-03-14 | Rollup merge of #90621 - adamgemmell:dev/stabilise-target-feature, r=Amanieu | Matthias Krüger | -53/+56 |
| 2022-03-14 | debuginfo: change cpp-like naming for generator environments so that NatVis w... | Michael Woerister | -48/+92 |
| 2022-03-14 | debuginfo: Refactor debuginfo generation for types | Michael Woerister | -2/+38 |
| 2022-03-14 | Stabilise `aarch64_target_feature` | Adam Gemmell | -53/+56 |
| 2022-03-12 | Auto merge of #94873 - DrMeepster:box_alloc_ice3, r=oli-obk | bors | -1/+8 |
| 2022-03-11 | fix another assumption about box | DrMeepster | -1/+8 |
| 2022-03-11 | Improve `AdtDef` interning. | Nicholas Nethercote | -10/+10 |
| 2022-03-10 | debuginfo: Fix bug in type name generation for dyn types with associated type... | Michael Woerister | -3/+10 |
| 2022-03-07 | Clarify `Layout` interning. | Nicholas Nethercote | -1/+1 |
| 2022-03-07 | Introduce `ConstAllocation`. | Nicholas Nethercote | -3/+3 |