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
2022-07-19
Erase regions before comparing signatures of foreign fns.
Camille GILLOT
-3
/
+4
2022-07-06
Rollup merge of #98519 - TaKO8Ki:add-head-span-field-to-item-and-impl-item, r...
Guillaume Gomez
-24
/
+13
2022-07-06
fix miri-opt tests
Takayuki Maeda
-10
/
+6
2022-07-06
replace `guess_head_span` with `def_span`
Takayuki Maeda
-14
/
+7
2022-07-06
Rollup merge of #98884 - davidtwco:translation-on-lints-derive, r=oli-obk
Dylan DPC
-2
/
+3
2022-07-06
Update TypeVisitor paths
Alan Egerton
-1
/
+1
2022-07-05
lint: `LintDiagnosticBuilder` into `rustc_errors`
David Wood
-2
/
+3
2022-07-05
Rollup merge of #98624 - davidtwco:translation-on-lints, r=compiler-errors
Dylan DPC
-181
/
+151
2022-06-30
fix grammar in useless doc comment lint
Andy Russell
-2
/
+2
2022-06-30
lint: port asm labels diagnostics
David Wood
-3
/
+1
2022-06-30
lint: port deref nullptr diagnostics
David Wood
-2
/
+2
2022-06-30
lint: port clashing extern diagnostics
David Wood
-14
/
+10
2022-06-30
lint: add todo for invalid value diagnostics
David Wood
-0
/
+1
2022-06-30
lint: port incomplete features diagnostics
David Wood
-14
/
+5
2022-06-30
lint: port explicit outlives diagnostics
David Wood
-6
/
+3
2022-06-30
lint: port keyword idents diagnostics
David Wood
-2
/
+4
2022-06-30
lint: port test items diagnostics
David Wood
-1
/
+1
2022-06-30
lint: port `...` range pattern diagnostics
David Wood
-6
/
+12
2022-06-30
lint: port trivial bounds diagnostics
David Wood
-6
/
+4
2022-06-30
lint: port type alias bounds diagnostics
David Wood
-10
/
+5
2022-06-30
lint: port unreachable `pub` diagnostic
David Wood
-3
/
+4
2022-06-30
lint: port unstable feature diagnostics
David Wood
-1
/
+1
2022-06-30
lint: port mutable transmutes diagnostic
David Wood
-3
/
+1
2022-06-30
lint: port no-mangle diagnostics
David Wood
-5
/
+4
2022-06-30
lint: port unused doc comment diagnostics
David Wood
-7
/
+5
2022-06-30
lint: port deprecated attr diagnostics
David Wood
-24
/
+27
2022-06-30
lint: port anonymous parameter diagnostics
David Wood
-12
/
+8
2022-06-30
lint: port missing debug impl diagnostics
David Wood
-6
/
+3
2022-06-30
lint: port missing copy impl diagnostics
David Wood
-5
/
+1
2022-06-30
lint: port missing documentation diagnostics
David Wood
-1
/
+4
2022-06-30
lint: port unsafe diagnostics
David Wood
-36
/
+32
2022-06-30
lint: port non-shorthand pattern diagnostics
David Wood
-10
/
+10
2022-06-30
lint: port box pointers diagnostics
David Wood
-1
/
+1
2022-06-30
lint: port while true diagnostics
David Wood
-4
/
+3
2022-06-19
Use `ensure` for `UnusedBrokenConst`.
Camille GILLOT
-4
/
+2
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
-6
/
+6
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
-6
/
+6
2022-06-11
Address comments
Michael Goulet
-3
/
+1
2022-06-11
Handle empty where-clause better
Michael Goulet
-1
/
+2
2022-06-08
Remove the `infer_static_outlives_requirements` feature
Yuki Okushi
-11
/
+2
2022-06-06
Auto merge of #97086 - 5225225:link-section-is-unsafe, r=davidtwco
bors
-0
/
+29
2022-05-28
Move things to rustc_type_ir
Wilco Kusee
-2
/
+2
2022-05-21
Remove feature: `crate` visibility modifier
Jacob Pratt
-7
/
+1
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-1
/
+1
2022-05-17
Auto merge of #97012 - oli-obk:🦀_intrinsics, r=davidtwco
bors
-3
/
+1
2022-05-16
Report unsafe for overriding link sections
5225225
-0
/
+29
2022-05-16
Add a query for checking whether a function is an intrinsic.
Oli Scherer
-3
/
+1
2022-05-12
Auto merge of #95562 - lcnr:attr-no-encode, r=davidtwco
bors
-6
/
+2
[next]