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
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
2014-06-24
Use names in Lint structs in an ASCII-case-insensitive way
Keegan McAllister
-6
/
+18
2014-06-24
Clean up and document the public lint API
Keegan McAllister
-591
/
+61
2014-06-24
Store the registered lints in the Session
Keegan McAllister
-88
/
+123
2014-06-24
Replace enum LintId with an extensible alternative
Keegan McAllister
-521
/
+264
2014-06-24
Convert lints to a trait-based infrastructure
Keegan McAllister
-184
/
+206
2014-06-24
Rename lint::Lint to lint::LintId
Keegan McAllister
-10
/
+10
2014-06-24
Move lint infrastructure and individual lints into separate files
Keegan McAllister
-1070
/
+53
2014-06-24
Move lint.rs out of middle
Keegan McAllister
-0
/
+1988