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
/
levels.rs
Age
Commit message (
Expand
)
Author
Lines
2018-11-13
fix various typos in doc comments
Andy Russell
-1
/
+1
2018-10-27
wherein the status of empty and reason-only lint attributes is clarified
Zack M. Davis
-1
/
+8
2018-10-27
in which lint reasons are restricted to come last in the attribute
Zack M. Davis
-31
/
+42
2018-10-27
feature-gate lint reasons
Zack M. Davis
-1
/
+13
2018-10-27
introducing lint reason annotations (RFC 2383)
Zack M. Davis
-17
/
+52
2018-10-20
Auto merge of #55014 - ljedrz:lazyboye_unwraps, r=matthewjasper
bors
-1
/
+1
2018-10-19
Prefer `Default::default` over `FxHash*::default` in struct constructors
Oliver Scherer
-1
/
+1
2018-10-19
Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack
Oliver Scherer
-3
/
+3
2018-10-19
Prefer unwrap_or_else to unwrap_or in case of function calls/allocations
ljedrz
-1
/
+1
2018-10-09
Remove nightly check for tool_lints warning
flip1995
-8
/
+2
2018-10-09
Remove feature-gate code
flip1995
-16
/
+1
2018-10-01
Add nightly check for tool_lints warning
flip1995
-2
/
+8
2018-09-29
don't elide lifetimes in paths in librustc/
Zack M. Davis
-1
/
+1
2018-08-31
Fix typo and small mistake
flip1995
-1
/
+1
2018-08-31
Add hint for cfg_attr and fix test
flip1995
-7
/
+9
2018-08-31
Implement backwards compatibility for tool_lints
flip1995
-16
/
+50
2018-08-19
mv (mod) codemap source_map
Donato Sciarra
-1
/
+1
2018-07-30
Explain that the tool is responsible for unknown tool_lints
flip1995
-3
/
+4
2018-07-30
Check if the lint_name is from a tool and if the tool_lint exists
flip1995
-8
/
+28
2018-07-14
structured suggestion for renamed-and-removed-lints
Zack M. Davis
-8
/
+16
2018-07-09
Auto merge of #51956 - GuillaumeGomez:shutdown-doc-lints, r=oli-obk
bors
-0
/
+5
2018-07-05
Fix rustdoc run failures by shutting down definitely some lints
Guillaume Gomez
-0
/
+5
2018-07-04
Improving span of unknown lint tool error message
flip1995
-4
/
+4
2018-07-04
Implementation of tool lints
flip1995
-0
/
+23
2018-05-20
suggestion applicabilities for libsyntax and librustc, run-rustfix tests
Zack M. Davis
-3
/
+4
2018-05-02
make it compile again
flip1995
-2
/
+2
2018-05-02
Remove Option from the return type of Attribute::name()
Seiichi Uchida
-1
/
+1
2018-04-06
Use `Ident` instead of `Name` in `MetaItem`
Vadim Petrochenkov
-1
/
+1
2018-03-08
Add InterpretInterner to StableHashingContext for AllocId serialization
Oliver Schneider
-2
/
+2
2018-02-23
Allow future-incompat lints to mention an epoch
Manish Goregaokar
-7
/
+10
2017-09-24
add lint levels to VisibilityScope
Ariel Ben-Yehuda
-0
/
+5
2017-09-18
incr.comp.: Remove tcx from StableHashingContext.
Michael Woerister
-2
/
+2
2017-09-18
incr.comp.: Use StableHash impls instead of functions for hashing most maps.
Michael Woerister
-15
/
+16
2017-09-18
incr.comp.: Compute hashes of all query results.
Michael Woerister
-0
/
+61
2017-08-31
add a lowercase suggestion to unknown_lints
Andre Bogus
-3
/
+17
2017-08-13
rustc: Fix `unknown_lints` next to an unknown lint
Alex Crichton
-19
/
+46
2017-08-09
rustc: Rearchitect lints to be emitted more eagerly
Alex Crichton
-0
/
+343