| Age | Commit message (Expand) | Author | Lines |
| 2022-11-19 | Rollup merge of #103117 - joshtriplett:use-is-terminal, r=eholk | Matthias Krüger | -11/+11 |
| 2022-11-19 | Auto merge of #103509 - compiler-errors:opaques-w-bound-vars-r-hard, r=oli-obk | bors | -2/+2 |
| 2022-11-19 | Rollup merge of #104580 - notriddle:notriddle/issue-102354-hide-sugg, r=compi... | Dylan DPC | -19/+22 |
| 2022-11-19 | Rollup merge of #104566 - matthiaskrgr:clippy_perf_nov18, r=oli-obk | Dylan DPC | -12/+10 |
| 2022-11-19 | Rollup merge of #104554 - BoxyUwU:less_unchecked_pls, r=lcnr | Dylan DPC | -123/+171 |
| 2022-11-19 | Rollup merge of #104411 - lcnr:bivariance-nll, r=compiler-errors | Dylan DPC | -85/+104 |
| 2022-11-19 | Rollup merge of #104001 - Ayush1325:custom-entry, r=bjorn3 | Dylan DPC | -36/+161 |
| 2022-11-19 | Auto merge of #97870 - eggyal:inplace_fold_spec, r=wesleywiser | bors | -34/+2 |
| 2022-11-18 | Auto merge of #104591 - Manishearth:rollup-b3ser4e, r=Manishearth | bors | -31/+2514 |
| 2022-11-18 | Rollup merge of #104498 - pierwill:stash-diag-docs, r=compiler-errors | Manish Goregaokar | -2/+3 |
| 2022-11-18 | Rollup merge of #104338 - compiler-errors:pointer-sized, r=eholk | Manish Goregaokar | -8/+56 |
| 2022-11-18 | Update crate documentation of `rustc_baked_icu_data` crate | Charles Lew | -21/+20 |
| 2022-11-18 | Fix compilation issue after rebase | Charles Lew | -0/+3 |
| 2022-11-18 | Include `zh` locale in icu data | Charles Lew | -8/+9 |
| 2022-11-18 | Enable icu sync feature for parallel compiler | Charles Lew | -1/+10 |
| 2022-11-18 | Import icu locale fallback data | Charles Lew | -13/+1108 |
| 2022-11-18 | Migrate diagnostics list output to use icu list formatter. | Charles Lew | -26/+122 |
| 2022-11-18 | Add `rustc_baked_icu_data` crate. | Charles Lew | -0/+1231 |
| 2022-11-18 | Auto merge of #104573 - matthiaskrgr:rollup-k36ybtp, r=matthiaskrgr | bors | -371/+926 |
| 2022-11-18 | Only enforce ABI-mandated align, not preferred align is compatible | Michael Goulet | -1/+1 |
| 2022-11-18 | Check both align and size in PointerSized | Michael Goulet | -1/+2 |
| 2022-11-18 | Enforce that dyn* casts are actually pointer-sized | Michael Goulet | -8/+55 |
| 2022-11-18 | Revert "Normalize opaques with escaping bound vars" | Michael Goulet | -2/+2 |
| 2022-11-18 | diagnostics: only show one suggestion for method -> assoc fn | Michael Howell | -19/+22 |
| 2022-11-18 | Auto merge of #101562 - nnethercote:shrink-ast-Expr-harder, r=petrochenkov | bors | -195/+262 |
| 2022-11-18 | review comments 2 electric boogalo | Boxy | -5/+4 |
| 2022-11-18 | require an `ErrorGuaranteed` to taint infcx with errors | Boxy | -59/+94 |
| 2022-11-18 | rename `is_tainted_by_errors` | Boxy | -31/+41 |
| 2022-11-18 | `track_errors` use a delay_span_bug | Boxy | -1/+4 |
| 2022-11-18 | make `replaced_with_error` store `ErrorGuaranteed` | Boxy | -16/+17 |
| 2022-11-18 | `InferCtxt::is_tainted_by_errors` returns `ErrorGuaranteed` | Boxy | -35/+33 |
| 2022-11-18 | dont unchecked create `ErrorGuaranteed` in `BorrowckErrors` | Boxy | -10/+12 |
| 2022-11-18 | Rollup merge of #104550 - RalfJung:typo, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2022-11-18 | Rollup merge of #104006 - flip1995:lang-items-clippy, r=oli-obk | Matthias Krüger | -0/+8 |
| 2022-11-18 | Rollup merge of #103405 - chenyukang:yukang/fix-103381-and-if, r=compiler-errors | Matthias Krüger | -2/+24 |
| 2022-11-18 | Rollup merge of #103386 - compiler-errors:no-coerceunsized-to-dynstar, r=eholk | Matthias Krüger | -5/+9 |
| 2022-11-18 | Rollup merge of #101162 - rajputrajat:master, r=davidtwco | Matthias Krüger | -363/+884 |
| 2022-11-18 | Auto merge of #104330 - CastilloDel:ast_lowering, r=cjgillot | bors | -13/+10 |
| 2022-11-18 | couple of clippy::perf fixes | Matthias Krüger | -12/+10 |
| 2022-11-17 | Edit docs for `rustc_errors::Handler::stash_diagnostic` | pierwill | -2/+3 |
| 2022-11-17 | Rollup merge of #104545 - flip1995:diag_item_matches_macro, r=compiler-errors | Matthias Krüger | -0/+1 |
| 2022-11-17 | Rollup merge of #104515 - chenyukang:yukang/fix-104510-ice, r=compiler-errors | Matthias Krüger | -1/+0 |
| 2022-11-17 | Rollup merge of #104508 - compiler-errors:dyn-return, r=oli-obk | Matthias Krüger | -1/+1 |
| 2022-11-17 | Rollup merge of #104483 - oli-obk:santa-clauses-make-goals, r=compiler-errors | Matthias Krüger | -233/+255 |
| 2022-11-17 | Rollup merge of #104444 - chenyukang:yukang/fix-104390, r=compiler-errors | Matthias Krüger | -1/+5 |
| 2022-11-17 | Rollup merge of #104433 - TaKO8Ki:fix-104392, r=estebank | Matthias Krüger | -9/+7 |
| 2022-11-17 | Rollup merge of #103852 - compiler-errors:rpitit-early-from-impl, r=lcnr | Matthias Krüger | -1/+7 |
| 2022-11-17 | fix a typo | Ralf Jung | -1/+1 |
| 2022-11-17 | Add variant_name function to `LangItem` | Philipp Krones | -0/+8 |
| 2022-11-17 | Readd the matches_macro diag item | Philipp Krones | -0/+1 |