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
/
nll
/
user-annotations
Age
Commit message (
Expand
)
Author
Lines
2020-03-30
bless output of ui test nll/user-annotations/closure-substs.rs
Remy Rakic
-1
/
+1
2020-02-29
Use TypeRelating for instantiating query responses
Matthew Jasper
-0
/
+33
2020-01-23
Use check-pass mode for nll tests
Tomasz Miąsko
-1
/
+1
2019-12-06
bless polonius output due to lacking the 'static special-casing
Remy Rakic
-0
/
+60
2019-12-03
Include a span in more `expected...found` notes
Aaron Hill
-6
/
+14
2019-11-18
Auto merge of #58281 - mark-i-m:synthesis, r=estebank
bors
-0
/
+42
2019-11-04
Use check-pass in ui tests where appropriate
Tomasz Miąsko
-1
/
+1
2019-10-27
update tests
Mark Mansi
-48
/
+26
2019-10-27
implement outlive suggestions
Mark Mansi
-0
/
+64
2019-10-11
Print lifetimes with backticks
Yuki Okushi
-5
/
+5
2019-10-07
update ui tests
Guillaume Gomez
-0
/
+2
2019-09-12
update ui tests
Guillaume Gomez
-0
/
+3
2019-09-08
Update test stderr with results of enabling unused lints
Mark Rousskov
-3
/
+3
2019-07-03
Migrate compile-pass annotations to build-pass
Yuki Okushi
-2
/
+2
2019-06-06
Make sure constructors functions are type checked correctly
Matthew Jasper
-0
/
+127
2019-05-12
Remove feature(nll) when compare mode is sufficient
Matthew Jasper
-128
/
+164
2019-04-22
Remove double trailing newlines
varkor
-1
/
+0
2019-04-18
hide `--explain` hint if error has no extended info
Andy Russell
-2
/
+1
2019-03-13
test that wildcard type `_` is not duplicated by `type Foo<X> = (X, X);` and ...
Felix S. Klock II
-0
/
+99
2019-03-11
Update tests
Vadim Petrochenkov
-83
/
+83
2019-03-01
Handle type annotations in promoted MIR correctly
Matthew Jasper
-0
/
+29
2019-02-23
Rollup merge of #58353 - matthewjasper:typeck-pattern-constants, r=arielb1
Mazdak Farrokhzad
-20
/
+58
2019-02-13
Check the self-type of inherent associated constants
Matthew Jasper
-20
/
+58
2019-02-10
tests: doc comments
Alexander Regueiro
-1
/
+1
2019-01-19
Don't ignore `_` in type casts and ascriptions
Matthew Jasper
-0
/
+78
2019-01-19
Type check unnanotated constant items with NLL
Matthew Jasper
-0
/
+79
2019-01-19
Handle lifetime annotations in unreachable code
Matthew Jasper
-0
/
+11
2019-01-17
Update tests
Mark Mansi
-28
/
+28
2019-01-13
Implement basic input validation for built-in attributes
Vadim Petrochenkov
-2
/
+1
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
[next]