This website requires JavaScript.
Explore
Help
Sign In
itsscb
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-12-05 11:41:59 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
rust
/
compiler
/
rustc_lint
/
src
History
David Tolnay
6729b667ce
All HIR attributes are outer
2025-06-21 11:11:34 -07:00
..
early
…
nonstandard_style
…
types
…
async_closures.rs
…
async_fn_in_trait.rs
…
autorefs.rs
…
builtin.rs
…
context.rs
All HIR attributes are outer
2025-06-21 11:11:34 -07:00
dangling.rs
Port
#[rustc_as_ptr]
to the new attribute system
2025-06-16 18:13:27 +03:00
default_could_be_derived.rs
…
deref_into_dyn_supertrait.rs
…
drop_forget_useless.rs
…
early.rs
…
enum_intrinsics_non_enums.rs
…
errors.rs
…
expect.rs
Reduce uses of
hir_crate
.
2025-06-18 15:46:19 +00:00
for_loops_over_fallibles.rs
…
foreign_modules.rs
…
if_let_rescope.rs
…
impl_trait_overcaptures.rs
…
internal.rs
Implement lint against direct uses of rustc_type_ir in compiler crates
2025-06-18 16:01:41 +02:00
invalid_from_utf8.rs
…
late.rs
…
let_underscore.rs
…
levels.rs
…
lib.rs
Implement lint against direct uses of rustc_type_ir in compiler crates
2025-06-18 16:01:41 +02:00
lifetime_syntax.rs
…
lints.rs
Implement lint against direct uses of rustc_type_ir in compiler crates
2025-06-18 16:01:41 +02:00
macro_expr_fragment_specifier_2024_migration.rs
…
map_unit_fn.rs
…
multiple_supertrait_upcastable.rs
lint: don't consider sizedness in upcastable lint
2025-06-16 23:04:33 +00:00
non_ascii_idents.rs
…
non_fmt_panic.rs
…
non_local_def.rs
…
nonstandard_style.rs
…
noop_method_call.rs
…
opaque_hidden_inferred_bound.rs
…
pass_by_value.rs
…
passes.rs
…
precedence.rs
…
ptr_nulls.rs
…
redundant_semicolon.rs
Dont suggest remove semi inside macro expansion for redundant semi lint
2025-06-18 00:36:51 +08:00
reference_casting.rs
…
shadowed_into_iter.rs
…
static_mut_refs.rs
…
tests.rs
…
traits.rs
…
transmute.rs
…
types.rs
…
unit_bindings.rs
…
unqualified_local_imports.rs
…
unused.rs
…
utils.rs
…