| Age | Commit message (Expand) | Author | Lines |
| 2022-12-09 | Implement allow-by-default multiple_supertrait_upcastable lint | Gary Guo | -0/+1 |
| 2022-12-08 | Add LLVM KCFI support to the Rust compiler | Ramon de C Valle | -0/+1 |
| 2022-12-08 | Rollup merge of #105423 - oli-obk:symbols, r=jackh726 | Matthias Krüger | -3/+5 |
| 2022-12-07 | Use `Symbol` for the crate name instead of `String`/`str` | Oli Scherer | -3/+5 |
| 2022-12-06 | Rollup merge of #105362 - WaffleLapkin:🙅, r=oli-obk | Matthias Krüger | -1/+1 |
| 2022-12-06 | Cleanup macro-expanded code in `rustc_type_ir` | Maybe Waffle | -1/+1 |
| 2022-12-06 | Replace usage of `ResumeTy` in async lowering with `Context` | Arpad Borsos | -2/+1 |
| 2022-12-03 | Rollup merge of #105050 - WaffleLapkin:uselessrefign, r=jyn514 | Matthias Krüger | -6/+6 |
| 2022-12-02 | Rollup merge of #104614 - Nilstrieb:type-ascribe!, r=TaKO8Ki | Matthias Krüger | -0/+1 |
| 2022-12-01 | Remove useless borrows and derefs | Maybe Waffle | -6/+6 |
| 2022-11-27 | Rollup merge of #104976 - WaffleLapkin:move_comments, r=cjgillot | Matthias Krüger | -20/+20 |
| 2022-11-27 | Rollup merge of #104934 - ChrisDenton:all-anybody-wants, r=thomcc | Matthias Krüger | -1/+1 |
| 2022-11-27 | Prefer doc comments over `//`-comments in compiler | Maybe Waffle | -20/+20 |
| 2022-11-26 | Remove more redundant `all`s | Chris Denton | -1/+1 |
| 2022-11-25 | Prefer not accessing the private field of newtype_index types | Oli Scherer | -2/+2 |
| 2022-11-24 | Avoid `GenFuture` shim when compiling async constructs | Arpad Borsos | -1/+2 |
| 2022-11-24 | Auto merge of #104507 - WaffleLapkin:asderefsyou, r=wesleywiser | bors | -3/+1 |
| 2022-11-21 | Auto merge of #103491 - cjgillot:self-rpit, r=oli-obk | bors | -0/+1 |
| 2022-11-20 | Auto merge of #98914 - fee1-dead-contrib:min-deref-patterns, r=compiler-errors | bors | -0/+1 |
| 2022-11-19 | Add unstable `type_ascribe` macro | Nilstrieb | -0/+1 |
| 2022-11-19 | Rollup merge of #104497 - lyming2007:issue-104379-fix, r=fee1-dead | Matthias Krüger | -4/+21 |
| 2022-11-18 | Enforce that dyn* casts are actually pointer-sized | Michael Goulet | -0/+1 |
| 2022-11-18 | rename to `string_deref_patterns` | Deadbeef | -1/+1 |
| 2022-11-17 | Readd the matches_macro diag item | Philipp Krones | -0/+1 |
| 2022-11-17 | detect () to avoid redundant <> suggestion for type | Yiming Lei | -4/+21 |
| 2022-11-17 | Add feature gate | Deadbeef | -0/+1 |
| 2022-11-16 | Use `as_deref` in compiler (but only where it makes sense) | Maybe Waffle | -3/+1 |
| 2022-11-15 | Rollup merge of #104339 - compiler-errors:rustc_deny_explicit_impl, r=cjgillot | Matthias Krüger | -0/+1 |
| 2022-11-15 | Rollup merge of #104383 - WaffleLapkin:rustc_undiagnostic_item, r=compiler-er... | Matthias Krüger | -51/+1 |
| 2022-11-14 | Add rustc_deny_explicit_impl | Michael Goulet | -0/+1 |
| 2022-11-13 | Fix clippy and rustdoc | Maybe Waffle | -0/+2 |
| 2022-11-13 | Remove dead NoneError error handling | mejrs | -1/+0 |
| 2022-11-13 | Remove unused symbols | Maybe Waffle | -37/+0 |
| 2022-11-13 | Remove unused diagnostic items | Maybe Waffle | -15/+0 |
| 2022-11-12 | Make impl_trait_projections a feature gate. | Camille GILLOT | -0/+1 |
| 2022-11-12 | Rollup merge of #102049 - fee1-dead-contrib:derive_const, r=oli-obk | Dylan DPC | -0/+1 |
| 2022-11-09 | Rollup merge of #103675 - lyming2007:issue-103271-fix, r=fee1-dead | Michael Goulet | -0/+44 |
| 2022-11-09 | remove redundent "<>" for ty::Slice with reference type | Yiming Lei | -0/+44 |
| 2022-11-09 | Rollup merge of #103464 - JakobDegen:mir-parsing, r=oli-obk | Manish Goregaokar | -0/+1 |
| 2022-11-08 | Add support for custom MIR parsing | Jakob Degen | -0/+1 |
| 2022-11-08 | Rollup merge of #103521 - chenyukang:yukang/fix-103451-avoid-hang, r=jackh726... | Manish Goregaokar | -10/+9 |
| 2022-10-30 | Rollup merge of #97971 - Soveu:varargs, r=jackh726 | Michael Howell | -0/+1 |
| 2022-10-30 | Rollup merge of #93582 - WaffleLapkin:rpitirpit, r=compiler-errors | Dylan DPC | -0/+1 |
| 2022-10-29 | Rollup merge of #103656 - camsteffen:symbol-to-string, r=compiler-errors | Matthias Krüger | -0/+7 |
| 2022-10-28 | Specialize ToString for Symbol | Cameron Steffen | -0/+7 |
| 2022-10-28 | Auto merge of #103071 - wesleywiser:fix_inlined_line_numbers, r=davidtwco | bors | -1/+7 |
| 2022-10-25 | Feature gate `impl_trait_in_fn_trait_return` | Maybe Waffle | -0/+1 |
| 2022-10-25 | Fix #103451, find_width_of_character_at_span return width with 1 when reachin... | yukang | -10/+9 |
| 2022-10-24 | Auto merge of #102536 - scottmcm:lookup_line-tweak, r=jackh726 | bors | -4/+1 |
| 2022-10-23 | Enable varargs support for calling conventions other than C or cdecl | Soveu | -0/+1 |