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
/
librustc
/
lint
Age
Commit message (
Expand
)
Author
Lines
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-1
/
+1
2015-01-30
Make the naming lints only warn on names with upper/lowercase equivalents
P1start
-46
/
+67
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-2
/
+2
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-1
/
+1
2015-01-26
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-1
/
+65
2015-01-26
Auto merge of #21610 - sfackler:debug-lint, r=alexcrichton
bors
-0
/
+64
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-8
/
+199
2015-01-26
Remove "unboxed" attribute in code referring to new closures.
Eduard Burtescu
-2
/
+2
2015-01-25
Add a missing fmt::Debug impl lint
Steven Fackler
-0
/
+64
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-44
/
+7
2015-01-25
Auto merge of #20373 - huonw:self-call-lint, r=luqmana
bors
-1
/
+192
2015-01-25
Add the span of the operator itself to ast::BinOp.
Huon Wilson
-7
/
+7
2015-01-25
Add a lint to detect unconditional recursion.
Huon Wilson
-1
/
+192
2015-01-23
Deprecated attributes don't take 'feature' names and are paired with stable/u...
Brian Anderson
-1
/
+1
2015-01-21
Implement unused features check
Brian Anderson
-4
/
+4
2015-01-21
Tie stability attributes to feature gates
Brian Anderson
-113
/
+13
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-25
/
+5
2015-01-21
rollup merge of #20179: eddyb/blind-items
Alex Crichton
-30
/
+16
2015-01-21
Remove unused stability levels from compiler
Brian Anderson
-3
/
+0
2015-01-21
rollup merge of #21441: alexcrichton/rustc-opts
Alex Crichton
-24
/
+1
2015-01-21
rollup merge of #21340: pshc/libsyntax-no-more-ints
Alex Crichton
-1
/
+1
2015-01-21
rustc: fix fallout of merging ast::ViewItem into ast::Item.
Eduard Burtescu
-30
/
+16
2015-01-20
rustc: Remove deprecated lint names
Alex Crichton
-24
/
+1
2015-01-18
Fix typedef/module name conflicts in the compiler
Alex Crichton
-6
/
+6
2015-01-17
libsyntax: rename functions from uint to usize
Paul Collier
-1
/
+1
2015-01-15
syntax: add fully qualified UFCS expressions.
Eduard Burtescu
-1
/
+1
2015-01-13
Return the Vec from csearch::get_item_attrs.
Ms2ger
-3
/
+2
2015-01-11
Rename #[on_unimplemented] -> #[rustc_on_unimplemented]
Manish Goregaokar
-1
/
+1
2015-01-11
Move error to typeck::check
Manish Goregaokar
-64
/
+0
2015-01-11
Add lint and test for malformed but unused #[on_unimplemented] attributes
Manish Goregaokar
-0
/
+64
2015-01-11
Add ability to attach custom #[on_unimplemented] error messages for unimpleme...
Manish Goregaokar
-0
/
+1
2015-01-08
rollup merge of #20754: nikomatsakis/int-feature
Alex Crichton
-8
/
+8
2015-01-08
Store deprecated status of i/u-suffixed literals.
Huon Wilson
-8
/
+8
2015-01-08
Improvements to feature staging
Brian Anderson
-39
/
+27
2015-01-07
Test fixes and rebase conflicts
Alex Crichton
-2
/
+2
2015-01-07
rollup merge of #20721: japaric/snap
Alex Crichton
-57
/
+57
2015-01-07
rollup merge of #20663: brson/feature-staging
Alex Crichton
-13
/
+113
2015-01-07
Preliminary feature staging
Brian Anderson
-13
/
+113
2015-01-07
use slicing sugar
Jorge Aparicio
-57
/
+57
2015-01-07
std: Stabilize the std::hash module
Alex Crichton
-1
/
+1
2015-01-06
rollup merge of #20593: nikomatsakis/unused-tps-in-impl
Alex Crichton
-0
/
+1
2015-01-06
rollup merge of #20653: alexcrichton/entry-unstable
Alex Crichton
-1
/
+1
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-2
/
+1
2015-01-06
rollup merge of #20609: cmr/mem
Alex Crichton
-11
/
+11
2015-01-07
fallout
Nick Cameron
-2
/
+2
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-2
/
+1
2015-01-06
Implement impl reachability rules. This is a [breaking-change]. Type
Niko Matsakis
-0
/
+1
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-50
/
+50
2015-01-06
syntax/rustc: implement isize/usize
Corey Richardson
-11
/
+11
2015-01-06
[breaking change] Revert Entry behaviour to take keys by value.
Dylan Ede
-1
/
+1
[prev]
[next]