Patrick Walton
|
352c070365
|
librustc: Convert all uses of old lifetime notation to new lifetime notation. rs=delifetiming
|
2013-03-18 17:21:14 -07:00 |
|
Patrick Walton
|
d7e74b5e91
|
librustc: Convert all uses of assert over to fail_unless!
|
2013-03-07 22:37:57 -08:00 |
|
Nick Desaulniers
|
4445b38df2
|
Remove die!, raplace invocations with fail! Issue #4524 pt 3
|
2013-02-13 17:01:32 -08:00 |
|
Graydon Hoare
|
89c8ef792f
|
check-fast fallout from removing export, r=burningtree
|
2013-02-01 19:43:17 -08:00 |
|
Nick Desaulniers
|
7868b6bf55
|
Remove fail keyword from lexer & parser and clean up remaining calls to
fail
Fix merge conflicts - Issue 4524
|
2013-02-01 00:15:42 -08:00 |
|
Niko Matsakis
|
2e10ea58c3
|
Integrate vec patterns into borrow checker.
The tail portion of the pattern effectively borrows a vector,
but the borrow checker knew nothing about this.
r=catamorphism
|
2013-01-28 10:00:32 -08:00 |
|
Niko Matsakis
|
d4fd30c6ac
|
Link the lifetimes of regions resulting from borrows of the
contents of other borrowed pointers to the lifetimes of the
borrowed value. Fixes #3148.
r=catamorphism
|
2013-01-28 10:00:23 -08:00 |
|