| Age | Commit message (Expand) | Author | Lines |
| 2023-03-11 | Simplify message paths | est31 | -1/+1 |
| 2023-03-08 | Auto merge of #108312 - michaelwoerister:hash-set-not-hash-stable, r=eholk | bors | -17/+15 |
| 2023-03-06 | Avoid accessing HIR for RPITITs assoc type on mark_live_symbols | Santiago Pastorino | -0/+6 |
| 2023-03-06 | Rollup merge of #107801 - davidtwco:stability-implies-const, r=Nilstrieb | Matthias Krüger | -0/+9 |
| 2023-03-05 | Auto merge of #108351 - petrochenkov:rmdit, r=cjgillot | bors | -5/+5 |
| 2023-03-03 | Match unmatched backticks in comments in compiler/ | est31 | -1/+1 |
| 2023-03-03 | Match unmatched backticks in compiler/ that are part of rustdoc | est31 | -1/+1 |
| 2023-03-02 | rustc_middle: Remove trait `DefIdTree` | Vadim Petrochenkov | -5/+5 |
| 2023-03-01 | Use UnordSet instead of FxHashSet for names_imported_by_glob_use query. | Michael Woerister | -1/+1 |
| 2023-03-01 | Use LocalDefIdSet/Map instead of FxHashSet/Map for live_symbols_and_ignored_d... | Michael Woerister | -14/+12 |
| 2023-03-01 | Use LocalDefIdSet instead of FxHashSet for reachable_set query. | Michael Woerister | -4/+4 |
| 2023-02-27 | Rollup merge of #108486 - cjgillot:owner-ditem, r=Nilstrieb | Matthias Krüger | -49/+33 |
| 2023-02-26 | Rollup merge of #108379 - compiler-errors:hir-error-guaranteed, r=cjgillot | Matthias Krüger | -4/+4 |
| 2023-02-26 | Merge the two diagnostics. | Camille GILLOT | -30/+17 |
| 2023-02-26 | Simplify diagnostic_items. | Camille GILLOT | -33/+30 |
| 2023-02-26 | Auto merge of #108473 - matthiaskrgr:rollup-qjyae58, r=matthiaskrgr | bors | -1/+4 |
| 2023-02-26 | Rollup merge of #108449 - fee1-dead-contrib:do_not_lint_unresolved, r=compile... | Matthias Krüger | -1/+4 |
| 2023-02-25 | Rollup merge of #107911 - blyxyas:issue-107231-fix, r=compiler-errors | Michael Goulet | -4/+43 |
| 2023-02-25 | Add ErrorGuaranteed to HIR ExprKind::Err | Michael Goulet | -4/+4 |
| 2023-02-25 | Do not lint unresolved trait for ineffective unstable trait impl | Deadbeef | -1/+4 |
| 2023-02-24 | Rollup merge of #108377 - clubby789:duplicate-diagnostic-ice, r=compiler-errors | Dylan DPC | -1/+1 |
| 2023-02-23 | Fix ICE in 'duplicate diagnostic item' diagnostic | clubby789 | -1/+1 |
| 2023-02-23 | Auto merge of #108324 - notriddle:notriddle/assoc-fn-method, r=compiler-error... | bors | -4/+4 |
| 2023-02-22 | Add check for invalid \`#[macro_export]\` arguments | blyxyas | -4/+43 |
| 2023-02-22 | Rollup merge of #108315 - clubby789:dead-code-in-closure, r=compiler-errors | Matthias Krüger | -0/+3 |
| 2023-02-22 | diagnostics: if AssocFn has self argument, describe as method | Michael Howell | -4/+4 |
| 2023-02-22 | Lint dead code in closures | clubby789 | -0/+3 |
| 2023-02-22 | errors: generate typed identifiers in each crate | David Wood | -52/+801 |
| 2023-02-19 | Auto merge of #108128 - clubby789:builtin-derived-attr, r=jackh726 | bors | -2/+2 |
| 2023-02-17 | Auto merge of #107753 - kylematsuda:type-of, r=BoxyUwU | bors | -4/+4 |
| 2023-02-16 | remove bound_type_of query; make type_of return EarlyBinder; change type_of i... | Kyle Matsuda | -4/+4 |
| 2023-02-16 | change usages of type_of to bound_type_of | Kyle Matsuda | -4/+4 |
| 2023-02-17 | Rollup merge of #107489 - compiler-errors:non_lifetime_binders, r=cjgillot | Matthias Krüger | -1/+1 |
| 2023-02-16 | Properly check for builtin derives | clubby789 | -2/+2 |
| 2023-02-16 | Replace some `then`s with some `then_some`s | Maybe Waffle | -1/+1 |
| 2023-02-16 | `if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)` | Maybe Waffle | -6/+3 |
| 2023-02-16 | Rename some region-specific stuff | Michael Goulet | -1/+1 |
| 2023-02-15 | Auto merge of #108006 - cjgillot:def-impl, r=oli-obk | bors | -23/+18 |
| 2023-02-14 | Do not fetch HIR for reachable. | Camille GILLOT | -16/+13 |
| 2023-02-14 | Add `of_trait` to DefKind::Impl. | Camille GILLOT | -7/+5 |
| 2023-02-14 | add a `#[rustc_coinductive]` attribute | lcnr | -0/+15 |
| 2023-02-08 | const_eval: `implies_by` in `rustc_const_unstable` | David Wood | -0/+9 |
| 2023-02-05 | rustc_passes: remove huge error imports | est31 | -56/+57 |
| 2023-02-03 | Auto merge of #107569 - petrochenkov:optattr, r=nnethercote | bors | -3/+2 |
| 2023-02-02 | Rollup merge of #107515 - Swatinem:hirvalidator, r=compiler-errors | Matthias Krüger | -25/+14 |
| 2023-02-01 | Improve pretty-printing of `HirIdValidator` errors | Arpad Borsos | -25/+14 |
| 2023-02-01 | ast: Optimize list and value extraction primitives for attributes | Vadim Petrochenkov | -3/+2 |
| 2023-02-01 | Auto merge of #107257 - inquisitivecrystal:ffi-attr, r=davidtwco | bors | -0/+63 |
| 2023-01-31 | Rollup merge of #107467 - WaffleLapkin:uneq, r=oli-obk | Guillaume Gomez | -27/+33 |
| 2023-01-31 | Auto merge of #100754 - davidtwco:translation-incremental, r=compiler-errors | bors | -2/+9 |