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
/
compiler
/
rustc_lint
/
src
/
context.rs
Age
Commit message (
Expand
)
Author
Lines
2021-04-01
add OR_PATTERNS_BACK_COMPAT lint
hi-rustin
-0
/
+3
2021-03-31
Add tcx lifetime to Binder
Jack Huey
-1
/
+1
2021-03-27
Remove (lots of) dead code
Joshua Nelson
-0
/
+3
2021-03-26
Use iter::zip in compiler/
Josh Stone
-1
/
+2
2021-03-18
Rollup merge of #83216 - jyn514:register-tool, r=petrochenkov
Dylan DPC
-1
/
+1
2021-03-16
Allow registering tool lints with `register_tool`
Joshua Nelson
-1
/
+1
2021-03-16
Don't warn about old rustdoc lint names (temporarily)
Joshua Nelson
-0
/
+34
2021-03-14
Introduce `proc_macro_back_compat` lint, and emit for `time-macros-impl`
Aaron Hill
-0
/
+3
2021-03-01
Rename rustdoc lints to be a tool lint instead of built-in.
Joshua Nelson
-1
/
+5
2021-02-07
Add `--extern-loc` to augment unused crate dependency diagnostics
Jeremy Fitzhardinge
-2
/
+29
2021-02-07
expand/resolve: Turn `#[derive]` into a regular macro attribute
Vadim Petrochenkov
-0
/
+3
2021-02-04
Rollup merge of #81556 - nikomatsakis:forbidden-lint-groups-lint, r=pnkfelix
Mara Bos
-0
/
+15
2021-02-02
introduce future-compatibility warning for forbidden lint groups
Niko Matsakis
-0
/
+15
2021-01-29
Rollup merge of #81176 - camsteffen:qpath-res, r=oli-obk
Yuki Okushi
-0
/
+8
2021-01-18
Query for TypeckResults in LateContext::qpath_res
Cameron Steffen
-0
/
+8
2021-01-17
Fix formatting for removed lints
Joshua Nelson
-1
/
+1
2021-01-16
More advanced unknown lint suggestion
flip1995
-5
/
+11
2021-01-15
Don't make tools responsible for checking unknown and renamed lints
Joshua Nelson
-14
/
+25
2021-01-13
Introduce missing ABI lint on extern blocks
Mark Rousskov
-0
/
+4
2021-01-10
Auto merge of #79414 - sasurau4:feature/add-suggestion-for-pattern-in-fns-wit...
bors
-0
/
+3
2020-12-31
Auto merge of #80500 - jyn514:track-caller, r=nagisa
bors
-0
/
+1
2020-12-30
Rename kw::Invalid -> kw::Empty
Joshua Nelson
-1
/
+1
2020-12-29
Add `#[track_caller]` to `bug!` and `register_renamed`
Joshua Nelson
-0
/
+1
2020-12-21
add suggest for PatternsInWithoutBody
Daiki Ihara
-0
/
+3
2020-12-11
Move binder for dyn to each list item
Jack Huey
-1
/
+1
2020-11-24
Move lev_distance to rustc_ast, make non-generic
Arlie Davis
-2
/
+2
2020-10-30
Implement rustc side of report-future-incompat
Aaron Hill
-3
/
+18
2020-10-14
Remove unused code from remaining compiler crates
est31
-4
/
+0
2020-09-25
Simplify some match statements on `DefPathDataName'
marmeladema
-7
/
+2
2020-09-25
Rename `DefPathData::get_name()` to `DefPathData::name()`
marmeladema
-1
/
+1
2020-09-25
Move from {{closure}}#0 syntax to {closure#0} for (def) path components
marmeladema
-2
/
+7
2020-09-19
update docs
Bastian Kauschke
-1
/
+2
2020-09-19
wording
Bastian Kauschke
-1
/
+2
2020-09-19
transmute: use diagnostic item
Bastian Kauschke
-0
/
+2
2020-09-04
Change ty.kind to a method
LeSeulArtichaut
-1
/
+1
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-10
/
+17
2020-08-30
mv compiler to compiler/
mark
-0
/
+862