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
2014-10-30
rollup merge of #18398 : aturon/lint-conventions-2
Alex Crichton
-20
/
+18
2014-10-30
Remove `unused_extern_crate` and `unused_result` from the `unused` lint group
P1start
-2
/
+2
2014-10-29
Rename fail! to panic!
Steve Klabnik
-9
/
+9
2014-10-28
Remove ty_bot from the type system
Jakub Bukaj
-1
/
+1
2014-10-28
Turn on warning for use of deprecated lint names
Aaron Turon
-8
/
+6
2014-10-28
Update code with new lint names
Aaron Turon
-12
/
+12
2014-10-24
Add a lint for not using field pattern shorthands
P1start
-2
/
+37
2014-10-20
Stability lint checker now handles nested macros.
Victor Berger
-16
/
+22
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-4
/
+4
2014-10-14
rustc: Add deprecation/renaming support for lints
Aaron Turon
-6
/
+70
2014-10-14
rustc: Improve lint descriptions
Aaron Turon
-2
/
+2
2014-10-14
rustc: Add missing lint registration
Aaron Turon
-1
/
+2
2014-10-14
rustc: Rename lints per RFC 344
Aaron Turon
-108
/
+108
2014-10-10
Handle `while let` desugaring
John Gallagher
-1
/
+2
2014-10-10
auto merge of #17037 : kmcallister/rust/no-stack-check, r=thestinger
bors
-0
/
+1
2014-10-09
Rename the no_split_stack attribute to no_stack_check
Keegan McAllister
-0
/
+1
2014-10-09
rustc: Convert statics to constants
Alex Crichton
-4
/
+4
2014-10-09
rustc: Add `const` globals to the language
Alex Crichton
-2
/
+3
2014-10-03
Move the lint for the stability lints to the method name only
P1start
-2
/
+5
2014-10-03
Improve the `non_snake_case` lint to give better suggestions
P1start
-1
/
+5
2014-10-03
Update the `unused` lint group to include more lints
P1start
-5
/
+6
2014-10-03
Set the `non_uppercase_statics` lint to warn by default
P1start
-1
/
+2
2014-10-02
rustc: remove support for Gc.
Eduard Burtescu
-19
/
+1
2014-10-02
syntax: ast: remove TyBox and UnBox.
Eduard Burtescu
-1
/
+1
2014-09-30
auto merge of #17634 : jakub-/rust/if_let, r=kballard
bors
-2
/
+5
2014-09-30
Produce a better error for irrefutable `if let` patterns
Kevin Ballard
-2
/
+5
2014-09-30
librustc: Stop looking in metadata in type contents.
Patrick Walton
-0
/
+1
2014-09-25
auto merge of #17378 : Gankro/rust/hashmap-entry, r=aturon
bors
-2
/
+6
2014-09-24
handling fallout from entry api
Alexis Beingessner
-2
/
+6
2014-09-24
Remove unused enum variants
Jakub Wieczorek
-20
/
+6
2014-09-22
librustc: Forbid private types in public APIs.
Patrick Walton
-4
/
+0
2014-09-22
Lint stability now checks macro arguments.
Victor Berger
-2
/
+21
2014-09-19
rollup merge of #17338 : nick29581/variants-namespace
Alex Crichton
-3
/
+3
2014-09-19
rollup merge of #17314 : eddyb/span-no-gc
Alex Crichton
-2
/
+2
2014-09-19
Add enum variants to the type namespace
Nick Cameron
-3
/
+3
2014-09-18
rustc: remove BindingMode from DefLocal.
Eduard Burtescu
-1
/
+1
2014-09-18
rustc: remove DefArg and DefBinding in favor of DefLocal.
Eduard Burtescu
-2
/
+1
2014-09-18
rustc: fix fallout from removing the use of Gc for ExpnInfo.
Eduard Burtescu
-2
/
+2
2014-09-17
librustc: Implement associated types behind a feature gate.
Patrick Walton
-7
/
+35
2014-09-17
rollup merge of #17312 : Manishearth/builtin-shrink
Alex Crichton
-5
/
+2
2014-09-17
rollup merge of #16931 : omasanori/unnecessary-path-brackets
Alex Crichton
-0
/
+36
2014-09-16
Fallout from renaming
Aaron Turon
-5
/
+5
2014-09-16
Clean up code for unused_must_use lint
Manish Goregaokar
-5
/
+2
2014-09-15
trans -- stop tracking vtables precisely, instead recompute as needed.
Niko Matsakis
-5
/
+5
2014-09-14
rustc: fix fallout from using ptr::P.
Eduard Burtescu
-42
/
+43
2014-09-12
auto merge of #17134 : vberger/rust/lint_unused_extern_crate, r=alexcrichton
bors
-1
/
+5
2014-09-12
Track the visited AST's lifetime throughout Visitor.
Eduard Burtescu
-12
/
+12
2014-09-12
Remove largely unused context from Visitor.
Eduard Burtescu
-67
/
+66
2014-09-12
New lint : unused_extern_crate. #10385
Victor Berger
-1
/
+5
2014-09-10
Add unnecessary_import_braces lint.
OGINO Masanori
-0
/
+36
[prev]
[next]