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
2022-10-23
Auto merge of #102660 - camsteffen:uninhabited-perf, r=oli-obk
bors
-41
/
+5
2022-10-22
Introduce InhabitedPredicate
Cameron Steffen
-41
/
+5
2022-10-19
Fixup a few tests needing asm support
Josh Stone
-0
/
+1
2022-10-14
more dupe word typos
Rageking8
-1
/
+1
2022-10-01
Refactor rustc lint API
Maybe Waffle
-282
/
+341
2022-09-29
Use let-chaining in `WhileTrue::check_expr`.
Nicholas Nethercote
-24
/
+22
2022-09-27
also query type_uninhabited_from
Ralf Jung
-3
/
+11
2022-09-26
make invalid_value lint a bit smarter around enums
Ralf Jung
-51
/
+109
2022-09-24
separate definitions and `HIR` owners
Takayuki Maeda
-14
/
+14
2022-09-12
Remove unused argument from `check_mac_def`.
Nicholas Nethercote
-1
/
+1
2022-09-12
Remove `path_span` argument to the `visit_path_segment` methods.
Nicholas Nethercote
-1
/
+1
2022-09-06
Auto merge of #101241 - camsteffen:refactor-binding-annotations, r=cjgillot
bors
-11
/
+2
2022-09-05
separate the receiver from arguments in HIR
Takayuki Maeda
-2
/
+2
2022-09-02
Refactor and re-use BindingAnnotation
Cameron Steffen
-11
/
+2
2022-09-02
Add warning against unexpected --cfg with --check-cfg
Urgau
-0
/
+36
2022-09-01
Rollup merge of #94467 - ibraheemdev:master, r=pnkfelix
Matthias Krüger
-0
/
+78
2022-09-01
Always import all tracing macros for the entire crate instead of piecemeal by...
Oli Scherer
-1
/
+0
2022-08-30
Auto merge of #98919 - 5225225:stricter-invalid-value, r=RalfJung
bors
-0
/
+9
2022-08-29
Rollup merge of #99821 - cjgillot:ast-lifetimes-2, r=compiler-errors
Dylan DPC
-6
/
+13
2022-08-26
Make invalid-value trigger on uninit primitives
5225225
-0
/
+9
2022-08-23
cleanup: commented lints
Rejyr
-3
/
+0
2022-08-22
migrate: `BuiltinEllipsisInclusiveRangePatterns`
Rejyr
-23
/
+13
2022-08-03
Remove index from Region::EarlyBound.
Camille GILLOT
-6
/
+13
2022-08-01
Rollup merge of #99911 - cjgillot:no-guess, r=davidtwco
Matthias Krüger
-20
/
+5
2022-07-29
Remove `TreeAndSpacing`.
Nicholas Nethercote
-1
/
+1
2022-07-28
Remove guess_head_span.
Camille GILLOT
-20
/
+5
2022-07-21
`special_module_name`: ignore inline modules
Ibraheem Ahmed
-1
/
+5
2022-07-19
Erase regions before comparing signatures of foreign fns.
Camille GILLOT
-3
/
+4
2022-07-06
Rollup merge of #98519 - TaKO8Ki:add-head-span-field-to-item-and-impl-item, r...
Guillaume Gomez
-24
/
+13
2022-07-06
fix miri-opt tests
Takayuki Maeda
-10
/
+6
2022-07-06
replace `guess_head_span` with `def_span`
Takayuki Maeda
-14
/
+7
2022-07-06
Rollup merge of #98884 - davidtwco:translation-on-lints-derive, r=oli-obk
Dylan DPC
-2
/
+3
2022-07-06
Update TypeVisitor paths
Alan Egerton
-1
/
+1
2022-07-05
lint: `LintDiagnosticBuilder` into `rustc_errors`
David Wood
-2
/
+3
2022-07-05
Rollup merge of #98624 - davidtwco:translation-on-lints, r=compiler-errors
Dylan DPC
-181
/
+151
2022-06-30
fix grammar in useless doc comment lint
Andy Russell
-2
/
+2
2022-06-30
lint: port asm labels diagnostics
David Wood
-3
/
+1
2022-06-30
lint: port deref nullptr diagnostics
David Wood
-2
/
+2
2022-06-30
lint: port clashing extern diagnostics
David Wood
-14
/
+10
2022-06-30
lint: add todo for invalid value diagnostics
David Wood
-0
/
+1
2022-06-30
lint: port incomplete features diagnostics
David Wood
-14
/
+5
2022-06-30
lint: port explicit outlives diagnostics
David Wood
-6
/
+3
2022-06-30
lint: port keyword idents diagnostics
David Wood
-2
/
+4
2022-06-30
lint: port test items diagnostics
David Wood
-1
/
+1
2022-06-30
lint: port `...` range pattern diagnostics
David Wood
-6
/
+12
2022-06-30
lint: port trivial bounds diagnostics
David Wood
-6
/
+4
2022-06-30
lint: port type alias bounds diagnostics
David Wood
-10
/
+5
2022-06-30
lint: port unreachable `pub` diagnostic
David Wood
-3
/
+4
2022-06-30
lint: port unstable feature diagnostics
David Wood
-1
/
+1
2022-06-30
lint: port mutable transmutes diagnostic
David Wood
-3
/
+1
[next]