| Age | Commit message (Expand) | Author | Lines |
| 2023-11-14 | finish `RegionKind` rename | lcnr | -3/+3 |
| 2023-11-14 | Auto merge of #117773 - nnethercote:rm-Zperf-stats, r=wesleywiser | bors | -32/+29 |
| 2023-11-13 | rename `ReLateBound` to `ReBound` | lcnr | -3/+4 |
| 2023-11-13 | Remove `-Zperf-stats`. | Nicholas Nethercote | -32/+29 |
| 2023-10-27 | Rollup merge of #116834 - nnethercote:rustc_symbol_mangling, r=davidtwco | Matthias Krüger | -18/+26 |
| 2023-10-21 | Make `ty::print::Printer` take `&mut self` instead of `self` | Nilstrieb | -134/+135 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -2/+2 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -9/+9 |
| 2023-10-17 | Remove `Print::Error` | Nilstrieb | -1/+1 |
| 2023-10-17 | Remove `Printer::Error` | Nilstrieb | -41/+37 |
| 2023-10-17 | Remove `Print::Output` | Nilstrieb | -1/+1 |
| 2023-10-17 | Remove "subprinter" types from `Printer` | Nilstrieb | -38/+26 |
| 2023-10-17 | Remove `rustc_symbol_mangling/messages.ftl`. | Nicholas Nethercote | -18/+26 |
| 2023-10-08 | rustdoc: remove rust logo from non-Rust crates | Michael Howell | -0/+3 |
| 2023-09-24 | Remove span from BrAnon. | Camille GILLOT | -1/+1 |
| 2023-09-23 | Remove GeneratorWitness and rename GeneratorWitnessMIR. | Camille GILLOT | -4/+1 |
| 2023-09-23 | Enable drop_tracking_mir by default. | Camille GILLOT | -6/+2 |
| 2023-09-20 | the Const::eval_bits methods don't need to be given the Ty | Ralf Jung | -3/+3 |
| 2023-09-14 | Auto merge of #115817 - fee1-dead-contrib:fix-codegen, r=oli-obk | bors | -5/+4 |
| 2023-09-14 | treat host effect params as erased generics in codegen | Deadbeef | -5/+4 |
| 2023-09-13 | make the set of methods between our two Const types more consistent | Ralf Jung | -1/+1 |
| 2023-09-13 | make the eval() functions on our const types return the resulting value | Ralf Jung | -1/+1 |
| 2023-08-24 | Fix CFI: f32 and f64 are encoded incorrectly for c | Ramon de C Valle | -4/+13 |
| 2023-08-11 | Auto merge of #114672 - lenawanel:master, r=compiler-errors | bors | -5/+2 |
| 2023-08-10 | fix #114275 | lena | -5/+2 |
| 2023-08-09 | rustc: Move `stable_crate_id` from `Session` to `GlobalCtxt` | Vadim Petrochenkov | -1/+1 |
| 2023-08-02 | avoid 'miri' when refering to the shared interpreter | Ralf Jung | -1/+2 |
| 2023-07-27 | Auto merge of #113708 - rcvalle:rust-cfi-fix-100778, r=compiler-errors | bors | -34/+45 |
| 2023-07-23 | more clippy::style fixes: | Matthias Krüger | -1/+1 |
| 2023-07-17 | CFI: Fix ICE: encode_const: unexpected type [usize | Ramon de C Valle | -34/+45 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -83/+78 |
| 2023-07-05 | Move `TyCtxt::mk_x` to `Ty::new_x` where applicable | Boxy | -36/+47 |
| 2023-07-05 | Deal with fallout | Boxy | -6/+4 |
| 2023-07-04 | nit | Boxy | -0/+1 |
| 2023-07-04 | Replace `mk_const` with `Const::new_x` methods | Boxy | -1/+1 |
| 2023-06-16 | Add `AliasKind::Weak` for type aliases. | Oli Scherer | -0/+1 |
| 2023-06-02 | Rollup merge of #112182 - rcvalle:rust-cfi-fix-111185, r=compiler-errors | Matthias Krüger | -3/+10 |
| 2023-06-02 | Auto merge of #112198 - compiler-errors:rollup-o2xe4of, r=compiler-errors | bors | -5/+24 |
| 2023-06-01 | Rollup merge of #111914 - rcvalle:rust-cfi-fix-111184, r=compiler-errors | Michael Goulet | -5/+24 |
| 2023-06-01 | CFI: Fix cfi with async: transform_ty: unexpected GeneratorWitness(Binde | Ramon de C Valle | -5/+24 |
| 2023-06-01 | CFI: Fix cfi with repr(transparent): transform_ty: unexpected Alias(Proj | Ramon de C Valle | -3/+10 |
| 2023-06-01 | Use translatable diagnostics in `rustc_const_eval` | Deadbeef | -2/+15 |
| 2023-05-29 | EarlyBinder::new -> EarlyBinder::bind | lcnr | -1/+1 |
| 2023-05-29 | Use `Cow` in `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -9/+2 |
| 2023-05-28 | Replace EarlyBinder(x) with EarlyBinder::new(x) | Kyle Matsuda | -1/+1 |
| 2023-05-24 | Use `Option::is_some_and` and `Result::is_ok_and` in the compiler | Maybe Waffle | -1/+1 |
| 2023-05-23 | Rollup merge of #111851 - rcvalle:rust-cfi-fix-111515, r=bjorn3 | Matthias Krüger | -7/+7 |
| 2023-05-23 | Rollup merge of #111486 - fmease:pp-inh-proj, r=petrochenkov | Matthias Krüger | -2/+5 |
| 2023-05-23 | CFI: Fix encode_region: unexpected ReEarlyBound(0, 'a) | Ramon de C Valle | -7/+7 |
| 2023-05-22 | properly pretty-print inherent projections | León Orell Valerian Liehr | -2/+5 |