| Age | Commit message (Expand) | Author | Lines | 
| 2023-05-25 | Ensure Fluent messages are in alphabetical order | clubby789 | -33/+33 | 
| 2023-05-25 | Auto merge of #86844 - bjorn3:global_alloc_improvements, r=pnkfelix | bors | -58/+67 | 
| 2023-05-15 | Move expansion of query macros in rustc_middle to rustc_middle::query | John Kåre Alsaker | -1/+1 | 
| 2023-05-11 | Prevent insta-stable no alloc shim support | bjorn3 | -1/+6 | 
| 2023-05-11 | Use global_fn_name instead of format! | bjorn3 | -2/+3 | 
| 2023-05-11 | Split AllocatorKind::fn_name in global_fn_name and default_fn_name | bjorn3 | -2/+2 | 
| 2023-05-11 | Don't use an allocator shim for `#[global_allocator]` | bjorn3 | -58/+61 | 
| 2023-05-07 | Add todo for filter landing pad | Gary Guo | -0/+1 | 
| 2023-05-07 | Use `landingpad filter` to encode aborting landing pad | Gary Guo | -0/+4 | 
| 2023-05-03 | Rollup merge of #105452 - rcvalle:rust-cfi-3, r=bjorn3 | Manish Goregaokar | -24/+14 | 
| 2023-05-03 | Add cross-language LLVM CFI support to the Rust compiler | Ramon de C Valle | -24/+14 | 
| 2023-04-27 | rename `needs_infer` to `has_infer` | Boxy | -2/+2 | 
| 2023-04-25 | Auto merge of #101069 - zhaixiaojuan:loongarch64-inline-asm, r=Amanieu | bors | -0/+5 | 
| 2023-04-25 | Add loongarch64 asm! support | zhaixiaojuan | -0/+5 | 
| 2023-04-25 | Revert "Remove #[alloc_error_handler] from the compiler and library" | Matthias Krüger | -4/+41 | 
| 2023-04-22 | Auto merge of #109507 - Amanieu:panic-oom-payload, r=davidtwco | bors | -41/+4 | 
| 2023-04-18 | Add `rustc_fluent_macro` to decouple fluent from `rustc_macros` | Nilstrieb | -1/+2 | 
| 2023-04-16 | Remove #[alloc_error_handler] from the compiler and library | Amanieu d'Antras | -41/+4 | 
| 2023-04-13 | Auto merge of #109989 - ids1024:m68k-asm, r=Amanieu | bors | -0/+7 | 
| 2023-04-12 | Add inline assembly support for m68k | Ian Douglas Scott | -0/+7 | 
| 2023-04-11 | Rollup merge of #96971 - zhaixiaojuan:master, r=wesleywiser | Michael Goulet | -0/+1 | 
| 2023-04-08 | Define MIN_ALIGN for loongarch64 | zhaixiaojuan | -0/+1 | 
| 2023-03-30 | Update gccjit and remove libc 0.1 dependency | Ulrich Weigand | -16/+10 | 
| 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 |