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
2015-12-14
Merge pull request #501 from oli-obk/fix/seme
Manish Goregaokar
-38
/
+53
2015-12-14
fix fallout from CC improvements
Oliver Schneider
-23
/
+16
2015-12-14
fix cc computation in the presence of diverging calls
Oliver Schneider
-15
/
+37
2015-12-14
more doc comments
llogiq
-0
/
+21
2015-12-14
more docs
llogiq
-0
/
+21
2015-12-13
Merge branch 'more_wiki'
Manish Goregaokar
-0
/
+14
2015-12-12
Make ExprField follow single-underscore rules
Devon Hollowood
-1
/
+5
2015-12-12
Add wiki docs, in line with #492
Devon Hollowood
-0
/
+23
2015-12-12
Reduce false positives
Devon Hollowood
-6
/
+11
2015-12-12
Update tests
Devon Hollowood
-1
/
+1
2015-12-12
Run update_lints.py
Devon Hollowood
-0
/
+2
2015-12-12
Add used_underscore_binding lint
Devon Hollowood
-0
/
+34
2015-12-13
Add wiki note for escape analysis
Manish Goregaokar
-0
/
+14
2015-12-12
Mention VecDeque in linkedlist lint
Cesar Eduardo Barros
-1
/
+1
2015-12-11
Merge pull request #492 from Manishearth/wiki
Manish Goregaokar
-0
/
+578
2015-12-11
Use suggestion for needless_return
Seo Sanghyeon
-6
/
+11
2015-12-11
added wiki comments + wiki-generating python script
llogiq
-0
/
+578
2015-12-10
Check for unused lifetimes in bounds (fixes #489)
Manish Goregaokar
-4
/
+15
2015-12-09
Upgrade rust to rustc 1.6.0-nightly (462ec0576 2015-12-09)
Manish Goregaokar
-11
/
+9
2015-12-09
Add span_lint_and_then and use it
Seo Sanghyeon
-7
/
+21
2015-12-08
Use suggestion for redundant_closure
Seo Sanghyeon
-4
/
+12
2015-12-07
Merge pull request #483 from Manishearth/bored
llogiq
-3
/
+29
2015-12-07
Merge branch 'pr-482'
Manish Goregaokar
-7
/
+58
2015-12-07
Add check on redundant _ bindings in structs
Guillaume Gomez
-7
/
+58
2015-12-07
Add lint for unused lifetimes (fixes #459)
Manish Goregaokar
-3
/
+29
2015-12-06
Merge pull request #481 from fhartwig/lifetime-with-alias
Manish Goregaokar
-16
/
+14
2015-12-06
Remove obsolete workaround
Florian Hartwig
-1
/
+0
2015-12-06
Make lifetimes lint work with type aliases and non-locally-defined structs
Florian Hartwig
-15
/
+14
2015-12-05
Fix clippy with latest Rust nightly.
Robert Clipsham
-1
/
+1
2015-12-05
Make panic in CC silencable (partial #478)
Manish Goregaokar
-10
/
+23
2015-12-04
Rudimentary escape analysis for Box<T>
Manish Goregaokar
-0
/
+159
2015-12-03
Merge pull request #460 from oli-obk/cyclomatic_complexity
llogiq
-147
/
+319
2015-12-03
improve cc of function
Oliver Schneider
-23
/
+18
2015-12-03
high-speed-dogfood
Oliver Schneider
-0
/
+4
2015-12-03
compute cyclomatic complexity (adjusted to not punish Rust's `match`)
Oliver Schneider
-124
/
+297
2015-12-02
Remove unused qualifications
Seo Sanghyeon
-9
/
+9
2015-11-30
Rust upgrade to rustc 1.6.0-nightly (52d95e644 2015-11-30)
Manish Goregaokar
-1
/
+1
2015-11-27
fix for latest nightly
Hobofan
-1
/
+3
2015-11-26
Merge pull request #468 from devonhollowood/option-methods
Manish Goregaokar
-13
/
+84
2015-11-25
Add lints suggesting map_or() and map_or_else()
Devon Hollowood
-13
/
+84
2015-11-26
Suppress explicit_counter_loop lint if loop variable is used after the loop
Florian Hartwig
-8
/
+17
2015-11-25
Fixes to build with current rust nightly
Florian Hartwig
-2
/
+2
2015-11-25
Don't panic
Seo Sanghyeon
-7
/
+13
2015-11-25
Extend match_ref_pats to desugared matches
Seo Sanghyeon
-15
/
+34
2015-11-25
Dogfood match_ref_pats for `if let`
Seo Sanghyeon
-21
/
+21
2015-11-23
spurious newline
Manish Goregaokar
-1
/
+1
2015-11-22
Merge branch 'pr-462'
Manish Goregaokar
-4
/
+62
2015-11-22
Add block_in_if lint, #434
John Quigley
-0
/
+95
2015-11-19
Appease clippy by not shadowing variables
Florian Hartwig
-2
/
+2
2015-11-19
Simplify has_debug_impl
Florian Hartwig
-65
/
+24
[prev]
[next]