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
2023-03-03
Match unmatched backticks in compiler/ that are part of rustdoc
est31
-1
/
+1
2023-02-24
Use `List::empty()` instead of `mk_substs(&[])`.
Nicholas Nethercote
-3
/
+3
2023-02-24
Rename many interner functions.
Nicholas Nethercote
-3
/
+3
2023-02-22
Auto merge of #108340 - eggyal:remove_traversal_trait_aliases, r=oli-obk
bors
-1
/
+1
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-1
/
+1
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-1
/
+2
2023-02-18
lint: don't suggest assume_init for uninhabited types
y21
-1
/
+7
2023-02-17
Add `Clause::ConstArgHasType` variant
Boxy
-0
/
+2
2023-02-17
Auto merge of #107753 - kylematsuda:type-of, r=BoxyUwU
bors
-9
/
+13
2023-02-16
remove bound_type_of query; make type_of return EarlyBinder; change type_of i...
Kyle Matsuda
-13
/
+11
2023-02-16
change usages of type_of to bound_type_of
Kyle Matsuda
-11
/
+17
2023-02-17
Rollup merge of #107489 - compiler-errors:non_lifetime_binders, r=cjgillot
Matthias Krüger
-6
/
+6
2023-02-16
Replace some `then`s with some `then_some`s
Maybe Waffle
-1
/
+2
2023-02-16
`if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)`
Maybe Waffle
-5
/
+1
2023-02-16
Rename some region-specific stuff
Michael Goulet
-6
/
+6
2023-02-14
s/eval_usize/eval_target_usize/ for clarity
Oli Scherer
-1
/
+1
2023-02-10
add `AliasEq` to `PredicateKind`
Boxy
-0
/
+2
2023-01-31
Review changes
Maybe Waffle
-1
/
+1
2023-01-30
Replace enum `==`s with `match`es where it makes sense
Maybe Waffle
-20
/
+21
2023-01-28
Auto merge of #107206 - cjgillot:no-h2l-map, r=WaffleLapkin
bors
-24
/
+23
2023-01-28
Auto merge of #106916 - lukas-code:overlapping-substs, r=estebank
bors
-7
/
+30
2023-01-28
Remove `HirId -> LocalDefId` map from HIR.
Camille GILLOT
-13
/
+12
2023-01-28
Take a LocalDefId in hir::Visitor::visit_fn.
Camille GILLOT
-11
/
+11
2023-01-23
fix: use LocalDefId instead of HirId in trait res
Vincenzo Palazzo
-1
/
+1
2023-01-20
fix overlapping spans for `explicit_outlives_requirements` in macros
Lukas Markeffsky
-7
/
+30
2023-01-13
Check ADT fields for copy implementations considering regions
Michael Goulet
-8
/
+10
2023-01-09
refactor: cleanup
Rejyr
-7
/
+1
2023-01-09
migrate: rest of `builtin.rs` without `builtin_asm_labels`
Rejyr
-175
/
+120
2023-01-09
migrate: `UnsafeCode` in `builtin.rs`
Rejyr
-82
/
+22
2023-01-09
refactor: refactor to derive for some lints.
Rejyr
-6
/
+10
2023-01-09
migrate(wip): `builtin.rs`
Rejyr
-228
/
+120
2023-01-04
get_parent and find_parent
Michael Goulet
-1
/
+1
2023-01-04
rename get_parent_node to parent_id
Michael Goulet
-1
/
+1
2023-01-03
fix dupe word typos
Rageking8
-1
/
+1
2022-12-26
address review comments + better tests
Lukas Markeffsky
-51
/
+63
2022-12-22
Fix `explicit_outlives_requirements` lint in macros
Lukas Markeffsky
-20
/
+30
2022-12-21
Improve code based on feedback.
Bryan Garza
-16
/
+10
2022-12-21
Add lint doc comment
Bryan Garza
-1
/
+20
2022-12-21
Update track_caller logic/lint after rebase
Bryan Garza
-4
/
+12
2022-12-21
update wording of lint
Bryan Garza
-1
/
+1
2022-12-21
Update code based on PR comments
Bryan Garza
-3
/
+9
2022-12-21
Switch `#[track_caller]` back to a no-op unless feature gate is enabled
Bryan Garza
-1
/
+44
2022-12-18
don't clone Copy types
Matthias Krüger
-2
/
+2
2022-12-13
Combine projection and opaque into alias
Michael Goulet
-2
/
+2
2022-12-10
Auto merge of #105416 - nnethercote:more-linting-tweaks, r=cjgillot
bors
-0
/
+3
2022-12-09
Rollup merge of #102406 - mejrs:missing_copy, r=wesleywiser
Matthias Krüger
-1
/
+31
2022-12-07
Inline some hot lint pass functions.
Nicholas Nethercote
-0
/
+3
2022-12-04
drive-by: move field_index to typeck results
Michael Goulet
-1
/
+1
2022-11-29
Rebase
mejrs
-7
/
+2
2022-11-29
Update trait check
mejrs
-4
/
+7
[next]