| Age | Commit message (Expand) | Author | Lines |
| 2022-04-28 | Rollup merge of #96432 - SparrowLii:dbg_scope, r=davidtwco | Dylan DPC | -19/+14 |
| 2022-04-26 | not need `Option` for `dbg_scope` | SparrowLii | -19/+14 |
| 2022-04-25 | Auto merge of #95604 - nbdd0121:used2, r=petrochenkov | bors | -3/+3 |
| 2022-04-25 | Rollup merge of #96215 - nikic:legacy-pm-removal, r=nagisa | Matthias Krüger | -24/+29 |
| 2022-04-24 | Ensure `#[used]` symbols are preserved in LTO | Gary Guo | -1/+1 |
| 2022-04-22 | debuginfo: Emit ZST struct debuginfo for unit type when CPP-like debuginfo is... | Michael Woerister | -9/+16 |
| 2022-04-20 | Stub out more PassManagerBuilder functions | Nikita Popov | -22/+16 |
| 2022-04-20 | Stub out various legacy PM functions with LLVM 15 | Nikita Popov | -2/+2 |
| 2022-04-20 | Drop support for -Znew-llvm-pass-manager=no with LLVM 15 | Nikita Popov | -0/+11 |
| 2022-04-19 | Rollup merge of #95740 - Amanieu:kreg0, r=nagisa | Dylan DPC | -3/+13 |
| 2022-04-19 | asm: Add a kreg0 register class on x86 which includes k0 | Amanieu d'Antras | -3/+13 |
| 2022-04-18 | Add `SymbolExportInfo` | Gary Guo | -3/+3 |
| 2022-04-16 | Auto merge of #96117 - Dylan-DPC:rollup-5traczf, r=Dylan-DPC | bors | -1/+0 |
| 2022-04-16 | Rollup merge of #96023 - matthiaskrgr:clippyper1304, r=lcnr | Dylan DPC | -1/+0 |
| 2022-04-16 | Auto merge of #95689 - lqd:self-profiler, r=wesleywiser | bors | -7/+9 |
| 2022-04-16 | Auto merge of #96108 - Dylan-DPC:rollup-t5f2fc9, r=Dylan-DPC | bors | -0/+21 |
| 2022-04-16 | Rollup merge of #95961 - RalfJung:gather-scatter, r=workingjubilee | Dylan DPC | -0/+21 |
| 2022-04-15 | Add codegen for global_asm! sym operands | Amanieu d'Antras | -11/+52 |
| 2022-04-13 | couple of clippy::perf fixes | Matthias Krüger | -1/+0 |
| 2022-04-13 | Auto merge of #95656 - cjgillot:no-id-hashing-mode, r=Aaron1011 | bors | -6/+2 |
| 2022-04-12 | Remove NodeIdHashingMode. | Camille GILLOT | -6/+2 |
| 2022-04-12 | add simd_arith_offset intrinsics | Ralf Jung | -0/+21 |
| 2022-04-09 | Switch to the 'normal' basic block for writing asm outputs if needed. | Luqman Aden | -0/+5 |
| 2022-04-07 | port `codegen_module` activity to arg recorder API | Rémy Rakic | -4/+5 |
| 2022-04-07 | remove allocation from a self-profiling call in the LLVM backend | Rémy Rakic | -1/+3 |
| 2022-04-07 | simplify a self-profiling activity call in the LLVM backend | Rémy Rakic | -2/+1 |
| 2022-04-05 | Use WrappingRange::full instead of hand-rolling it | Oli Scherer | -1/+1 |
| 2022-04-05 | Mark scalar layout unions so that backends that do not support partially init... | Oli Scherer | -56/+64 |
| 2022-04-03 | Replace every `String` in Target(Options) with `Cow<'static, str>` | Loïc BRANSTETT | -9/+11 |
| 2022-04-02 | make memcmp return a value of c_int_width instead of i32 | David Morrison | -2/+12 |
| 2022-03-30 | Rollup merge of #95461 - nyurik:spelling, r=lcnr | Dylan DPC | -2/+2 |
| 2022-03-30 | Spellchecking compiler code | Yuri Astrakhan | -1/+1 |
| 2022-03-30 | Spellchecking some comments | Yuri Astrakhan | -2/+2 |
| 2022-03-28 | Auto merge of #95300 - workingjubilee:less-bitsets, r=eddyb | bors | -12/+14 |
| 2022-03-25 | Skip needless bitset for debuginfo | Jubilee Young | -12/+14 |
| 2022-03-24 | debuginfo: Fix debuginfo for Box<T> where T is unsized. | Michael Woerister | -1/+18 |
| 2022-03-23 | Rollup merge of #91608 - workingjubilee:fold-neon-fp, r=nagisa,Amanieu | Dylan DPC | -4/+6 |
| 2022-03-22 | Filter for all features instead of any | Jubilee Young | -3/+6 |
| 2022-03-22 | Fold aarch64 feature +fp into +neon | Jubilee Young | -1/+0 |
| 2022-03-18 | Auto merge of #88098 - Amanieu:oom_panic, r=nagisa | bors | -1/+11 |
| 2022-03-15 | Auto merge of #94261 - michaelwoerister:debuginfo-types-refactor, r=wesleywiser | bors | -1793/+2243 |
| 2022-03-14 | debuginfo: Refactor debuginfo generation for types -- Rename DebugInfoMethods... | Michael Woerister | -1/+1 |
| 2022-03-14 | debuginfo: Refactor debuginfo generation for types -- Address review comments. | Michael Woerister | -18/+22 |
| 2022-03-14 | Rollup merge of #90621 - adamgemmell:dev/stabilise-target-feature, r=Amanieu | Matthias Krüger | -3/+14 |
| 2022-03-14 | debuginfo: Refactor debuginfo generation for types -- Address outstanding FIX... | Michael Woerister | -20/+19 |
| 2022-03-14 | debuginfo: Refactor debuginfo generation for types -- Run x.py fmt | Michael Woerister | -4/+6 |
| 2022-03-14 | Remove out-dated information from rustc_codegen_llvm/src/debuginfo/doc.md | Michael Woerister | -54/+5 |
| 2022-03-14 | debuginfo: Refactor debuginfo generation for types | Michael Woerister | -1732/+2226 |
| 2022-03-14 | Tie `fp` and `neon` | Adam Gemmell | -3/+14 |
| 2022-03-12 | Auto merge of #94733 - nnethercote:fix-AdtDef-interning, r=fee1-dead | bors | -10/+10 |