| Age | Commit message (Expand) | Author | Lines |
| 2022-11-15 | Update PROBLEMATIC_CONSTS in style.rs | Stewart Russell | -1/+1 |
| 2022-11-15 | Don't duplicate last cdb debuginfo test command | Eric Huss | -1/+1 |
| 2022-11-16 | Update cargo | Weihang Lo | -0/+0 |
| 2022-11-16 | Use `token::Lit` in `ast::ExprKind::Lit`. | Nicholas Nethercote | -98/+116 |
| 2022-11-15 | Merge branch 'master' into patch-2 | Kagami Sascha Rosylight | -8088/+16402 |
| 2022-11-15 | adjust josh pushing and remove ./miri toolchain updating the toolchain file | Ralf Jung | -52/+39 |
| 2022-11-15 | Auto merge of #104054 - RalfJung:byte-provenance, r=oli-obk | bors | -60/+220 |
| 2022-11-15 | update josh instructions | Ralf Jung | -6/+6 |
| 2022-11-15 | initial prototype of the tool to generate copyright notices | Pietro Albini | -0/+105 |
| 2022-11-15 | add tool to collect license metadata from REUSE | Pietro Albini | -0/+418 |
| 2022-11-15 | Merge from rustc | Ralf Jung | -440/+1256 |
| 2022-11-15 | Auto merge of #104428 - matthiaskrgr:rollup-jo3078i, r=matthiaskrgr | bors | -6/+6 |
| 2022-11-15 | Rollup merge of #104383 - WaffleLapkin:rustc_undiagnostic_item, r=compiler-er... | Matthias Krüger | -6/+6 |
| 2022-11-14 | Rollup merge of #104350 - SparkyPotato:fix-x-wrapper, r=jyn514 | Matthias Krüger | -4/+5 |
| 2022-11-13 | Fix clippy and rustdoc | Maybe Waffle | -6/+6 |
| 2022-11-13 | Rollup merge of #104357 - RalfJung:is-sized, r=cjgillot | Matthias Krüger | -1/+1 |
| 2022-11-13 | Store a LocalDefId in hir::Variant & hir::Field. | Camille GILLOT | -4/+4 |
| 2022-11-13 | Auto merge of #2657 - mkroening:miri-alloc, r=RalfJung | bors | -10/+84 |
| 2022-11-13 | final tweaks | Ralf Jung | -2/+2 |
| 2022-11-13 | pthread: slight refactoring of how we access the sync object fields | Ralf Jung | -176/+91 |
| 2022-11-13 | add is_sized method on Abi and Layout, and use it | Ralf Jung | -1/+1 |
| 2022-11-13 | use `EXE_EXTENSION` while searching for python | SparkyPotato | -4/+5 |
| 2022-11-13 | Rollup merge of #104318 - c410-f3r:moar-errors, r=petrochenkov | Yuki Okushi | -1/+1 |
| 2022-11-12 | Auto merge of #103812 - clubby789:improve-include-bytes, r=petrochenkov | bors | -0/+3 |
| 2022-11-12 | Tidy | Caio | -1/+1 |
| 2022-11-12 | Rollup merge of #104302 - weihanglo:update-cargo, r=weihanglo | Dylan DPC | -0/+0 |
| 2022-11-11 | Update cargo | Weihang Lo | -0/+0 |
| 2022-11-11 | Auto merge of #104293 - Manishearth:rollup-xj92d0k, r=Manishearth | bors | -218/+831 |
| 2022-11-11 | Rollup merge of #104051 - RalfJung:miri, r=RalfJung | Manish Goregaokar | -218/+831 |
| 2022-11-11 | Introduce `ExprKind::IncludedBytes` | clubby789 | -0/+3 |
| 2022-11-11 | Rollup merge of #104146 - Ayush1325:remote-test-server, r=jyn514 | Dylan DPC | -1/+13 |
| 2022-11-10 | Auto merge of #104236 - compiler-errors:rollup-adjshd6, r=compiler-errors | bors | -432/+1232 |
| 2022-11-10 | Merge from rustc | Ralf Jung | -221/+252 |
| 2022-11-09 | Rollup merge of #104211 - lnicola:rust-analyzer-2022-11-09, r=lnicola | Michael Goulet | -422/+1216 |
| 2022-11-09 | Rollup merge of #104201 - GuillaumeGomez:gui-test-check-file-errors, r=notriddle | Michael Goulet | -0/+1 |
| 2022-11-09 | Rollup merge of #104046 - RalfJung:run-miri-run, r=oli-obk | Michael Goulet | -10/+15 |
| 2022-11-10 | Auto merge of #103636 - chenyukang:yukang/fix-103587-sugg-if-let, r=jackh276,... | bors | -0/+5 |
| 2022-11-09 | :arrow_up: rust-analyzer | Laurențiu Nicola | -422/+1216 |
| 2022-11-09 | Add new option to prevent CORS failures | Guillaume Gomez | -0/+1 |
| 2022-11-09 | Rollup merge of #103952 - ehuss:dont-intra-linkcheck-reference, r=Mark-Simula... | Dylan DPC | -30/+27 |
| 2022-11-09 | Rollup merge of #103933 - nicholasbishop:bishop-uefi-tier-2, r=JohnTitor | Dylan DPC | -0/+3 |
| 2022-11-09 | Rollup merge of #103919 - nnethercote:unescaping-cleanups, r=matklad | Dylan DPC | -4/+2 |
| 2022-11-09 | Rollup merge of #103570 - lukas-code:stabilize-ilog, r=scottmcm | Dylan DPC | -2/+0 |
| 2022-11-09 | bless clippy | yukang | -0/+5 |
| 2022-11-09 | Auto merge of #102565 - jyn514:refactor-build-manifest, r=Mark-Simulacrum | bors | -181/+208 |
| 2022-11-08 | Bump ui test | Oli Scherer | -65/+59 |
| 2022-11-08 | Add retry flag to remote-test-server | Ayush Singh | -1/+13 |
| 2022-11-07 | less unsupported errors in Miri, and clarifying comments | Ralf Jung | -3/+3 |
| 2022-11-07 | Add miri_alloc, miri_dealloc | Martin Kröning | -10/+84 |
| 2022-11-07 | Rollup merge of #104003 - c410-f3r:moar-errors, r=petrochenkov | Dylan DPC | -2/+2 |