| Age | Commit message (Expand) | Author | Lines |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -42/+42 |
| 2023-07-12 | Re-format let-else per rustfmt update | Mark Rousskov | -8/+15 |
| 2023-07-10 | Reuse LLVMConstInBoundsGEP2 | Jubilee Young | -3/+3 |
| 2023-07-06 | Auto merge of #113377 - BoxyUwU:move_ty_ctors_to_ty, r=compiler-errors | bors | -28/+39 |
| 2023-07-06 | Rollup merge of #113334 - fmease:revert-lexing-c-str-lits, r=compiler-errors | fee1-dead | -52/+63 |
| 2023-07-06 | Rollup merge of #112791 - WaffleLapkin:wag_the_llvm, r=cuviper | fee1-dead | -0/+11 |
| 2023-07-05 | Move `TyCtxt::mk_x` to `Ty::new_x` where applicable | Boxy | -28/+39 |
| 2023-07-05 | Revert "use new c literals instead of cstr! macro" | León Orell Valerian Liehr | -52/+63 |
| 2023-07-05 | Move `coverageinfo::ffi` and `coverageinfo::map` out of SSA | Zalathar | -3/+442 |
| 2023-07-05 | Remove trait `CoverageInfoMethods`, since non-LLVM backends don't need it | Zalathar | -5/+11 |
| 2023-07-05 | Narrow trait `CoverageInfoBuilderMethods` down to just one method | Zalathar | -2/+57 |
| 2023-07-02 | Auto merge of #113040 - Kobzol:llvm-remark-streamer, r=tmiasko | bors | -5/+47 |
| 2023-07-02 | Add `rustc` option to output LLVM optimization remarks to YAML files | Jakub Beránek | -5/+47 |
| 2023-06-30 | llvm ffi: Expose `CallInst->setTailCallKind` | Maybe Waffle | -0/+11 |
| 2023-06-30 | Auto merge of #109524 - bzEq:aix-embed-llvmbc, r=nagisa | bors | -2/+19 |
| 2023-06-30 | Auto merge of #113162 - matthiaskrgr:rollup-fct3wj7, r=matthiaskrgr | bors | -8/+102 |
| 2023-06-30 | Auto merge of #113116 - nnethercote:codegen-opts, r=oli-obk | bors | -17/+25 |
| 2023-06-29 | Rollup merge of #111322 - mirkootter:master, r=davidtwco | Matthias Krüger | -8/+102 |
| 2023-06-29 | Simplify the `bundles` vectors. | Nicholas Nethercote | -6/+6 |
| 2023-06-29 | Use `SmallVec` for the `bundles` vectors. | Nicholas Nethercote | -6/+15 |
| 2023-06-29 | Set capacity of the string passed to `push_item_name`. | Nicholas Nethercote | -2/+2 |
| 2023-06-29 | Avoid an unnecessary use of `SmallStr`. | Nicholas Nethercote | -3/+2 |
| 2023-06-29 | Replace a `lookup_debug_loc` call. | Nicholas Nethercote | -3/+3 |
| 2023-06-29 | Avoid unnecessary line lookup. | Nicholas Nethercote | -1/+1 |
| 2023-06-27 | Auto merge of #112516 - erikdesjardins:loop, r=davidtwco | bors | -15/+7 |
| 2023-06-19 | Store generator field names in GeneratorLayout. | Camille GILLOT | -9/+5 |
| 2023-06-19 | Make closure_saved_names_of_captured_variables a query. | Camille GILLOT | -4/+5 |
| 2023-06-16 | Rollup merge of #112474 - ldm0:ldm_enum_debuginfo_128_support, r=compiler-errors | Michael Goulet | -8/+6 |
| 2023-06-14 | Introduce a minimum CGU size in non-incremental builds. | Nicholas Nethercote | -1/+1 |
| 2023-06-11 | cg_llvm: use index-based loop in write_operand_repeatedly | Erik Desjardins | -15/+7 |
| 2023-06-10 | Support 128-bit enum variant in debuginfo codegen | DonoughLiu | -8/+6 |
| 2023-06-08 | Auto merge of #110040 - ndrewxie:issue-84447-partial-1, r=lcnr,michaelwoerister | bors | -2/+2 |
| 2023-06-08 | Use `c`-prefixed string | Kai Luo | -6/+6 |
| 2023-06-08 | Support embedding bitcode on AIX | Kai Luo | -2/+19 |
| 2023-06-07 | fix comment (review change) | Jan-Mirko Otter | -1/+1 |
| 2023-06-07 | add comment regarding `__gxx_wasm_personality_v0` | Jan-Mirko Otter | -0/+4 |
| 2023-06-07 | wasm exception handling | Jan-Mirko Otter | -8/+89 |
| 2023-06-07 | add wasm eh intrinsics | Jan-Mirko Otter | -0/+9 |
| 2023-06-04 | Removed use of iteration through a HashMap/HashSet in rustc_incremental and r... | Andrew Xie | -2/+2 |
| 2023-06-04 | Use `load`-`store` instead of `memcpy` for short integer arrays | Scott McMurray | -0/+36 |
| 2023-06-02 | Rollup merge of #111647 - klensy:cstr, r=oli-obk | Matthias Krüger | -59/+48 |
| 2023-06-01 | Use translatable diagnostics in `rustc_const_eval` | Deadbeef | -21/+27 |
| 2023-05-31 | Add a distinct `OperandValue::ZeroSized` variant for ZSTs | Scott McMurray | -3/+2 |
| 2023-05-31 | use new c literals instead of cstr! macro | klensy | -59/+48 |
| 2023-05-30 | Auto merge of #112102 - Nilstrieb:rollup-ivu1hmc, r=Nilstrieb | bors | -1/+1 |
| 2023-05-30 | Auto merge of #111768 - oli-obk:pair_const_llvm, r=cjgillot | bors | -32/+17 |
| 2023-05-29 | EarlyBinder::new -> EarlyBinder::bind | lcnr | -1/+1 |
| 2023-05-28 | Replace EarlyBinder(x) with EarlyBinder::new(x) | Kyle Matsuda | -1/+1 |
| 2023-05-26 | Add SafeStack support to rustc | Wesley Wiser | -0/+4 |
| 2023-05-26 | Stop creating intermediate places just to immediate convert them to operands | Oli Scherer | -32/+17 |