| Age | Commit message (Expand) | Author | Lines |
| 2022-11-21 | Auto merge of #103454 - camsteffen:remove-conservatively-uninhabited, r=oli-obk | bors | -3/+3 |
| 2022-11-21 | Auto merge of #102717 - beetrees:repr128-c-style-debuginfo, r=nagisa | bors | -0/+39 |
| 2022-11-20 | Factor out conservative_is_privately_uninhabited | Cameron Steffen | -2/+2 |
| 2022-11-20 | Change to Ty::is_inhabited_from | Cameron Steffen | -1/+1 |
| 2022-11-20 | Rollup merge of #104504 - compiler-errors:fru-syntax-note, r=estebank | Matthias Krüger | -19/+65 |
| 2022-11-20 | Rollup merge of #104640 - GuillaumeGomez:migrate-kdb-css, r=notriddle | Matthias Krüger | -0/+38 |
| 2022-11-20 | Rollup merge of #104611 - notriddle:notriddle/scrape-examples-button, r=Guill... | Matthias Krüger | -1/+62 |
| 2022-11-20 | Extend GUI tests to check kbd colors | Guillaume Gomez | -0/+38 |
| 2022-11-20 | Auto merge of #103390 - compiler-errors:metadata-mod-regions, r=eholk | bors | -0/+17 |
| 2022-11-20 | Auto merge of #98914 - fee1-dead-contrib:min-deref-patterns, r=compiler-errors | bors | -0/+151 |
| 2022-11-20 | Rollup merge of #104467 - fuzzypixelz:fix/attempt-to-substract-with-overflow,... | Yuki Okushi | -0/+45 |
| 2022-11-20 | Rollup merge of #104435 - scottmcm:iter-repeat-n, r=thomcc | Yuki Okushi | -0/+56 |
| 2022-11-19 | rustdoc: fix test case | Michael Howell | -1/+1 |
| 2022-11-19 | rustdoc: add test case for scraped example expand GUI | Michael Howell | -0/+61 |
| 2022-11-19 | Auto merge of #104470 - ehuss:cdb-dupe-last-command, r=jyn514 | bors | -1/+1 |
| 2022-11-19 | Auto merge of #102795 - lukas-code:constify-is-aligned-via-align-offset, r=ol... | bors | -0/+58 |
| 2022-11-19 | Add a UI test to ensure rustc doesn't do arithmetic overflows | Mahmoud Mazouz | -0/+45 |
| 2022-11-19 | fix assembly test on apple | Lukas Markeffsky | -5/+5 |
| 2022-11-19 | fix assembly test on windows | Lukas Markeffsky | -10/+10 |
| 2022-11-19 | always use `align_offset` in `is_aligned_to` + add assembly test | Lukas Markeffsky | -0/+58 |
| 2022-11-19 | Rollup merge of #104593 - compiler-errors:rpitit-object-safety-spans, r=fee1-... | Matthias Krüger | -6/+46 |
| 2022-11-19 | Rollup merge of #104577 - GuillaumeGomez:remove-focus-on-blur, r=notriddle | Matthias Krüger | -0/+30 |
| 2022-11-19 | Rollup merge of #104497 - lyming2007:issue-104379-fix, r=fee1-dead | Matthias Krüger | -1/+20 |
| 2022-11-19 | Rollup merge of #104469 - estebank:long-types, r=oli-obk | Matthias Krüger | -48/+55 |
| 2022-11-19 | Extend GUI test to check notable traits blur behaviour | Guillaume Gomez | -0/+30 |
| 2022-11-19 | Auto merge of #103509 - compiler-errors:opaques-w-bound-vars-r-hard, r=oli-obk | bors | -0/+47 |
| 2022-11-19 | Rollup merge of #104580 - notriddle:notriddle/issue-102354-hide-sugg, r=compi... | Dylan DPC | -9/+4 |
| 2022-11-19 | Rollup merge of #104575 - lcnr:dedup-tests, r=jackh726 | Dylan DPC | -39/+9 |
| 2022-11-19 | Rollup merge of #104554 - BoxyUwU:less_unchecked_pls, r=lcnr | Dylan DPC | -2/+1 |
| 2022-11-19 | Rollup merge of #104411 - lcnr:bivariance-nll, r=compiler-errors | Dylan DPC | -0/+26 |
| 2022-11-19 | Improve spans for RPITIT object-safety errors | Michael Goulet | -6/+46 |
| 2022-11-18 | Auto merge of #104591 - Manishearth:rollup-b3ser4e, r=Manishearth | bors | -5/+211 |
| 2022-11-18 | Rollup merge of #104556 - notriddle:notriddle/variant, r=GuillaumeGomez | Manish Goregaokar | -5/+10 |
| 2022-11-18 | Rollup merge of #104338 - compiler-errors:pointer-sized, r=eholk | Manish Goregaokar | -0/+115 |
| 2022-11-18 | Rollup merge of #103456 - scottmcm:fix-unchecked-shifts, r=scottmcm | Manish Goregaokar | -0/+66 |
| 2022-11-18 | Rollup merge of #102977 - lukas-code:is-sorted-hrtb, r=m-ou-se | Manish Goregaokar | -0/+20 |
| 2022-11-18 | Auto merge of #104573 - matthiaskrgr:rollup-k36ybtp, r=matthiaskrgr | bors | -162/+299 |
| 2022-11-18 | Check both align and size in PointerSized | Michael Goulet | -0/+48 |
| 2022-11-18 | Enforce that dyn* casts are actually pointer-sized | Michael Goulet | -0/+67 |
| 2022-11-18 | Add test | Michael Goulet | -0/+47 |
| 2022-11-18 | diagnostics: only show one suggestion for method -> assoc fn | Michael Howell | -9/+4 |
| 2022-11-18 | Add a detailed note for missing comma in FRU syntax typo | Michael Goulet | -19/+65 |
| 2022-11-18 | Auto merge of #101562 - nnethercote:shrink-ast-Expr-harder, r=petrochenkov | bors | -116/+122 |
| 2022-11-18 | Only use `...` instead of `_` for type elision | Esteban Küber | -5/+5 |
| 2022-11-18 | On E0275 do not print out the full type in the msg | Esteban Küber | -4/+4 |
| 2022-11-18 | On overflow errors, do not print out long types | Esteban Küber | -23/+35 |
| 2022-11-18 | Make "long type" printing type aware | Esteban Küber | -21/+16 |
| 2022-11-18 | deduplicate tests | lcnr | -39/+9 |
| 2022-11-18 | rename `is_tainted_by_errors` | Boxy | -2/+1 |
| 2022-11-18 | Rollup merge of #104494 - GuillaumeGomez:migrate-gui-test-to-func, r=notriddle | Matthias Krüger | -162/+87 |