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
Age
Commit message (
Expand
)
Author
Lines
2018-07-24
Allow declaring existential types inside blocks
Oliver Schneider
-0
/
+22
2018-07-23
Implement associated existential types
Oliver Schneider
-0
/
+64
2018-07-18
Move some tests around
Oliver Schneider
-36
/
+0
2018-07-18
Add test for using existential types in associated types
Oliver Schneider
-0
/
+36
2018-07-18
Typeck existential types properly
Oliver Schneider
-9
/
+49
2018-07-13
Use the correct visibility
Oliver Schneider
-0
/
+35
2018-07-09
find and highlight the `&` or `'_` in `region_name`
Niko Matsakis
-1
/
+1
2018-07-04
write code to extract region names and emit new style message
Niko Matsakis
-4
/
+6
2018-06-30
Auto merge of #51862 - estebank:lifetime-spans, r=nikomatsakis
bors
-13
/
+8
2018-06-30
Auto merge of #51806 - oli-obk:lowering_cleanups1, r=cramertj
bors
-2
/
+2
2018-06-28
Fix rebase
Esteban Küber
-4
/
+4
2018-06-28
Point to lifetime in fn definition on lifetime error note
Esteban Küber
-9
/
+4
2018-06-28
Auto merge of #51444 - estebank:impl-static, r=nikomatsakis
bors
-0
/
+96
2018-06-27
Update ui tests
Oliver Schneider
-43
/
+5
2018-06-27
fixup
Oliver Schneider
-6
/
+44
2018-06-26
Don't inspect the generated existential type items
Oliver Schneider
-49
/
+9
2018-06-20
Use lifetime name if available
Esteban Küber
-1
/
+1
2018-06-19
Add message to `rustc_on_unimplemented` attributes in core
Esteban Küber
-6
/
+6
2018-06-18
Auto merge of #51414 - oli-obk:impl_trait_type_def, r=pnkfelix
bors
-111
/
+211
2018-06-10
Fix error codes
Guillaume Gomez
-4
/
+4
2018-06-08
Add nll test output
Esteban Küber
-0
/
+26
2018-06-08
Remove primary label for more readable output
Esteban Küber
-6
/
+6
2018-06-08
Suggestion for 'static impl Trait return
Esteban Küber
-0
/
+70
2018-06-07
Add existential type definitons
Oliver Schneider
-111
/
+211
2018-05-26
Rollup merge of #50987 - estebank:underline-multiple-suggestions, r=petrochencov
kennytm
-7
/
+3
2018-05-24
prohibit turbofish in `impl Trait` methods
Niko Matsakis
-0
/
+36
2018-05-24
Fix impl Trait suggestion
Esteban Küber
-6
/
+2
2018-05-24
Account for negative offsets in suggestions
Esteban Küber
-1
/
+1
2018-05-22
Prevent local paths into libstd from leaking into ui tests
Oliver Schneider
-1
/
+1
2018-05-21
Improve the diagnostic around impl Trait <-> generic param mismatch
Oliver Schneider
-6
/
+18
2018-05-21
Move a test to ui tests so we can observe the output changes better
Oliver Schneider
-0
/
+74
2018-05-21
Typo caused the wrong "cannot find" error
Oliver Schneider
-11
/
+4
2018-04-26
Port existing callers of `evaluate_obligation` to the new canonical trait query
Aravind Gollakota
-0
/
+2
2018-04-21
Make the unstable StrExt and SliceExt traits private to libcore in not(stage0)
Simon Sapin
-3
/
+1
2018-04-16
Update tests
John Kåre Alsaker
-15
/
+10
2018-04-05
Auto merge of #48709 - tinaun:issue48703, r=nikomatsakis
bors
-0
/
+28
2018-03-28
added test
tinaun
-0
/
+28
2018-03-26
Stabilize conservative_impl_trait
Taylor Cramer
-20
/
+15
2018-03-26
Stabilize universal_impl_trait
Taylor Cramer
-11
/
+5
2018-03-25
Rollup merge of #49046 - Zoxc:error-summary, r=michaelwoerister
kennytm
-1
/
+3
2018-03-21
use subtyping when we create a closure instead of for upvar types
Niko Matsakis
-0
/
+31
2018-03-21
report an error if we see an unexpected lifetime in impl Trait
Niko Matsakis
-0
/
+89
2018-03-16
Update tests
John Kåre Alsaker
-1
/
+3
2018-03-14
update tests
Guillaume Gomez
-14
/
+12
2018-02-26
Update UI tests
Vadim Petrochenkov
-14
/
+14
2018-02-26
Update UI tests
Vadim Petrochenkov
-67
/
+67
2018-02-25
Update ui tests
Guillaume Gomez
-0
/
+14
2018-02-10
Change error message for E0391 to "cyclic dependency detected"
John Kåre Alsaker
-2
/
+2
2018-02-07
Rollup merge of #47613 - estebank:rustc_on_unimplemented, r=nikomatsakis
Manish Goregaokar
-2
/
+2
2018-02-03
Auto merge of #47791 - estebank:mismatched-trait-impl, r=nikomatsakis
bors
-2
/
+2
[prev]
[next]