| Age | Commit message (Expand) | Author | Lines |
| 2022-12-01 | Create a hacky fail-fast mode that stops tests at the first failure | Oli Scherer | -0/+1 |
| 2022-12-01 | Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup | Philipp Krones | -1914/+4245 |
| 2022-12-01 | rustc_ast_lowering: Stop lowering imports into multiple items | Vadim Petrochenkov | -11/+11 |
| 2022-12-01 | rustc_hir: Change representation of import paths to support multiple resolutions | Vadim Petrochenkov | -32/+41 |
| 2022-12-01 | Bump ui_test crate | Oli Scherer | -9/+9 |
| 2022-12-01 | rustc_hir: Relax lifetime requirements on `Visitor::visit_path` | Vadim Petrochenkov | -6/+6 |
| 2022-12-01 | Auto merge of #2699 - RalfJung:schedule-refactor, r=RalfJung | bors | -327/+412 |
| 2022-11-30 | Auto merge of #104905 - compiler-errors:normalization-changes, r=spastorino | bors | -2/+2 |
| 2022-11-29 | Rollup merge of #104523 - flba-eb:fix_nto_target_name, r=wesleywiser | Matthias Krüger | -1/+17 |
| 2022-11-29 | update cpufeatures, swap difference to dissimilar | klensy | -1/+2 |
| 2022-11-29 | Auto merge of #105012 - WaffleLapkin:into, r=oli-obk | bors | -0/+2 |
| 2022-11-28 | FnCtxt normalization stuff | Michael Goulet | -3/+2 |
| 2022-11-28 | partially_normalize_... -> At::normalize | Michael Goulet | -0/+1 |
| 2022-11-28 | Permit deps (scarry) | Maybe Waffle | -0/+2 |
| 2022-11-28 | Rollup merge of #104933 - RalfJung:interpret-partial-ord, r=oli-obk | Matthias Krüger | -1/+1 |
| 2022-11-28 | Rollup merge of #104804 - nnethercote:MetaItemLit, r=petrochenkov | Matthias Krüger | -15/+22 |
| 2022-11-28 | Rollup merge of #104795 - estebank:multiline-spans, r=TaKO8Ki | Dylan DPC | -13/+13 |
| 2022-11-28 | decreasw yield count a bit and explain reasoning a bit more | Ralf Jung | -1/+5 |
| 2022-11-28 | Auto merge of #2698 - RalfJung:miri-in-rustc, r=oli-obk | bors | -47/+14 |
| 2022-11-28 | fix clippy tests | Esteban Küber | -13/+13 |
| 2022-11-28 | Keep track of the start of the argument block of a closure | Sarthak Singh | -0/+1 |
| 2022-11-28 | add many-seeds capabilities to CI | Ralf Jung | -3/+16 |
| 2022-11-28 | make ./miri run a bit more silent; add option to control seeds tested by many... | Ralf Jung | -9/+16 |
| 2022-11-28 | move interpreter loop into thread manager; they are pretty tightly coupled an... | Ralf Jung | -78/+76 |
| 2022-11-28 | fix TLS on partially supported OSes | Ralf Jung | -3/+9 |
| 2022-11-28 | add scoped thread test | Ralf Jung | -0/+24 |
| 2022-11-28 | yield the main thread a number of times after its TLS dtors are done | Ralf Jung | -14/+37 |
| 2022-11-28 | cleanup global imports a bit | Ralf Jung | -5/+12 |
| 2022-11-28 | refactor scheduling of TLS dtors | Ralf Jung | -265/+268 |
| 2022-11-28 | Rename `NestedMetaItem::[Ll]iteral` as `NestedMetaItem::[Ll]it`. | Nicholas Nethercote | -7/+5 |
| 2022-11-28 | Rename `ast::Lit` as `ast::MetaItemLit`. | Nicholas Nethercote | -9/+18 |
| 2022-11-28 | Auto merge of #104915 - weihanglo:update-cargo, r=ehuss | bors | -0/+2 |
| 2022-11-27 | Rollup merge of #104989 - RalfJung:miri, r=RalfJung | Matthias Krüger | -500/+893 |
| 2022-11-27 | clippy | Ralf Jung | -19/+15 |
| 2022-11-27 | advice on josh pushing | Ralf Jung | -0/+7 |
| 2022-11-27 | Merge from rustc | Ralf Jung | -19547/+10617 |
| 2022-11-27 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2022-11-27 | Auto merge of #2694 - RalfJung:retag-deref-check, r=saethlin | bors | -157/+339 |
| 2022-11-27 | Auto merge of #104983 - matthiaskrgr:rollup-018sk73, r=matthiaskrgr | bors | -3/+33 |
| 2022-11-27 | Rollup merge of #104944 - aDotInTheVoid:jsondoclint-unit-tests, r=jyn514 | Matthias Krüger | -3/+33 |
| 2022-11-27 | Auto merge of #104048 - cjgillot:split-lifetime, r=compiler-errors | bors | -46/+33 |
| 2022-11-27 | Auto merge of #2685 - Nilstrieb:cargo-miri-wasm, r=RalfJung | bors | -1/+3 |
| 2022-11-27 | Auto merge of #2701 - RalfJung:smoke, r=RalfJung | bors | -1/+1 |
| 2022-11-27 | run_tests_minimal: actually run the smoke test on the desired target | Ralf Jung | -1/+1 |
| 2022-11-27 | CI: fix begingroup printing | Ralf Jung | -1/+1 |
| 2022-11-27 | Use `.wasm` extension when building for wasm in cargo-miri | nils | -1/+3 |
| 2022-11-27 | replace 'locally built rustc' instructions by 'Miri in rustc' | Ralf Jung | -47/+14 |
| 2022-11-27 | Update cargo | Weihang Lo | -0/+2 |
| 2022-11-27 | nits | Ralf Jung | -2/+2 |
| 2022-11-27 | make Stacked Borrows retags act like data races | Ralf Jung | -45/+164 |