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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc
/
lint
Age
Commit message (
Expand
)
Author
Lines
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
2014-09-10
Implement tuple and tuple struct indexing
P1start
-0
/
+1
2014-09-09
rollup merge of #17013 : rgawdzik/literal_int
Alex Crichton
-18
/
+9
2014-09-08
rustc: fix fallout from the addition of a 'tcx lifetime on tcx.
Eduard Burtescu
-16
/
+16
2014-09-05
Fixes type range issue during linting (#16684)
Robert Gawdzik ☢
-18
/
+9
2014-09-05
auto merge of #16628 : pczarn/rust/hashmap-opt, r=nikomatsakis
bors
-2
/
+4
2014-09-05
Work around inability to link lifetime of ref bindings (#16994)
Piotr Czarnecki
-2
/
+4
2014-09-03
Use a visitor to look for non-FFI-safe types
Keegan McAllister
-40
/
+56
2014-08-29
Add support for labeled while loops.
Pythoner6
-2
/
+2
2014-08-30
Add lint groups; define built-in lint groups `bad_style` and `unused`
P1start
-26
/
+88
2014-08-30
Unify non-snake-case lints and non-uppercase statics lints
P1start
-96
/
+84
2014-08-28
Fallout from stabilizing core::option
Aaron Turon
-1
/
+1
2014-08-27
auto merge of #16704 : flugsio/rust/fix-rustc-ice-lint-underscores-only, r=brson
bors
-4
/
+8
2014-08-26
Rebasing changes
Nick Cameron
-0
/
+3
2014-08-26
DST coercions and DST structs
Nick Cameron
-15
/
+5
2014-08-24
lint: Improve camel case suggestion when empty.
Jimmie Elvenmark
-3
/
+7
2014-08-23
librustc: Don't ICE with type when name only contain underscores.
Jimmie Elvenmark
-1
/
+1
2014-08-20
liblibc: don't use int/uint for intptr_t/uintptr_t
Corey Richardson
-2
/
+2
2014-08-20
librustc: handle repr on structs, require it for ffi, unify with packed
Corey Richardson
-6
/
+12
[next]