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
/
early.rs
Age
Commit message (
Expand
)
Author
Lines
2023-01-09
migrate: `early.rs` and `enum_intrinsics_non_enums.rs`
Rejyr
-0
/
+3
2023-01-03
fix dupe word typos
Rageking8
-1
/
+1
2022-12-12
Speed up the "builtin lints only" case.
Nicholas Nethercote
-3
/
+18
2022-12-12
Reinstate `{Early,Late}LintPassObjects`.
Nicholas Nethercote
-22
/
+52
2022-12-12
Rename `run_early_passes` as `lint_callback`.
Nicholas Nethercote
-28
/
+28
2022-12-07
Split `EarlyContextAndPasses::check_id` in two.
Nicholas Nethercote
-2
/
+9
2022-12-05
Remove `{Early,Late}LintPassObjects`.
Nicholas Nethercote
-65
/
+42
2022-12-02
Inline and remove `early_lint_node`.
Nicholas Nethercote
-35
/
+12
2022-12-02
Merge `builtins` into `EarlyLintPassObjects`.
Nicholas Nethercote
-15
/
+4
2022-12-02
Remove `-Zno-interleave-lints`.
Nicholas Nethercote
-32
/
+13
2022-12-02
Eliminate four unnecessary lint macros.
Nicholas Nethercote
-12
/
+6
2022-11-21
Unreserve braced enum variants in value namespace
Vadim Petrochenkov
-2
/
+2
2022-11-17
Box `ExprKind::{Closure,MethodCall}`, and `QSelf` in expressions, types, and ...
Nicholas Nethercote
-1
/
+4
2022-10-06
Remove `-Ztime` option.
Nicholas Nethercote
-1
/
+1
2022-10-01
Compute `lint_levels` by definition
Deadbeef
-0
/
+1
2022-10-01
Refactor rustc lint API
Maybe Waffle
-3
/
+2
2022-09-22
Revert "Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk"
Camille GILLOT
-1
/
+0
2022-09-14
Compute `lint_levels` by definition
Deadbeef
-0
/
+1
2022-09-12
Remove unused argument from `check_mac_def`.
Nicholas Nethercote
-1
/
+1
2022-09-12
Remove unused span argument from `walk_fn`.
Nicholas Nethercote
-1
/
+1
2022-09-12
Remove `path_span` argument to the `visit_path_segment` methods.
Nicholas Nethercote
-2
/
+2
2022-09-01
Always import all tracing macros for the entire crate instead of piecemeal by...
Oli Scherer
-1
/
+0
2022-08-22
Use DiagnosticMessage for BufferedEarlyLint.msg
finalchild
-1
/
+1
2022-08-11
Add missing visit_pat_field in early lint visitor.
Eric Huss
-0
/
+6
2022-08-11
Honor lint level attributes in more places.
Eric Huss
-3
/
+4
2022-08-11
Simplify `rustc_ast::visit::Visitor::visit_poly_trait_ref`.
Nicholas Nethercote
-3
/
+3
2022-07-29
Remove some early `check_*` functions.
Nicholas Nethercote
-17
/
+0
2022-07-14
Auto merge of #99231 - Dylan-DPC:rollup-0tl8c0o, r=Dylan-DPC
bors
-1
/
+2
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-1
/
+1
2022-07-12
Lower closure binders to hir & properly check them
Maybe Waffle
-0
/
+1
2022-07-12
Parse closure binders
Maybe Waffle
-1
/
+1
2022-06-16
Inline and remove `{enter,exit}_attrs` functions.
Nicholas Nethercote
-10
/
+2
2022-05-24
Emit weird lint name lints after expansion
est31
-17
/
+17
2022-05-20
Lint single-use-lifetimes on the AST.
Camille GILLOT
-0
/
+1
2022-05-20
Introduce LifetimeCtxt.
Camille GILLOT
-1
/
+1
2022-05-11
ast: Introduce some traits to get AST node properties generically
Vadim Petrochenkov
-2
/
+1
2022-04-17
Lint elided lifetimes in path on the AST.
Camille GILLOT
-0
/
+5
2022-04-17
Visit generics inside visit_fn.
Camille GILLOT
-1
/
+1
2022-03-16
rustc_error: make ErrorReported impossible to construct
mark
-1
/
+3
2022-03-02
Make `LintExpectationId` stable between compilation sessions (RFC-2383)
xFrednet
-1
/
+2
2022-01-23
rustc_lint: Stop creating a fake `ast::Crate` for running early lints
Vadim Petrochenkov
-12
/
+60
2022-01-23
rustc_lint: Reuse the set of registered tools from resolver
Vadim Petrochenkov
-6
/
+13
2022-01-23
rustc_lint: Remove some redundant fields from `EarlyContext`
Vadim Petrochenkov
-38
/
+26
2021-09-26
Pass real crate-level attributes to `pre_expansion_lint`
Samuel Moelius
-3
/
+21
2021-07-17
Add additional missing lint handling logic
Aaron Hill
-2
/
+4
2021-07-17
Add missing `visit_expr_field`
Aaron Hill
-2
/
+14
2021-05-07
Fix duplicate unknown lint errors
Cameron Steffen
-3
/
+3
2021-04-15
Run buffered lints attached to anon consts
Aaron Hill
-0
/
+1
2021-03-16
ast/hir: Rename field-related structures
Vadim Petrochenkov
-3
/
+3
2021-02-27
Combine HasAttrs and HasTokens into AstLike
Aaron Hill
-1
/
+1
[next]