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
Age
Commit message (
Expand
)
Author
Lines
2019-10-11
Print lifetimes with backticks
Yuki Okushi
-9
/
+9
2019-09-30
Fixed grammar in one diagnostic and blessed tests.
Alexander Regueiro
-6
/
+6
2019-09-25
Rollup merge of #64746 - estebank:elide-impl-trait-obligations-on-err, r=cram...
Mazdak Farrokhzad
-46
/
+60
2019-09-24
Add additional tests for type alias impl trait coherence
Aaron Hill
-0
/
+71
2019-09-24
Remove blanket silencing of "type annotation needed" errors
Esteban Küber
-46
/
+60
2019-09-22
On obligation errors point at the unfulfilled binding when possible
Esteban Küber
-3
/
+3
2019-09-18
Add explanation to type mismatch involving type params and assoc types
Esteban Küber
-0
/
+12
2019-09-09
Auto merge of #64237 - estebank:tweak-method-not-found, r=Centril
bors
-29
/
+29
2019-09-08
Give method not found a primary span label
Esteban Küber
-29
/
+29
2019-09-08
Update test stderr with results of enabling unused lints
Mark Rousskov
-7
/
+5
2019-09-05
Rollup merge of #64038 - matthewjasper:deny-mutual-impl-trait-recursion, r=va...
Mazdak Farrokhzad
-0
/
+60
2019-09-03
Rollup merge of #64056 - estebank:arbitrary-self-types, r=Centril
Mazdak Farrokhzad
-0
/
+8
2019-09-01
Account for arbitrary self types in E0599
Esteban Küber
-0
/
+8
2019-08-31
Check impl trait substs when checking for recursive types
Matthew Jasper
-0
/
+60
2019-08-31
Use span label instead of note for cause in E0631
Esteban Küber
-15
/
+9
2019-08-20
--bless post no async_await gates in tests.
Mazdak Farrokhzad
-7
/
+7
2019-08-20
Remove async_await gates from tests.
Mazdak Farrokhzad
-3
/
+2
2019-08-19
use static as object-lifetime default for type XX in `Foo<Item=XX>`
Niko Matsakis
-0
/
+27
2019-08-19
distinguish object-lifetime-default elision from other elision
Niko Matsakis
-0
/
+50
2019-08-16
Update stderr files with --bless
sd234678
-3
/
+3
2019-08-16
Remove meaningless comments in src/test
sd234678
-6
/
+0
2019-08-12
typeck: Prohibit RPIT types that inherit lifetimes
David Wood
-5
/
+13
2019-08-10
Fix calls to resolver from rustdoc and HIR lowering
Vadim Petrochenkov
-1
/
+1
2019-08-02
Fix fallout after rebase
varkor
-2
/
+2
2019-08-02
Replace "existential" by "opaque"
varkor
-10
/
+10
2019-08-02
Update syntax in existing tests
varkor
-65
/
+85
2019-07-30
--bless tests due to INCOMPLETE_FEATURES being a lint.
Mazdak Farrokhzad
-6
/
+14
2019-07-27
tests: Move run-pass tests with naming conflicts to ui
Vadim Petrochenkov
-0
/
+69
2019-07-27
tests: Move run-pass tests without naming conflicts to ui
Vadim Petrochenkov
-0
/
+1195
2019-07-21
normalize use of backticks in compiler messages for librustc/hir
Samy Kacimi
-1
/
+1
2019-07-19
Auto merge of #62684 - petrochenkov:scopevisit, r=davidtwco
bors
-11
/
+10
2019-07-18
Rollup merge of #62777 - gilescope:self-referencial-to-recursion, r=eddyb
Mark Rousskov
-16
/
+16
2019-07-18
resolve: Attempt to resolve unresolved paths in macro namespace
Vadim Petrochenkov
-11
/
+10
2019-07-18
Self-referencial type renamed to recursive type.
Giles Cope
-16
/
+16
2019-07-09
Auto merge of #62221 - jonas-schievink:normalize-impl-trait, r=nikomatsakis
bors
-0
/
+197
2019-07-09
rewrite the test to workaround #51525
Niko Matsakis
-2
/
+8
2019-07-09
Rollup merge of #62090 - davidtwco:ice-async-await-out-of-range-substitution,...
Mazdak Farrokhzad
-0
/
+127
2019-07-06
Remove compile-pass from compiletest
Yuki Okushi
-4
/
+4
2019-07-04
Rollup merge of #62317 - JohnTitor:move-tests-to-build-pass, r=Centril
Mazdak Farrokhzad
-13
/
+13
2019-07-03
Normalize projections in opaque types
Jonas Schievink
-0
/
+191
2019-07-03
typeck: merge opaque type inference logic
David Wood
-0
/
+127
2019-07-03
Migrate compile-pass annotations to build-pass
Yuki Okushi
-13
/
+13
2019-07-02
fix ICE with delay-span-bug
Niko Matsakis
-0
/
+18
2019-07-02
address nits
Niko Matsakis
-5
/
+5
2019-07-02
more nits + typos
Niko Matsakis
-2
/
+2
2019-07-02
feature-gate member constraints outside of async-await
Niko Matsakis
-7
/
+23
2019-07-02
bless test output
Niko Matsakis
-6
/
+3
2019-07-02
address nits by mattewjasper
Niko Matsakis
-33
/
+0
2019-07-02
account for the pick-constraint edges when reporting errors
Niko Matsakis
-0
/
+36
2019-07-02
test with explicit existential type
Niko Matsakis
-0
/
+2
[next]