Nick Desaulniers
|
4445b38df2
|
Remove die!, raplace invocations with fail! Issue #4524 pt 3
|
2013-02-13 17:01:32 -08:00 |
|
Ben Striegel
|
e6c82c0375
|
RIMOV core::vec
Also remove as many uses as possible of vec::cast_to_mut and
cast_from_mut
|
2013-02-13 12:48:24 -05:00 |
|
Daniel Micay
|
9599cc86f0
|
implement BaseIter for LinearMap
|
2013-02-07 22:28:58 -05:00 |
|
Niko Matsakis
|
a32498d846
|
Make ~fn non-copyable, make &fn copyable, split barefn/closure types,
correct handling of moves for struct-record update.
Part of #3678. Fixes #2828, #3904, #4719.
|
2013-02-07 05:53:30 -08:00 |
|
Tim Chevalier
|
2dcb3ed745
|
Merge
|
2013-02-05 10:33:28 -08:00 |
|
Nick Desaulniers
|
aee7929469
|
Replace most invocations of fail keyword with die! macro
|
2013-01-31 20:12:49 -08:00 |
|
Tim Chevalier
|
793f20ad32
|
std: remove transitional code
|
2013-01-31 19:35:57 -08:00 |
|
Patrick Walton
|
6ce74460e6
|
librustc: Disallow trait bounds in types, enumerations, and structure definitions. r=tjc
|
2013-01-29 10:42:58 -08:00 |
|
Daniel Micay
|
8eaf0737b7
|
get rid of LinearMap's find_copy method
|
2013-01-28 16:06:09 -05:00 |
|
Daniel Micay
|
acde90dc1c
|
remove old LinearMap constructor
|
2013-01-24 13:36:04 -05:00 |
|
Daniel Micay
|
7f0fa143bc
|
switch LinearMap to current constructor convention
|
2013-01-23 18:01:24 -05:00 |
|
Daniel Micay
|
ee0a8c68ab
|
rename hashmap find_ref/get_ref -> find/get
|
2013-01-23 14:25:06 -05:00 |
|
Daniel Micay
|
203fcbd0f3
|
rename hashmap find/get -> find_copy/get_copy
|
2013-01-23 14:25:06 -05:00 |
|
Daniel Micay
|
b7ef28c33a
|
rename send_map to hashmap
This makes the module much more discoverable, and is in line with the
'treemap' naming.
|
2013-01-23 14:25:01 -05:00 |
|
Graydon Hoare
|
499f00de1d
|
std: various hacking on workcache.
|
2013-01-22 17:55:36 -08:00 |
|
Tim Chevalier
|
e1c52a4a9f
|
core: Change XXXs into proper FIXMEs with issue numbers
|
2013-01-10 20:10:09 -08:00 |
|
Patrick Walton
|
2db3abddcd
|
librustc: Make unqualified identifier searches terminate at the nearest module scope. r=tjc
|
2013-01-08 22:02:35 -08:00 |
|
Patrick Walton
|
44ab00ee37
|
Revert "librustc: Make unqualified identifier searches terminate at the nearest module scope. r=tjc"
This reverts commit a8d37af247 .
|
2013-01-08 19:29:16 -08:00 |
|
Patrick Walton
|
a8d37af247
|
librustc: Make unqualified identifier searches terminate at the nearest module scope. r=tjc
|
2013-01-08 19:27:57 -08:00 |
|
Patrick Walton
|
fa5ee934ed
|
libstd: Fix a bunch of resolve errors in tests. rs=fire
|
2012-12-27 18:24:18 -08:00 |
|
Patrick Walton
|
57c599914a
|
librustc: Terminate name searches at the nearest module scope for paths that contain at least two components. r=graydon
|
2012-12-27 10:02:54 -08:00 |
|
Erick Tryzelaar
|
b865b4b70d
|
Fix a warning in the workcache test.
|
2012-12-19 18:16:20 -08:00 |
|
Brian Anderson
|
97ddf3c7bd
|
Stop resolving static methods at the module level. Closes #4179
|
2012-12-18 18:35:18 -08:00 |
|
Erick Tryzelaar
|
8650c6f683
|
Switch from serialization to std::serialize. (snapshot)
|
2012-12-17 20:00:36 -08:00 |
|
Brian Anderson
|
77982112d3
|
Long lines
|
2012-12-13 16:17:32 -08:00 |
|
Brian Anderson
|
e7ef82dd70
|
Change some uses of static methods to use the trait path
|
2012-12-13 16:15:08 -08:00 |
|
Brian Anderson
|
d809e89c26
|
Replace some Eq impls with deriving_eq
|
2012-12-13 16:14:28 -08:00 |
|
Brian Anderson
|
ed4fac01b5
|
Rename Send trait to Owned
|
2012-12-13 15:52:50 -08:00 |
|
Graydon Hoare
|
3ee1adb7ec
|
libstd: teach workcache to check freshness.
|
2012-12-11 15:55:08 -08:00 |
|
Graydon Hoare
|
00c856c0b1
|
Update license, add license boilerplate to most files. Remainder will follow.
|
2012-12-03 17:12:14 -08:00 |
|
Graydon Hoare
|
d783f4d7bb
|
libs: Remove transitionary material on iter_bytes, add workcache to build.
|
2012-11-30 10:33:16 -08:00 |
|
Patrick Walton
|
669fbddc44
|
librustc: Add explicit self to IterBytes. r=nmatsakis
|
2012-11-28 11:36:04 -08:00 |
|
Graydon Hoare
|
dc34fb9219
|
std: try to fix breakage.
|
2012-11-22 23:32:30 -08:00 |
|
Graydon Hoare
|
eeb584ccbd
|
std: initial sketch of workcache, barely does anything.
|
2012-11-22 18:31:12 -08:00 |
|