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
Age
Commit message (
Expand
)
Author
Lines
2022-06-30
lint: port unused allocation diagnostics
David Wood
-7
/
+5
2022-06-30
lint: port unused import braces diagnostics
David Wood
-1
/
+1
2022-06-30
lint: port unused delimiter diagnostics
David Wood
-5
/
+9
2022-06-30
lint: port path statement diagnostics
David Wood
-4
/
+4
2022-06-30
lint: port unused diagnostics
David Wood
-30
/
+34
2022-06-30
lint: port atomic ordering diagnostics
David Wood
-25
/
+25
2022-06-30
lint: port variant size difference diagnostics
David Wood
-6
/
+3
2022-06-30
lint: port improper ctypes diagnostics
David Wood
-63
/
+66
2022-06-30
lint: port overflowing literals diagnostics
David Wood
-41
/
+42
2022-06-30
lint: port drop trait/glue diagnostics
David Wood
-13
/
+8
2022-06-30
lint: port redundant semicolons diagnostics
David Wood
-7
/
+5
2022-06-30
lint: port pass-by-value diagnostics
David Wood
-3
/
+4
2022-06-30
lint: port no-op method call diagnostics
David Wood
-12
/
+7
2022-06-30
lint: port non-standard style diagnostics
David Wood
-18
/
+22
2022-06-30
lint: port non-fmt-panic diagnostics
David Wood
-39
/
+34
2022-06-30
lint: port non-ascii-idents diagnostics
David Wood
-18
/
+17
2022-06-30
lint: port `CString` ptr diagnostics
David Wood
-10
/
+7
2022-06-30
lint: port translation migration diagnostics
David Wood
-3
/
+2
2022-06-30
lint: port non-existant doc keyword diagnostics
David Wood
-7
/
+4
2022-06-30
lint: port impl `LintPass` by hand diagnostics
David Wood
-2
/
+2
2022-06-30
lint: port ty diagnostics
David Wood
-11
/
+12
2022-06-30
lint: port query instability diagnostics
David Wood
-6
/
+3
2022-06-30
lint: port default hash types diagnostics
David Wood
-8
/
+5
2022-06-30
lint: port hidden unicode codepoints diagnostics
David Wood
-30
/
+14
2022-06-30
lint: port expectation diagnostics
David Wood
-2
/
+3
2022-06-30
lint: port enum intrinsics diagnostics
David Wood
-23
/
+7
2022-06-30
lint: port array-into-iter diagnostics
David Wood
-11
/
+10
2022-06-30
middle: translation in `LintDiagnosticBuilder`
David Wood
-2
/
+2
2022-06-28
Rollup merge of #98420 - davidtwco:translation-lint-fixes-and-more-migration,...
Dylan DPC
-3
/
+6
2022-06-27
lint: fix condition in diagnostic lints
David Wood
-3
/
+6
2022-06-27
Rollup merge of #97389 - m-ou-se:memory-ordering-diagnostics, r=estebank
Matthias Krüger
-82
/
+66
2022-06-22
Slightly tweak invalid atomic ordering lint messages.
Mara Bos
-8
/
+8
2022-06-19
Use `ensure` for `UnusedBrokenConst`.
Camille GILLOT
-4
/
+2
2022-06-19
Make some lints incremental.
Camille GILLOT
-14
/
+13
2022-06-18
Auto merge of #98153 - nnethercote:fix-MissingDoc-quadratic-behaviour, r=cjgi...
bors
-27
/
+9
2022-06-17
Re-allow `let_underscore_drop` by default.
Aaron Kofsky
-1
/
+1
2022-06-16
Rollup merge of #97757 - xFrednet:rfc-2383-expect-with-force-warn, r=wesleywi...
Matthias Krüger
-16
/
+26
2022-06-16
Support lint expectations for `--force-warn` lints (RFC 2383)
xFrednet
-16
/
+26
2022-06-16
Inline and remove `{enter,exit}_attrs` functions.
Nicholas Nethercote
-22
/
+6
2022-06-16
Remove unused `hir_id` arg from `visit_attribute`.
Nicholas Nethercote
-2
/
+2
2022-06-16
Fix quadratic behaviour in the `MissingDoc` lint.
Nicholas Nethercote
-4
/
+2
2022-06-14
Rollup merge of #97948 - davidtwco:diagnostic-translation-lints, r=oli-obk
Dylan DPC
-31
/
+109
2022-06-14
Rename the `ConstS::val` field as `kind`.
Nicholas Nethercote
-1
/
+1
2022-06-13
Rollup merge of #98043 - TaKO8Ki:remove-unnecessary-to-string, r=davidtwco
Matthias Krüger
-22
/
+20
2022-06-13
Rollup merge of #97875 - JohnTitor:rm-infer-static-outlives-requirements, r=p...
Matthias Krüger
-11
/
+2
2022-06-13
remove unnecessary `to_string` and `String::new`
Takayuki Maeda
-22
/
+20
2022-06-11
Address comments
Michael Goulet
-3
/
+1
2022-06-11
Handle empty where-clause better
Michael Goulet
-1
/
+2
2022-06-11
Make `let_underscore_drop` Deny by default.
Aaron Kofsky
-1
/
+1
2022-06-11
Have the drop code suggestion not include `let _ =`
Aaron Kofsky
-1
/
+1
[prev]
[next]