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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2016-01-12
Revamp the "future incompatible" section to clarify the situation
Niko Matsakis
-1
/
+1
2015-12-30
use structured errors
Nick Cameron
-1
/
+1
2015-11-18
Various straight-forward ports that override `visit_nested_items`
Niko Matsakis
-2
/
+2
2015-10-13
Dict -> Struct, StructDef -> VariantData, def -> data
Vadim Petrochenkov
-4
/
+4
2015-09-29
Fill in some missing parts in the default HIR visitor
Vadim Petrochenkov
-2
/
+1
2015-09-28
Fill in some missing parts in the default AST visitor
Vadim Petrochenkov
-5
/
+1
2015-09-22
Use Names in HIR visitors and folders
Vadim Petrochenkov
-3
/
+3
2015-09-22
Auto merge of #28364 - petrochenkov:usegate, r=alexcrichton
bors
-0
/
+2
2015-09-20
Miscellaneous cleanup for old issues.
Lee Jeffery
-1
/
+0
2015-09-19
Remove check_mac
Manish Goregaokar
-4
/
+0
2015-09-17
Correctly walk import lists in AST visitors
Vadim Petrochenkov
-0
/
+2
2015-09-17
Change to a multi-trait approach
Nick Cameron
-50
/
+56
2015-09-17
Add an early lint pass for lints that operate on the AST
Nick Cameron
-33
/
+81
2015-09-16
Use ast attributes every where (remove HIR attributes).
Nick Cameron
-4
/
+4
2015-09-03
Move lints to HIR
Manish Goregaokar
-31
/
+32
2015-09-03
Add an intital HIR and lowering step
Nick Cameron
-1
/
+1
2015-06-18
Make a better error message for using #[feature] on stable rust
Brian Anderson
-3
/
+0
2015-06-07
change some statics to constants
Oliver 'ker' Schneider
-3
/
+2
2015-04-01
Fallout out rustc
Niko Matsakis
-1
/
+1
2015-03-11
syntax: gather common fields of impl & trait items into their respective types.
Eduard Burtescu
-1
/
+1
2015-02-28
Rename LintPass::check_trait_method to check_trait_item
Ivan Petkov
-1
/
+1
2015-02-28
Separate most of rustc::lint::builtin into a separate crate.
Huon Wilson
-1
/
+2
2015-02-20
Register new snapshots
Alex Crichton
-8
/
+0
2015-02-18
std: Stabilize the `hash` module
Alex Crichton
-0
/
+8
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-2
/
+2
2015-01-21
rustc: fix fallout of merging ast::ViewItem into ast::Item.
Eduard Burtescu
-1
/
+0
2015-01-08
Improvements to feature staging
Brian Anderson
-2
/
+2
2015-01-07
rollup merge of #20663: brson/feature-staging
Alex Crichton
-0
/
+3
2015-01-07
Preliminary feature staging
Brian Anderson
-0
/
+3
2015-01-07
std: Stabilize the std::hash module
Alex Crichton
-1
/
+1
2015-01-05
Stop using macro_escape as an inner attribute
Keegan McAllister
-2
/
+0
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-4
/
+4
2014-12-24
Rename to_ascii_{lower,upper} to to_ascii_{lower,upper}case, per #14401
Simon Sapin
-1
/
+1
2014-12-19
librustc: use `#[deriving(Copy)]`
Jorge Aparicio
-11
/
+4
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-6
/
+6
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+8
2014-11-18
Feature gate non-ASCII lifetime identifiers
Jakub Bukaj
-1
/
+1
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+3
2014-11-15
Un-feature gate struct variants
Steven Fackler
-0
/
+1
2014-10-28
Update code with new lint names
Aaron Turon
-1
/
+1
2014-10-09
rustc: Convert statics to constants
Alex Crichton
-2
/
+2
2014-10-03
Set the `non_uppercase_statics` lint to warn by default
P1start
-0
/
+1
2014-09-12
Track the visited AST's lifetime throughout Visitor.
Eduard Burtescu
-1
/
+1
2014-08-14
librustc: Stop assuming that implementations and traits only contain
Patrick Walton
-1
/
+1
2014-08-07
Temporary bootstrapping hack: introduce syntax for r egion bounds like `'b:'a`,
Niko Matsakis
-1
/
+1
2014-07-29
Rename the std::ascii::{Owned,}StrAsciiExt traits to {Owned,}AsciiExt
Simon Sapin
-1
/
+1
2014-06-28
Rename all raw pointers as necessary
Alex Crichton
-2
/
+2
2014-06-24
Implement lint plugins
Keegan McAllister
-0
/
+1
2014-06-24
Drop the ExportedItems argument from LintPass::check_crate
Keegan McAllister
-2
/
+1
2014-06-24
Rework lint attr parsing and use it in middle::dead
Keegan McAllister
-1
/
+1
[next]