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
/
inference
Age
Commit message (
Expand
)
Author
Lines
2024-07-05
Use verbose style for argument removal suggestion
Esteban Küber
-4
/
+6
2024-06-19
Const generic parameters aren't bounds, even if we end up erroring because of...
Oli Scherer
-2
/
+2
2024-06-19
Taint infcx when reporting errors
Oli Scherer
-3
/
+8
2024-06-17
Use subtyping instead of equality, since method resolution also uses subtyping
Oli Scherer
-4
/
+4
2024-05-29
Partially implement `ConstArgHasType`
Boxy
-1
/
+1
2024-05-28
Don't suggest turning non-char-literal exprs of ty `char` into string literals
León Orell Valerian Liehr
-0
/
+57
2024-05-23
Handle `ReVar` in `note_and_explain_region`.
Nicholas Nethercote
-0
/
+21
2024-05-20
Move 100 entries from tests/ui into subdirs
Jubilee Young
-0
/
+45
2024-04-25
Check closure args and returns are WF
Michael Goulet
-22
/
+36
2024-04-20
Print note with closure signature on type mismatch
Daniel Sedlak
-0
/
+29
2024-04-16
Don't proceed into parent bodies when collecting stmts for possible return su...
Michael Goulet
-0
/
+39
2024-04-11
Remove `From` impls for unstable types that break inference
Trevor Gross
-0
/
+9
2024-04-11
Rollup merge of #123703 - estebank:diag-changes-2, r=Nadrieril
León Orell Valerian Liehr
-8
/
+8
2024-04-10
Use `fn` ptr signature instead of `{closure@..}` in infer error
Esteban Küber
-8
/
+8
2024-04-08
Scrape extraneous regions from instantiate_nll_query_response_and_region_obli...
Oli Scherer
-1
/
+1
2024-03-24
Rollup merge of #122217 - estebank:issue-119685, r=fmease
Matthias Krüger
-6
/
+6
2024-03-22
Rollup merge of #122844 - matthiaskrgr:just_one_more_test_mom, r=compiler-errors
Matthias Krüger
-0
/
+35
2024-03-21
add test for ice "cannot relate region: LUB(ReErased, ReError)"
Matthias Krüger
-0
/
+35
2024-03-21
add test for https://github.com/rust-lang/rust/issues/122098 ICE: index out ...
Matthias Krüger
-0
/
+97
2024-03-20
make `type_flags(ReError) & HAS_ERROR`
Ali MJ Al-Nasrawy
-16
/
+3
2024-03-18
Provide structured suggestion for `#![feature(foo)]`
Esteban Küber
-6
/
+25
2024-03-17
review comment: `str` -> string in messages
Esteban Küber
-4
/
+4
2024-03-17
Use shorter span for existing `'` -> `"` structured suggestion
Esteban Küber
-2
/
+2
2024-03-10
Ignore tests w/ current/next revisions from compare-mode=next-solver
Michael Goulet
-0
/
+1
2024-03-03
Move tests
Caio
-0
/
+55
2024-02-29
renaming test cases
yukang
-9
/
+9
2024-02-29
Suggest removing superfluous semicolos when statements used as expressions
yukang
-0
/
+205
2024-02-22
Overhaul the handling of errors at the top-level.
Nicholas Nethercote
-2
/
+0
2024-02-19
Drive-by `DUMMY_SP` -> `Span` and fmt changes
Esteban Küber
-1
/
+12
2024-02-16
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
许杰友 Jieyou Xu (Joe)
-43
/
+43
2024-02-14
Auto merge of #120847 - oli-obk:track_errors9, r=compiler-errors
bors
-3
/
+16
2024-02-14
Continue compilation after check_mod_type_wf errors
Oli Scherer
-3
/
+16
2024-02-13
Move tests
Caio
-0
/
+53
2024-01-31
Remove a has_errors check that only hides errors after unrelated items have e...
Oli Scherer
-2
/
+8
2024-01-24
Deduplicate more sized errors on call exprs
Esteban Küber
-5
/
+5
2024-01-19
use implied bounds compat mode in MIR borrowck
lcnr
-7
/
+12
2024-01-17
Don't use compat versions of implied bounds in ImpliedOutlivesBounds query
Jack Huey
-1
/
+15
2024-01-13
Bless tests
George-lewis
-0
/
+1
2024-01-02
Adjust compiler tests for unused_tuple_struct_fields -> dead_code
Jake Goulding
-1
/
+1
2023-12-14
update use of feature flags
lcnr
-1
/
+1
2023-12-08
Support bare unit structs in destructuring assignments
Michael Goulet
-5
/
+1
2023-11-24
Show number in error message even for one error
Nilstrieb
-30
/
+30
2023-10-20
Avoid a `track_errors` by bubbling up most errors from `check_well_formed`
Oli Scherer
-18
/
+5
2023-10-18
Tweak wording of type errors involving type params
Esteban Küber
-1
/
+1
2023-10-15
Suggest adding `return` if the type of unused semi return value can coerce to...
yukang
-0
/
+159
2023-10-06
Fix windows test that has different stderr output
Esteban Küber
-1
/
+2
2023-10-04
Reorder fullfillment errors to keep more interesting ones first
Esteban Küber
-56
/
+29
2023-10-04
Show more information when multiple `impl` apply
Esteban Küber
-2
/
+103
2023-08-28
Tweak output of `to_pretty_impl_header` involving only anon lifetimes
Esteban Küber
-15
/
+15
2023-08-26
More accurately point at arguments
Esteban Küber
-7
/
+7
[prev]
[next]