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
/
run-pass
/
impl-trait
Age
Commit message (
Expand
)
Author
Lines
2018-05-15
Fix self referential impl Trait substitutions
leonardo.yvens
-0
/
+29
2018-04-15
remove -Znll -- borrowck=mir implies nll now
Niko Matsakis
-1
/
+1
2018-03-29
Stabilize underscore lifetimes
Taylor Cramer
-1
/
+0
2018-03-26
Stabilize conservative_impl_trait
Taylor Cramer
-12
/
+3
2018-03-26
Stabilize universal_impl_trait
Taylor Cramer
-12
/
+1
2018-03-06
make bounds on higher-kinded lifetimes a hard error in ast_validation
Ralf Jung
-2
/
+2
2018-02-24
Rollup merge of #48084 - cramertj:impl-trait-errors, r=nikomatsakis
Manish Goregaokar
-6
/
+5
2018-02-13
Make nested impl Trait a hard error
Taylor Cramer
-6
/
+5
2018-02-08
fix nested impl trait lifetimes
Taylor Cramer
-0
/
+8
2018-01-09
Use copy/clone closures to simplify calendar test
Taylor Cramer
-47
/
+14
2017-12-26
Add tests to fixed ICEs
Seiichi Uchida
-0
/
+27
2017-12-21
Add a feature gate for nested uses of `impl Trait`
Taylor Cramer
-1
/
+1
2017-12-21
Auto merge of #46754 - cramertj:refactor-arg-impl, r=nikomatsakis
bors
-3
/
+2
2017-12-20
connect NLL type checker to the impl trait code
Niko Matsakis
-0
/
+3
2017-12-15
Refactor argument-position impl Trait
Taylor Cramer
-3
/
+2
2017-12-12
Implement impl Trait lifetime elision
Taylor Cramer
-1
/
+25
2017-11-17
Fix impl Trait Lifetime Handling
Taylor Cramer
-0
/
+97
2017-11-15
Disallow all impl Trait within Fn trait sugar
Christopher Vittal
-4
/
+6
2017-11-15
some tests featuring multiple bounds, other errors
Niko Matsakis
-0
/
+23
2017-11-15
add some more positive tests
Niko Matsakis
-0
/
+99
2017-11-15
rename `equality-universal` to a more extensible naming scheme
Niko Matsakis
-0
/
+0
2017-11-15
Add/Modify tests for argument position impl Trait
Christopher Vittal
-13
/
+57
2017-08-14
Mark closures return via impl-trait as reachable.
Michael Woerister
-0
/
+12
2017-07-08
Implement O(1)-time Iterator::nth for Range*
Simon Sapin
-13
/
+5
2017-02-25
rustc_typeck: hook up collect and item/body check to on-demand.
Eduard-Mihai Burtescu
-13
/
+13
2016-11-28
rustc_privacy: visit Ty instead of HIR types in EmbargoVisitor.
Eduard-Mihai Burtescu
-0
/
+32
2016-10-12
Stabilise `?`
Nick Cameron
-1
/
+1
2016-08-12
test: add more extensive tests for impl Trait.
Eduard Burtescu
-0
/
+43
2016-08-12
typeck: leak auto trait obligations through impl Trait.
Eduard Burtescu
-0
/
+44
2016-08-12
typeck: record `impl Trait` concrete resolutions.
Eduard Burtescu
-0
/
+969