| Age | Commit message (Expand) | Author | Lines |
| 2022-11-19 | Update compiler_builtins to 0.1.84 | Nicholas Bishop | -2/+2 |
| 2022-11-19 | Auto merge of #104571 - clubby789:remove-vec-rc-opt, r=the8472 | bors | -137/+12 |
| 2022-11-19 | Auto merge of #103509 - compiler-errors:opaques-w-bound-vars-r-hard, r=oli-obk | bors | -26/+49 |
| 2022-11-19 | Auto merge of #104600 - Dylan-DPC:rollup-glw1e8b, r=Dylan-DPC | bors | -338/+563 |
| 2022-11-19 | Rollup merge of #104580 - notriddle:notriddle/issue-102354-hide-sugg, r=compi... | Dylan DPC | -28/+26 |
| 2022-11-19 | Rollup merge of #104575 - lcnr:dedup-tests, r=jackh726 | Dylan DPC | -39/+9 |
| 2022-11-19 | Rollup merge of #104566 - matthiaskrgr:clippy_perf_nov18, r=oli-obk | Dylan DPC | -16/+14 |
| 2022-11-19 | Rollup merge of #104554 - BoxyUwU:less_unchecked_pls, r=lcnr | Dylan DPC | -125/+172 |
| 2022-11-19 | Rollup merge of #104553 - mwillsey:asinh-acosh-accuracy, r=thomcc | Dylan DPC | -4/+32 |
| 2022-11-19 | Rollup merge of #104528 - WaffleLapkin:lazy_lock_docfix, r=matklad | Dylan DPC | -5/+19 |
| 2022-11-19 | Rollup merge of #104411 - lcnr:bivariance-nll, r=compiler-errors | Dylan DPC | -85/+130 |
| 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 | -150/+3030 |
| 2022-11-18 | Rollup merge of #104556 - notriddle:notriddle/variant, r=GuillaumeGomez | Manish Goregaokar | -29/+29 |
| 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/+180 |
| 2022-11-18 | Rollup merge of #104047 - crlf0710:icu_based_list_formatting, r=davidtwco | Manish Goregaokar | -24/+2645 |
| 2022-11-18 | Rollup merge of #103701 - WaffleLapkin:__points-at-implementation__--this-can... | Manish Goregaokar | -45/+21 |
| 2022-11-18 | Rollup merge of #103456 - scottmcm:fix-unchecked-shifts, r=scottmcm | Manish Goregaokar | -12/+88 |
| 2022-11-18 | Rollup merge of #103378 - nagisa:fix-infinite-offset, r=scottmcm | Manish Goregaokar | -26/+40 |
| 2022-11-18 | Rollup merge of #102977 - lukas-code:is-sorted-hrtb, r=m-ou-se | Manish Goregaokar | -4/+24 |
| 2022-11-18 | Fix lockfile | Manish Goregaokar | -1/+1 |
| 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/+1111 |
| 2022-11-18 | Migrate diagnostics list output to use icu list formatter. | Charles Lew | -28/+296 |
| 2022-11-18 | Add `rustc_baked_icu_data` crate. | Charles Lew | -0/+1243 |
| 2022-11-18 | Auto merge of #104573 - matthiaskrgr:rollup-k36ybtp, r=matthiaskrgr | bors | -587/+1281 |
| 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/+50 |
| 2022-11-18 | Enforce that dyn* casts are actually pointer-sized | Michael Goulet | -8/+131 |
| 2022-11-18 | Delete miri test | Michael Goulet | -24/+0 |
| 2022-11-18 | Add test | Michael Goulet | -0/+47 |
| 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 | -28/+26 |
| 2022-11-18 | Auto merge of #101562 - nnethercote:shrink-ast-Expr-harder, r=petrochenkov | bors | -383/+486 |
| 2022-11-18 | deduplicate tests | lcnr | -39/+9 |
| 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 | -33/+42 |
| 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 #104516 - notriddle:notriddle/flex-basis-sidebar-width, r=Gui... | Matthias Krüger | -9/+4 |
| 2022-11-18 | Rollup merge of #104494 - GuillaumeGomez:migrate-gui-test-to-func, r=notriddle | Matthias Krüger | -162/+87 |