| Age | Commit message (Expand) | Author | Lines |
| 2022-11-05 | Tidy | Caio | -2/+2 |
| 2022-11-05 | Rollup merge of #103956 - JakobDegen:tidy-bless, r=jyn514 | Matthias Krüger | -7/+11 |
| 2022-11-04 | Rollup merge of #103958 - chenyukang:yukang/fix-103951-count-limit, r=jyn514 | Matthias Krüger | -26/+34 |
| 2022-11-04 | test tidy should not count untracked paths towards entries limit | yukang | -26/+34 |
| 2022-11-03 | Make mir opt unused file check blessable | Jakob Degen | -7/+11 |
| 2022-11-03 | Move some tests from `src/test/ui` to more reasonable places | Deadbeef | -1/+1 |
| 2022-11-02 | Ban dashes in miropt test file names | Jakob Degen | -3/+37 |
| 2022-11-02 | Rollup merge of #103275 - Manishearth:tinystrup, r=pnkfelix | Dylan DPC | -0/+2 |
| 2022-10-31 | Detect unused files in `src/test/mir-opt` and error on them in tidy. | Jakob Degen | -0/+40 |
| 2022-10-23 | Update list of allowed cranelift dependencies | bjorn3 | -0/+2 |
| 2022-10-20 | Move some tests for more reasonable places | Caio | -1/+1 |
| 2022-10-19 | allowlist displaydoc | Manish Goregaokar | -0/+1 |
| 2022-10-19 | Update license | Manish Goregaokar | -0/+1 |
| 2022-10-14 | Also run alphabetical check in src and library | nils | -6/+6 |
| 2022-10-14 | Rollup merge of #102938 - c410-f3r:here-we-go-again, r=petrochenkov | Dylan DPC | -2/+2 |
| 2022-10-13 | Move some tests to more reasonable directories | Caio | -2/+2 |
| 2022-10-12 | tidy: error if a lang feature is already present | est31 | -126/+137 |
| 2022-10-12 | Error if tidy-alphabetical-end was not found | Nilstrieb | -4/+19 |
| 2022-10-12 | Add tidy directoy `tidy-alphabetical` | Nilstrieb | -0/+101 |
| 2022-10-10 | Rollup merge of #102846 - zertosh:update-syn, r=dtolnay | Matthias Krüger | -4/+6 |
| 2022-10-10 | Rollup merge of #102055 - c410-f3r:moar-errors, r=petrochenkov | Dylan DPC | -2/+2 |
| 2022-10-09 | update to syn-1.0.102 | Andres Suarez | -4/+6 |
| 2022-10-01 | make tidy accept multi-line `rustc_const_unstable` attributes | Maybe Waffle | -1/+3 |
| 2022-09-29 | more clear function and variable names | Ralf Jung | -17/+14 |
| 2022-09-29 | make tidy dependency error less confusing | Ralf Jung | -1/+1 |
| 2022-09-22 | Rollup merge of #102030 - est31:tidy_walk_no_reexport, r=Mark-Simulacrum | Yuki Okushi | -21/+28 |
| 2022-09-20 | Move some tests to more reasonable directories | Caio | -2/+2 |
| 2022-09-19 | Don't crate-locally reexport walk functions in tidy | est31 | -21/+28 |
| 2022-09-19 | Add all submodules to the list of directories tidy skips | est31 | -0/+6 |
| 2022-09-17 | Allow using `tinyvec_macros` dependency, which was introduced by newer versio... | Charles Lew | -0/+2 |
| 2022-09-14 | tidy will not check coding style in bootstrap/target | yukang | -0/+1 |
| 2022-09-07 | Fix error printing mistake in tidy | est31 | -2/+1 |
| 2022-09-04 | Auto merge of #101250 - klensy:bump-deps-08-22, r=Dylan-DPC | bors | -5/+0 |
| 2022-09-01 | Auto merge of #100869 - nnethercote:replace-ThinVec, r=spastorino | bors | -0/+1 |
| 2022-08-31 | update few crates to drop old deps | klensy | -5/+0 |
| 2022-08-29 | Auto merge of #98626 - oli-obk:tracing, r=lcnr | bors | -0/+1 |
| 2022-08-29 | Replace `rustc_data_structures::thin_vec::ThinVec` with `thin_vec::ThinVec`. | Nicholas Nethercote | -0/+1 |
| 2022-08-28 | Auto merge of #100863 - ehuss:sunset-rls, r=Mark-Simulacrum | bors | -2/+1 |
| 2022-08-27 | Sunset RLS | Eric Huss | -2/+1 |
| 2022-08-28 | Auto merge of #92845 - Amanieu:std_personality, r=Mark-Simulacrum | bors | -0/+2 |
| 2022-08-27 | tidy: move directory traversal utility functions into dedicated module | est31 | -62/+74 |
| 2022-08-27 | tidy: forbid since values for features that point to the current release or f... | est31 | -5/+55 |
| 2022-08-27 | Rollup merge of #100924 - est31:closure_to_fn_ptr, r=Mark-Simulacrum | Yuki Okushi | -1/+1 |
| 2022-08-24 | Add new allowed deps | bjorn3 | -0/+6 |
| 2022-08-23 | Use direct pointer to filter_dirs function | est31 | -1/+1 |
| 2022-08-23 | Relax tidy rules for OS-specific code | Amanieu d'Antras | -0/+2 |
| 2022-08-23 | Rollup merge of #100862 - ehuss:tidy-crossbeam, r=Mark-Simulacrum | Matthias Krüger | -5/+3 |
| 2022-08-21 | tidy: remove crossbeam-utils | Eric Huss | -5/+3 |
| 2022-08-18 | tidy: check fluent files for style | Xiretza | -9/+6 |
| 2022-08-12 | Use an extensionless `x` script for non-Windows | Josh Stone | -1/+1 |