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
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
2022-06-07
Remove arg_matrix.rs, bless tests
Michael Goulet
-8
/
+1
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
2022-02-11
Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"
Oli Scherer
-135
/
+56
2022-02-11
Revert "Auto merge of #92306 - Aaron1011:opaque-type-op, r=oli-obk"
Oli Scherer
-20
/
+8
2022-02-11
Revert "Fix regression from lazy opaque types"
Oli Scherer
-17
/
+2
2022-02-09
Auto merge of #92306 - Aaron1011:opaque-type-op, r=oli-obk
bors
-8
/
+20
2022-02-08
Improve opaque type higher-ranked region error message under NLL
Aaron Hill
-8
/
+20
2022-02-08
Fix regression from lazy opaque types
Oli Scherer
-2
/
+17
2022-02-02
Prevent two opaque types in their defining scopes from being defined via the ...
Oli Scherer
-3
/
+59
2022-02-02
Ensure we error in case of non-higher-kinded lifetimes
Oli Scherer
-1
/
+48
2022-02-02
Avoid an ICE in the presence of HKL
Oli Scherer
-0
/
+15
2022-02-02
Lazily resolve type-alias-impl-trait defining uses
Oli Scherer
-61
/
+22
2021-12-15
update tests
lcnr
-1
/
+6
2021-11-26
Perform Sync check on static items in wf-check instead of during const checks
Oli Scherer
-2
/
+2
2021-11-23
Fix printing unit return ty, don't elaborate FnOnce unless we see it
Michael Goulet
-1
/
+1
2021-11-23
Update test outputs
Michael Goulet
-2
/
+2
2021-11-18
Print output ty for opaque future ty
Michael Goulet
-2
/
+2
2021-11-08
Add a note about feature(explicit_generic_args_with_impl_trait) to the releva...
Jakub Kądziołka
-0
/
+6
2021-08-30
Update test output for stable Rust 2021.
Mara Bos
-1
/
+1
2021-08-04
Remove trailing whitespace from error messages
Fabian Wolff
-1
/
+1
2021-07-27
Remove min_tait and full_tait stderr dangling files
Santiago Pastorino
-76
/
+0
2021-07-27
Make all tests use type_alias_impl_trait feature instead of min
Santiago Pastorino
-12
/
+42
2021-07-27
Use type_alias_impl_trait instead of min in compiler and lib
Santiago Pastorino
-27
/
+5
2021-07-22
Add regression tests for the impl_trait_in_bindings ICEs
Alex Macleod
-0
/
+221
2021-07-19
Improve impl trait disallowed context error text
Santiago Pastorino
-4
/
+4
2021-07-18
Remove impl_trait_in_bindings feature flag
Santiago Pastorino
-56
/
+37
2021-07-17
Remove OpaqueTyOrigin::Binding
Santiago Pastorino
-46
/
+0
2021-06-29
Bless UI tests
Fabian Wolff
-0
/
+2
2021-05-16
Add tracking issue
Jonas Schievink
-0
/
+3
2021-05-16
Allow `async {}` expressions in const contexts
Jonas Schievink
-6
/
+15
[next]