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
2024-08-27
Add `warn(unreachable_pub)` to `rustc_lint`.
Nicholas Nethercote
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-5
/
+7
2024-05-29
Don't require `visit_body` to take a lifetime that must outlive the function ...
Oli Scherer
-1
/
+1
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_lint`.
Nicholas Nethercote
-1
/
+1
2024-04-16
Avoid lots of `hir::HirId{,Map,Set}` qualifiers.
Nicholas Nethercote
-4
/
+5
2024-03-24
Rename `{enter,exit}_lint_attrs` to `check_attributes{,_post}`
Alex Macleod
-7
/
+2
2024-03-22
Rename `hir::Local` into `hir::LetStmt`
Guillaume Gomez
-1
/
+1
2024-03-13
Create some minimal HIR for associated opaque types
Vadim Petrochenkov
-1
/
+1
2024-02-09
tidy
blyxyas
-4
/
+1
2024-02-09
Avoid a collection and iteration on empty passes
blyxyas
-6
/
+6
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
[next]