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
about
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-08-30
mv compiler to compiler/
mark
-464
/
+0
2020-08-17
rust_ast::ast => rustc_ast
Ujjwal Sharma
-1
/
+1
2020-08-11
Update comment for function
Takayuki Nakata
-1
/
+1
2020-07-30
Rename the lint again
Manish Goregaokar
-3
/
+3
2020-07-30
intra_doc_resolution_failures -> broken_intra_doc_links
Manish Goregaokar
-1
/
+1
2020-07-30
Rename to intra_doc_resolution_failures
Manish Goregaokar
-3
/
+3
2020-07-29
Register renamed lint
Manish Goregaokar
-0
/
+1
2020-07-29
Rename intra_doc_link_resolution_failure -> intra_doc_link_resolution_failures
Manish Goregaokar
-2
/
+2
2020-07-16
apply bootstrap cfgs
Mark Rousskov
-1
/
+0
2020-07-09
Rollup merge of #74070 - eddyb:forall-tcx-providers, r=nikomatsakis
Manish Goregaokar
-1
/
+1
2020-07-09
Auto merge of #74131 - ollie27:rustdoc_invalid_codeblock_attributes_name, r=G...
bors
-2
/
+2
2020-07-07
rustdoc: Rename invalid_codeblock_attribute lint to be plural
Oliver Middleton
-2
/
+2
2020-07-05
Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>.
Eduard-Mihai Burtescu
-1
/
+1
2020-07-02
rustc_lint: avoid using TypeckTables::empty for LateContext.
Eduard-Mihai Burtescu
-0
/
+1
2020-06-28
Rename the lint to clashing_extern_declarations.
jumbatm
-1
/
+1
2020-06-24
lints: add `improper_ctypes_definitions`
David Wood
-1
/
+2
2020-06-20
Add ClashingExternDecl lint.
jumbatm
-0
/
+2
2020-05-28
rustc_lint: Remove `unused_crate_dependencies` from the `unused` group
Vadim Petrochenkov
-1
/
+0
2020-05-25
Implement warning for unused dependencies.
Jeremy Fitzhardinge
-0
/
+1
2020-05-08
Remove ast::{Ident, Name} reexports.
Camille GILLOT
-0
/
+1
2020-05-01
doc: misc rustdoc things
Tshepang Lekhonkhobe
-3
/
+3
2020-04-27
Accept `LocalDefId` as key for `lint_mod` query
marmeladema
-7
/
+3
2020-04-23
Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId`
marmeladema
-1
/
+5
2020-04-23
Create new rustdoc lint to check for code blocks tags
Guillaume Gomez
-1
/
+3
2020-04-19
Dogfood more or_patterns in the compiler
Josh Stone
-0
/
+1
2020-04-01
Rollup merge of #70081 - lcnr:issue68387, r=varkor
Dylan DPC
-0
/
+2
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-4
/
+4
2020-03-27
add `unused_braces`, lint anon_const
Bastian Kauschke
-0
/
+2
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
[next]