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
/
tests
/
ui-fulldeps
/
internal-lints
Age
Commit message (
Expand
)
Author
Lines
2025-08-25
Switch next solver to use a specific associated type for trait def id
Chayim Refael Friedman
-1
/
+1
2025-08-17
Add `//@ ignore-stage1` to query_stability.rs test
Samuel Moelius
-10
/
+11
2025-08-15
Extend `QueryStability` to handle `IntoIterator` implementations
Samuel Moelius
-1
/
+29
2025-06-18
Implement lint against direct uses of rustc_type_ir in compiler crates
Romain Perier
-0
/
+65
2025-04-16
Move eager translation to a method on `Diag`
Jake Goulding
-14
/
+12
2025-03-26
Implement lint against using Interner and InferCtxtLike in random compiler cr...
Michael Goulet
-0
/
+31
2024-12-22
Begin to implement type system layer of unsafe binders
Michael Goulet
-197
/
+9
2024-11-10
Fix error message for direct usage of sess.opts.crate_types
bjorn3
-2
/
+2
2024-10-19
Do not run lints that cannot emit
blyxyas
-2
/
+10
2024-10-15
update bootstrap configs
Josh Stone
-11
/
+6
2024-09-03
Add an internal lint that warns when accessing untracked data
Nadrieril
-0
/
+31
2024-09-01
Deny imports of rustc_type_ir::inherent outside of type ir + new trait solver
Michael Goulet
-0
/
+49
2024-08-10
`untranslatable_diagnostic` lint: point at the untranslated thing
Pavel Grigorenko
-18
/
+16
2024-08-10
Add more test cases for untranslatable_diagnostic lint
Pavel Grigorenko
-1
/
+34
2024-07-28
Bless a bootstrap-dependent UI test
Trevor Gross
-10
/
+10
2024-07-28
step cfg(bootstrap)
Mark Rousskov
-1
/
+0
2024-07-18
Add internal lint for detecting non-glob imports of `rustc_type_ir::inherent`
León Orell Valerian Liehr
-0
/
+106
2024-06-18
Use a dedicated type instead of a reference for the diagnostic context
Oli Scherer
-7
/
+7
2024-05-23
Remove `LintDiagnostic::msg`
León Orell Valerian Liehr
-11
/
+3
2024-04-21
Pass translation closure to add_to_diag_with() as reference
Xiretza
-2
/
+2
2024-04-08
Actually create ranged int types in the type system.
Oli Scherer
-23
/
+30
2024-03-11
Allow multiple `impl Into<{D,Subd}iagMessage>` parameters in a function.
Nicholas Nethercote
-2
/
+8
2024-03-11
Rename `DecorateLint` as `LintDiagnostic`.
Nicholas Nethercote
-9
/
+9
2024-03-11
Rename `AddToDiagnostic` as `Subdiagnostic`.
Nicholas Nethercote
-12
/
+12
2024-03-11
Rename `IntoDiagnostic` as `Diagnostic`.
Nicholas Nethercote
-11
/
+11
2024-03-06
Rewrite the `untranslatable_diagnostic` lint.
Nicholas Nethercote
-7
/
+40
2024-03-05
Rename `SubdiagnosticMessageOp` as `SubdiagMessageOp`.
Nicholas Nethercote
-3
/
+3
2024-03-05
Disable `tests/ui-fulldeps/internal-lints/diagnostics.rs` on stage 1.
Nicholas Nethercote
-7
/
+8
2024-02-28
Rename `DiagnosticBuilder` as `Diag`.
Nicholas Nethercote
-9
/
+9
2024-02-28
Rename `Diagnostic` as `DiagInner`.
Nicholas Nethercote
-2
/
+2
2024-02-22
[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives
许杰友 Jieyou Xu (Joe)
-9
/
+9
2024-02-20
Reduce capabilities of `Diagnostic`.
Nicholas Nethercote
-7
/
+14
2024-02-08
Add `SubdiagnosticMessageOp` as a trait alias.
Nicholas Nethercote
-12
/
+7
2024-02-06
Add CoroutineClosure to TyKind, AggregateKind, UpvarArgs
Michael Goulet
-15
/
+22
2024-01-30
add missing potential_query_instability for keys and values in hashmap
yukang
-1
/
+38
2024-01-06
Remove ignore-stage1 that was added when changing error count msg
Nilstrieb
-3
/
+2
2023-12-19
Add `level` arg to `into_diagnostic`.
Nicholas Nethercote
-11
/
+11
2023-12-18
Fix up some `ui-fulldeps` tests.
Nicholas Nethercote
-22
/
+22
2023-11-26
Use `rustc_fluent_macro::fluent_messages!` directly.
Nicholas Nethercote
-7
/
+6
2023-11-24
Bless ui-fulldeps
Nilstrieb
-3
/
+4
2023-11-15
Bump cfg(bootstrap)s
Mark Rousskov
-4
/
+2
2023-10-22
Auto merge of #116932 - Kobzol:fix-stage1-tests, r=Mark-Simulacrum
bors
-2
/
+4
2023-10-20
bless ui-fulldeps
Oli Scherer
-2
/
+2
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-2
/
+2
2023-10-19
Fix `span_use_eq_ctxt` test
Jakub Beránek
-2
/
+4
2023-10-16
debug Span::ctxt() call detection
Arthur Lafrance
-3
/
+17
2023-10-16
basic lint v2 implemented
Arthur Lafrance
-0
/
+13
2023-09-28
Remove `rustc_lint_defs::lint_array`
DaniPopes
-1
/
+1
2023-09-23
Remove GeneratorWitness and rename GeneratorWitnessMIR.
Camille GILLOT
-20
/
+13
2023-04-18
Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`
Nilstrieb
-8
/
+10
[next]