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
2021-01-07
Change env var used for testing Clippy
flip1995
-1
/
+1
2020-12-22
Revert "Pass Clippy args also trough RUSTFLAGS"
Philipp Krones
-170
/
+44
2020-12-13
Address comments from PR review
Eduardo Broto
-28
/
+40
2020-12-13
Pass Clippy args also trough RUSTFLAGS
Eduardo Broto
-50
/
+164
2020-11-27
Reword bitrotten comment
Eduardo Broto
-2
/
+5
2020-11-27
Make --fix imply --no-deps
Eduardo Broto
-3
/
+29
2020-11-27
Apply suggestion regarding clippy_enabled bool
Eduardo Broto
-5
/
+9
2020-11-27
Add --no-deps command-line argument
Eduardo Broto
-15
/
+22
2020-11-24
clippy: Remove now obsolete lintlist module
flip1995
-2969
/
+0
2020-11-24
clippy: Let rustc handle describing lints
flip1995
-121
/
+0
2020-11-23
Merge commit '3e7c6dec244539970b593824334876f8b6ed0b18' into clippyup
flip1995
-11
/
+25
2020-11-05
Merge commit 'b20d4c155d2fe3a8391f86dcf9a8c49e17188703' into clippyup
flip1995
-7
/
+49
2020-10-28
Merge commit '645ef505da378b6f810b1567806d1bcc2856395f' into clippyup
Eduardo Broto
-5
/
+54
2020-10-26
Remove lint from clippy
Nathan Whitaker
-7
/
+0
2020-10-23
Merge commit 'bf1c6f9871f430e284b17aa44059e0d0395e28a6' into clippyup
Eduardo Broto
-15
/
+36
2020-10-16
Rollup merge of #77493 - hosseind88:ICEs_should_always_print_the_top_of_the_q...
Dylan DPC
-3
/
+3
2020-10-11
Auto merge of #77649 - dash2507:replace_run_compiler, r=matthewjasper
bors
-2
/
+2
2020-10-09
rebase with master
hosseind75
-1
/
+3
2020-10-09
run full query stack print just when RUST_BACKTRACE is set
hosseind75
-1
/
+4
2020-10-09
ICEs should print the top of the query stack
hosseind75
-6
/
+1
2020-10-09
Merge commit '2f6439ae6a6803d030cceb3ee14c9150e91b328b' into clippyup
flip1995
-11
/
+32
2020-10-08
Replace run_compiler with RunCompiler builder pattern.
Darshan Kathiriya
-2
/
+2
2020-10-02
Deprecate clippy lint
Michael Howell
-7
/
+0
2020-09-28
Rollup merge of #76474 - bjorn3:driver_selected_codegen, r=oli-obk
Ralf Jung
-2
/
+2
2020-09-27
Add option to pass a custom codegen backend from a driver
bjorn3
-2
/
+2
2020-09-24
Merge commit 'e636b88aa180e8cab9e28802aac90adbc984234d' into clippyup
flip1995
-2
/
+30
2020-09-10
Merge commit '5034d47f721ff4c3a3ff2aca9ef2ef3e1d067f9f' into clippyup
flip1995
-0
/
+14
2020-08-28
Merge commit '3d0b0e66afdfaa519d8855b338b35b4605775945' into clippyup
flip1995
-3
/
+45
2020-08-11
Merge commit '09bd400243ed6f7059fedc0c1623aae3792521d6' into clippyup
flip1995
-1
/
+36
2020-08-06
run clippy_dev update_lints
Ryan1729
-1
/
+1
2020-08-06
run cargo dev new_lint then move transmutes_expressible_as_ptr_casts into tra...
Ryan1729
-0
/
+7
2020-07-26
Merge commit 'da5a6fb1b65ec6581a67e942a3850f6bc15a552c' into clippyup
flip1995
-1
/
+8
2020-07-14
Merge commit '2ca58e7dda4a9eb142599638c59dc04d15961175' into clippyup
flip1995
-13
/
+43
2020-06-23
Merge commit 'c2c07fa9d095931eb5684a42942a7b573a0c5238' into clippyup
flip1995
-14
/
+34
2020-06-09
Merge commit 'ff0993c5e9162ddaea78e83d0f0161e68bd4ea73' into clippy
Lzu Tao
-3
/
+31
2020-05-29
Auto merge of #72671 - flip1995:clippyup, r=Xanewok
bors
-3
/
+10
2020-05-28
Merge commit '7ea7cd165ad6705603852771bf82cc2fd6560db5' into clippyup2
flip1995
-3
/
+10
2020-05-22
Stabilize str_strip feature
Lzu Tao
-1
/
+0
2020-05-17
Merge commit 'e214ea82ad0a751563acf67e1cd9279cf302db3a' into clippyup
flip1995
-198
/
+154
2020-05-16
Rollup merge of #72090 - RalfJung:rustc_driver-exit-code, r=oli-obk
Dylan DPC
-3
/
+1
2020-05-11
Merge commit '43a1777b89cf6791f9e20878b4e5e3ae907867a5' into clippyup
flip1995
-1
/
+15
2020-05-10
rustc_driver: factor out computing the exit code
Ralf Jung
-3
/
+1
2020-04-27
Auto merge of #5522 - CrazyRoka:match_vec_item, r=phansch
bors
-0
/
+7
2020-04-26
Implement mismatched_target_os lint
Eduardo Broto
-0
/
+7
2020-04-26
Updated lint info in lib.rs
CrazyRoka
-1
/
+1
2020-04-25
Renamed lint to `match_on_vec_items`
CrazyRoka
-7
/
+7
2020-04-24
Added lint `match_vec_item`
CrazyRoka
-0
/
+7
2020-04-23
Downgrade match_bool to pedantic
David Tolnay
-1
/
+1
2020-04-21
Lint for holding locks across await points
Andy Weiss
-0
/
+7
2020-04-20
Auto merge of #5332 - DevinR528:if-let-else-mutex, r=flip1995
bors
-0
/
+7
[next]