| Age | Commit message (Expand) | Author | Lines |
| 2023-09-12 | Fix formatting | Chinedu Francis Nwafili | -12/+8 |
| 2023-09-12 | Tests passing | Chinedu Francis Nwafili | -14/+20 |
| 2023-09-11 | Disentangle `Debug` and `Display` for `Ty`. | Nicholas Nethercote | -1/+3 |
| 2023-09-10 | Encode only MIR that can be used by other crates | Tomasz Miąsko | -0/+4 |
| 2023-09-09 | better spans for WF errors | Ralf Jung | -3/+8 |
| 2023-09-09 | use hir_crate_items(()).definitions() instead of hir().items() | Ralf Jung | -41/+18 |
| 2023-09-09 | rustc_layout, rustc_abi: make sure the types are well-formed | Ralf Jung | -27/+47 |
| 2023-09-08 | Rework no_coverage to coverage(off) | Andy Caldwell | -22/+16 |
| 2023-09-08 | turns out Layout has some more things to worry about -- move ABI comparison i... | Ralf Jung | -17/+3 |
| 2023-09-08 | also ensure that size and alignment are the same | Ralf Jung | -3/+7 |
| 2023-09-08 | accept some differences for rustc_abi(assert_eq), so that we can test more th... | Ralf Jung | -3/+1 |
| 2023-09-07 | add support for rustc_abi(assert_eq) and use it to test some repr(transparent... | Ralf Jung | -2/+85 |
| 2023-09-06 | rustc_layout/abi: error when attribute is applied to the wrong thing | Ralf Jung | -32/+64 |
| 2023-09-06 | rustc_abi: also support debugging function pointers | Ralf Jung | -37/+87 |
| 2023-08-27 | add rustc_abi debugging attribute | Ralf Jung | -9/+113 |
| 2023-08-25 | Auto merge of #114201 - Centri3:explicit-repr-rust, r=WaffleLapkin | bors | -0/+1 |
| 2023-08-24 | Auto merge of #115131 - frank-king:feature/unnamed-fields-lite, r=petrochenkov | bors | -0/+2 |
| 2023-08-24 | Parse unnamed fields and anonymous structs or unions | Frank King | -0/+2 |
| 2023-08-22 | Contents of reachable statics is reachable | Tomasz Miąsko | -7/+3 |
| 2023-08-19 | remove redundant var rebindings | Matthias Krüger | -2/+0 |
| 2023-08-15 | Rollup merge of #114819 - estebank:issue-78124, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-08-15 | Misc progress | Chinedu Francis Nwafili | -15/+25 |
| 2023-08-15 | Rollup merge of #114772 - fee1-dead-contrib:typed-did, r=b-naber | Guillaume Gomez | -14/+14 |
| 2023-08-14 | Move scrutinee `HirId` into `MatchSource::TryDesugar` | Esteban Küber | -1/+1 |
| 2023-08-14 | Use `{Local}ModDefId` in many queries | Nilstrieb | -14/+14 |
| 2023-08-13 | Remove reached_eof from ParseSess | bjorn3 | -6/+0 |
| 2023-08-13 | Auto merge of #114723 - petrochenkov:noplugin2, r=davidtwco | bors | -1/+1 |
| 2023-08-12 | Auto merge of #114710 - Urgau:fix-expect-dead_code-114557, r=cjgillot | bors | -33/+93 |
| 2023-08-11 | rustc: Move `features` from `Session` to `GlobalCtxt` | Vadim Petrochenkov | -1/+1 |
| 2023-08-10 | Respect `#[expect]` the same way `#[allow]` is with the `dead_code` lint | Urgau | -33/+93 |
| 2023-08-09 | rustc: Move `crate_types` from `Session` to `GlobalCtxt` | Vadim Petrochenkov | -6/+6 |
| 2023-08-08 | Auto merge of #114545 - fee1-dead-contrib:lower-impl-effect, r=oli-obk | bors | -8/+2 |
| 2023-08-08 | Fix multiple `expect` attribs in impl block | Chinedu Francis Nwafili | -0/+7 |
| 2023-08-08 | Rollup merge of #114566 - fmease:type-alias-laziness-is-crate-specific, r=oli... | Matthias Krüger | -3/+3 |
| 2023-08-07 | check_attrs: Warn when #[macro_export] is used on macros 2.0 | Arthur Cohen | -0/+18 |
| 2023-08-07 | Store the laziness of type aliases in the DefKind | León Orell Valerian Liehr | -3/+3 |
| 2023-08-06 | lower impl const to bind to host effect param | Deadbeef | -8/+2 |
| 2023-08-05 | Add #[rustc_never_returns_null_ptr] | est31 | -0/+3 |
| 2023-08-04 | Improve spans for indexing expressions | Nilstrieb | -1/+1 |
| 2023-07-29 | Allow explicit `#[repr(Rust)]` | Catherine Flores | -0/+1 |
| 2023-07-28 | Lower generic const items to HIR | León Orell Valerian Liehr | -1/+1 |
| 2023-07-25 | inline format!() args from rustc_codegen_llvm to the end (4) | Matthias Krüger | -12/+9 |
| 2023-07-24 | validate `doc(masked)` | Lukas Markeffsky | -0/+68 |
| 2023-07-16 | Add infrastructure `#[rustc_confusables]` attribute to allow targeted | 许杰友 Jieyou Xu (Joe) | -0/+73 |
| 2023-07-14 | Rollup merge of #113698 - compiler-errors:rpitit-check, r=spastorino | Matthias Krüger | -1/+1 |
| 2023-07-14 | Make it clearer that we're just checking for an RPITIT | Michael Goulet | -1/+1 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -7/+7 |
| 2023-07-12 | Re-format let-else per rustfmt update | Mark Rousskov | -8/+18 |
| 2023-07-08 | Replace RPITIT current impl with new strategy that lowers as a GAT | Santiago Pastorino | -1/+0 |
| 2023-07-01 | Put `LayoutError` behind reference to shrink result | Nilstrieb | -0/+1 |