| Age | Commit message (Expand) | Author | Lines | 
| 2023-01-04 | Simplify some iterator combinators | Michael Goulet | -2/+2 | 
| 2022-12-20 | Add missing anonymous lifetime | Jeremy Stucki | -1/+1 | 
| 2022-12-20 | rustc: Remove needless lifetimes | Jeremy Stucki | -3/+3 | 
| 2022-12-12 | Auto merge of #105252 - bjorn3:codegen_less_pair_values, r=nagisa | bors | -7/+7 | 
| 2022-12-10 | Rollup merge of #105109 - rcvalle:rust-kcfi, r=bjorn3 | Matthias Krüger | -0/+4 | 
| 2022-12-08 | Add LLVM KCFI support to the Rust compiler | Ramon de C Valle | -0/+4 | 
| 2022-12-05 | Move linkage type check to HIR analysis and fix semantics issues. | Peter Collingbourne | -28/+6 | 
| 2022-12-03 | Destruct landing_pad return value before passing it to cg_ssa | bjorn3 | -7/+7 | 
| 2022-12-03 | Auto merge of #97485 - bjorn3:new_archive_writer, r=wesleywiser | bors | -203/+8 | 
| 2022-11-27 | Rollup merge of #104976 - WaffleLapkin:move_comments, r=cjgillot | Matthias Krüger | -2/+2 | 
| 2022-11-27 | Prefer doc comments over `//`-comments in compiler | Maybe Waffle | -2/+2 | 
| 2022-11-26 | Rewrite LLVM's archive writer in Rust | bjorn3 | -203/+8 | 
| 2022-11-26 | Remove more redundant `all`s | Chris Denton | -4/+4 | 
| 2022-11-19 | Rollup merge of #104001 - Ayush1325:custom-entry, r=bjorn3 | Dylan DPC | -4/+5 | 
| 2022-11-17 | Auto merge of #103138 - nnethercote:merge-BBs, r=bjorn3 | bors | -5/+4 | 
| 2022-11-16 | Rollup merge of #103750 - calebzulawski:master, r=workingjubilee | Matthias Krüger | -4/+4 | 
| 2022-11-16 | Use `&mut Bx` more. | Nicholas Nethercote | -5/+4 | 
| 2022-11-15 | Auto merge of #102570 - cjgillot:deagg-debuginfo, r=oli-obk | bors | -8/+49 | 
| 2022-11-15 | Introduce composite debuginfo. | Camille GILLOT | -8/+49 | 
| 2022-11-15 | Auto merge of #104054 - RalfJung:byte-provenance, r=oli-obk | bors | -2/+2 | 
| 2022-11-15 | Use custom entry name in gcc | Ayush Singh | -4/+5 | 
| 2022-11-13 | add is_sized method on Abi and Layout, and use it | Ralf Jung | -1/+1 | 
| 2022-11-12 | Allow actual AVX512-related feature names in the case of some misleading aliases | Caleb Zulawski | -4/+4 | 
| 2022-11-06 | fix cranelift and gcc | Ralf Jung | -2/+2 | 
| 2022-11-06 | Add type_array to BaseTypeMethods | Ayush Singh | -21/+21 | 
| 2022-10-31 | Rewrite implementation of `#[alloc_error_handler]` | Amanieu d'Antras | -11/+4 | 
| 2022-10-24 | Support raw-dylib functions being used inside inlined functions | Daniel Paoliello | -0/+1 | 
| 2022-10-23 | Migrate all diagnostics | Nilstrieb | -23/+23 | 
| 2022-10-17 | Stabilize asm_sym | Amanieu d'Antras | -3/+6 | 
| 2022-10-02 | Remove type argument of array_alloca and rename to byte_array_alloca | bjorn3 | -1/+1 | 
| 2022-10-02 | Remove dynamic_alloca from BuilderMethods | bjorn3 | -4/+0 | 
| 2022-10-01 | Merge apply_attrs_callsite into call and invoke | bjorn3 | -13/+32 | 
| 2022-10-01 | Remove unused target_cpu and tune_cpu methods from ExtraBackendMethods | bjorn3 | -9/+0 | 
| 2022-10-01 | Remove several unused methods from MiscMethods | bjorn3 | -16/+0 | 
| 2022-10-01 | Remove unused Context assoc type from WriteBackendMethods | bjorn3 | -1/+0 | 
| 2022-09-30 | Rollup merge of #101075 - ellishg:rustc_codegen_gcc_diagnostics, r=davidtwco | Matthias Krüger | -163/+322 | 
| 2022-09-28 | print <signal> when ranlib failed without an exit code | Ellis Hoag | -1/+1 | 
| 2022-09-27 | Stabilize bench_black_box | Urgau | -1/+1 | 
| 2022-09-26 | lint and remove unused diagnostic | Ellis Hoag | -6/+4 | 
| 2022-09-24 | remove comment | Ellis Hoag | -1/+0 | 
| 2022-09-24 | fix lifetime error | Ellis Hoag | -29/+3 | 
| 2022-09-24 | rebase and update trait names | Ellis Hoag | -25/+25 | 
| 2022-09-24 | impl SessionDiagnostic for LayoutError and Spanned<T> | Ellis Hoag | -1/+18 | 
| 2022-09-24 | Add monomorphization errors | Ellis Hoag | -153/+261 | 
| 2022-09-24 | lint type | Ellis Hoag | -1/+1 | 
| 2022-09-24 | Add wrapper type for ExitCode for use in RanlibFailure | Ellis Hoag | -2/+24 | 
| 2022-09-24 | remove IntoDiagnosticArg impl for Option | Ellis Hoag | -2/+2 | 
| 2022-09-24 | Lint against untranslatable diagnostics in rustc_codegen_gcc | Ellis Hoag | -0/+2 | 
| 2022-09-24 | Add LayoutSizeOverflow | Ellis Hoag | -2/+11 | 
| 2022-09-24 | Add LTONotSupported | Ellis Hoag | -1/+6 |