| Age | Commit message (Expand) | Author | Lines |
| 2022-12-17 | Resolve various merge conflicts | mejrs | -2/+2 |
| 2022-12-17 | Migrate multiple mut borrows diagnostic | TheOddGarlic | -0/+6 |
| 2022-12-17 | Migrate borrow of moved value diagnostic | TheOddGarlic | -0/+6 |
| 2022-12-17 | Migrate irrefutable let pattern diagnostics | TheOddGarlic | -0/+50 |
| 2022-12-17 | Migrate pattern bindings with variant name lint | TheOddGarlic | -0/+4 |
| 2022-12-17 | Migrate leading/trailing irrefutable let pattern diagnostics | TheOddGarlic | -0/+26 |
| 2022-12-17 | Migrate lower range bound diagnostics | TheOddGarlic | -0/+7 |
| 2022-12-17 | Migrate "could not evaluate const pattern" diagnostic | TheOddGarlic | -0/+2 |
| 2022-12-17 | Migrate "constant pattern depends on generic parameter" diagnostic | TheOddGarlic | -0/+3 |
| 2022-12-17 | Migrate unreachable pattern diagnostic | TheOddGarlic | -0/+4 |
| 2022-12-17 | Migrate pattern inlining error diagnostics | TheOddGarlic | -0/+8 |
| 2022-12-17 | Migrate "non-exhaustive patterns: type is non-empty" diagnostic | TheOddGarlic | -0/+8 |
| 2022-12-17 | Migrate "unused unsafe" lint | TheOddGarlic | -0/+6 |
| 2022-12-17 | Migrate "requires unsafe" diagnostics | TheOddGarlic | -0/+110 |
| 2022-12-17 | Migrate "unsafe_op_in_unsafe_fn" lints | TheOddGarlic | -0/+56 |
| 2022-12-17 | Migrate "function cannot return without recursing" diagnostic | TheOddGarlic | -0/+6 |
| 2022-12-17 | Auto merge of #105421 - jacobbramley:jb/branch-prot-check, r=nagisa | bors | -3/+2 |
| 2022-12-16 | Auto merge of #102318 - Amanieu:default_alloc_error_handler, r=oli-obk | bors | -6/+0 |
| 2022-12-15 | Rollup merge of #105481 - lqd:mono-stats, r=wesleywiser | Matthias Krüger | -0/+3 |
| 2022-12-14 | Ensure async trait impls are async (or otherwise return an opaque type) | Dan Johnson | -0/+4 |
| 2022-12-14 | add `-Z dump-mono-stats` | Rémy Rakic | -0/+3 |
| 2022-12-14 | Rollup merge of #105502 - chenyukang:yukang/fix-105366-impl, r=estebank | Matthias Krüger | -0/+3 |
| 2022-12-13 | Move some codegen-y methods from rustc_hir_analysis::collect -> rustc_codegen... | Michael Goulet | -2/+2 |
| 2022-12-10 | Migrate parts of `rustc_expand` to session diagnostics | nils | -0/+107 |
| 2022-12-10 | fix #105366, suggest impl in the scenario of typo with fn | yukang | -0/+3 |
| 2022-12-07 | Auto merge of #104799 - pcc:linkage-fn, r=tmiasko | bors | -6/+3 |
| 2022-12-06 | Check AArch64 branch-protection earlier in the pipeline. | Jacob Bramley | -3/+2 |
| 2022-12-05 | On E0195 point at where clause lifetime bounds | Esteban Küber | -0/+2 |
| 2022-12-05 | Support Option and similar enums as type of static variable with linkage attr... | Peter Collingbourne | -1/+1 |
| 2022-12-05 | Move linkage type check to HIR analysis and fix semantics issues. | Peter Collingbourne | -6/+3 |
| 2022-11-26 | Rewrite LLVM's archive writer in Rust | bjorn3 | -9/+6 |
| 2022-11-22 | Rollup merge of #104621 - YC:master, r=davidtwco | Manish Goregaokar | -1/+1 |
| 2022-11-22 | Remove extra . in metadata_lib_filename_form | Steven Tang | -1/+1 |
| 2022-11-21 | Match crate and slug names | mejrs | -436/+436 |
| 2022-11-20 | Rollup merge of #104504 - compiler-errors:fru-syntax-note, r=estebank | Matthias Krüger | -0/+9 |
| 2022-11-20 | Fix metadata_lib_filename_form | Steven Tang | -1/+1 |
| 2022-11-18 | Auto merge of #104591 - Manishearth:rollup-b3ser4e, r=Manishearth | bors | -2/+99 |
| 2022-11-18 | Enable icu sync feature for parallel compiler | Charles Lew | -0/+3 |
| 2022-11-18 | Import icu locale fallback data | Charles Lew | -11/+12 |
| 2022-11-18 | Migrate diagnostics list output to use icu list formatter. | Charles Lew | -2/+95 |
| 2022-11-18 | Add a detailed note for missing comma in FRU syntax typo | Michael Goulet | -0/+9 |
| 2022-11-18 | Rollup merge of #103405 - chenyukang:yukang/fix-103381-and-if, r=compiler-errors | Matthias Krüger | -0/+3 |
| 2022-11-18 | Rollup merge of #101162 - rajputrajat:master, r=davidtwco | Matthias Krüger | -0/+212 |
| 2022-11-16 | Rollup merge of #104137 - StackDoubleFlow:err-lsc-unsupported, r=bjorn3 | Matthias Krüger | -0/+2 |
| 2022-11-14 | Issue error when `-C link-self-contained` option is used on unsupported platf... | StackDoubleFlow | -0/+2 |
| 2022-11-15 | fix #104088, Slightly improve error message for invalid identifier | yukang | -0/+3 |
| 2022-11-15 | Auto merge of #104418 - matthiaskrgr:rollup-y4i6xjc, r=matthiaskrgr | bors | -0/+9 |
| 2022-11-15 | fix #103381, Detect incorrect chaining of if and if let conditions | yukang | -0/+3 |
| 2022-11-15 | Auto merge of #104091 - BelovDV:issue-103044, r=petrochenkov | bors | -0/+2 |
| 2022-11-14 | Rollup merge of #104223 - fmease:recover-fn-ptr-with-generics, r=estebank | Matthias Krüger | -0/+9 |