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
/
regions
Age
Commit message (
Expand
)
Author
Lines
2019-01-02
improve handling for subtype
Niko Matsakis
-33
/
+24
2019-01-02
tests: cases where we now do the right thing but did not before
Niko Matsakis
-10
/
+25
2019-01-02
tests: worse diagnostics, but basically same errors
Niko Matsakis
-24
/
+33
2018-12-30
Stop well-formedness checking unreachable code.
David Wood
-17
/
+2
2018-12-30
Fix unresolved inference variable ICE.
David Wood
-1
/
+1
2018-12-30
Always check well-formedness.
David Wood
-8
/
+21
2018-12-25
Remove licenses
Mark Rousskov
-1761
/
+558
2018-12-24
make non_camel_case_types an early lint
Andy Russell
-151
/
+150
2018-12-12
Add test of current behavior (infer free region within closure body) previous...
Felix S. Klock II
-0
/
+74
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-25
/
+25
2018-12-04
Remove unused stderr file
Oliver Scherer
-49
/
+0
2018-12-04
Update tests
Oliver Scherer
-38
/
+0
2018-11-07
Removed `#[rustc_error]` from tests that are all `// compile-pass`.
Felix S. Klock II
-110
/
+30
2018-11-07
remove `#[rustc_error]` from ui/ tests that remain compile-fail tests.
Felix S. Klock II
-2
/
+2
2018-10-25
Auto merge of #54490 - wesleywiser:rewrite_it_in_mir, r=oli-obk
bors
-2
/
+27
2018-10-24
port the relate-types code from NLL type-check into a type-op
Niko Matsakis
-17
/
+2
2018-10-22
stop reporting "unsatisfied lifetime bounds" errors after the first
Niko Matsakis
-26
/
+3
2018-10-21
Use new region infer errors for explaining borrows
Matthew Jasper
-408
/
+424
2018-10-17
Update output for borrowck=migrate compare mode.
David Wood
-1090
/
+0
2018-10-12
Auto merge of #54942 - matthewjasper:wf-type-annotations, r=nikomatsakis
bors
-84
/
+215
2018-10-10
Check user types are well-formed in MIR borrow check
Matthew Jasper
-60
/
+191
2018-10-10
Use the span of the user type for `AscribeUserType`
Matthew Jasper
-24
/
+24
2018-10-09
Improve message for closure returning a closure.
David Wood
-1
/
+1
2018-10-09
Improve errors for `FnMut` closures.
David Wood
-6
/
+6
2018-10-06
Improve closure region bound errors
Matthew Jasper
-19
/
+11
2018-10-03
Rewrite the `UnconditionalRecursion` lint to use MIR
Wesley Wiser
-2
/
+27
2018-10-03
Clearer later use messages for calls
Matthew Jasper
-13
/
+10
2018-09-27
Enable NLL compare mode for more tests
Matthew Jasper
-56
/
+194
2018-09-26
apply `process_registered_region_obligations` at the end of regionck
Niko Matsakis
-2
/
+2
2018-09-25
Update E0714 to E0716 in tests output
Mikhail Modin
-17
/
+17
2018-09-25
add "temporary value dropped while borrowed" error
Mikhail Modin
-26
/
+72
2018-09-23
Auto merge of #54262 - matthewjasper:explain-in-typeck, r=nikomatsakis
bors
-39
/
+50
2018-09-19
Update ui tests
Matthew Jasper
-34
/
+44
2018-09-19
Don't claim that locals in a function are declared outside of the
Matthew Jasper
-5
/
+6
2018-09-18
Update NLL 3-point error message for fake reads in optimized let patterns
Remy Rakic
-2
/
+3
2018-09-14
Auto merge of #54088 - matthewjasper:use-reason-in-dlle-errors, r=pnkfelix
bors
-0
/
+1
2018-09-11
stabalize infer outlives requirements (RFC 2093).
toidiu
-330
/
+142
2018-09-09
Suggest a let binding to extend temporary lifetimes with NLL
Matthew Jasper
-0
/
+1
2018-09-06
Fix tests
Wesley Wiser
-20
/
+76
2018-09-01
Update tests
Basile Desloges
-554
/
+9
2018-08-27
Also use smaller spans for unsize adjustments
Matthew Jasper
-58
/
+37
2018-08-25
Use smaller span for adjustments on block expressions
Matthew Jasper
-29
/
+22
2018-08-14
Update former compile-fail tests
Matthew Jasper
-43
/
+50
2018-08-14
Merged migrated compile-fail tests and ui tests. Fixes #46841.
David Wood
-0
/
+9569