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
/
builtin.rs
Age
Commit message (
Expand
)
Author
Lines
2020-08-30
mv compiler to compiler/
mark
-2422
/
+0
2020-08-30
Rollup merge of #75885 - jumbatm:issue75739-clashing-extern-declarations-tran...
Dylan DPC
-0
/
+35
2020-08-27
Fix ICE on unwrap of unknown layout.
jumbatm
-10
/
+24
2020-08-26
Remove unnecessary assert.
jumbatm
-5
/
+6
2020-08-26
Use same name as attr.
jumbatm
-1
/
+1
2020-08-25
Also handle transparent single-variant enums
jumbatm
-9
/
+11
2020-08-25
Fix clashing_extern_declarations false positive.
jumbatm
-0
/
+32
2020-08-19
Rollup merge of #75554 - jumbatm:fix-clashing-extern-decl-overflow, r=lcnr
Yuki Okushi
-102
/
+132
2020-08-17
Auto merge of #75120 - JulianKnodt:rm_reps, r=oli-obk
bors
-3
/
+3
2020-08-17
rust_ast::ast => rustc_ast
Ujjwal Sharma
-3
/
+3
2020-08-18
Wrap recursion in `ensure_sufficient_stack`.
jumbatm
-88
/
+91
2020-08-18
Also accept Refs for is_primitive_or_pointer
jumbatm
-4
/
+5
2020-08-18
Avoid double hashset lookup.
jumbatm
-2
/
+1
2020-08-18
Don't memoize seen types.
jumbatm
-51
/
+9
2020-08-18
Reduce indentation by replacing match arm w/ early return.
jumbatm
-125
/
+118
2020-08-18
Remove structural equiv check for Array const.
jumbatm
-3
/
+0
2020-08-18
Remove unnecessary rebinding of def ids.
jumbatm
-11
/
+5
2020-08-18
Fix stack overflow for recursive types.
jumbatm
-102
/
+187
2020-08-16
hir: introduce `QPath::LangItem`
David Wood
-1
/
+1
2020-08-15
replaced log with tracing
Gurpreet Singh
-1
/
+1
2020-08-13
merge `as_local_hir_id` with `local_def_id_to_hir_id`
Bastian Kauschke
-2
/
+2
2020-08-08
Eliminate the `SessionGlobals` from `librustc_ast`.
Nicholas Nethercote
-16
/
+17
2020-08-04
rustc_ast: `(Nested)MetaItem::check_name` -> `has_name`
Vadim Petrochenkov
-1
/
+1
2020-07-31
fix part of comparison that would always evaluate to "true", probably an over...
Matthias Krüger
-1
/
+1
2020-07-30
Fix missed same-sized member clash in ClashingExternDeclarations.
jumbatm
-5
/
+32
2020-07-30
Address code review comments.
jumbatm
-63
/
+46
2020-07-30
Apply suggested wording changes from code review.
jumbatm
-1
/
+1
2020-07-30
Don't emit clashing decl lint for FFI-safe enums.
jumbatm
-9
/
+60
2020-07-27
fix rebase
Bastian Kauschke
-2
/
+0
2020-07-27
introduce PredicateAtom
Bastian Kauschke
-7
/
+6
2020-07-27
this might be unqualified, but at least it's now quantified
Bastian Kauschke
-3
/
+3
2020-07-27
split ignore_qualifiers
Bastian Kauschke
-17
/
+7
2020-07-27
`PredicateKint` -> `PredicateKind`, the beginning of the end
Bastian Kauschke
-18
/
+24
2020-07-27
progress
Bastian Kauschke
-2
/
+5
2020-07-17
Rollup merge of #74438 - RalfJung:uninit-lint, r=davidtwco
Manish Goregaokar
-5
/
+23
2020-07-17
warn about uninit multi-variant enums
Ralf Jung
-5
/
+23
2020-07-17
Rename TypeckTables to TypeckResults.
Valentin Lazureanu
-6
/
+6
2020-07-03
Use 'tcx for references to AccessLevels wherever possible.
Eduard-Mihai Burtescu
-61
/
+53
2020-07-02
rustc_lint: avoid using TypeckTables::empty for LateContext.
Eduard-Mihai Burtescu
-5
/
+4
2020-06-30
change `skip_binder` to use T by value
Bastian Kauschke
-1
/
+1
2020-06-28
Rename the lint to clashing_extern_declarations.
jumbatm
-9
/
+9
2020-06-26
rustc_lint: only query `typeck_tables_of` when a lint needs it.
Eduard-Mihai Burtescu
-10
/
+10
2020-06-21
Make is_freeze and is_copy_modulo_regions take TyCtxtAt
Ralf Jung
-1
/
+1
2020-06-20
Add ClashingExternDecl lint.
jumbatm
-5
/
+226
2020-06-15
Auto merge of #72080 - matthewjasper:uniform-impl-trait, r=nikomatsakis
bors
-0
/
+4
2020-06-11
Rename `TyKind::Def` to `OpaqueDef`
Matthew Jasper
-1
/
+1
2020-06-11
Stop special casing top level TAIT
Matthew Jasper
-0
/
+4
2020-06-10
Track span of function in method calls, and use this in #[track_caller]
Aaron Hill
-1
/
+1
2020-05-20
introduce newtype'd `Predicate<'tcx>`
Bastian Kauschke
-3
/
+3
2020-05-20
rename `Predicate` to `PredicateKind`, introduce alias
Bastian Kauschke
-3
/
+3
[next]