| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 | -3/+3 |
| 2022-11-26 | Revert "Don't set `is_preview` for clippy and rustfmt" | Joshua Nelson | -3/+3 |
| 2022-11-26 | Rewrite LLVM's archive writer in Rust | bjorn3 | -12/+13 |
| 2022-11-26 | Rollup merge of #104943 - aDotInTheVoid:jsondoclint-use-enum, r=GuillaumeGomez | Guillaume Gomez | -3/+28 |
| 2022-11-26 | Add a test that makes sense | Nixon Enraght-Moony | -5/+28 |
| 2022-11-26 | Support unit tests for jsondoclint | Nixon Enraght-Moony | -0/+7 |
| 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/+28 |
| 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 |
| 2022-11-26 | interpret: remove PartialOrd from a bunch of types that do not have or need a... | Ralf Jung | -1/+1 |
| 2022-11-26 | jsondoclint: Accept trait alias is places where trait expected. | Nixon Enraght-Moony | -5/+5 |
| 2022-11-25 | Auto merge of #104902 - matthiaskrgr:rollup-oo27a4u, r=matthiaskrgr | bors | -7/+10 |
| 2022-11-25 | Use None when the stack is empty | Ben Kimock | -10/+11 |
| 2022-11-25 | Rollup merge of #104879 - aDotInTheVoid:jsondoclint-typedef, r=GuillaumeGomez | Matthias Krüger | -7/+10 |
| 2022-11-25 | Test a small cargo-miri smoke test even in `run_tests_minimal` | Nilstrieb | -0/+64 |
| 2022-11-25 | Auto merge of #104846 - spastorino:santa-clauses-make-goals-early-christmas-ð... | bors | -35/+34 |
| 2022-11-25 | jsondoclint: Recognise Typedef as valid kind for Type::ResolvedPath | Nixon Enraght-Moony | -7/+10 |
| 2022-11-25 | Rollup merge of #104873 - RalfJung:therefore, r=Dylan-DPC | Matthias Krüger | -2/+2 |
| 2022-11-25 | Rollup merge of #103648 - jyn514:no-preview, r=Mark-Simulacrum | Matthias Krüger | -3/+3 |
| 2022-11-25 | replace a borrow_mut by get_mut | Ralf Jung | -2/+2 |
| 2022-11-25 | RefCell::get_mut: fix typo | Ralf Jung | -7/+7 |
| 2022-11-25 | Introduce PredicateKind::Clause | Santiago Pastorino | -33/+33 |
| 2022-11-25 | Simplify a bunch of trait ref obligation creations | Oli Scherer | -2/+1 |
| 2022-11-24 | Don't set `is_preview` for clippy and rustfmt | Joshua Nelson | -3/+3 |