| Age | Commit message (Expand) | Author | Lines |
| 2022-12-02 | extract common borrow tracking logic | Vanille-N | -0/+365 |
| 2022-12-01 | Bump ui_test crate | Oli Scherer | -9/+9 |
| 2022-12-01 | Auto merge of #2699 - RalfJung:schedule-refactor, r=RalfJung | bors | -327/+412 |
| 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 | 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-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 | -21338/+15795 |
| 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 #104048 - cjgillot:split-lifetime, r=compiler-errors | bors | -145/+281 |
| 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 | Auto merge of #103917 - oli-obk:layout_math, r=RalfJung,lcnr | bors | -20/+115 |
| 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 | Auto merge of #103786 - tshepang:obsolete, r=jyn514 | bors | -7/+1 |
| 2022-11-27 | Auto merge of #96451 - JakobDegen:dest-prop, r=tmiasko | bors | -365/+425 |
| 2022-11-26 | Rewrite dest prop. | Jakob Degen | -365/+425 |
| 2022-11-27 | Auto merge of #104818 - scottmcm:refactor-extend-func, r=the8472 | bors | -0/+7 |
| 2022-11-27 | nits | Ralf Jung | -2/+2 |
| 2022-11-27 | make Stacked Borrows retags act like data races | Ralf Jung | -45/+164 |
| 2022-11-27 | slightly adjust and synchronize Machine passing for SB and DataRace | Ralf Jung | -55/+24 |
| 2022-11-27 | !Unpin retags must still be reads, to check dereferenceable | Ralf Jung | -57/+151 |
| 2022-11-26 | Auto merge of #104950 - jyn514:revert-preview, r=Mark-Simulacrum | bors | -5/+7 |
| 2022-11-26 | Revert "Don't set `is_preview` for clippy and rustfmt" | Joshua Nelson | -5/+7 |
| 2022-11-26 | Rollup merge of #104943 - aDotInTheVoid:jsondoclint-use-enum, r=GuillaumeGomez | Guillaume Gomez | -3/+61 |
| 2022-11-26 | Rollup merge of #104928 - notriddle:notriddle/sidebar-toggle-flexbox, r=Guill... | Guillaume Gomez | -9/+3 |
| 2022-11-26 | Rollup merge of #104924 - aDotInTheVoid:jsondocck-trait-alias, r=GuillaumeGomez | Guillaume Gomez | -5/+35 |
| 2022-11-26 | Rollup merge of #104788 - compiler-errors:unresolved-ct-in-gen, r=fee1-dead | Guillaume Gomez | -0/+92 |
| 2022-11-26 | Auto merge of #2696 - RalfJung:no-std-windows, r=RalfJung | bors | -43/+71 |
| 2022-11-26 | support no_std on Windows | Ralf Jung | -5/+5 |
| 2022-11-26 | refactor try_resolve_did and also support resolving crates/modules | Ralf Jung | -26/+54 |
| 2022-11-26 | jsondoclint: Handle using enum variants and glob using enums. | Nixon Enraght-Moony | -3/+61 |
| 2022-11-26 | add namespace to resolve_path | DrMeepster | -29/+29 |
| 2022-11-26 | prettify our CI logs | Ralf Jung | -7/+22 |
| 2022-11-26 | Auto merge of #2690 - Nilstrieb:cargo-miri-smoke-test-ci-so-that-cargo-miri-a... | bors | -0/+60 |
| 2022-11-26 | update lockfile | Ralf Jung | -4/+0 |
| 2022-11-26 | Auto merge of #2647 - saethlin:current-span, r=RalfJung | bors | -161/+153 |
| 2022-11-26 | caller_span only makes sense when there are 2 frames on the stack | Ralf Jung | -4/+4 |