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
2019-11-03
Delete lint buffer from Session
Mark Rousskov
-4
/
+12
2019-10-23
Rollup merge of #65193 - Mark-Simulacrum:lockless-lintstore, r=nikomatsakis
Mazdak Farrokhzad
-9
/
+7
2019-10-21
use unwrap_or in lint code
Guanqun Lu
-5
/
+1
2019-10-17
Remove all borrows of lint store from Session from librustc
Mark Rousskov
-9
/
+7
2019-10-13
ast: remove implicit pprust dependency via Display.
Mazdak Farrokhzad
-1
/
+2
2019-09-28
Switch over all StableHash impls to new format
Mark Rousskov
-8
/
+3
2019-09-26
Rename `MetaItem.node` to `MetaItem.kind`
varkor
-2
/
+2
2019-09-26
Rename `Lit.node` to `Lit.kind`
varkor
-1
/
+1
2019-09-03
Remove `LocalInternedString` uses from `librustc/lint/`.
Nicholas Nethercote
-1
/
+1
2019-05-25
Reword malformed attribute input diagnostics
Esteban Küber
-13
/
+20
2019-05-13
Return a `Symbol` from `name_or_empty` functions.
Nicholas Nethercote
-1
/
+1
2019-05-13
Remove the equality operation between `Symbol` and strings.
Nicholas Nethercote
-2
/
+2
2019-05-13
Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.
Nicholas Nethercote
-2
/
+2
2019-03-17
Make meta-item API compatible with `LocalInternedString::get` soundness fix
Vadim Petrochenkov
-1
/
+1
2019-03-16
Refactor away `NestedMetaItemKind`
Vadim Petrochenkov
-10
/
+10
2019-03-16
Rename `MetaItem::ident` to `MetaItem::path`
Vadim Petrochenkov
-6
/
+6
2019-03-16
syntax: Do not accidentally treat multi-segment meta-items as single-segment
Vadim Petrochenkov
-10
/
+11
2019-03-05
Only insert nodes which changes lint levels in the LintLevelMap
John Kåre Alsaker
-5
/
+2
2019-02-13
Cleanup imports
Taiki Endo
-3
/
+3
2019-02-13
Rename rustc_errors dependency in rust 2018 crates
Taiki Endo
-1
/
+1
2019-02-05
move librustc to 2018
Mark Mansi
-8
/
+8
2019-01-26
remove `_with_applicability` from suggestion fns
Andy Russell
-3
/
+3
2019-01-13
Implement basic input validation for built-in attributes
Vadim Petrochenkov
-2
/
+0
2019-01-02
Fix 'be be' constructs
Daniel Mueller
-2
/
+2
2018-12-27
Make sure feature gate errors are recoverable
Vadim Petrochenkov
-4
/
+2
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-19
suggest similar lint names for unknown lints
Andy Russell
-16
/
+11
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-2
/
+2
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
[next]