| Age | Commit message (Expand) | Author | Lines |
| 2023-03-16 | Use poison instead of undef | Nikita Popov | -0/+5 |
| 2023-03-12 | Remove uses of `box_syntax` in rustc and tools | clubby789 | -7/+7 |
| 2023-03-11 | Simplify message paths | est31 | -1/+1 |
| 2023-03-09 | replace legacy copyright annotations in submodules | Pietro Albini | -9/+3 |
| 2023-03-07 | Rollup merge of #108783 - antoyo:sync-cg_gcc-2023-03-04, r=cjgillot | Matthias Krüger | -1121/+5741 |
| 2023-03-07 | Auto merge of #95317 - Jules-Bertholet:round_ties_to_even, r=pnkfelix,m-ou-se... | bors | -0/+2 |
| 2023-03-05 | Fix for diagnostics | Antoni Boucher | -5/+18 |
| 2023-03-05 | Update gccjit | Antoni Boucher | -2/+2 |
| 2023-03-05 | Merge commit '08a6d6e16b5efe217123e780398969946266268f' into sync-cg_gcc-2023... | Antoni Boucher | -1119/+5726 |
| 2023-02-24 | Use `List::empty()` instead of `mk_substs(&[])`. | Nicholas Nethercote | -1/+1 |
| 2023-02-24 | Rename many interner functions. | Nicholas Nethercote | -1/+1 |
| 2023-02-22 | Auto merge of #108340 - eggyal:remove_traversal_trait_aliases, r=oli-obk | bors | -3/+3 |
| 2023-02-22 | Remove type-traversal trait aliases | Alan Egerton | -3/+3 |
| 2023-02-22 | various: translation resources from cg backend | David Wood | -0/+4 |
| 2023-02-22 | errors: generate typed identifiers in each crate | David Wood | -1/+66 |
| 2023-02-14 | s/eval_usize/eval_target_usize/ for clarity | Oli Scherer | -174/+233 |
| 2023-01-30 | session: diagnostic migration lint on more fns | David Wood | -0/+1 |
| 2023-01-25 | create and use GlobalAlloc::address_space | Erik Desjardins | -8/+3 |
| 2023-01-22 | abi: add `AddressSpace` field to `Primitive::Pointer` | Erik Desjardins | -8/+16 |
| 2023-01-11 | Change `src/test` to `tests` in source files, fix tidy and tests | Albert Larsan | -8/+8 |
| 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-11 | Add `round_ties_even` to `f32` and `f64` | Jules Bertholet | -0/+2 |
| 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 |