| 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 #104581 - notriddle:notriddle/js-iife-2, r=GuillaumeGomez | Matthias Krüger | -6/+3 |
| 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 #104487 - klensy:ntapi, r=Mark-Simulacrum | Matthias Krüger | -6/+6 |
| 2022-11-20 | Rollup merge of #104640 - GuillaumeGomez:migrate-kdb-css, r=notriddle | Matthias Krüger | -18/+50 |
| 2022-11-20 | Rollup merge of #104611 - notriddle:notriddle/scrape-examples-button, r=Guill... | Matthias Krüger | -5/+77 |
| 2022-11-20 | Extend GUI tests to check kbd colors | Guillaume Gomez | -0/+38 |
| 2022-11-20 | Migrate kdb colors to CSS variables | Guillaume Gomez | -18/+12 |
| 2022-11-20 | Auto merge of #104617 - RalfJung:miri, r=RalfJung | bors | -114/+152 |
| 2022-11-20 | Auto merge of #2683 - RalfJung:align_offset, r=RalfJung | bors | -0/+12 |
| 2022-11-20 | Auto merge of #103390 - compiler-errors:metadata-mod-regions, r=eholk | bors | -0/+17 |
| 2022-11-20 | make align_offset always work on no-provenance pointers | Ralf Jung | -0/+12 |
| 2022-11-20 | make miri-seed a regular integer, and also set layout-seed in many-seeds | Ralf Jung | -9/+8 |
| 2022-11-20 | Auto merge of #98914 - fee1-dead-contrib:min-deref-patterns, r=compiler-errors | bors | -91/+246 |
| 2022-11-20 | fix unused warning in a test | Ralf Jung | -1/+1 |
| 2022-11-20 | Merge from rustc | Ralf Jung | -632/+1142 |
| 2022-11-20 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 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/+63 |
| 2022-11-19 | implement clock_gettime on macos | Ralf Jung | -27/+56 |
| 2022-11-19 | Auto merge of #104470 - ehuss:cdb-dupe-last-command, r=jyn514 | bors | -2/+2 |
| 2022-11-19 | rustdoc: fix scrape-examples JS path | Michael Howell | -1/+1 |
| 2022-11-19 | rustdoc: use real buttons for scrape examples controls | Michael Howell | -3/+12 |
| 2022-11-19 | Auto merge of #102795 - lukas-code:constify-is-aligned-via-align-offset, r=ol... | bors | -5/+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 | constify `exact_div` intrinsic | Lukas Markeffsky | -5/+0 |
| 2022-11-19 | Rollup merge of #104604 - GuillaumeGomez:migrate-top-button-to-css-var, r=not... | Matthias Krüger | -27/+12 |
| 2022-11-19 | Rollup merge of #104593 - compiler-errors:rpitit-object-safety-spans, r=fee1-... | Matthias Krüger | -15/+55 |
| 2022-11-19 | Rollup merge of #104587 - weihanglo:update-cargo, r=weihanglo | Matthias Krüger | -0/+0 |
| 2022-11-19 | Rollup merge of #104577 - GuillaumeGomez:remove-focus-on-blur, r=notriddle | Matthias Krüger | -10/+42 |
| 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 | Rollup merge of #104076 - ozkanonur:fix-ci-rustc-sysroot, r=jyn514 | Matthias Krüger | -9/+20 |
| 2022-11-19 | Rollup merge of #103969 - ferrocene:pa-download-rustc-ui-tests, r=jyn514 | Matthias Krüger | -25/+45 |
| 2022-11-19 | Rollup merge of #103117 - joshtriplett:use-is-terminal, r=eholk | Matthias Krüger | -3/+3 |
| 2022-11-19 | Merge from rustc | Ralf Jung | -182/+575 |
| 2022-11-19 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2022-11-19 | Migrate top buttons style to CSS variables | Guillaume Gomez | -27/+12 |
| 2022-11-19 | Update browser-ui-test version to 0.13.2 | Guillaume Gomez | -1/+1 |
| 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 | -24/+47 |
| 2022-11-19 | Rollup merge of #104580 - notriddle:notriddle/issue-102354-hide-sugg, r=compi... | Dylan DPC | -9/+4 |