Patrick Walton
|
206ab89629
|
librustc: Stop reexporting the standard modules from prelude.
|
2013-05-29 19:04:53 -07:00 |
|
Patrick Walton
|
1be40be613
|
test: Update tests to use the new syntax.
|
2013-05-22 21:57:10 -07:00 |
|
Corey Richardson
|
cc57ca012a
|
Use assert_eq! rather than assert! where possible
|
2013-05-19 08:16:02 -04:00 |
|
Patrick Walton
|
1e91595520
|
librustc: Remove fail_unless!
|
2013-03-29 16:39:08 -07:00 |
|
Patrick Walton
|
d7e74b5e91
|
librustc: Convert all uses of assert over to fail_unless!
|
2013-03-07 22:37:57 -08:00 |
|
Patrick Walton
|
30bb09c0e7
|
test: Remove fn@ , fn~ , and fn& from the test suite. rs=defun
|
2013-03-02 18:47:47 -08:00 |
|
Daniel Micay
|
74b317ddc2
|
modernize smallintmap
* switch to explicit self
* get rid of the @ box
* replace DVec with ~[] (to get rid of the mutable field)
* implement the new container::Map trait
|
2013-01-31 23:22:51 -05:00 |
|
Daniel Micay
|
70855f5a07
|
move smallintmap to oldsmallintmap
|
2013-01-31 23:13:56 -05:00 |
|
Graydon Hoare
|
d1affff623
|
Reliciense makefiles and testsuite. Yup.
|
2012-12-10 17:32:58 -08:00 |
|
Brian Anderson
|
edc317b821
|
Remove arg vectors from main functions. Stop supporting them.
|
2012-10-04 15:07:49 -07:00 |
|
Niko Matsakis
|
267ab11cca
|
use + mode for (almost) everything when not using legacy modes
|
2012-09-25 12:47:35 -07:00 |
|
Brian Anderson
|
ea01ee2e9e
|
Convert 'use' to 'extern mod'. Remove old 'use' syntax
|
2012-09-11 19:25:43 -07:00 |
|
Patrick Walton
|
f686896f60
|
test: "import" -> "use"
|
2012-09-05 12:32:05 -07:00 |
|
Patrick Walton
|
914b6fead9
|
test: Fix smallintmap test
|
2012-09-05 11:24:44 -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 |
|
Paul Stansifer
|
a9cc5066ee
|
Change syntax extension syntax: #m[...] -> m!{...} .
|
2012-07-30 18:38:15 -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 |
|
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 |
|
Michael Sullivan
|
e7760470b4
|
Make a bunch of tests stop using the deprecated vector syntax.
|
2012-06-28 17:33:15 -07:00 |
|
Michael Sullivan
|
329eca6044
|
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
|
2012-06-25 20:00:46 -07:00 |
|
Brian Anderson
|
45d0fbf6a1
|
bench: Increase the difficulty of some benchmarks
|
2012-05-26 16:00:35 -07:00 |
|
Brian Anderson
|
432c6cbde9
|
core: Make range follow the for loop protocol
|
2012-05-26 02:28:00 -07:00 |
|
Brian Anderson
|
4fec4cd8f5
|
bench: Add hard mode to benchmarks. Activate with RUST_BENCH.
RUST_BENCH is on automatically when running `make perf`
|
2012-05-23 22:55:41 -07:00 |
|
Brian Anderson
|
248f8826a9
|
bench: Reduce constants in std-smallintmap to make it valgrind fast
|
2012-05-23 11:24:02 -07:00 |
|
Niko Matsakis
|
b4be2c676f
|
create a smallintmap benchmark
|
2012-05-18 20:00:51 -07:00 |
|