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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_lint_defs
/
src
/
builtin.rs
Age
Commit message (
Expand
)
Author
Lines
2023-07-05
Make `unused_associated_type_bounds`'s lint level changeable
Oli Scherer
-0
/
+1
2023-07-05
Lint now-unnecessary associated type bounds
Oli Scherer
-0
/
+26
2023-06-29
Rollup merge of #112670 - petrochenkov:typriv, r=eholk
Matthias Krüger
-2
/
+8
2023-06-22
Stop hiding const eval limit in external macros
Oli Scherer
-1
/
+2
2023-06-15
privacy: Feature gate new type privacy lints
Vadim Petrochenkov
-2
/
+8
2023-06-12
Private-in-public lints implementation
Bryanskiy
-0
/
+95
2023-05-31
Remove const eval limit and implement an exponential backoff lint instead
Oli Scherer
-0
/
+38
2023-05-27
Add warn-by-default lint for local binding shadowing exported glob re-export ...
许杰友 Jieyou Xu (Joe)
-0
/
+38
2023-05-08
Auto merge of #106621 - ozkanonur:enable-elided-lifetimes-for-doctests, r=Mar...
bors
-0
/
+3
2023-05-07
enable `rust_2018_idioms` for doctests
ozkanonur
-0
/
+3
2023-04-29
Partial stabilisation of `c_unwind`
Gary Guo
-3
/
+1
2023-04-27
Add a few more missing lints
Michael Goulet
-0
/
+2
2023-04-27
Sort hardwired lints
Michael Goulet
-89
/
+91
2023-04-27
Add invalid_macro_export_arguments to built-in macro list
Michael Goulet
-0
/
+1
2023-04-17
Spelling - compiler
Josh Soref
-2
/
+2
2023-03-23
Rollup merge of #108588 - ehuss:lint-docs-produces, r=eholk
Matthias Krüger
-7
/
+2
2023-03-20
Lint ambiguous glob re-exports
许杰友 Jieyou Xu (Joe)
-0
/
+40
2023-03-11
`MaybeUninit::assume_init_read` should have `noundef` load metadata
Scott McMurray
-3
/
+4
2023-02-28
Fix the ffi_unwind_calls lint documentation
Eric Huss
-7
/
+2
2023-02-22
Add check for invalid \`#[macro_export]\` arguments
blyxyas
-0
/
+30
2023-02-09
Extend `BYTE_SLICE_IN_PACKED_STRUCT_WITH_DERIVE`.
Nicholas Nethercote
-4
/
+5
2023-01-31
make unaligned_reference a hard error
Ralf Jung
-46
/
+0
2023-01-30
Auto merge of #104429 - nnethercote:more-deriving-on-packed-structs, r=RalfJung
bors
-0
/
+33
2023-01-30
Allow more deriving on packed structs.
Nicholas Nethercote
-0
/
+33
2023-01-29
Rollup merge of #107078 - ehuss:invalid_doc_attributes-docs, r=jackh726
Matthias Krüger
-3
/
+9
2023-01-22
Auto merge of #107185 - compiler-errors:rollup-wkomjma, r=compiler-errors
bors
-0
/
+1
2023-01-22
Auto merge of #107133 - pnkfelix:revert-pr-84022-for-issue-106337, r=Mark-Sim...
bors
-0
/
+68
2023-01-21
Add `SEMICOLON_IN_EXPRESSIONS_FROM_MACROS` to future-incompat report
Aaron Hill
-0
/
+1
2023-01-20
Revert "Make PROC_MACRO_DERIVE_RESOLUTION_FALLBACK a hard error"
Felix S. Klock II
-0
/
+68
2023-01-20
Add `compile_fail` to doctest for `bindings_with_variant_name`
--global
-1
/
+1
2023-01-20
Change `bindings_with_variant_name` to deny-by-default
--global
-1
/
+1
2023-01-19
Update wording of invalid_doc_attributes docs.
Eric Huss
-3
/
+9
2023-01-12
Bump IMPLIED_BOUNDS_ENTAILMENT to Deny + ReportNow
Michael Goulet
-2
/
+2
2022-12-25
fix some typos
KaDiWa
-1
/
+1
2022-12-20
rustc: Remove needless lifetimes
Jeremy Stucki
-1
/
+1
2022-12-19
Downgrade IMPLIED_BOUNDS_ENTAILMENT to warn by default, add it to builtin lin...
Michael Goulet
-4
/
+5
2022-12-19
Add IMPLIED_BOUNDS_ENTAILMENT lint
Michael Goulet
-0
/
+41
2022-12-15
Make the test actually emit the future incompat lint
Oli Scherer
-3
/
+4
2022-12-15
Fix docs
Oli Scherer
-1
/
+1
2022-12-15
Always report alignment failures in future incompat summaries
Oli Scherer
-0
/
+1
2022-12-15
Make alignment checks a future incompat lint
Oli Scherer
-0
/
+36
2022-12-12
delete mentions of type ascription from lint descriptions
Lukas Markeffsky
-14
/
+17
2022-11-23
Make `deref_into_dyn_supertrait` lint the impl and not the usage
Maybe Waffle
-46
/
+0
2022-11-15
Merge branch 'master' into patch-2
Kagami Sascha Rosylight
-68
/
+0
2022-10-25
Fix failing examples
Kagami Sascha Rosylight
-4
/
+4
2022-10-24
Make PROC_MACRO_DERIVE_RESOLUTION_FALLBACK a hard error
Aaron Hill
-68
/
+0
2022-10-22
Rollup merge of #102635 - lcnr:incoherent_auto_trait_objects, r=jackh726
Matthias Krüger
-0
/
+1
2022-10-19
Fixup a few tests needing asm support
Josh Stone
-1
/
+1
2022-10-17
`order_dependent_trait_objects` to `ReportNow`
lcnr
-0
/
+1
2022-10-14
more dupe word typos
Rageking8
-1
/
+1
[next]