This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
bd360472b1
rust
/
compiler
/
rustc_lint
/
src
History
Urgau
bd360472b1
Simplify casting logic of the invalid_reference_casting lint
2023-09-27 18:50:26 +02:00
..
nonstandard_style
array_into_iter.rs
make the reason: field mandatory for @future_incompatible lints
2023-09-22 08:59:32 +02:00
builtin.rs
make the reason: field mandatory for @future_incompatible lints
2023-09-22 08:59:32 +02:00
context.rs
Add clippy like expr_or_init fn to rustc LateContext
2023-09-18 19:29:21 +02:00
deref_into_dyn_supertrait.rs
make the reason: field mandatory for @future_incompatible lints
2023-09-22 08:59:32 +02:00
drop_forget_useless.rs
early.rs
diagnostics: avoid wrong
unused_parens
on
x as (T) < y
2023-08-31 20:14:49 -07:00
enum_intrinsics_non_enums.rs
errors.rs
feat(rustc_lint): make
CheckLintName
respect lint level
2023-08-30 19:24:44 +01:00
expect.rs
for_loops_over_fallibles.rs
foreign_modules.rs
hidden_unicode_codepoints.rs
internal.rs
invalid_from_utf8.rs
Improve invalid UTF-8 lint by finding the expression initializer
2023-09-21 10:16:29 +02:00
late.rs
Auto merge of
#115825
- cjgillot:expr-field-lint, r=compiler-errors
2023-09-14 06:29:23 +00:00
let_underscore.rs
levels.rs
Auto merge of
#115825
- cjgillot:expr-field-lint, r=compiler-errors
2023-09-14 06:29:23 +00:00
lib.rs
Prefer expr_or_init over manual init detection
2023-09-27 15:09:30 +02:00
lints.rs
Auto merge of
#114494
- est31:extend_useless_ptr_null_checks, r=jackh726
2023-09-16 03:40:20 +00:00
map_unit_fn.rs
methods.rs
multiple_supertrait_upcastable.rs
non_ascii_idents.rs
non_fmt_panic.rs
nonstandard_style.rs
noop_method_call.rs
opaque_hidden_inferred_bound.rs
pass_by_value.rs
passes.rs
diagnostics: avoid wrong
unused_parens
on
x as (T) < y
2023-08-31 20:14:49 -07:00
ptr_nulls.rs
redundant_semicolon.rs
reference_casting.rs
Simplify casting logic of the invalid_reference_casting lint
2023-09-27 18:50:26 +02:00
tests.rs
refactor(rustc_lint): inline
check_lint_name_cmdline
2023-08-30 17:35:07 +01:00
traits.rs
make comments less cryptic
2023-09-06 12:09:29 +03:00
types.rs
Remove GeneratorWitness and rename GeneratorWitnessMIR.
2023-09-23 13:47:30 +00:00
unused.rs
Move let expression checking to parsing
2023-09-11 15:51:18 +00:00