Brian Anderson
|
cb7a5395dd
|
Convert std::map to camel case
|
2012-09-10 17:08:36 -07:00 |
|
Kevin Cantu
|
a12e90b65f
|
(partially fix incoming) More hash function simplification
|
2012-09-07 21:08:37 -07:00 |
|
Patrick Walton
|
f686896f60
|
test: "import" -> "use"
|
2012-09-05 12:32:05 -07:00 |
|
Brian Anderson
|
161a82e433
|
Camel case various core constructors
|
2012-08-27 17:22:18 -07:00 |
|
Brian Anderson
|
8337fa1a54
|
Camel case the option type
|
2012-08-26 15:56:16 -07:00 |
|
Brian Anderson
|
d9a6a63653
|
Fix build breakage
|
2012-08-26 13:51:10 -07:00 |
|
Graydon Hoare
|
c284b8b1dc
|
Start using core::path2::Path in a lot of places.
|
2012-08-24 15:51:16 -07:00 |
|
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 |
|