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-10-12
whup the while_let_loop for ignoring expressions!
Ravi Shankar
-19
/
+24
2015-10-12
Merge pull request #379 from swgillespie/zero_div_zero_nan
Manish Goregaokar
-0
/
+53
2015-10-12
Merge pull request #381 from durka/patch-2
llogiq
-2
/
+2
2015-10-12
Remove "are you sure?" from lint msg.
Georg Brandl
-1
/
+1
2015-10-12
fix doc comment for if_let_chain!
Alex Burka
-2
/
+2
2015-10-11
implement 0.0/0.0 -> NaN lint as described in #370
swgillespie
-0
/
+53
2015-10-12
Rust upgrade to rustc 1.5.0-nightly (9d3e79ad3 2015-10-10)
Manish Goregaokar
-83
/
+99
2015-10-11
Recommend using Mutex<()> for locking
Florian Hartwig
-1
/
+4
2015-10-08
Fix documentation that disagrees with code
Florian Hartwig
-1
/
+1
2015-10-07
Add a lint for sized integer types in a mutex
Florian Hartwig
-4
/
+18
2015-10-07
Change lint description
Pyriphlegethon
-24
/
+24
2015-10-07
Add "nonsensical OpenOptions" lint
Pyriphlegethon
-5
/
+148
2015-10-07
Suggest using an atomic value instead of a Mutex where possible
Florian Hartwig
-0
/
+55
2015-10-07
Merge pull request #354 from Pyriphlegethon/master
Manish Goregaokar
-0
/
+77
2015-10-05
RingBuf was renamed to VecDeque (fixes #363)
Georg Brandl
-2
/
+2
2015-10-02
Update the DefLocal pattern
Josh Stone
-1
/
+1
2015-10-02
Fix a panic caused by while let
Manish Goregaokar
-2
/
+4
2015-10-01
Merge pull request #351 from Wafflespeanut/while_let
Manish Goregaokar
-17
/
+64
2015-09-30
Fix rustup fallout: lifetimes false positives
Manish Goregaokar
-0
/
+10
2015-09-30
rustup to rustc 1.5.0-nightly (65d5c0833 2015-09-29)
Manish Goregaokar
-9
/
+1
2015-09-30
Remove unnecessary clones and add helper function
Pyriphlegethon
-44
/
+35
2015-09-29
Add unnecessary mut passed lint for methods
Pyriphlegethon
-23
/
+53
2015-09-29
extending while_let to warn for more statements
Ravi Shankar
-17
/
+64
2015-09-29
Replace tabs by spaces
Pyriphlegethon
-16
/
+16
2015-09-29
Add unnecessary mut passed lint
Pyriphlegethon
-0
/
+56
2015-09-28
all: remove trailing spaces
Georg Brandl
-2
/
+2
2015-09-28
rustup to 1.5.0-nightly (7bf4c885f 2015-09-26)
Manish Goregaokar
-22
/
+24
2015-09-25
rustup 2015-09-24
Manish Goregaokar
-8
/
+6
2015-09-24
Merge branch 'pr-347'
Manish Goregaokar
-31
/
+31
2015-09-23
Upgrade Rust to rustc 1.5.0-nightly (b2f379cdc 2015-09-23)
Pietro Monteiro
-31
/
+31
2015-09-22
Merge pull request #344 from Manishearth/reflet
llogiq
-2
/
+27
2015-09-22
Handle let ref in toplevel_ref_arg as well
Manish Goregaokar
-2
/
+27
2015-09-20
generalize let_and_return for any block (closes #340)
Georg Brandl
-3
/
+6
2015-09-19
Fix stray backquote.
Georg Brandl
-1
/
+1
2015-09-19
fix dogfood
Manish Goregaokar
-8
/
+7
2015-09-19
Upgrade Rust to rustc 1.5.0-nightly (cff041170 2015-09-17)
Manish Goregaokar
-178
/
+236
2015-09-17
Merge pull request #337 from Manishearth/indentfix
llogiq
-31
/
+31
2015-09-17
Merge pull request #336 from Manishearth/issue335
llogiq
-5
/
+8
2015-09-17
fix indentation
Georg Brandl
-31
/
+31
2015-09-17
ref matches: false positive with only wildcard pattern match (fixes #335)
Georg Brandl
-5
/
+8
2015-09-17
Rustup to rustc 1.5.0-nightly (fc4d566b4 2015-09-16)
Manish Goregaokar
-3
/
+30
2015-09-15
Check for mutable borrow of counter variable
Nathan Weston
-0
/
+2
2015-09-15
Improve lint message
Nathan Weston
-3
/
+3
2015-09-15
Add is_integer_literal utility function
Nathan Weston
-47
/
+19
2015-09-15
New lint: loop with explicit counter variable (fixes #159)
Nathan Weston
-3
/
+227
2015-09-14
use the constant folder to generalize the lint a little bit and clean up the ...
swgillespie
-25
/
+19
2015-09-14
implement empty range lint as described in #330
swgillespie
-2
/
+37
2015-09-11
removed expensive crate check from approx_const
llogiq
-21
/
+10
2015-09-11
less false positives for approx_const and float_cmp
llogiq
-2
/
+10
2015-09-10
additional macro check + more tests
llogiq
-2
/
+2
[prev]
[next]