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
/
src
Age
Commit message (
Expand
)
Author
Lines
2023-03-05
help: refer to `cargo check --help`
Samuel Tardieu
-2
/
+2
2023-02-25
Merge branch 'master' into rustup
Jason Newcomb
-4
/
+1
2023-02-22
various: translation resources from cg backend
David Wood
-1
/
+4
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-1
/
+1
2023-02-09
Introduce `-Zterminal-urls` to use OSC8 for error codes
Esteban Küber
-0
/
+1
2023-01-27
Merge commit '1480cea393d0cee195e59949eabdfbcf1230f7f9' into clippyup
Philipp Krones
-1
/
+1
2023-01-22
Update main.rs
Samuel Moelius
-1
/
+1
2023-01-12
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
Philipp Krones
-1
/
+4
2023-01-12
Don't pass `--sysroot` twice if SYSROOT is set
Joshua Nelson
-1
/
+4
2022-12-17
Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup
Philipp Krones
-2
/
+0
2022-12-15
Auto merge of #9927 - xFrednet:0000-rustc-tool-macro-update, r=matthiaskrgr
bors
-2
/
+0
2022-12-01
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
Philipp Krones
-0
/
+5
2022-12-01
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-0
/
+5
2022-11-22
Clippy: Workaround for let_chains issue
Philipp Krones
-5
/
+6
2022-11-21
Cleanup `rustc_tool_util` and add a convenient macro for `build.rs`
xFrednet
-2
/
+0
2022-11-21
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
Philipp Krones
-13920
/
+52
2022-11-21
pass clippy sysroot env if given r=ozkanonur
ozkanonur
-3
/
+15
2022-11-21
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-13917
/
+37
2022-11-05
Rollup merge of #103660 - ozkanonur:master, r=jyn514
Dylan DPC
-74
/
+5
2022-11-04
improve `filesearch::get_or_default_sysroot` r=ozkanonur
Onur Özkan
-74
/
+5
2022-11-01
Auto merge of #103217 - mejrs:track, r=eholk
bors
-0
/
+1
2022-10-25
Track `clippy.toml` and `Cargo.toml` in `file_depinfo`
Alex Macleod
-1
/
+36
2022-10-23
Remove `src/docs`
Alex Macleod
-13301
/
+0
2022-10-23
Generate lint categories and explanations with `declare_clippy_lint`
Alex Macleod
-609
/
+1
2022-10-23
Auto merge of #9690 - royrustdev:boxed_void, r=flip1995
bors
-0
/
+23
2022-10-23
add `boxed_void` lint
royrustdev
-0
/
+23
2022-10-23
Remove overlap between rustc and clippy `let_underscore_lock` lint
Alex Macleod
-2
/
+3
2022-10-23
Mark `let_underscore_drop` as uplifted
Alex Macleod
-30
/
+0
2022-10-23
Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyup
flip1995
-6
/
+152
2022-10-20
Auto merge of #9670 - Alexendoo:missing-trait-methods, r=Jarcho
bors
-0
/
+41
2022-10-20
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-6
/
+111
2022-10-20
Add `missing_trait_methods` lint
Alex Macleod
-0
/
+41
2022-10-19
Implement -Ztrack-diagnostics
mejrs
-0
/
+1
2022-10-17
Auto merge of #9637 - Alexendoo:unused-format-specs, r=xFrednet
bors
-0
/
+25
2022-10-17
Add `unused_format_specs` lint
Alex Macleod
-0
/
+25
2022-10-16
fix a doctest
TennyZhuang
-6
/
+6
2022-10-16
Add new lint `partial_pub_fields`
TennyZhuang
-0
/
+28
2022-10-12
add `cast-nan-to-int` lint
Andre Bogus
-0
/
+16
2022-10-11
Auto merge of #9572 - Nilstrieb:as-ptr-cast-mut, r=dswij
bors
-0
/
+20
2022-10-09
deprecate `clippy::for_loops_over_fallibles`
Maybe Waffle
-33
/
+0
2022-10-08
Auto merge of #9451 - kraktus:manual_filter2, r=dswij
bors
-0
/
+22
2022-10-06
extend `box-default` lint, add suggestion
Andre Bogus
-6
/
+0
2022-10-06
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
Philipp Krones
-20
/
+182
2022-10-05
Add `disallowed_macros` lint
Alex Macleod
-0
/
+37
2022-10-03
add `implicit_saturating_add` lint
royrustdev
-0
/
+21
2022-10-01
lint nested patterns and slice patterns in `needless_borrowed_reference`
Alex Macleod
-13
/
+5
2022-10-01
Implement manual_clamp lint
Jacob Kiesel
-0
/
+47
2022-10-01
Fix example
Nilstrieb
-2
/
+2
2022-10-01
Improve wording
Nilstrieb
-2
/
+2
2022-10-01
Add `as_ptr_cast_mut` lint
Nilstrieb
-0
/
+20
[next]