| Age | Commit message (Expand) | Author | Lines |
| 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/+22 |
| 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 | -1/+2 |
| 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/+79 |
| 2023-07-16 | Add infrastructure `#[rustc_confusables]` attribute to allow targeted | 许杰友 Jieyou Xu (Joe) | -0/+82 |
| 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 |
| 2023-06-28 | Auto merge of #111269 - clubby789:validate-fluent-variables, r=davidtwco | bors | -8/+0 |
| 2023-06-26 | `hir`: Add `Become` expression kind | Maybe Waffle | -2/+10 |
| 2023-06-21 | Rollup merge of #112790 - WaffleLapkin:syntactically, r=Nilstrieb | Nilstrieb | -1/+2 |
| 2023-06-20 | Merge attrs, better validation | Michael Goulet | -47/+6 |
| 2023-06-19 | Syntatically accept `become` expressions | Maybe Waffle | -1/+2 |
| 2023-06-05 | Rollup merge of #112081 - obeis:doc-test-literal, r=compiler-errors | Matthias Krüger | -6/+19 |
| 2023-06-02 | Separate AnonConst from ConstBlock in HIR. | Camille GILLOT | -3/+23 |
| 2023-06-01 | Use translatable diagnostics in `rustc_const_eval` | Deadbeef | -7/+2 |
| 2023-05-29 | Add test for `#![doc(test(...)]` with literal parameter | Obei Sideg | -2/+2 |
| 2023-05-29 | Avoid ICE on `#![doc(test(...)]` with literal parameter | Obei Sideg | -6/+19 |
| 2023-05-26 | Fix diagnostics with errors | clubby789 | -8/+0 |
| 2023-05-25 | Ensure Fluent messages are in alphabetical order | clubby789 | -529/+529 |
| 2023-05-24 | Use `is_some_and`/`is_ok_and` in less obvious spots | Maybe Waffle | -9/+6 |
| 2023-05-24 | Use `Option::is_some_and` and `Result::is_ok_and` in the compiler | Maybe Waffle | -7/+5 |
| 2023-05-17 | Don't sort output of debugger_visualizer query because it already is in deter... | Michael Woerister | -2/+3 |
| 2023-05-16 | Move DebuggerVisualizerFile types from rustc_span to rustc_middle | Michael Woerister | -2/+6 |
| 2023-05-16 | Turn debugger_visualizers from feed- into regular query. | Michael Woerister | -5/+16 |
| 2023-05-16 | Fix dependency tracking for debugger visualizers | Michael Woerister | -110/+61 |
| 2023-05-15 | Move expansion of query macros in rustc_middle to rustc_middle::query | John Kåre Alsaker | -15/+16 |
| 2023-05-04 | Auto merge of #111014 - klensy:no-rc, r=WaffleLapkin | bors | -3/+2 |
| 2023-05-04 | Rollup merge of #111062 - clubby789:invalid-repr-unchecked, r=petrochenkov | Dylan DPC | -7/+1 |
| 2023-05-03 | Restrict `From<S>` for `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -3/+3 |