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
2016-03-07
Remove all ExprRange
mcarton
-43
/
+92
2016-03-07
Implement struct literal equality
mcarton
-0
/
+9
2016-03-06
Fix dogfood
mcarton
-1
/
+1
2016-03-05
Merge branch 'pr-737'
Manish Goregaokar
-4
/
+55
2016-03-05
Warn about calling a closure in the same expression where it's defined.
KALPESH KRISHNA
-4
/
+55
2016-03-04
simplify cyclomatic complexity auxiliarly value computation
Oliver Schneider
-27
/
+24
2016-03-04
s/ctxt/TyCtxt
mcarton
-1
/
+1
2016-03-03
`vec!` now uses `box`
mcarton
-9
/
+5
2016-03-03
Rust upgrade to 2016-03-02 nightly
Manish Goregaokar
-1
/
+1
2016-02-29
rustfmt
Manish Goregaokar
-204
/
+138
2016-02-29
lint ! and != in if expressions with else branches
Oliver Schneider
-27
/
+79
2016-02-29
lint unportable clike enum discriminants
Oliver Schneider
-0
/
+59
2016-02-28
Merge pull request #721 from mcarton/while_let_loop
llogiq
-25
/
+9
2016-02-28
Lint manual swaps
mcarton
-33
/
+106
2016-02-28
Fix wrong suggestion in `WHILE_LET_LOOP`
mcarton
-25
/
+9
2016-02-28
Lint `foo = bar; bar = foo` sequences
mcarton
-0
/
+69
2016-02-27
Cleanup
mcarton
-8
/
+2
2016-02-27
Fix (new?) rustc warnings
mcarton
-2
/
+0
2016-02-27
Add a lint about suspiciously formatted `else if`
mcarton
-2
/
+109
2016-02-27
Add a lint about suspiciously formatted `=@` ops
mcarton
-0
/
+69
2016-02-26
Fix false positive in `FOR_KV_MAP` and `&mut` refs
mcarton
-10
/
+9
2016-02-26
Merge pull request #689 from mcarton/entries
llogiq
-52
/
+88
2016-02-25
Merge branch 'pr-704'
Manish Goregaokar
-277
/
+279
2016-02-24
Use `span_suggestion` in loops lints
mcarton
-5
/
+8
2016-02-24
Macro check `len_zero`
mcarton
-1
/
+9
2016-02-24
Use `span_suggestion` in `len_zero`
mcarton
-8
/
+12
2016-02-24
Rustfmt and sort all `use` items
mcarton
-277
/
+279
2016-02-22
Fix ICE with match_def_path
mcarton
-1
/
+5
2016-02-22
Limit `USELESS_FORMAT` with args to string args
mcarton
-9
/
+15
2016-02-21
Merge pull request #690 from quininer/fix-nightly
Martin Carton
-48
/
+48
2016-02-21
Fix `USELESS_FORMAT` wiki
mcarton
-4
/
+5
2016-02-20
Small cleanup
mcarton
-8
/
+8
2016-02-20
Lint about `format!("{}", foo)`
mcarton
-7
/
+82
2016-02-20
Replace all `format!("{}", foo)` calls
mcarton
-16
/
+14
2016-02-20
Lint about usage of `format!("string literal")`
mcarton
-0
/
+42
2016-02-20
Remove all use of `format!("string literal")`
mcarton
-5
/
+5
2016-02-20
Build the import lint in update_lints.py
mcarton
-33
/
+36
2016-02-19
fix nightly
quininer kel
-48
/
+48
2016-02-19
Merge pull request #688 from Manishearth/fix-671
Manish Goregaokar
-2
/
+2
2016-02-18
Improve the `MAP_ENTRY` lint
mcarton
-52
/
+88
2016-02-18
improve str_add_assign lint description
llogiq
-2
/
+2
2016-02-18
fix enum glob use (again)
Oliver Schneider
-3
/
+5
2016-02-18
Merge pull request #673 from oli-obk/fix/665
Manish Goregaokar
-35
/
+113
2016-02-18
Merge pull request #664 from Manishearth/fix_regex
Manish Goregaokar
-35
/
+33
2016-02-17
Merge pull request #679 from mcarton/rustup
Martin Carton
-6
/
+6
2016-02-17
Rustup to 1.8.0-nightly (57c357d89 2016-02-16)
mcarton
-6
/
+6
2016-02-17
fallout
Oliver Schneider
-8
/
+8
2016-02-17
fix enum_variant_names linting on all caps enum variants
Oliver Schneider
-27
/
+105
2016-02-16
Merge pull request #669 from shssoichiro/single-char-pattern
llogiq
-2
/
+63
2016-02-16
Make DERIVE_HASH_NOT_EQ symmetric
mcarton
-14
/
+31
[prev]
[next]