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-07-08
Improve handing of `missing_docs` for macros
inquisitivecrystal
-2
/
+3
2021-07-08
Remove `missing_docs` lint on private 2.0 macros
inquisitivecrystal
-0
/
+5
2021-07-03
Add a help message to `unused_doc_comments` lint
Yuki Okushi
-2
/
+13
2021-07-01
Rollup merge of #85520 - FabianWolff:issue-85475, r=jackh726
Yuki Okushi
-1
/
+1
2021-06-29
Fix typo and improve documentation for E0632
Fabian Wolff
-1
/
+1
2021-06-28
Make incomplete features part of delcaration
Smitty
-1
/
+1
2021-06-25
Change how edition based future compatibility warnings are handled
Ryan Levick
-3
/
+4
2021-06-04
Remove `doc(include)`
Joshua Nelson
-1
/
+1
2021-05-04
Auto merge of #83213 - rylev:update-lints-to-errors, r=nikomatsakis
bors
-26
/
+55
2021-05-02
Change 'NULL' to 'null'
Brent Kerby
-2
/
+2
2021-04-19
fix few typos
klensy
-1
/
+1
2021-04-14
Auto merge of #83948 - ABouttefeux:lint-nullprt-deref, r=RalfJung
bors
-0
/
+87
2021-04-13
Add compatibility info to lints
Ryan Levick
-1
/
+5
2021-04-12
Turn old edition lints (anonymous-parameters, keyword-idents) into warn-by-de...
Manish Goregaokar
-4
/
+7
2021-04-09
changes based on review
Aliénore Bouttefeux
-6
/
+4
2021-04-08
Rollup merge of #83980 - pierwill:fix-compiler-librustc-names, r=davidtwco
Dylan DPC
-1
/
+1
2021-04-08
Fix outdated crate names in compiler docs
pierwill
-1
/
+1
2021-04-08
Change how edition is determined
Ryan Levick
-2
/
+2
2021-04-08
Update BARE_TRAIT_OBJECT and ELLIPSIS_INCLUSIVE_RANGE_PATTERNS to errors in R...
Ryan Levick
-25
/
+50
2021-04-08
fix lint doc
Aliénore Bouttefeux
-18
/
+7
2021-04-07
change documentation of lint
Aliénore Bouttefeux
-5
/
+14
2021-04-07
add test
Aliénore Bouttefeux
-0
/
+2
2021-04-06
add lint deref_nullptr
Aliénore Bouttefeux
-0
/
+89
2021-04-04
Trigger `unused_doc_comments` on macros at once
Yuki Okushi
-1
/
+1
2021-03-30
Remove hir::CrateItem.
Camille GILLOT
-1
/
+1
2021-03-27
Remove (lots of) dead code
Joshua Nelson
-1
/
+1
2021-03-16
ast/hir: Rename field-related structures
Vadim Petrochenkov
-2
/
+2
2021-03-09
Remove hir::Item::attrs.
Camille GILLOT
-3
/
+5
2021-03-09
Remove hir::MacroDef::attrs.
Camille GILLOT
-1
/
+2
2021-03-09
Access attrs directly from HirId in rustc_lint::builtin.
Camille GILLOT
-38
/
+10
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
[next]