| Age | Commit message (Expand) | Author | Lines |
| 2022-05-27 | Finish bumping stage0 | Mark Rousskov | -0/+1 |
| 2022-05-25 | rustc_codegen_ssa: derive copy and clone for various enums | Tomasz Miąsko | -19/+2 |
| 2022-05-25 | rustc_codegen_ssa: cleanup `AtomicOrdering` | Tomasz Miąsko | -4/+2 |
| 2022-05-17 | Handle tmm_reg in rustc_codegen_gcc | Connor Horman | -2/+3 |
| 2022-04-30 | Merge new_metadata into codegen_allocator | bjorn3 | -7/+5 |
| 2022-04-30 | Remove config parameter of optimize_fat and avoid interior mutability for module | bjorn3 | -1/+1 |
| 2022-04-30 | Let LtoModuleCodegen::optimize take self by value | bjorn3 | -2/+2 |
| 2022-04-30 | Rename run_lto_pass_manager to optimize_fat and remove thin parameter | bjorn3 | -5/+5 |
| 2022-04-19 | Rollup merge of #95740 - Amanieu:kreg0, r=nagisa | Dylan DPC | -0/+3 |
| 2022-04-19 | asm: Add a kreg0 register class on x86 which includes k0 | Amanieu d'Antras | -0/+3 |
| 2022-04-16 | Auto merge of #95689 - lqd:self-profiler, r=wesleywiser | bors | -1/+1 |
| 2022-04-15 | Add codegen for global_asm! sym operands | Amanieu d'Antras | -4/+28 |
| 2022-04-07 | simplify a self-profiling activity call in the cg_gcc backend | Rémy Rakic | -1/+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 | -11/+11 |
| 2022-04-03 | Cleanup after some refactoring in rustc_target | Loïc BRANSTETT | -2/+4 |
| 2022-04-02 | make memcmp return a value of c_int_width instead of i32 | David Morrison | -0/+4 |
| 2022-03-30 | Rollup merge of #95461 - nyurik:spelling, r=lcnr | Dylan DPC | -6/+6 |
| 2022-03-30 | Spellchecking compiler code | Yuri Astrakhan | -1/+1 |
| 2022-03-30 | Spellchecking some comments | Yuri Astrakhan | -6/+6 |
| 2022-03-26 | Merge commit '39683d8eb7a32a74bea96ecbf1e87675d3338506' into sync_cg_gcc-2022... | bjorn3 | -558/+1705 |
| 2022-03-18 | Auto merge of #88098 - Amanieu:oom_panic, r=nagisa | bors | -1/+8 |
| 2022-03-14 | debuginfo: Refactor debuginfo generation for types -- Rename DebugInfoMethods... | Michael Woerister | -1/+1 |
| 2022-03-11 | Improve `AdtDef` interning. | Nicholas Nethercote | -2/+2 |
| 2022-03-07 | Auto merge of #94690 - nnethercote:clarify-Layout-interning, r=fee1-dead | bors | -4/+4 |
| 2022-03-07 | Clarify `Layout` interning. | Nicholas Nethercote | -4/+4 |
| 2022-03-07 | Auto merge of #94638 - erikdesjardins:noextranull, r=nagisa | bors | -16/+8 |
| 2022-03-07 | Introduce `ConstAllocation`. | Nicholas Nethercote | -9/+11 |
| 2022-03-06 | cleanup: remove unused ability to have LLVM null-terminate const strings | Erik Desjardins | -16/+8 |
| 2022-03-03 | Add -Z oom={panic,abort} command-line option | Amanieu d'Antras | -1/+8 |
| 2022-03-03 | all: fix some typos | cuishuang | -1/+1 |
| 2022-03-02 | rename ErrorReported -> ErrorGuaranteed | mark | -3/+3 |
| 2022-03-02 | Auto merge of #87402 - nagisa:nagisa/request-feature-requests-for-features, r... | bors | -1/+1 |
| 2022-03-01 | Querify `global_backend_features` | Simonas Kazlauskas | -1/+1 |
| 2022-02-27 | Revert "Auto merge of #92419 - erikdesjardins:coldland, r=nagisa" | Erik Desjardins | -1/+1 |
| 2022-02-24 | Auto merge of #94123 - bjorn3:cg_ssa_singleton_builder, r=tmiasko | bors | -16/+19 |
| 2022-02-24 | Introduce Bx::switch_to_block | bjorn3 | -9/+15 |
| 2022-02-20 | Remove build_sibling_block | bjorn3 | -12/+9 |
| 2022-02-16 | Move ty::print methods to Drop-based scope guards | Mark Rousskov | -1/+1 |
| 2022-02-10 | Unconditionally update symbols | bjorn3 | -3/+0 |
| 2022-02-06 | `#[used(linker)]` attribute (https://github.com/dtolnay/linkme/issues/41) | cynecx | -1/+1 |
| 2022-01-24 | Merge landing_pad and set_cleanup into cleanup_landing_pad | bjorn3 | -5/+1 |
| 2022-01-24 | Merge add_handler into catch_switch | bjorn3 | -5/+6 |
| 2022-01-24 | Remove unused return values from resume and cleanup_ret | bjorn3 | -2/+2 |
| 2022-01-24 | Reorder unwinding related builder methods to differentiate between dwarf and ... | bjorn3 | -4/+4 |
| 2022-01-22 | Add preliminary support for inline assembly for msp430. | William D. Jones | -0/+3 |
| 2022-01-17 | Use Symbol for target features in asm handling | bjorn3 | -2/+2 |
| 2022-01-12 | Remove deprecated LLVM-style inline assembly | Tomasz Miąsko | -12/+0 |
| 2022-01-11 | Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef` | Aaron Hill | -1/+1 |
| 2022-01-01 | Update references to `-Z symbol-mangling-version` to use `-C` | Josh Triplett | -2/+2 |