Paul Stansifer
|
29f32b4a72
|
m1!{...} -> m1!(...)
|
2012-08-23 11:14:14 -07:00 |
|
Brian Anderson
|
11258310e2
|
Convert more core types to camel case
|
2012-08-14 18:26:03 -07:00 |
|
Brian Anderson
|
6a0720b439
|
Convert impls to new syntax
|
2012-08-08 18:19:24 -07:00 |
|
Brian Anderson
|
ecaf9e39c9
|
Convert alt to match. Stop parsing alt
|
2012-08-06 15:36:30 -07:00 |
|
Brian Anderson
|
025d86624d
|
Switch alts to use arrows
|
2012-08-05 22:08:09 -07:00 |
|
Brian Anderson
|
b355936b4d
|
Convert ret to return
|
2012-08-01 19:16:06 -07:00 |
|
Paul Stansifer
|
a9cc5066ee
|
Change syntax extension syntax: #m[...] -> m!{...} .
|
2012-07-30 18:38:15 -07:00 |
|
Eric Holk
|
65beca4e01
|
Use iteration protocol for ebml, use vec::view in more places (issue #2880)
|
2012-07-26 17:10:48 -07:00 |
|
Michael Sullivan
|
92743dc2a6
|
Move the world over to using the new style string literals and types. Closes #2907.
|
2012-07-14 01:03:43 -07:00 |
|
Eric Holk
|
05543fd04d
|
Make tests pass
|
2012-07-12 20:09:30 -07:00 |
|
Brian Anderson
|
d1fc2b5995
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07:00 |
|
Michael Sullivan
|
98e161f00e
|
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
|
2012-06-29 17:41:45 -07:00 |
|
Eric Holk
|
61b1875c16
|
make core-std respect RUST_BENCH
|
2012-06-27 22:30:08 -07:00 |
|
Eric Holk
|
0c42a3ffee
|
vec::append reuses its left hand side when possible. (issue #2719)
|
2012-06-27 16:19:49 -07:00 |
|
Eric Holk
|
133fdc1148
|
Remove unnecessary bounds checks in vec::push_all (issue #2719)
Don't needlessly drop closures (issue #2603)
|
2012-06-27 11:32:22 -07:00 |
|
Eric Holk
|
ccd2394ff9
|
perf: improved the core-std benchmark
|
2012-06-26 14:08:16 -07:00 |
|
Eric Holk
|
a08281616f
|
More perf tweaks (issue #2719)
|
2012-06-26 14:08:16 -07:00 |
|