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
Age
Commit message (
Expand
)
Author
Lines
2017-12-20
get the `DefiningTy` from the `body_owner_kind` not type
Niko Matsakis
-0
/
+21
2017-12-20
Auto merge of #46733 - nikomatsakis:nll-master-to-rust-master-5, r=arielb1
bors
-33
/
+2392
2017-12-15
stop dumping DefPath into "failed type test" errors
Niko Matsakis
-49
/
+49
2017-12-15
Same change to point at borrow for mir errors
Esteban Küber
-5
/
+5
2017-12-15
make `blame_span` deterministic
Niko Matsakis
-28
/
+29
2017-12-15
add a test regarding relating closure and fn generics
Niko Matsakis
-0
/
+119
2017-12-15
impose inputs/ouputs on MIR after the fact
Niko Matsakis
-0
/
+29
2017-12-15
handle projections with regions
Niko Matsakis
-7
/
+1557
2017-12-15
propagate type tests from closure to closure creators
Niko Matsakis
-0
/
+411
2017-12-15
thread through an implicit region body of the fn body
Niko Matsakis
-9
/
+64
2017-12-15
move some parts of liveness to happen during type checking
Niko Matsakis
-0
/
+79
2017-12-15
translate `Verify`s into `TypeTest`s and check them
Niko Matsakis
-0
/
+77
2017-12-15
only propagate ClosureRegionRequirements if non-trivial
Niko Matsakis
-18
/
+56
2017-12-13
fix closure tests now that MIR typeck works properly
Niko Matsakis
-74
/
+138
2017-12-11
Updated existing tests with new error messages.
David Wood
-37
/
+42
2017-12-10
Update ui tests' line numbers.
Tommy Ip
-71
/
+71
2017-12-10
Add must-compile-successfully comment to appropriate ui tests.
Tommy Ip
-0
/
+6
2017-12-07
add test comparing free region to bound region
Niko Matsakis
-0
/
+128
2017-12-07
use `-Znll -Zborrowck=mir -Zverbose` consistently
Niko Matsakis
-28
/
+9
2017-12-07
region-ebr-does-not-outlive-static: reuse old test instead
Niko Matsakis
-40
/
+0
2017-12-07
propagate-approximated-ref: include FIXME comment
Niko Matsakis
-1
/
+1
2017-12-07
test more failure cases for approximating the "longer" side
Niko Matsakis
-48
/
+157
2017-12-07
test approximations of the "shorter side" that resort to `'static`
Niko Matsakis
-18
/
+113
2017-12-07
delete stray file
Niko Matsakis
-87
/
+0
2017-12-07
escape-upvar-ref: patch comment per arielb1
Niko Matsakis
-14
/
+21
2017-12-07
escape-upvar-nested: patch "dangling reference" to renamed test
Niko Matsakis
-1
/
+1
2017-12-07
escape-argument: improve comment per arielb1's suggestion
Niko Matsakis
-14
/
+16
2017-12-07
escape-argument-callee: improve comment per arielb1's suggestions
Niko Matsakis
-18
/
+23
2017-12-07
don't print self symbol's internal index unless gensymed
Niko Matsakis
-9
/
+9
2017-12-07
add closure requirement tests, improve debugging output
Niko Matsakis
-35
/
+1324
2017-12-04
inform constraint generation using maybe-init
Paul Daniel Faria
-0
/
+197
2017-11-26
Update tests for -Zborrowck-mir -> -Zborrowck=mode migration
est31
-1
/
+1
2017-11-24
Merge cfail and ui tests into ui tests
Oliver Schneider
-20
/
+28
2017-11-19
mir-borrowck: Remove parens in the lvalue description of a deref
Basile Desloges
-1
/
+1
2017-11-16
integrate NLL with MIR type-checker
Niko Matsakis
-0
/
+100
2017-11-02
emit less info when we warn
Niko Matsakis
-1
/
+1
2017-11-02
trace span info for constraints and report errors
Niko Matsakis
-0
/
+51
[prev]