Patrick Walton
|
9089cf2ec9
|
librustc: Forbid & pointers (other than &'static ) inside @ boxes.
This makes custom borrowing implementations for custom smart pointers
sound.
|
2013-07-18 17:12:46 -07:00 |
|
Patrick Walton
|
99b33f7219
|
librustc: Remove all uses of "copy".
|
2013-07-17 14:57:51 -07:00 |
|
Corey Richardson
|
1662bd371c
|
Great renaming: propagate throughout the rest of the codebase
|
2013-06-29 11:20:02 -04:00 |
|
Ben Blum
|
ff4ab9e147
|
'Borrow' stack closures rather than copying them (e.g., "|x|f(x)"), in prep for making them noncopyable.
|
2013-06-29 04:39:34 -04:00 |
|
Niko Matsakis
|
7a1a40890d
|
Remove copy bindings from patterns.
|
2013-05-30 15:20:36 -04:00 |
|
Patrick Walton
|
f3723cf7c4
|
libextra: Rename the actual metadata names of libcore to libstd and libstd to libextra
|
2013-05-22 21:57:07 -07:00 |
|
Patrick Walton
|
0c820d4123
|
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
This only changes the directory names; it does not change the "real"
metadata names.
|
2013-05-22 21:57:05 -07:00 |
|