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
2018-03-24
Specialize future-incompatibility warning for UNSTABLE_NAME_COLLISION.
kennytm
-7
/
+13
2018-03-20
rename epoch to edition
Kurtis Nusbaum
-10
/
+10
2018-03-09
Auto merge of #48326 - RalfJung:generic-bounds, r=petrochenkov
bors
-0
/
+6
2018-03-08
Note the future epoch for epoch lints
Manish Goregaokar
-1
/
+6
2018-03-08
Move epochs to libsyntax
Manish Goregaokar
-2
/
+3
2018-03-02
Run Rustfix on librustc
Manish Goregaokar
-2
/
+2
2018-03-02
Replace Rc with Lrc for shared data
John Kåre Alsaker
-3
/
+3
2018-02-27
Lint passes: add check_where_predicate and check_poly_trait_ref
Ralf Jung
-0
/
+6
2018-02-23
Add ability for hardwired lints to operate on the diagnostic builder
Manish Goregaokar
-1
/
+4
2018-02-23
Allow future-incompat lints to mention an epoch
Manish Goregaokar
-4
/
+25
2018-01-16
Allow a trailing comma in lint_array; fix #47428
Mark Mansi
-6
/
+7
2017-12-21
Add GenericParam, refactor Generics in ast, hir, rustdoc
Jonas Platte
-2
/
+2
2017-12-09
one-time diagnostics: span_suggestion, generalize methods for non-lints
Zack M. Davis
-6
/
+7
2017-12-02
Auto merge of #46288 - alexcrichton:bump-bootstrap, r=Mark-Simulacrum
bors
-2
/
+0
2017-11-30
Implement RFC 2128 (use_nested_groups)
Pietro Albini
-1
/
+0
2017-11-29
Update bootstrap compiler
Alex Crichton
-2
/
+0
2017-11-03
Remove unused AsciiExt imports and fix tests related to ascii methods
Lukas Kalbertodt
-0
/
+1
2017-11-02
Make the difference between lint codes and error codes explicit
Oliver Schneider
-2
/
+2
2017-11-02
Report lint names in json diagnostics
Oliver Schneider
-0
/
+2
2017-10-29
Add several lints into `unused` lint group
Vadim Petrochenkov
-20
/
+7
2017-09-18
incr.comp.: Compute hashes of all query results.
Michael Woerister
-0
/
+17
2017-08-09
rustc: Rearchitect lints to be emitted more eagerly
Alex Crichton
-9
/
+227
2017-07-05
use field init shorthand in src/librustc
Zack M. Davis
-1
/
+1
2017-03-10
Allow lints to check Bodys directly
Oliver Schneider
-0
/
+2
2017-02-04
note lint group set on command line triggering individual lint
Zack M. Davis
-1
/
+2
2017-02-04
note individual lint name set via lint group attribute in notes
Zack M. Davis
-1
/
+1
2017-02-02
store typeck lints in the `TypeckTables`
Niko Matsakis
-2
/
+2
2017-02-02
introduce `LintTable`
Niko Matsakis
-0
/
+3
2016-12-28
rustc: separate bodies for static/(associated)const and embedded constants.
Eduard-Mihai Burtescu
-2
/
+2
2016-12-07
remove useless lifetime outlives bounds
Oliver Schneider
-95
/
+74
2016-12-06
annotate stricter lifetimes on LateLintPass methods to allow them to forward ...
Oliver Schneider
-40
/
+93
2016-11-28
rustc: desugar `use a::{b,c};` into `use a::b; use a::c;` in HIR.
Eduard-Mihai Burtescu
-1
/
+0
2016-11-10
rustc: use an Expr instead of a Block for function bodies.
Eduard Burtescu
-2
/
+2
2016-11-10
syntax: don't fake a block around closures' bodies during parsing.
Eduard Burtescu
-2
/
+2
2016-11-01
improve early lint to use multispan from diagnostic
Niko Matsakis
-1
/
+1
2016-11-01
compare-method lint
Niko Matsakis
-1
/
+1
2016-11-01
introduce EarlyLint type
Niko Matsakis
-1
/
+1
2016-10-27
Add possibility of deprecating attributes
Nick Cameron
-1
/
+0
2016-08-23
Use idiomatic names for string-related methods names.
Corey Farwell
-1
/
+1
2016-08-11
Add the notion of a dependency tracking status to commandline arguments.
Michael Woerister
-1
/
+1
2016-07-10
Move variant_size_differences out of trans
Jonas Schievink
-1
/
+1
2016-06-26
Rollup merge of #34316 - jseyfried:refactor_ast_stmt, r=eddyb
Jeffrey Seyfried
-1
/
+0
2016-06-23
Move errors from libsyntax to its own crate
Jonathan Turner
-1
/
+1
2016-06-17
Fix fallout
Jeffrey Seyfried
-1
/
+0
2016-05-25
Remove ExplicitSelf from AST
Vadim Petrochenkov
-2
/
+0
2016-04-06
rustc: move rustc_front to rustc::hir.
Eduard Burtescu
-2
/
+2
2016-02-27
more check_*_post methods for LintPasses
llogiq
-0
/
+12
2016-02-11
add item_post methods
llogiq
-0
/
+2
2016-02-11
Add _post methods for blocks and crates
llogiq
-0
/
+4
2016-01-12
Revamp the "future incompatible" section to clarify the situation
Niko Matsakis
-1
/
+1
[next]