| Age | Commit message (Expand) | Author | Lines |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -186/+186 |
| 2023-10-20 | Adjust imports | Michael Goulet | -4/+4 |
| 2023-10-20 | Avoid a `track_errors` by bubbling up most errors from `check_well_formed` | Oli Scherer | -14/+37 |
| 2023-10-20 | Auto merge of #116946 - compiler-errors:movability-and-mutability, r=lcnr | bors | -7/+1 |
| 2023-10-19 | Auto merge of #116874 - compiler-errors:elaborator-nits, r=wesleywiser | bors | -5/+7 |
| 2023-10-19 | Uplift movability and mutability, the simple way | Michael Goulet | -7/+1 |
| 2023-10-18 | Some renaming nits for rustc_type_ir | Michael Goulet | -14/+12 |
| 2023-10-18 | Remove unused variant BinderListTy | Michael Goulet | -1/+0 |
| 2023-10-18 | Auto merge of #116046 - Zalathar:fn-cov-info, r=cjgillot | bors | -71/+135 |
| 2023-10-18 | Auto merge of #116887 - lcnr:alias-ty-constructor, r=compiler-errors | bors | -19/+21 |
| 2023-10-18 | coverage: Explicitly note that counter/expression IDs are function-local | Zalathar | -0/+10 |
| 2023-10-18 | coverage: Update docs for `StatementKind::Coverage` | Zalathar | -5/+10 |
| 2023-10-18 | coverage: Store expression data in function coverage info | Zalathar | -21/+25 |
| 2023-10-18 | coverage: Store all of a function's mappings in function coverage info | Zalathar | -28/+30 |
| 2023-10-18 | AliasTy::new instead of tcx method | lcnr | -19/+21 |
| 2023-10-18 | Auto merge of #116885 - aliemjay:rollup-plbeppt, r=aliemjay | bors | -5/+0 |
| 2023-10-18 | Rollup merge of #116870 - compiler-errors:host-param-by-name, r=fee1-dead | Ali MJ Al-Nasrawy | -5/+0 |
| 2023-10-18 | coverage: Collect a function's coverage mappings into a single list | Zalathar | -0/+14 |
| 2023-10-18 | coverage: Rename `Operand` to `CovTerm` | Zalathar | -7/+9 |
| 2023-10-18 | coverage: Store the number of counters/expressions in function coverage info | Zalathar | -13/+22 |
| 2023-10-18 | coverage: Attach an optional `FunctionCoverageInfo` to `mir::Body` | Zalathar | -2/+20 |
| 2023-10-18 | Auto merge of #116815 - Nilstrieb:more-funny-pretty-printers, r=compiler-errors | bors | -143/+90 |
| 2023-10-18 | Make sure that non-pretty-printing usages are using the correct elaborator | Michael Goulet | -5/+7 |
| 2023-10-18 | Don't compare host param by name | Michael Goulet | -5/+0 |
| 2023-10-17 | Automatically enable cross-crate inlining for small functions | Ben Kimock | -13/+9 |
| 2023-10-18 | Remove `#![feature(result_option_inspect)]` from the compiler | Slanterns | -1/+0 |
| 2023-10-17 | Remove `Print::Error` | Nilstrieb | -22/+11 |
| 2023-10-17 | Remove `Printer::Error` | Nilstrieb | -95/+93 |
| 2023-10-17 | Remove `Print::Output` | Nilstrieb | -27/+19 |
| 2023-10-17 | Remove "subprinter" types from `Printer` | Nilstrieb | -88/+56 |
| 2023-10-17 | Auto merge of #116756 - fee1-dead-contrib:dupe-those-bounds, r=oli-obk | bors | -0/+4 |
| 2023-10-16 | Address review comments | Matthew Jasper | -3/+14 |
| 2023-10-16 | Fix inline const pattern unsafety checking in THIR | Matthew Jasper | -4/+14 |
| 2023-10-16 | Auto merge of #114330 - RalfJung:dagling-ptr-deref, r=oli-obk | bors | -22/+34 |
| 2023-10-16 | Auto merge of #116724 - RalfJung:alloc-bytes, r=oli-obk | bors | -13/+5 |
| 2023-10-15 | update MIR place semantics UB comment | Ralf Jung | -12/+9 |
| 2023-10-15 | more precise error for 'based on misaligned pointer' case | Ralf Jung | -8/+18 |
| 2023-10-15 | place evaluation: require the original pointer to be aligned if an access hap... | Ralf Jung | -2/+9 |
| 2023-10-15 | don't UB on dangling ptr deref, instead check inbounds on projections | Ralf Jung | -2/+0 |
| 2023-10-15 | Auto merge of #116688 - compiler-errors:rustfmt-up, r=WaffleLapkin,Nilstrieb | bors | -30/+71 |
| 2023-10-15 | Duplicate `~const` bounds with a non-const one in effects desugaring | Deadbeef | -0/+4 |
| 2023-10-14 | Fix a spot I wrote the wrong word | Scott McMurray | -1/+1 |
| 2023-10-14 | Propagate pattern errors via a new `PatKind::Error` variant | Nadrieril | -6/+27 |
| 2023-10-14 | interpret: clean up AllocBytes | Ralf Jung | -13/+5 |
| 2023-10-13 | Format all the let chains in compiler | Michael Goulet | -30/+71 |
| 2023-10-11 | Suggest `;` after bare `match` expression E0308 | Esteban Küber | -0/+1 |
| 2023-10-11 | Rollup merge of #116219 - compiler-errors:relate-alias-ty-with-variance, r=lcnr | Matthias Krüger | -41/+24 |
| 2023-10-11 | Avoid emitting the non_exhaustive error if other errors already occurred | Oli Scherer | -5/+8 |
| 2023-10-11 | Auto merge of #115948 - notriddle:notriddle/logo-lockup, r=fmease | bors | -0/+2 |
| 2023-10-09 | Auto merge of #116497 - compiler-errors:impl-span, r=cjgillot | bors | -4/+7 |