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
/
src
/
test
/
ui-fulldeps
/
internal-lints
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-1125
/
+0
2022-12-13
Combine projection and opaque into alias
Michael Goulet
-19
/
+12
2022-10-23
Update translation tests
Nilstrieb
-6
/
+6
2022-10-10
errors: `AddToDiagnostic::add_to_diagnostic_with`
David Wood
-7
/
+13
2022-10-03
errors: rename `typeck.ftl` to `hir_analysis.ftl`
David Wood
-6
/
+6
2022-10-01
`ui-fulldeps`: adopt to the new rustc lint API
Maybe Waffle
-4
/
+4
2022-09-21
FIX - adopt new Diagnostic naming in newly migrated modules
Jhonny Bill Mena
-5
/
+5
2022-09-21
UPDATE - rename SessionSubdiagnostic macro to Subdiagnostic
Jhonny Bill Mena
-2
/
+2
2022-09-21
UPDATE - rename DiagnosticHandler macro to Diagnostic
Jhonny Bill Mena
-2
/
+2
2022-09-21
UPDATE - rename AddSubdiagnostic trait to AddToDiagnostic
Jhonny Bill Mena
-9
/
+9
2022-09-21
UPDATE - rename DiagnosticHandler trait to IntoDiagnostic
Jhonny Bill Mena
-9
/
+10
2022-09-21
UPDATE - move SessionDiagnostic from rustc_session to rustc_errors
Jhonny Bill Mena
-2
/
+1
2022-09-05
FIX - broken translatable diagnostics tests
Jhonny Bill Mena
-5
/
+5
2022-09-05
FIX - broken translatable diagnostics tests
Jhonny Bill Mena
-13
/
+15
2022-09-05
UPDATE - into_diagnostic to take a Handler instead of a ParseSess
Jhonny Bill Mena
-11
/
+11
2022-08-31
lint: avoid linting diag functions with diag lints
David Wood
-7
/
+15
2022-08-21
Replace #[lint/warning/error] with #[diag]
Xiretza
-1
/
+1
2022-07-27
lint: add bad opt access internal lint
David Wood
-0
/
+42
2022-07-25
passes: port more of `check_attr` module
David Wood
-4
/
+4
2022-07-19
tests: fix `rustc-pass-by-value-self`
Artur Sinila
-2
/
+2
2022-07-19
tests: fix `rustc-pass-by-value-self`
Artur Sinila
-4
/
+4
2022-07-13
Bless ui-fulldeps tests.
Camille GILLOT
-3
/
+3
2022-06-30
lint: port non-existant doc keyword diagnostics
David Wood
-1
/
+1
2022-06-24
macros: use typed identifiers in subdiag derive
David Wood
-1
/
+1
2022-06-24
macros: use typed identifiers in diag derive
David Wood
-1
/
+1
2022-06-10
lint: add diagnostic translation migration lints
David Wood
-0
/
+149
2022-05-28
Fix TyKind lint, make consts no longer fn, etc
Michael Goulet
-87
/
+119
2022-02-01
add a rustc::query_stability lint
lcnr
-0
/
+95
2022-01-27
Clarify the `usage-of-qualified-ty` error message.
Nicholas Nethercote
-2
/
+2
2022-01-11
rustc_pass_by_value: handle inferred generic types (with _)
Mahdi Dibaiee
-6
/
+20
2022-01-11
rustc_pass_by_value: handle generic and const type parameters
Mahdi Dibaiee
-2
/
+55
2022-01-11
rustc_pass_by_value: allow types with no parameters on self
Mahdi Dibaiee
-1
/
+14
2022-01-10
rustc_pass_by_value remove dependency on rustc_diagnostic_item
Mahdi Dibaiee
-11
/
+6
2022-01-10
rustc_pass_by_value lint: add test on custom types
Mahdi Dibaiee
-14
/
+78
2022-01-09
feat: pass_by_value lint attribute
Mahdi Dibaiee
-23
/
+24
2021-11-24
Add feature gate test for "rustdoc_internal" feature
Guillaume Gomez
-1
/
+1
2021-10-28
Revert "Add rustc lint, warning when iterating over hashmaps"
Mark Rousskov
-95
/
+0
2021-10-24
Rollup merge of #89558 - lcnr:query-stable-lint, r=estebank
Matthias Krüger
-0
/
+95
2021-10-15
add a `rustc::query_stability` lint
lcnr
-0
/
+95
2021-10-15
Bless tests
Cameron Steffen
-1
/
+1
2021-08-22
Fix typos “an”→“a” and a few different ones that appeared in the sa...
Frank Steffahn
-1
/
+1
2021-07-09
Fix default_hash_types to use resolved path
Cameron Steffen
-20
/
+27
2021-06-06
Don't pass -Z unstable-options by default for UI tests
Joshua Nelson
-3
/
+4
2021-05-12
Show macro name in 'this error originates in macro' message
Aaron Hill
-1
/
+1
2020-12-03
Only deny doc_keyword in std and set it as "allow" by default
Guillaume Gomez
-2
/
+8
2020-12-03
Add test for EXISTING_DOC_KEYWORD internal lint
Guillaume Gomez
-0
/
+20
2020-09-21
add test
Bastian Kauschke
-0
/
+53
2020-06-15
make all uses of ty::Error or ConstKind::Error delay a span bug
mark
-2
/
+2
2020-05-12
Remove ty::UnnormalizedProjection
Jack Huey
-15
/
+8
2020-03-30
rustc -> rustc_middle part 5 -- fix tests
Mazdak Farrokhzad
-7
/
+7
[next]