| Age | Commit message (Expand) | Author | Lines |
| 2022-08-23 | Update cargo | Eric Huss | -0/+0 |
| 2022-08-23 | Rollup merge of #100909 - nnethercote:minor-ast-LitKind-improvement, r=petroc... | Dylan DPC | -7/+5 |
| 2022-08-23 | Remove the symbol from `ast::LitKind::Err`. | Nicholas Nethercote | -7/+5 |
| 2022-08-23 | Auto merge of #100904 - matthiaskrgr:rollup-z3yzivj, r=matthiaskrgr | bors | -12/+7 |
| 2022-08-23 | Rollup merge of #100862 - ehuss:tidy-crossbeam, r=Mark-Simulacrum | Matthias Krüger | -5/+3 |
| 2022-08-23 | Rollup merge of #100832 - ehuss:bootstrap-cleanup, r=jyn514 | Matthias Krüger | -7/+4 |
| 2022-08-23 | Auto merge of #100678 - GuillaumeGomez:improve-rustdoc-json-tests, r=aDotInTh... | bors | -107/+53 |
| 2022-08-22 | Auto merge of #100671 - Xiretza:tidy-fluent-files, r=davidtwco | bors | -9/+6 |
| 2022-08-21 | tidy: remove crossbeam-utils | Eric Huss | -5/+3 |
| 2022-08-22 | Use `AttrVec` in more places. | Nicholas Nethercote | -11/+8 |
| 2022-08-21 | update Miri | Ralf Jung | -8/+8 |
| 2022-08-20 | Remove Steve from toolstate failure notices. | Eric Huss | -4/+4 |
| 2022-08-20 | Remove rustfmt from publish_toolstate | Eric Huss | -3/+0 |
| 2022-08-18 | Auto merge of #100682 - RalfJung:miri, r=RalfJung | bors | -7/+9 |
| 2022-08-18 | tidy: check fluent files for style | Xiretza | -9/+6 |
| 2022-08-18 | Remove need to give JSON file path | Guillaume Gomez | -107/+53 |
| 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 |