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
/
builtin.rs
Age
Commit message (
Expand
)
Author
Lines
2021-02-27
Combine HasAttrs and HasTokens into AstLike
Aaron Hill
-1
/
+1
2021-02-15
Only store a LocalDefId in hir::ForeignItem.
Camille GILLOT
-15
/
+10
2021-02-15
Only store a LocalDefId in hir::ImplItem.
Camille GILLOT
-6
/
+5
2021-02-15
Only store a LocalDefId in hir::TraitItem.
Camille GILLOT
-5
/
+4
2021-02-15
Only store a LocalDefId in hir::Item.
Camille GILLOT
-24
/
+21
2021-02-09
Rollup merge of #72209 - Nemo157:lint-no-mangle-in-unsafe-code, r=nikomatsakis
Dylan DPC
-0
/
+46
2021-02-01
Box the biggest ast::ItemKind variants
Dániel Buga
-9
/
+7
2021-01-28
Use symbol interning to avoid string alloc.
jumbatm
-4
/
+4
2021-01-21
Account for labels when suggesting `loop` instead of `while true`
Esteban Küber
-3
/
+9
2021-01-16
Review changes
Jack Huey
-6
/
+6
2021-01-13
Auto merge of #79322 - jyn514:refactor-impl, r=estebank
bors
-1
/
+1
2021-01-12
Separate out a `hir::Impl` struct
Joshua Nelson
-1
/
+1
2021-01-12
Add FIXME note about storing &'tcx str
jumbatm
-0
/
+5
2021-01-12
Remove unnecessary allocation.
jumbatm
-4
/
+4
2021-01-12
Use tcx.symbol_name to check for clashes.
jumbatm
-7
/
+9
2021-01-02
reduce borrowing and (de)referencing around match patterns (clippy::match_ref...
Matthias Krüger
-2
/
+2
2020-12-30
Rename kw::Invalid -> kw::Empty
Joshua Nelson
-1
/
+1
2020-12-26
stabilize min_const_generics
Bastian Kauschke
-1
/
+1
2020-11-26
Fix new 'unnecessary trailing semicolon' warnings
Aaron Hill
-1
/
+1
2020-10-30
Implement rustc side of report-future-incompat
Aaron Hill
-1
/
+0
2020-10-30
Fix some more clippy warnings
Joshua Nelson
-9
/
+7
2020-10-24
Fix inconsistencies in handling of inert attributes on statements
Aaron Hill
-1
/
+2
2020-10-18
Auto merge of #78066 - bugadani:wat, r=jonas-schievink
bors
-1
/
+1
2020-10-18
Replace unnecessary map_or_else with map_or
Dániel Buga
-1
/
+1
2020-10-17
Suggest minimal subset features in `incomplete_features` lint
Yuki Okushi
-0
/
+8
2020-09-22
lint missing docs for extern items
Bastian Kauschke
-0
/
+13
2020-09-20
Rollup merge of #76910 - lcnr:foreign-item-like, r=oli-obk
Ralf Jung
-8
/
+1
2020-09-20
Rollup merge of #76890 - matthiaskrgr:matches_simpl, r=lcnr
Ralf Jung
-6
/
+7
2020-09-20
Auto merge of #74949 - oli-obk:validate_const_eval_raw, r=RalfJung
bors
-9
/
+7
2020-09-19
Rollup merge of #75099 - davidtwco:is-zst-abstraction-violation, r=eddyb
Ralf Jung
-3
/
+3
2020-09-19
transmute: use diagnostic item
Bastian Kauschke
-8
/
+1
2020-09-19
Reflect the "do not call this query directly" mentality in its name
Oliver Scherer
-0
/
+1
2020-09-19
Stop using the `const_eval` query for initializers of statics
Oliver Scherer
-9
/
+6
2020-09-18
use matches!() macro for simple if let conditions
Matthias Krüger
-6
/
+7
2020-09-15
don't lazily evaulate some trivial values for Option::None replacements (clip...
Matthias Krüger
-1
/
+1
2020-09-14
Auto merge of #76549 - ehuss:lints-comments, r=wesleywiser
bors
-0
/
+504
2020-09-13
Auto-generate lint documentation.
Eric Huss
-0
/
+504
2020-09-09
Remove def_id field from ParamEnv
Bram van den Heuvel
-1
/
+2
2020-09-04
Change ty.kind to a method
LeSeulArtichaut
-7
/
+7
2020-09-03
rustc_lint: avoid trimmed paths for ty_find_init_error
Dan Aloni
-1
/
+4
2020-08-30
Update for moved function from #74932
Wim Looman
-4
/
+4
2020-08-30
Point to no_mangle/export_name attribute when linting
Wim Looman
-8
/
+8
2020-08-30
Add note about why no_mangle and export_name are unsafe
Wim Looman
-12
/
+32
2020-08-30
Scope no_mangle and export_name warnings to the declarations name
Wim Looman
-4
/
+4
2020-08-30
Add checking for export_name to unsafe_code lint
Wim Looman
-0
/
+10
2020-08-30
Add checking for no_mangle to unsafe_code lint
Wim Looman
-0
/
+16
2020-08-30
lint/ty: move fns to avoid abstraction violation
David Wood
-3
/
+3
2020-08-30
mv compiler to compiler/
mark
-0
/
+2422