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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2020-03-01
encode `;` stmt w/o expr as `StmtKind::Empty`
Mazdak Farrokhzad
-2
/
+4
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-1
/
+1
2020-02-23
Auto merge of #69084 - yaahc:delayed-doc-lint, r=petrochenkov
bors
-1
/
+2
2020-02-18
better lint names
Ralf Jung
-0
/
+1
2020-02-15
rustc_lint: Move `unused_doc_comments` from pre-expansion to early lints
Vadim Petrochenkov
-1
/
+2
2020-02-11
Rollup merge of #66498 - bjorn3:less_feature_flags, r=Dylan-DPC
Dylan DPC
-1
/
+0
2020-02-09
Make issue references consistent
Matthias Prechtl
-19
/
+38
2020-02-07
Remove unused feature gate from librustc_lint
bjorn3
-1
/
+0
2020-01-12
Expose `context::CheckLintNameResult`
Yuki Okushi
-1
/
+1
2020-01-11
lints: move a comment
Mazdak Farrokhzad
-5
/
+21
2020-01-11
move rustc::lint::{context, passes} to rustc_lint.
Mazdak Farrokhzad
-15
/
+17
2020-01-11
{rustc::lint -> rustc_lint}::internal
Mazdak Farrokhzad
-1
/
+2
2020-01-11
GlobalCtxt: Erase `LintStore` type.
Mazdak Farrokhzad
-0
/
+1
2020-01-11
prepare moving HardwiredLints to rustc_session
Mazdak Farrokhzad
-1
/
+2
2020-01-05
Remove rustc_hir reexports in rustc::hir.
Mazdak Farrokhzad
-2
/
+2
2020-01-01
Move lint levels machanism in librustc_lint.
Camille GILLOT
-0
/
+2
2020-01-01
Move late lint machanism in librustc_lint.
Camille GILLOT
-1
/
+3
2020-01-01
Move early lint machanism in librustc_lint.
Camille GILLOT
-0
/
+2
2020-01-01
Rename `syntax_pos` to `rustc_span` in source code
Vadim Petrochenkov
-1
/
+1
2019-12-27
Stabilize the `matches!` macro
Simon Sapin
-1
/
+0
2019-12-22
Format the world
Mark Rousskov
-200
/
+230
2019-12-07
Fixes typo
Nathan Ringo
-1
/
+1
2019-12-06
Use `to_option` in various places
varkor
-0
/
+1
2019-12-03
Move early lint declarations to librustc_session
Mark Rousskov
-0
/
+2
2019-12-01
rustc_lint: Remove lint `plugin_as_library`
Vadim Petrochenkov
-2
/
+1
2019-11-14
Update to use new librustc_error_codes library
Guillaume Gomez
-1
/
+0
2019-11-08
Rollup merge of #65785 - Centril:compat-to-error-2, r=oli-obk
Mazdak Farrokhzad
-0
/
+12
2019-11-07
Rollup merge of #66017 - LukasKalbertodt:array-into-iter-lint, r=matthewjasper
Mazdak Farrokhzad
-0
/
+4
2019-11-06
Add future incompatibility lint for `array.into_iter()`
Lukas Kalbertodt
-0
/
+4
2019-11-06
nested_impl_trait -> error
Mazdak Farrokhzad
-0
/
+2
2019-11-06
duplicate_macro_exports -> error
Mazdak Farrokhzad
-0
/
+2
2019-11-06
parenthesized_params_in_types_and_modules -> error
Mazdak Farrokhzad
-0
/
+2
2019-11-06
safe_extern_static -> error
Mazdak Farrokhzad
-0
/
+2
2019-11-06
legacy_directory_ownership -> error
Mazdak Farrokhzad
-0
/
+2
2019-11-06
legacy_ctor_visibility -> error
Mazdak Farrokhzad
-0
/
+2
2019-11-02
uninit/zeroed lint: warn against NULL vtables
Ralf Jung
-0
/
+1
2019-10-23
Rollup merge of #65193 - Mark-Simulacrum:lockless-lintstore, r=nikomatsakis
Mazdak Farrokhzad
-197
/
+39
2019-10-21
Rollup merge of #62330 - SimonSapin:no-drop-in-union-fields, r=RalfJung
Mazdak Farrokhzad
-3
/
+0
2019-10-17
Create lint store during plugin registration
Mark Rousskov
-2
/
+13
2019-10-17
Remove side table of future incompatibility info
Mark Rousskov
-157
/
+0
2019-10-17
Take lint passes as constructor functions
Mark Rousskov
-5
/
+4
2019-10-17
Make get_lints be a static function
Mark Rousskov
-10
/
+10
2019-10-17
No longer implicitly register lints when registering passes
Mark Rousskov
-1
/
+6
2019-10-17
Split out just registration to separate function
Mark Rousskov
-15
/
+15
2019-10-17
Split module and crate late pass registration
Mark Rousskov
-13
/
+6
2019-10-17
Lints being from a plugin is dependent on the lint, not the registration
Mark Rousskov
-8
/
+7
2019-10-17
De-propagate optional session from lint registration
Mark Rousskov
-25
/
+17
2019-10-16
Move overlapping patterns to its own lint
Esteban Küber
-0
/
+1
2019-10-11
Remove unions_with_drop_fields lint
Simon Sapin
-3
/
+0
2019-09-08
Rollup merge of #64066 - petrochenkov:softstab, r=matthewjasper
Mazdak Farrokhzad
-1
/
+6
[next]