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
2017-01-26
rustc: rename TyCtxt's `map` field to `hir`.
Eduard-Mihai Burtescu
-5
/
+5
2017-01-25
rename `Tables` to `TypeckTables`
Niko Matsakis
-2
/
+2
2017-01-20
Rollup merge of #39195 - nagisa:deny-extra-requirement-in-impl, r=eddyb
Alex Crichton
-1
/
+1
2017-01-20
Deny extra_requirement_in_impl forward-compat lint
Simonas Kazlauskas
-1
/
+1
2017-01-17
Teach Diagnostics to highlight text
Esteban Küber
-1
/
+1
2017-01-14
Merge branch 'master' into lint-attr-fix
comex
-20
/
+35
2017-01-06
rustc: keep track of tables everywhere as if they were per-body.
Eduard-Mihai Burtescu
-18
/
+28
2017-01-03
Fix lint attributes on non-item nodes.
comex
-45
/
+12
2017-01-03
Make is_useful handle empty types properly
Andrew Cann
-0
/
+7
2016-12-28
rustc: separate bodies for static/(associated)const and embedded constants.
Eduard-Mihai Burtescu
-8
/
+5
2016-12-15
Demote most backwards incompatible ambiguity errors from RFC 1560 to warnings.
Jeffrey Seyfried
-0
/
+7
2016-12-07
remove useless lifetime outlives bounds
Oliver Schneider
-96
/
+75
2016-12-06
annotate stricter lifetimes on LateLintPass methods to allow them to forward ...
Oliver Schneider
-76
/
+129
2016-11-29
revamp `Visitor` with a single method for controlling nested visits
Niko Matsakis
-8
/
+4
2016-11-29
Split nested_visit_mode function off from nested_visit_map
Florian Diebold
-4
/
+8
2016-11-29
rustc: replace body exprs by their ids
Florian Diebold
-10
/
+15
2016-11-28
rustc: rework stability to be on-demand for type-directed lookup.
Eduard Burtescu
-1
/
+8
2016-11-28
rustc: desugar `use a::{b,c};` into `use a::b; use a::c;` in HIR.
Eduard-Mihai Burtescu
-6
/
+0
2016-11-22
Auto merge of #37843 - nikomatsakis:issue-33685-hard-error, r=eddyb
bors
-1
/
+1
2016-11-22
Start warning cycle.
Jeffrey Seyfried
-1
/
+9
2016-11-20
Refactor `MetaItemKind` to use `Name`s instead of `InternedString`s.
Jeffrey Seyfried
-13
/
+7
2016-11-20
Refactor away `ast::Attribute_`.
Jeffrey Seyfried
-1
/
+1
2016-11-17
make HR_LIFETIME_IN_ASSOC_TYPE deny-by-default
Niko Matsakis
-1
/
+1
2016-11-16
add a `nested_visit_map` method
Niko Matsakis
-35
/
+31
2016-11-16
fallout from separating impl-items from impls
Niko Matsakis
-2
/
+7
2016-11-11
Auto merge of #37456 - estebank:unused-imports-verbosity, r=jonathandturner
bors
-4
/
+7
2016-11-10
rustc: use an Expr instead of a Block for function bodies.
Eduard Burtescu
-3
/
+3
2016-11-10
syntax: don't fake a block around closures' bodies during parsing.
Eduard Burtescu
-6
/
+6
2016-11-08
Group unused import warnings per path list
Esteban Küber
-4
/
+7
2016-11-08
Replace FnvHasher use with FxHasher.
Nicholas Nethercote
-11
/
+11
2016-11-01
improve early lint to use multispan from diagnostic
Niko Matsakis
-35
/
+16
2016-11-01
move early lint over to multispan
Niko Matsakis
-21
/
+21
2016-11-01
compare-method lint
Niko Matsakis
-13
/
+41
2016-11-01
retool EarlyLint to track a Diagnostic
Niko Matsakis
-8
/
+17
2016-11-01
introduce EarlyLint type
Niko Matsakis
-11
/
+52
2016-10-31
Changed most vec! invocations to use square braces
iirelu
-5
/
+5
2016-10-31
Auto merge of #37191 - zackmdavis:we_heard_you_the_first_time_really, r=nikom...
bors
-2
/
+1
2016-10-29
Auto merge of #37378 - petrochenkov:nopat, r=eddyb
bors
-1
/
+8
2016-10-27
Auto merge of #36894 - petrochenkov:deny, r=nikomatsakis
bors
-7
/
+7
2016-10-27
Make sufficiently old or low-impact compatibility lints deny-by-default
Vadim Petrochenkov
-7
/
+7
2016-10-26
deduplicate one-time diagnostics on lint ID as well as span and message
Zack M. Davis
-1
/
+1
2016-10-27
Add possibility of deprecating attributes
Nick Cameron
-1
/
+0
2016-10-26
Prohibit patterns in trait methods without bodies
Vadim Petrochenkov
-1
/
+8
2016-10-15
introing one-time diagnostics: only emit "lint level defined here" once
Zack M. Davis
-2
/
+1
2016-10-05
Turn compatibility lint `match_of_unit_variant_via_paren_dotdot` into a hard ...
Vadim Petrochenkov
-7
/
+0
2016-09-14
Auto merge of #36270 - petrochenkov:pipwarnagain, r=nikomatsakis
bors
-1
/
+1
2016-09-09
Issue deprecation warnings for safe accesses to extern statics
Vadim Petrochenkov
-1
/
+8
2016-09-05
Make `private_in_public` compatibility lint warn-by-default again
Vadim Petrochenkov
-1
/
+1
2016-09-01
turn the RFC1592 warnings into hard errors
Ariel Ben-Yehuda
-14
/
+0
2016-08-28
Rollup merge of #35917 - jseyfried:remove_attr_ext_traits, r=nrc
Jeffrey Seyfried
-1
/
+1
[next]