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
/
impl-trait
/
issues
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-1449
/
+0
2023-01-06
use smaller spans for missing lifetime/generic args
Takayuki Maeda
-1
/
+1
2022-12-14
Rollup merge of #105523 - estebank:suggest-collect-vec, r=compiler-errors
Matthias Krüger
-2
/
+2
2022-12-13
review comments
Esteban Küber
-3
/
+3
2022-12-13
Suggest `: Type` instead of `: _`
Esteban Küber
-3
/
+3
2022-12-13
Suggest `collect`ing into `Vec<_>`
Esteban Küber
-1
/
+1
2022-12-13
Inform the user which trait is meant in the diagnostic itself instead of rely...
Oli Scherer
-1
/
+1
2022-12-13
Make some diagnostics not depend on the source of what they reference being a...
Oli Scherer
-5
/
+0
2022-11-28
Rollup merge of #104936 - cjgillot:self-rpit-orig-too, r=oli-obk
Matthias Krüger
-0
/
+66
2022-11-26
Pretty-print generators with their `generator_kind`
Arpad Borsos
-2
/
+2
2022-11-26
Ignore bivariant parameters in test_type_match.
Camille GILLOT
-0
/
+66
2022-11-11
Visit opaque types during type collection too.
Camille GILLOT
-105
/
+7
2022-11-11
Resolve lifetimes using the regular logic for RPIT.
Camille GILLOT
-4
/
+83
2022-10-07
Unconditionally encode hidden types in typeck results
Oli Scherer
-4
/
+11
2022-09-24
Note the type when unable to drop values in compile time
Deadbeef
-3
/
+3
2022-08-18
Auto merge of #99860 - oli-obk:revert_97346, r=pnkfelix
bors
-9
/
+25
2022-08-08
Adjust wording
Michael Goulet
-2
/
+2
2022-08-07
Implement special-cased projection error message for some common traits
Michael Goulet
-2
/
+2
2022-07-28
Revert "Rollup merge of #97346 - JohnTitor:remove-back-compat-hacks, r=oli-obk"
Oli Scherer
-9
/
+25
2022-07-20
take opaq types
ouz-a
-7
/
+17
2022-07-16
Do not constraint TAITs when checking impl/trait item compatibility
Michael Goulet
-0
/
+41
2022-07-08
Auto merge of #98816 - estebank:implicit-sized, r=oli-obk
bors
-2
/
+2
2022-07-07
Track implicit `Sized` obligations in type params
Esteban Küber
-2
/
+2
2022-07-07
Shorten span for closures.
Camille GILLOT
-1
/
+1
2022-07-01
Shorten def_span for more items.
Camille GILLOT
-5
/
+3
2022-06-29
Make RPIT and TAIT work exactly the same
Oli Scherer
-32
/
+14
2022-06-22
point to type param definition when not finding variant, method and assoc type
Takayuki Maeda
-2
/
+2
2022-06-06
Deactivate feature gate explicit_generic_args_with_impl_trait
Nick Cameron
-50
/
+0
2022-06-02
add new `emit_inference_failure_err`
lcnr
-3
/
+18
2022-05-14
Forbid nested opaque types to reference HRTB from opaque types.
Camille GILLOT
-98
/
+75
2022-05-02
Add a regression test for #92305
Yuki Okushi
-0
/
+47
2022-04-28
Revert diagnostic duplication and accidental stabilization
Oli Scherer
-14
/
+7
2022-04-27
Auto merge of #91557 - cjgillot:ast-lifetimes-named, r=petrochenkov
bors
-3
/
+3
2022-04-27
Bless tests.
Camille GILLOT
-3
/
+3
2022-04-25
Recover most `impl Trait` and `dyn Trait` lifetime bound suggestions under NLL
marmeladema
-1
/
+5
2022-04-16
Implementation for 65853
Jack Huey
-1
/
+8
2022-04-04
Mention implementers of unsatisfied trait
Esteban Kuber
-4
/
+2
2022-03-30
Restore `impl Future<Output = Type>` to async blocks
Michael Goulet
-1
/
+1
2022-03-28
Add another regression test
Oli Scherer
-0
/
+27
2022-03-28
Add regression tests
Oli Scherer
-0
/
+494
2022-03-28
Remove opaque type obligation and just register opaque types as they are enco...
Oli Scherer
-9
/
+4
2022-03-28
Revert to inference variable based hidden type computation for RPIT
Oli Scherer
-12
/
+20
2022-03-28
Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk"
Oli Scherer
-56
/
+168
2022-03-27
Update ui test output
Guillaume Gomez
-0
/
+1
2022-03-22
remove [async output] from impl Future
Michael Goulet
-1
/
+1
2022-03-07
diagnostics: only talk about `Cargo.toml` if running under Cargo
Michael Howell
-1
/
+1
2022-03-03
Cleanup feature gates.
Camille GILLOT
-3
/
+1
2022-02-17
fix impl trait message, bless tests
Michael Goulet
-48
/
+24
2022-02-17
Add more information to `impl Trait` deny error
Michael Goulet
-24
/
+48
2022-02-12
Update chalk tests
Matthew Jasper
-0
/
+1
[next]