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
/
late.rs
Age
Commit message (
Expand
)
Author
Lines
2023-11-26
rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle...
Vadim Petrochenkov
-1
/
+1
2023-11-22
rustc_session: implement latent TODO
Tamir Duberstein
-2
/
+3
2023-11-22
rustc_lint: remove superfluous assertion
Tamir Duberstein
-1
/
+0
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-6
/
+6
2023-11-17
Move `lint_store` from `GlobalCtxt` to `Session`.
Nicholas Nethercote
-7
/
+13
2023-11-17
Remove dead lint code.
Nicholas Nethercote
-2
/
+0
2023-09-14
Auto merge of #115825 - cjgillot:expr-field-lint, r=compiler-errors
bors
-0
/
+4
2023-09-13
Visit ExprField for lint levels.
Camille GILLOT
-0
/
+4
2023-09-10
Call `LateLintPass::check_attribute` from `with_lint_attrs`
Alex Macleod
-13
/
+12
2023-08-14
Use `{Local}ModDefId` in many queries
Nilstrieb
-3
/
+3
2023-08-04
Make MissingDoc a module lint.
Camille GILLOT
-20
/
+22
2023-06-15
Add an `ensure_sufficient_stack` to `LateContextAndPass::visit_expr`
Scott McMurray
-4
/
+7
2023-05-19
Consider lint check attributes on match arms in late lints
Ryo Yoshida
-2
/
+4
2023-05-06
introduce `DynSend` and `DynSync` auto trait
SparrowLii
-2
/
+2
2023-01-28
Remove `HirId -> LocalDefId` map from HIR.
Camille GILLOT
-7
/
+6
2023-01-28
Take a LocalDefId in hir::Visitor::visit_fn.
Camille GILLOT
-1
/
+1
2023-01-03
fix dupe word typos
Rageking8
-1
/
+1
2022-12-12
Speed up the "builtin lints only" case.
Nicholas Nethercote
-4
/
+33
2022-12-12
Reinstate `{Early,Late}LintPassObjects`.
Nicholas Nethercote
-12
/
+44
2022-12-05
Remove `{Early,Late}LintPassObjects`.
Nicholas Nethercote
-35
/
+9
2022-12-02
Auto merge of #104863 - nnethercote:reduce-lint-macros, r=cjgillot
bors
-77
/
+23
2022-12-02
Inline and remove `late_lint_pass_crate`.
Nicholas Nethercote
-14
/
+9
2022-12-02
Inline and remove `late_lint_mod_pass`.
Nicholas Nethercote
-17
/
+8
2022-12-02
Merge `builtins` into `LateLintPassObjects`.
Nicholas Nethercote
-13
/
+7
2022-12-02
Remove `-Zno-interleave-lints`.
Nicholas Nethercote
-32
/
+4
2022-12-02
Eliminate four unnecessary lint macros.
Nicholas Nethercote
-12
/
+6
2022-12-01
rustc_hir: Relax lifetime requirements on `Visitor::visit_path`
Vadim Petrochenkov
-1
/
+1
2022-11-13
Store a LocalDefId in hir::Variant & hir::Field.
Camille GILLOT
-1
/
+1
2022-10-26
privacy: Rename "accessibility levels" to "effective visibilities"
Vadim Petrochenkov
-4
/
+4
2022-10-06
Remove `-Ztime` option.
Nicholas Nethercote
-7
/
+10
2022-09-12
Remove unused argument from `visit_poly_trait_ref`.
Nicholas Nethercote
-7
/
+3
2022-09-12
Remove unused span argument from `check_mod` and `process_mod`.
Nicholas Nethercote
-6
/
+6
2022-09-12
Remove unused span argument from `walk_fn`.
Nicholas Nethercote
-1
/
+1
2022-09-06
Allow lint passes to be bound by `TyCtxt`
Jason Newcomb
-7
/
+8
2022-09-01
Always import all tracing macros for the entire crate instead of piecemeal by...
Oli Scherer
-1
/
+0
2022-08-11
Simplify `rustc_hir::intravisit::Visitor::visit_variant_data`.
Nicholas Nethercote
-16
/
+3
2022-07-29
Remove some late `check_*` functions.
Nicholas Nethercote
-14
/
+0
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-2
/
+2
2022-07-06
Make AST lowering a query.
Camille GILLOT
-1
/
+1
2022-06-16
Inline and remove `{enter,exit}_attrs` functions.
Nicholas Nethercote
-12
/
+4
2022-06-16
Remove unused `hir_id` arg from `visit_attribute`.
Nicholas Nethercote
-2
/
+2
2022-06-16
Fix quadratic behaviour in the `MissingDoc` lint.
Nicholas Nethercote
-4
/
+2
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-1
/
+1
2022-05-08
Move lint expectation checking into a separate query (RFC 2383)
xFrednet
-3
/
+0
2022-03-02
Check lint expectations and emit lint if unfulfilled (RFC-2383)
xFrednet
-0
/
+3
2022-01-16
Replace NestedVisitorMap with NestedFilter
Cameron Steffen
-4
/
+4
2021-09-30
Do not pass hir::Crate to lints.
Camille GILLOT
-4
/
+2
2021-09-12
Gather module items after lowering.
Camille GILLOT
-4
/
+2
2021-09-02
Rename walk_crate.
Camille GILLOT
-1
/
+1
2021-09-02
Stop using walk_crate.
Camille GILLOT
-3
/
+2
[next]