| Age | Commit message (Expand) | Author | Lines |
| 2022-08-18 | Auto merge of #100682 - RalfJung:miri, r=RalfJung | bors | -7/+9 |
| 2022-08-18 | Rollup merge of #100643 - TaKO8Ki:point-at-type-parameter-shadowing-another-t... | Matthias Krüger | -1/+1 |
| 2022-08-17 | update Miri | Ralf Jung | -7/+9 |
| 2022-08-17 | Rollup merge of #100656 - ehuss:update-cargo, r=ehuss | Matthias Krüger | -0/+0 |
| 2022-08-17 | Rollup merge of #100379 - davidtwco:triagebot-diag, r=Mark-Simulacrum | Matthias Krüger | -19/+33 |
| 2022-08-17 | Rollup merge of #100018 - nnethercote:clean-up-LitKind, r=petrochenkov | Matthias Krüger | -12/+14 |
| 2022-08-17 | Rollup merge of #99474 - aDotInTheVoid:rustdoc-json-noinline-test-cleanup, r=... | Matthias Krüger | -0/+42 |
| 2022-08-16 | Update cargo | Eric Huss | -0/+0 |
| 2022-08-17 | avoid a `&str` to `String` conversion | Takayuki Maeda | -1/+1 |
| 2022-08-16 | Rollup merge of #100616 - lnicola:rust-analyzer-2022-08-16, r=lnicola | Dylan DPC | -5108/+5774 |
| 2022-08-16 | Rollup merge of #100613 - eltociear:patch-15, r=Mark-Simulacrum | Dylan DPC | -1/+1 |
| 2022-08-16 | :arrow_up: rust-analyzer | Laurențiu Nicola | -5108/+5774 |
| 2022-08-16 | compiletest: fix typo in runtest.rs | Ikko Ashimine | -1/+1 |
| 2022-08-16 | Rename some things related to literals. | Nicholas Nethercote | -12/+14 |
| 2022-08-16 | Shrink `ast::Attribute`. | Nicholas Nethercote | -13/+13 |
| 2022-08-15 | Rollup merge of #100586 - the8472:available_parallelism_2, r=jyn514 | Matthias Krüger | -2/+1 |
| 2022-08-15 | Revert "Revert "Remove num_cpus dependency from bootstrap, build-manifest and... | The 8472 | -2/+1 |
| 2022-08-15 | Auto merge of #98393 - michaelwoerister:new-cpp-like-enum-debuginfo, r=wesley... | bors | -0/+2 |
| 2022-08-15 | errors: move translation logic into module | David Wood | -19/+33 |
| 2022-08-15 | Auto merge of #96745 - ehuss:even-more-attribute-validation, r=cjgillot | bors | -12/+14 |
| 2022-08-14 | Auto merge of #100516 - compiler-errors:rollup-fgrfeb3, r=compiler-errors | bors | -1/+1 |
| 2022-08-13 | Rollup merge of #100468 - cuviper:lazy-x, r=jyn514 | Michael Goulet | -1/+1 |
| 2022-08-13 | update Miri | Ralf Jung | -7/+7 |
| 2022-08-12 | Use an extensionless `x` script for non-Windows | Josh Stone | -1/+1 |
| 2022-08-12 | Adjust cfgs | Mark Rousskov | -4/+1 |
| 2022-08-12 | Jsondocck: New `@ismany` command | Nixon Enraght-Moony | -0/+42 |
| 2022-08-12 | [compiletest] Add compiler-bundled NatVis files to test input stamp. | Michael Woerister | -0/+2 |
| 2022-08-12 | Auto merge of #100435 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2022-08-11 | Update clippy for introduction of Node::ExprField | Eric Huss | -12/+14 |
| 2022-08-11 | Update cargo | Eric Huss | -0/+0 |
| 2022-08-12 | Auto merge of #100419 - flip1995:clippyup, r=Manishearth | bors | -826/+2239 |
| 2022-08-11 | Rollup merge of #100392 - nnethercote:simplify-visitors, r=cjgillot | Matthias Krüger | -1/+1 |
| 2022-08-11 | Rollup merge of #99992 - jyn514:shell-scripts, r=Mark-Simulacrum | Matthias Krüger | -3/+5 |
| 2022-08-11 | Merge commit '2b2190cb5667cdd276a24ef8b9f3692209c54a89' into clippyup | Philipp Krones | -826/+2239 |
| 2022-08-11 | Rollup merge of #100403 - GuillaumeGomez:improve-messages, r=jsha | Dylan DPC | -0/+16 |
| 2022-08-11 | Rollup merge of #100232 - cjgillot:no-desugar-methodcall, r=nagisa | Dylan DPC | -17/+17 |
| 2022-08-11 | Improve error message when browser-ui-test crashes | Guillaume Gomez | -0/+16 |
| 2022-08-11 | Simplify `rustc_ast::visit::Visitor::visit_poly_trait_ref`. | Nicholas Nethercote | -1/+1 |
| 2022-08-10 | update Miri | Ralf Jung | -9/+7 |
| 2022-08-10 | Do not consider method call receiver as an argument in AST. | Camille GILLOT | -17/+17 |
| 2022-08-10 | Auto merge of #100260 - ehuss:compiletest-target-cfg, r=Mark-Simulacrum | bors | -208/+345 |
| 2022-08-10 | Update cargo | Eric Huss | -0/+0 |
| 2022-08-08 | compiletest: Add warning and comment about running tests without RUSTC | Eric Huss | -1/+16 |
| 2022-08-09 | :arrow_up: rust-analyzer | Laurențiu Nicola | -281/+1636 |
| 2022-08-08 | Add `x.sh` and `x.ps1` shell scripts | Joshua Nelson | -3/+5 |
| 2022-08-07 | compiletest: match ignores on target family | Eric Huss | -0/+29 |
| 2022-08-07 | compiletest: use precise cfg matching instead of hard-coded tables | Eric Huss | -208/+301 |
| 2022-08-06 | Auto merge of #99743 - compiler-errors:fulfillment-context-cleanups, r=jackh726 | bors | -4/+2 |
| 2022-08-05 | Auto merge of #95977 - FabianWolff:issue-92790-dead-tuple, r=estebank | bors | -51/+60 |
| 2022-08-04 | Add `traits::fully_solve_obligation` that acts like `traits::fully_normalize` | Michael Goulet | -4/+2 |