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
/
builtin.rs
Age
Commit message (
Expand
)
Author
Lines
2023-12-15
Don't pass lint back out of lint decorator
Michael Goulet
-1
/
+1
2023-12-11
Add spacing information to delimiters.
Nicholas Nethercote
-1
/
+1
2023-12-10
remove redundant imports
surechen
-1
/
+0
2023-12-03
Parse a pattern with no arm
Nadrieril
-2
/
+4
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-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-17
/
+17
2023-11-18
Remove --check-cfg checking of --cfg args
Urgau
-25
/
+0
2023-11-14
finish `RegionKind` rename
lcnr
-2
/
+2
2023-10-20
Adjust imports
Michael Goulet
-1
/
+1
2023-10-18
Rollup merge of #116812 - rmehri01:missing_copy_implementations_non_exhaustiv...
Ali MJ Al-Nasrawy
-0
/
+5
2023-10-17
disable missing_copy_implementations lint on non_exhaustive types
Ryan Mehri
-0
/
+5
2023-10-16
Rename `ACTIVE_FEATURES` as `UNSTABLE_FEATURES`.
Nicholas Nethercote
-1
/
+1
2023-10-13
Format all the let chains in compiler
Michael Goulet
-16
/
+21
2023-10-12
Fix duplicate note on internal feature gate
Gurinder Singh
-8
/
+4
2023-09-26
Don't store lazyness in DefKind
Michael Goulet
-3
/
+3
2023-09-22
make the reason: field mandatory for @future_incompatible lints
Ralf Jung
-3
/
+3
2023-09-21
Record asyncness span in HIR
Michael Goulet
-2
/
+1
2023-09-03
Emit unused doc comment warnings for pat and expr fields
Gurinder Singh
-0
/
+14
2023-08-13
Auto merge of #114723 - petrochenkov:noplugin2, r=davidtwco
bors
-1
/
+1
2023-08-11
rustc: Move `features` from `Session` to `GlobalCtxt`
Vadim Petrochenkov
-1
/
+1
2023-08-10
downgrade internal_features to warn
lcnr
-2
/
+2
2023-08-05
Rollup merge of #114248 - fmease:neg-copy-rules-out-missing-copy-impl, r=b-naber
Matthias Krüger
-0
/
+23
2023-08-05
Auto merge of #113734 - cjgillot:no-crate-lint, r=petrochenkov
bors
-440
/
+23
2023-08-04
Auto merge of #112117 - bryangarza:track-caller-feature-gate, r=compiler-errors
bors
-6
/
+6
2023-08-04
Fetch diagnostic item later.
Camille GILLOT
-2
/
+2
2023-08-04
Make MissingDoc a module lint.
Camille GILLOT
-34
/
+1
2023-08-04
Make MissingDebugImplementation a module lint.
Camille GILLOT
-18
/
+13
2023-08-04
Querify clashing_extern_declarations lint.
Camille GILLOT
-386
/
+7
2023-08-04
Auto merge of #114414 - cjgillot:early-unnameable-test, r=petrochenkov
bors
-77
/
+1
2023-08-03
Make test harness lint about unnnameable tests.
Camille GILLOT
-77
/
+1
2023-08-03
Add `internal_features` lint
Nilstrieb
-13
/
+46
2023-08-03
Make lint missing-copy-implementations honor negative Copy impls
León Orell Valerian Liehr
-0
/
+23
2023-08-02
Add separate feature gate for async fn track caller
Bryan Garza
-6
/
+6
2023-07-30
Check lazy type aliases for well-formedness
León Orell Valerian Liehr
-7
/
+12
2023-07-28
Lower generic const items to HIR
León Orell Valerian Liehr
-1
/
+2
2023-07-25
inline format!() args from rustc_codegen_llvm to the end (4)
Matthias Krüger
-1
/
+1
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-21
/
+23
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-10
/
+9
2023-07-05
Move `TyCtxt::mk_x` to `Ty::new_x` where applicable
Boxy
-3
/
+3
2023-07-03
remove TypeWellFormedFromEnv
Michael Goulet
-2
/
+1
2023-06-29
Rollup merge of #112670 - petrochenkov:typriv, r=eholk
Matthias Krüger
-6
/
+2
2023-06-26
TypeWellFormedInEnv
Michael Goulet
-1
/
+2
2023-06-26
Migrate predicates_of and caller_bounds to Clause
Michael Goulet
-16
/
+7
2023-06-22
migrate inferred_outlives_of to Clause
Michael Goulet
-4
/
+4
2023-06-19
s/Clause/ClauseKind
Michael Goulet
-13
/
+13
2023-06-17
Move ConstEvaluatable to Clause
Michael Goulet
-2
/
+2
2023-06-17
Move WF goal to clause
Michael Goulet
-1
/
+1
2023-06-16
Add `AliasKind::Weak` for type aliases.
Oli Scherer
-2
/
+2
2023-06-15
privacy: Do not mark items reachable farther than their nominal visibility
Vadim Petrochenkov
-6
/
+2
2023-06-13
Fix explicit-outlives-requirements lint span
Sam Ginnett
-7
/
+12
[next]