Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
HEAD
/
src
/
tools
/
tidy
/
src
c021ea8
Rollup merge of #143960 - hkBst:tidy-cleanup-2, r=Mark-Simulacrum
by 许杰友 Jieyou Xu (Joe)
· 9 hours ago
1aa5b22
Auto merge of #143545 - compiler-errors:coroutine-obl, r=oli-obk
by bors
· 2 days ago
19470bc
Rollup merge of #143957 - samueltardieu:tidy-filenames, r=Kobzol
by Samuel Tardieu
· 3 days ago
e3f643c
Consider outlives assumptions when proving auto traits for coroutine interiors
by Michael Goulet
· 4 days ago
281990e
Rollup merge of #143905 - xizheyin:143828, r=compiler-errors
by Samuel Tardieu
· 5 days ago
cbaaf15
tidy: check for invalid file names
by Samuel Tardieu
· 5 days ago
32391f7
tidy: improve comment
by Marijn Schouten
· 5 days ago
da6d7ca
tidy static regex: OnceLock -> LazyLock
by Marijn Schouten
· 5 days ago
0d6dc2f
tidy: more clippy fixes
by Marijn Schouten
· 5 days ago
ed88af2
Recover and suggest use `;` to construct array type
by xizheyin
· 5 days ago
8bf88a2
tidy: use write_all
by Marijn Schouten
· 9 days ago
6356faf
tidy: use flatten instead of manual flatten
by Marijn Schouten
· 9 days ago
9bd4c90
tidy: move to edition 2024
by Marijn Schouten
· 9 days ago
a4e994e
tidy: simplify fluent file extension checking
by Marijn Schouten
· 9 days ago
ef5c209
tidy: clippy fixes
by Marijn Schouten
· 9 days ago
9aafc98
tidy: assume all files are modified in CI
by binarycat
· 11 days ago
6b349a4
tidy: warn when --extra-checks is passed an invalid lang:kind combo
by binarycat
· 11 days ago
64456e0
tidy: add `auto:` prefix to --extra-checks syntax
by binarycat
· 11 days ago
4a6f697
tidy: update files_modified to take CiInfo
by binarycat
· 11 days ago
9eb1805
tidy: factor out change detection logic and make it more robust
by binarycat
· 11 days ago
66bc234
tidy: refactor --extra-checks parsing
by binarycat
· 11 days ago
c1ed2ac
tidy: add specific error message for trying to use `spellcheck:fix`.
by binarycat
· 2 weeks ago
971feb6
tidy: use --bless for tidy spellcheck instead of spellcheck:fix
by binarycat
· 2 weeks ago
b1234da
Rollup merge of #142440 - Kivooeo:tf14, r=tgross35
by Jubilee
· 2 weeks ago
f6d37a2
Rollup merge of #134006 - klensy:typos, r=nnethercote
by Jana Dönszelmann
· 2 weeks ago
c76d032
setup CI and tidy to use typos for spellchecking and fix few typos
by klensy
· 2 weeks ago
d612081
Auto merge of #143294 - ChrisDenton:rename-mingw, r=Kobzol
by bors
· 2 weeks ago
6671d9b
Rename mingw-check-tidy to tidy
by Chris Denton
· 3 weeks ago
62949cd
Rename mingw-* CI jobs to pr-*
by Chris Denton
· 3 weeks ago
2516c33
Remove support for dyn*
by Michael Goulet
· 3 weeks ago
3b57db4
Give some UI tests more apropriate names
by Trevor Gross
· 3 weeks ago
cfe1942
Rollup merge of #143245 - tgross35:metavariable-expr-organization, r=petrochenkov
by Matthias Krüger
· 3 weeks ago
384d699
Rollup merge of #142429 - Kivooeo:tf13, r=jieyouxu
by dianqk
· 3 weeks ago
d0bd279
cleaned up some tests
by Kivooeo
· 3 weeks ago
36c2b01
Rollup merge of #139858 - oli-obk:new-const-traits-syntax, r=fee1-dead
by Matthias Krüger
· 3 weeks ago
512ff95
Rename `tilde const` test files to `conditionally const`
by Oli Scherer
· 3 weeks ago
1dfc840
make `tidy-alphabetical` use a natural sort
by Folkert de Vries
· 3 weeks ago
4a112db
Update wasm-component-ld to 0.5.14
by Alex Crichton
· 4 weeks ago
28f1c80
Auto merge of #142959 - bjorn3:sync_cg_clif-2025-06-24, r=bjorn3
by bors
· 4 weeks ago
0377330
Rollup merge of #142704 - tgross35:remove-concat_idents, r=fee1-dead
by Guillaume Gomez
· 4 weeks ago
dbe8682
Update tidy exceptions
by bjorn3
· 4 weeks ago
c978c89
Move some `issues-*` tests to better homes
by Trevor Gross
· 4 weeks ago
cf5eb27
mbe: Restructure `macro_metavar_expr` tests
by Trevor Gross
· 4 weeks ago
4780f21
Move error code explanation removal check into tidy
by Guillaume Gomez
· 4 weeks ago
66060e6
Create new `CiInfo` type in tidy checks to centralize CI related checks
by Guillaume Gomez
· 4 weeks ago
110492092
Rollup merge of #142875 - GuillaumeGomez:rustdoc-json-types-version-update, r=Kobzol
by Matthias Krüger
· 4 weeks ago
90524da
Document why tidy checks if `eslint` is installed via `npm`
by Yotam Ofek
· 4 weeks ago
1a3cba8
Check rustdoc-json-types FORMAT_VERSION correct change
by Guillaume Gomez
· 4 weeks ago
cd85b9d
Rollup merge of #142677 - GuillaumeGomez:check-format-version-update, r=Kobzol
by Trevor Gross
· 4 weeks ago
7b35511
Rollup merge of #142384 - celinval:chores-rayon-mv, r=oli-obk
by Trevor Gross
· 4 weeks ago
0fc9507
Improve error message for rustdoc_json_types tidy check
by Guillaume Gomez
· 4 weeks ago
6367694
Pass `src_path` to rustdoc_json tidy check
by Guillaume Gomez
· 4 weeks ago
bbe8a2a
Generate base commit in rustdoc_json tidy checks
by Guillaume Gomez
· 4 weeks ago
2180503
Add CI check to ensure that rustdoc JSON `FORMAT_VERSION` is correctly updated
by Guillaume Gomez
· 4 weeks ago
255aa22
Auto merge of #140748 - m-ou-se:super-format-args3, r=jdonszelmann
by bors
· 4 weeks ago
4b50703
Skip tidy triagebot linkcheck if `triagebot.toml` doesn't exist
by Jieyou Xu
· 5 weeks ago
ddd9ee9
Remove outdated test.
by Mara Bos
· 5 weeks ago
ff5ba7a
Update tests.
by Mara Bos
· 5 weeks ago
9a495ac
Add new permitted dependencies
by Mark Rousskov
· 5 weeks ago
4aa62ea
Use `rustc_thread_pool` instead of `rustc-rayon-core`
by Celina G. Val
· 5 weeks ago
59aa1e8
Auto merge of #141229 - tgross35:builtins-josh-subtree, r=Kobzol
by bors
· 7 weeks ago
59fbe04
move `test-float-parse` tool into `src/tools` dir
by onur-ozkan
· 7 weeks ago
a547af9
Rollup merge of #141705 - GuillaumeGomez:eslint-tidy, r=Kobzol
by Guillaume Gomez
· 7 weeks ago
b1723fc
Centralize the eslint version between tidy and docker
by Guillaume Gomez
· 7 weeks ago
0527f02
Add `eslint` as part of tidy run
by Guillaume Gomez
· 7 weeks ago
6acbcee
tidy: Skip pal and `#[test]` checks in compiler-builtins
by Trevor Gross
· 7 weeks ago
467eeab
Stabilise `repr128`
by beetrees
· 7 weeks ago
4aed799
Update tidy exceptions
by bjorn3
· 8 weeks ago
3850b1f
feat(unstable-book): Added unstable feature doc comments as feature descriptions
by Ross Sullivan
· 8 weeks ago
9cacafd
compiler & tools: bump windows crate to dedupe versions
by klensy
· 9 weeks ago
e4929b5
Rollup merge of #140834 - lcnr:apit-folder, r=compiler-errors
by Matthias Krüger
· 9 weeks ago
60c32f6
Move more tests/ui tests
by mejrs
· 10 weeks ago
9eac7a3
move (and remove) impl Trait tests
by lcnr
· 2 months ago
cd55868
Auto merge of #140353 - rust-lang:cargo_update, r=Mark-Simulacrum
by bors
· 3 months ago
c9f690a
Fix tidy dep list
by Mark Rousskov
· 3 months ago
9a574b0
Move some tests out of tests/ui
by mejrs
· 3 months ago
f8f4d2d
Rollup merge of #140385 - lnicola:sync-from-ra, r=Veykril
by Matthias Krüger
· 3 months ago
a4ce307
Coalesce duplicate missing clone tests
by mejrs
· 3 months ago
36ed4aa
Add foldhash license exception
by Laurențiu Nicola
· 3 months ago
0e4ffa1
Add a tidy check for GCC submodule version
by Jakub Beránek
· 3 months ago
f0a0efd
Rollup merge of #139995 - spencer3035:clean-ui-tests-4-of-n, r=jieyouxu
by Chris Denton
· 3 months ago
aad59a3
Rollup merge of #139091 - mejrs:format, r=compiler-errors
by Chris Denton
· 3 months ago
3eaa4b9
Cleaned up 4 tests in `tests/ui/issues`
by Spencer
· 3 months ago
b79996d
Rollup merge of #139935 - cuviper:rustc-rayon-core-0.5.1, r=lqd
by Matthias Krüger
· 3 months ago
94015d3
Auto merge of #139926 - weihanglo:update-cargo, r=weihanglo
by bors
· 3 months ago
8b09cbb
Update cargo
by Weihang Lo
· 3 months ago
b4b9cfb
Upgrade to `rustc-rayon-core` 0.5.1
by Josh Stone
· 3 months ago
502b630
tidy: don't crush on non-existent submodules
by Waffle Lapkin
· 3 months ago
4a5369b
Remove rustc_on_unimplemented on impl tests
by mejrs
· 3 months ago
0149a43
Rollup merge of #139315 - clubby789:deranged-bump, r=Mark-Simulacrum
by Chris Denton
· 3 months ago
02f10d9
Remove the use of Rayon iterators
by John Kåre Alsaker
· 3 months ago
c3999f1
tidy: remove `instant` dep exclusion
by Jieyou Xu
· 3 months ago
ed81e34
Rollup merge of #139367 - GuillaumeGomez:proc-macro-values, r=Urgau
by Guillaume Gomez
· 3 months ago
3af666e
tidy: Fix paths to coretests and alloctests
by Thalia Archibald
· 4 months ago
41fcdab
Switch `time` to `jiff` for time formatting in ICE dumps
by clubby789
· 4 months ago
017e99b
Add `rustc-literal-escaper` to allowed crates lists
by Guillaume Gomez
· 4 months ago
6534933
Update allowed dependencies
by clubby789
· 4 months ago
0b4a81a
Auto merge of #138492 - lcnr:rm-inline_const_pat, r=oli-obk
by bors
· 4 months ago
d78704a
Rollup merge of #139151 - mejrs:underscore_to_dash, r=onur-ozkan
by Matthias Krüger
· 4 months ago
14e4f9f
Suggest switching underscores for dashes
by mejrs
· 4 months ago
Next »