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
/
nll
/
user-annotations
Age
Commit message (
Expand
)
Author
Lines
2018-12-30
Guarantee `rustc_dump_user_substs` error order.
David Wood
-8
/
+8
2018-12-30
Refactor `UserTypeAnnotation`.
David Wood
-11
/
+11
2018-12-25
Remove licenses
Mark Rousskov
-203
/
+42
2018-12-04
Update tests
Oliver Scherer
-5
/
+6
2018-11-26
Put all existential ty vars in the `ROOT` universe
scalexm
-1
/
+1
2018-11-24
Fix NLL ui test
scalexm
-2
/
+2
2018-11-13
Fix ui tests
scalexm
-6
/
+6
2018-10-27
allow canonicalized regions to carry universe and track max-universe
Niko Matsakis
-5
/
+5
2018-10-26
Add test for normalization during field-lookup on patterns with ascribed types.
Felix S. Klock II
-14
/
+50
2018-10-26
regression test for ICE I encountered in my patch.
Felix S. Klock II
-0
/
+31
2018-10-26
Add the actual chain of projections to `UserTypeProjection`.
Felix S. Klock II
-17
/
+46
2018-10-24
port the relate-types code from NLL type-check into a type-op
Niko Matsakis
-0
/
+48
2018-10-23
check the self type is well-formed
Niko Matsakis
-0
/
+37
2018-10-22
stop reporting "unsatisfied lifetime bounds" errors after the first
Niko Matsakis
-56
/
+7
2018-10-22
flesh out closure-substs test
Niko Matsakis
-8
/
+66
2018-10-22
add regression test for #54124
Niko Matsakis
-0
/
+29
2018-10-22
start enforcing closure types
Niko Matsakis
-0
/
+71
2018-10-21
Use new region infer errors for explaining borrows
Matthew Jasper
-281
/
+294
2018-10-19
normalize the self-type that we extract from impl
Niko Matsakis
-0
/
+25
2018-10-19
add a test that we enforce '`static` errors post normalization
Niko Matsakis
-0
/
+26
2018-10-19
create type ascription for any cast
Niko Matsakis
-0
/
+13
2018-10-19
Wrap cast expressions inside of ValueTypeAscription
Keith Yeung
-0
/
+17
2018-10-19
normalize and prove predicates
Niko Matsakis
-0
/
+26
2018-10-19
normalize after substitution
Niko Matsakis
-0
/
+34
2018-10-19
propagate user-type annotation for constants in expressions
Niko Matsakis
-0
/
+77
2018-10-16
add ~ERROR annotations
Niko Matsakis
-0
/
+12
2018-10-15
update tests
Niko Matsakis
-5
/
+178
2018-10-10
Use the span of the user type for `AscribeUserType`
Matthew Jasper
-2
/
+2
2018-10-08
add pattern type ascriptions for tuple/brace structs/enums
Niko Matsakis
-0
/
+192
2018-10-04
Auto merge of #54447 - KiChjang:issue-54331, r=nikomatsakis
bors
-0
/
+32
2018-09-29
Add UI test for preserving user types in type ascriptions
Keith Yeung
-0
/
+32
2018-09-25
Change the diagnostic number from 714 to 716.
Felix S. Klock II
-7
/
+7
2018-09-25
add "temporary value dropped while borrowed" error
Mikhail Modin
-13
/
+14
2018-09-19
Update ui tests
Matthew Jasper
-2
/
+2
2018-09-10
add FIXME related to `ref x` bindings
Niko Matsakis
-13
/
+2
2018-09-10
propagate user-ascribes types down onto resulting bindings
Niko Matsakis
-18
/
+79
2018-09-10
expand the patterns test with a bunch more scenarios
Niko Matsakis
-5
/
+172
2018-09-10
insert `AscribeUserType` for ascriptions
Niko Matsakis
-0
/
+47
2018-08-24
address pnkfelix nits
Niko Matsakis
-4
/
+9
2018-08-24
pacify the mercilous tidy: adt-nullary-enums test
Niko Matsakis
-17
/
+32
2018-08-24
ufcs with annot in position 1 and 2
Niko Matsakis
-0
/
+240
2018-08-24
rename test case
Niko Matsakis
-5
/
+5
2018-08-24
add test for method ufcs notation
Niko Matsakis
-0
/
+122
2018-08-24
support user-given types in adts
Niko Matsakis
-0
/
+556
2018-08-24
support user annotations in fns, methods
Niko Matsakis
-0
/
+223
2018-08-24
add a `user_substs` table and store the annotations in there
Niko Matsakis
-0
/
+80