| Age | Commit message (Expand) | Author | Lines |
| 2021-11-08 | Auto merge of #90680 - calebcartwright:rustfmt-sync, r=calebcartwright | bors | -372/+670 |
| 2021-11-07 | Merge commit 'ea199bacef07213dbe008841b89c450e3bf0c638' into rustfmt-sync | Caleb Cartwright | -372/+670 |
| 2021-11-08 | Auto merge of #89488 - c410-f3r:testsssssss, r=petrochenkov | bors | -2/+2 |
| 2021-11-07 | ast: Fix naming conventions in AST structures | Vadim Petrochenkov | -78/+115 |
| 2021-11-07 | Auto merge of #90348 - Amanieu:asm_feature_gates, r=joshtriplett | bors | -2/+4 |
| 2021-11-07 | Restrict tests that use needs-asm-support to non-experimental | Amanieu d'Antras | -2/+4 |
| 2021-11-06 | Move some tests to more reasonable directories | Caio | -2/+2 |
| 2021-11-05 | Rollup merge of #90569 - wesleywiser:fix_only_i686_tests, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2021-11-05 | Rollup merge of #90554 - ehuss:unstable-options-cleanup, r=joshtriplett | Yuki Okushi | -6/+0 |
| 2021-11-05 | Rollup merge of #90530 - GuillaumeGomez:simplify-js-tester, r=notriddle | Yuki Okushi | -7/+3 |
| 2021-11-04 | Fix tests using `only-i686` to use the correct `only-x86` directive | Wesley Wiser | -1/+1 |
| 2021-11-04 | Merge commit 'e18101137866b79045fee0ef996e696e68c920b4' into clippyup | flip1995 | -1532/+3201 |
| 2021-11-03 | Clean up some `-Z unstable-options` in tests. | Eric Huss | -6/+0 |
| 2021-11-03 | Simplify js tester a bit | Guillaume Gomez | -7/+3 |
| 2021-11-03 | Auto merge of #90516 - matthiaskrgr:rollup-3dmfjkj, r=matthiaskrgr | bors | -4/+5 |
| 2021-11-02 | Rollup merge of #90502 - GuillaumeGomez:split-doc-cfg-feature, r=jyn514 | Matthias Krüger | -0/+1 |
| 2021-11-02 | Rollup merge of #90500 - xFrednet:00000-update-clippy-deps, r=flip1995 | Matthias Krüger | -4/+4 |
| 2021-11-02 | Auto merge of #90464 - lnicola:rust-analyzer-2021-11-01, r=lnicola | bors | -16/+23 |
| 2021-11-02 | Also check for feature gates in "src/test/rustdoc" | Guillaume Gomez | -0/+1 |
| 2021-11-02 | Update clippy dependencies | xFrednet | -4/+4 |
| 2021-11-01 | Update cargo | Eric Huss | -0/+0 |
| 2021-11-01 | :arrow_up: rust-analyzer | Laurențiu Nicola | -16/+23 |
| 2021-10-31 | Rollup merge of #89786 - jkugelman:must-use-len-and-is_empty, r=joshtriplett | Matthias Krüger | -37/+39 |
| 2021-10-30 | Add #[must_use] to len and is_empty | John Kugelman | -37/+39 |
| 2021-10-28 | Update miri | Brennan Vincent | -9/+7 |
| 2021-10-27 | Rollup merge of #90154 - camelid:remove-getdefid, r=jyn514 | Matthias Krüger | -0/+2 |
| 2021-10-25 | Update cargo | Eric Huss | -0/+0 |
| 2021-10-25 | Rollup merge of #90255 - lnicola:rust-analyzer-2021-10-25, r=lnicola | Matthias Krüger | -16/+16 |
| 2021-10-25 | Auto merge of #90042 - pietroalbini:1.56-master, r=Mark-Simulacrum | bors | -1/+0 |
| 2021-10-25 | :arrow_up: rust-analyzer | Laurențiu Nicola | -16/+16 |
| 2021-10-25 | Rollup merge of #90143 - camelid:tidy-2021-followup, r=Mark-Simulacrum | Matthias Krüger | -9/+1 |
| 2021-10-24 | tidy: Remove submodules from edition exception list | Noah Lev | -9/+1 |
| 2021-10-24 | Always sort suggestions before emitting them | Esteban Kuber | -10/+10 |
| 2021-10-23 | remove "field is never read" warning | Pietro Albini | -1/+0 |
| 2021-10-23 | Rollup merge of #90087 - calebcartwright:rustfmt-subtree, r=calebcartwright | Matthias Krüger | -918/+2904 |
| 2021-10-23 | Rollup merge of #90070 - llogiq:compiletest-config-edition, r=Mark-Simulacrum | Matthias Krüger | -1/+12 |
| 2021-10-22 | docs: Escape brackets to satisfy the linkchecker | Noah Lev | -0/+2 |
| 2021-10-22 | Rollup merge of #90078 - JohnTitor:test-83479, r=Mark-Simulacrum | Yuki Okushi | -1/+1 |
| 2021-10-22 | Rollup merge of #89895 - camsteffen:for-loop-head-span, r=davidtwco | Yuki Okushi | -7/+1 |
| 2021-10-21 | fix doc issue in rustfmt | Caleb Cartwright | -1/+1 |
| 2021-10-21 | Merge commit '91496c2ac6abf6454c413bb23e8becf6b6dc20ea' into clippyup | flip1995 | -628/+4334 |
| 2021-10-20 | Add edition configuration to compiletest | Andre Bogus | -1/+12 |
| 2021-10-20 | ensure cargo-fmt tests are excluded from root workspace | Caleb Cartwright | -0/+2 |
| 2021-10-20 | Merge commit 'efa8f5521d3813cc897ba29ea0ef98c7aef66bb6' into rustfmt-subtree | Caleb Cartwright | -918/+2902 |
| 2021-10-20 | Increase `ROOT_ENTRY_LIMIT` to 1331 | Yuki Okushi | -1/+1 |
| 2021-10-20 | Rollup merge of #88860 - nbdd0121:panic, r=m-ou-se | Yuki Okushi | -3/+0 |
| 2021-10-19 | Remove begin_panic_fmt from clippy | Gary Guo | -3/+0 |
| 2021-10-19 | Auto merge of #90039 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2021-10-18 | Update cargo | Eric Huss | -0/+0 |
| 2021-10-19 | Rollup merge of #90002 - lnicola:rust-analyzer-2021-10-18, r=lnicola | Matthias Krüger | -16/+15 |