index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
ui-toml
Age
Commit message (
Expand
)
Author
Lines
2025-02-20
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-397
/
+1050
2025-02-15
Fix `tests/ui-toml/absolute_paths/absolute_paths_2015.rs` test
Guillaume Gomez
-2
/
+18
2025-02-15
Update ui-toml tests
Guillaume Gomez
-413
/
+888
2025-02-11
`{expect,unwrap}_used`: add options to lint at compilation time
Samuel Tardieu
-3
/
+69
2025-02-10
Show diff suggestion format on verbose replacement
Esteban Küber
-56
/
+85
2025-02-08
Two improvements to `disallowed_*` (#13669)
Catherine Flores
-16
/
+112
2025-01-09
Merge commit '19e305bb57a7595f2a8d81f521c0dd8bf854e739' into clippy-subtree-u...
Philipp Krones
-0
/
+239
2025-01-09
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-0
/
+239
2025-01-03
turn rustc_box into an intrinsic
Ralf Jung
-9
/
+8
2024-12-27
Make `inconsistent_struct_constructor` "all fields are shorthand" requirement...
Timo
-0
/
+239
2024-12-26
Make "all fields are shorthand" requirement configurable
Samuel Moelius
-0
/
+239
2024-12-26
Merge commit '609cd310be44677ae31d452a17b0f8207e1abfe1' into clippy-subtree-u...
Philipp Krones
-12
/
+70
2024-12-19
Add allow-indexing-slicing-in-tests option (#13854)
llogiq
-0
/
+35
2024-12-20
Add allow-indexing-slicing-in-tests option
Alexey Semenyuk
-0
/
+35
2024-12-15
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-12
/
+35
2024-12-12
Filter empty lines, comments and delimiters from previous to last multiline s...
Esteban Küber
-4
/
+0
2024-12-12
Tweak multispan rendering
Esteban Küber
-2
/
+1
2024-12-03
index_refutable_slice: use multipart suggestions
Scott Gerring
-9
/
+31
2024-11-22
Rename `literal_string_with_formatting_arg` into `literal_string_with_formatt...
Guillaume Gomez
-1
/
+1
2024-11-22
Update new failing tests
Guillaume Gomez
-3
/
+4
2024-11-15
Add const parameter `REPLACEMENT_ALLOWED` to `DisallowedPath`
Samuel Moelius
-0
/
+15
2024-11-15
Properly handle `disallowed_types`
Samuel Moelius
-0
/
+46
2024-11-15
Support replacements in `disallowed_methods`
Samuel Moelius
-0
/
+37
2024-11-15
Remove unncesssary `compile-flags` directive
Samuel Moelius
-16
/
+14
2024-11-14
Merge commit '786fbd6d683933cd0e567fdcd25d449a69b4320c' into clippy-subtree-u...
Philipp Krones
-1
/
+5
2024-11-09
Fix `large_include_file` lint being triggered all the time by doc comments
Guillaume Gomez
-1
/
+5
2024-11-07
Merge commit 'f712eb5cdccd121d0569af12f20e6a0fabe4364d' into clippy-subtree-u...
Philipp Krones
-35
/
+1403
2024-11-07
Merge pull request #13657 from jdonszelmann/disallowed-macros-to-early
Philipp Krones
-31
/
+31
2024-11-05
collect attribute spans early for disallowed macros
Jonathan Dönszelmann
-31
/
+31
2024-11-02
Auto merge of #13376 - decryphe:source-ordering, r=llogiq
bors
-0
/
+1351
2024-10-30
Extend `large_include_file` lint to also work on attributes
Guillaume Gomez
-4
/
+15
2024-10-30
new lint: `source_item_ordering`
decryphe
-0
/
+1351
2024-10-27
Add test case for missing_errors_doc at tests with option check-private-items...
Alexey Semenyuk
-0
/
+6
2024-10-18
Merge commit 'a109190d7060236e655fc75533373fa274ec5343' into clippy-subtree-u...
Philipp Krones
-13
/
+5
2024-10-18
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-13
/
+5
2024-10-12
Auto merge of #13444 - kpreid:fix-8524-private-rep, r=blyxyas
bors
-2
/
+2
2024-10-05
Bless clippy.
Camille GILLOT
-1
/
+3
2024-10-04
Fix large_stack_arrays triggering for static/constants
GnomedDev
-11
/
+3
2024-10-03
Merge commit 'aa0d551351a9c15d8a95fdb3e2946b505893dda8' into clippy-subtree-u...
Philipp Krones
-7
/
+8
2024-09-25
Fix non-lifetime tests
Samuel Moelius
-7
/
+8
2024-09-24
Merge commit '7901289135257ca0fbed3a5522526f95b0f5edba' into clippy-subtree-u...
Philipp Krones
-9
/
+20
2024-09-23
`module_name_repetitions`: don't warn if the item is in a private module.
Kevin Reid
-2
/
+2
2024-09-22
Formatting
Philipp Krones
-5
/
+5
2024-08-26
Auto merge of #13300 - kyoto7250:issue_13292, r=llogiq
bors
-2
/
+13
2024-08-24
Merge commit '0f8eabd6231366bfc1bb1464601297c2d48f8f68' into clippyup
Jason Newcomb
-180
/
+384
2024-08-24
Rewrite empty_line_after_doc_comments and empty_line_after_outer_attr
Alex Macleod
-2
/
+2
2024-08-25
check std::panic::panic_any in panic lint
kyoto7250
-2
/
+13
2024-08-10
Auto merge of #13220 - y21:issue13219, r=dswij
bors
-4
/
+27
2024-08-09
Refactor `absolute_paths`:
Jason Newcomb
-176
/
+357
2024-08-08
Merge commit 'cb806113e0f83a8f9b47d35b453b676543bcc40e' into clippy-subtree-u...
Philipp Krones
-75
/
+153
[next]