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
/
compile-fail
/
impl-trait
Age
Commit message (
Expand
)
Author
Lines
2018-04-28
Rollup merge of #49968 - christianpoveda:stabilize_dyn, r=nikomatsakis
kennytm
-1
/
+0
2018-04-27
fixed tests
Christian Poveda
-3
/
+0
2018-04-27
removed dyn_trait feature from tests
Christian Poveda
-1
/
+3
2018-04-26
Do not ICE on generics mismatch with non-local traits
Shotaro Yamada
-0
/
+11
2018-03-26
Stabilize conservative_impl_trait
Taylor Cramer
-11
/
+1
2018-03-26
Stabilize universal_impl_trait
Taylor Cramer
-3
/
+1
2018-02-13
Make nested impl Trait a hard error
Taylor Cramer
-1
/
+3
2018-01-17
track recursion limit when expanding existential impl trait
Niko Matsakis
-0
/
+39
2018-01-10
Updated other tests affected by change.
David Wood
-1
/
+1
2017-12-21
Add a feature gate for nested uses of `impl Trait`
Taylor Cramer
-1
/
+1
2017-12-07
Migrate even more feature gate tests to ui
est31
-16
/
+0
2017-12-07
Migrate a few feature gate tests to ui
est31
-16
/
+0
2017-11-26
Move "auto trait leak" impl-trait cycle dependency test to ui
Esteban Küber
-69
/
+0
2017-11-17
Fix impl Trait Lifetime Handling
Taylor Cramer
-43
/
+86
2017-11-15
Add cases to where-allowed.rs
Christopher Vittal
-4
/
+9
2017-11-15
Incorporate review feedback
Christopher Vittal
-2
/
+0
2017-11-15
extend `where-allowed.rs` with many more cases
Niko Matsakis
-93
/
+179
2017-11-15
rename many-cases to where-allowed
Niko Matsakis
-0
/
+0
2017-11-15
test we reject equivalent signatures with more than one argument
Niko Matsakis
-0
/
+23
2017-11-15
Remove unamed parameters
Christopher Vittal
-2
/
+2
2017-11-15
Add/Modify tests for argument position impl Trait
Christopher Vittal
-5
/
+103
2017-11-15
Add universal_impl_trait feature gate
Christopher Vittal
-1
/
+17
2017-05-17
Add better error message when == operator is badly used
Guillaume Gomez
-2
/
+0
2017-04-10
Explicit help message for binop type missmatch
Esteban Küber
-72
/
+0
2017-02-25
rustc_typeck: hook up collect and item/body check to on-demand.
Eduard-Mihai Burtescu
-27
/
+7
2017-01-28
rustc_typeck: move impl Trait checks out of RegionScope.
Eduard-Mihai Burtescu
-1
/
+1
2017-01-24
Add tests
Vadim Petrochenkov
-0
/
+15
2017-01-12
Mark even more tests as gate tests
est31
-0
/
+2
2016-10-24
Rollup merge of #37324 - GuillaumeGomez:trait_error_message, r=jonathandturner
Jonathan Turner
-4
/
+4
2016-10-21
Improve E0277 help message
Guillaume Gomez
-4
/
+4
2016-10-20
improve "Doesn't live long enough" error
Mikhail Modin
-23
/
+0
2016-08-25
Update E0277 to new error format
Mohit Agarwal
-0
/
+4
2016-08-17
Move 'doesn't live long enough' errors to labels
Jonathan Turner
-3
/
+3
2016-08-12
test: add more extensive tests for impl Trait.
Eduard Burtescu
-0
/
+248
2016-08-12
typeck: leak auto trait obligations through impl Trait.
Eduard Burtescu
-0
/
+70