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
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
2021-02-18
ast: Stop using `Mod` in `Crate`
Vadim Petrochenkov
-7
/
+0
2021-02-03
Really fix early lints inside an async desugaring
Jethro Beekman
-4
/
+4
2021-02-02
Fix early lints inside an async desugaring
Aaron Hill
-0
/
+16
2021-01-22
Remove special casing of rustdoc in rustc_lint
Joshua Nelson
-11
/
+3
2020-11-03
rustc_ast: `visit_mac` -> `visit_mac_call`
Vadim Petrochenkov
-1
/
+1
2020-11-03
rustc_ast: Do not panic by default when visiting macro calls
Vadim Petrochenkov
-7
/
+1
2020-10-24
Fix inconsistencies in handling of inert attributes on statements
Aaron Hill
-2
/
+17
2020-10-16
Add check_generic_arg early pass
Santiago Pastorino
-0
/
+5
2020-08-30
mv compiler to compiler/
mark
-0
/
+381