| Age | Commit message (Expand) | Author | Lines |
| 2022-11-17 | remove unused shell_escape dep | klensy | -8/+0 |
| 2022-11-17 | clean up retagging recursive traversal a bit | Ralf Jung | -48/+49 |
| 2022-11-17 | add support for running binaries with remote-test-client on run-make | Pietro Albini | -0/+4 |
| 2022-11-17 | Auto merge of #104170 - cjgillot:hir-def-id, r=fee1-dead | bors | -4/+4 |
| 2022-11-17 | Box `ExprKind::{Closure,MethodCall}`, and `QSelf` in expressions, types, and ... | Nicholas Nethercote | -72/+99 |
| 2022-11-16 | Auto merge of #102944 - nnethercote:ast-Lit-third-time-lucky, r=petrochenkov | bors | -98/+116 |
| 2022-11-16 | Auto merge of #104456 - RalfJung:miri, r=RalfJung | bors | -335/+308 |
| 2022-11-16 | rustdoc JSON: Use `Function` everywhere and remove `Method` | Martin Nordholts | -15/+4 |
| 2022-11-16 | ensure rand has its default features enabled | Ralf Jung | -0/+2 |
| 2022-11-16 | Rollup merge of #104317 - RalfJung:ctfe-error-reporting, r=oli-obk | Matthias Krüger | -117/+109 |
| 2022-11-16 | Convert predicates into Predicate in the Obligation constructor | Oli Scherer | -2/+3 |
| 2022-11-16 | cleanup and dedupe CTFE and Miri error reporting | Ralf Jung | -117/+109 |
| 2022-11-16 | normalize download-rustc's prefix when running compiletests | Pietro Albini | -0/+2 |
| 2022-11-16 | normalize source paths from sysroot in compiletest | Pietro Albini | -16/+23 |
| 2022-11-16 | Rollup merge of #104471 - scruss:patch-1, r=jyn514 | Matthias Krüger | -1/+1 |
| 2022-11-16 | Rollup merge of #103484 - saschanaz:patch-2, r=ehuss | Matthias Krüger | -4/+2 |
| 2022-11-16 | allow fastrand dependency | Ralf Jung | -0/+1 |
| 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 | 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 |