Nick Desaulniers
|
5d62a4a52e
|
Convert all uses of vec::slice to vec::view Issue #3869
Rename const_view to const_slice
Renamed mut_view to mut_slice
|
2013-02-14 16:14:32 -08:00 |
|
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 |
|
Brian Leibig
|
6bfbdadd3b
|
Add debug info tests
|
2013-02-09 13:09:19 -05:00 |
|
Nick Desaulniers
|
aee7929469
|
Replace most invocations of fail keyword with die! macro
|
2013-01-31 20:12:49 -08:00 |
|
Patrick Walton
|
83ced67d0b
|
librustdoc: De-export compiletest, combine-tests, libcargo, libfuzzer, and librustdoc. rs=deexporting
|
2013-01-30 14:30:42 -08:00 |
|
Tim Chevalier
|
dd38af240b
|
compiletest: Allow legacy records
But also remove most uses of structural records.
|
2013-01-28 19:41:56 -08:00 |
|
Daniel Micay
|
d95c9cbe38
|
replace ConstVector trait with the Container trait
|
2013-01-24 23:02:44 -05:00 |
|
Trinick
|
9dc8e96c5f
|
core: Rename to_mut and from_mut to cast_to_mut and cast_from_mut
|
2013-01-23 10:09:45 +00:00 |
|
Erick Tryzelaar
|
2891a49f0d
|
core: rename vec.filter to vec.filtered
|
2013-01-09 08:55:37 -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 a8d37af2473da79be704c9ce2374f278c47177b6.
|
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 |
|
ILyoan
|
2d3c22ae59
|
arrange core::os::consts
|
2013-01-08 14:35:28 -08:00 |
|
Erick Tryzelaar
|
2d7b96ab72
|
Fix compiling compiletest. rs=fire
|
2012-12-28 11:50:27 -05:00 |
|
Erick Tryzelaar
|
5b2b13bff8
|
test: option variants get imported by default
|
2012-12-28 11:28:36 -05:00 |
|
Graydon Hoare
|
12c32e944d
|
Add license boilerplate to more files.
|
2012-12-10 17:32:58 -08:00 |
|
Brian Anderson
|
5a282ec26f
|
core: Convert some records to structs
|
2012-11-28 21:50:09 -08:00 |
|
Niko Matsakis
|
21519bc7e0
|
demode vec
|
2012-09-28 13:27:45 -07:00 |
|
Niko Matsakis
|
67a8e7128a
|
Demode vec::push (and convert to method)
|
2012-09-26 18:02:07 -07:00 |
|
Brian Anderson
|
d05e2ad66c
|
Demode core::result
|
2012-09-25 17:48:22 -07:00 |
|
Brian Anderson
|
4a78f9b166
|
core: Demode option
|
2012-09-23 17:15:00 -07:00 |
|
Niko Matsakis
|
cfed923600
|
demode the each() method on vec and other iterables.
|
2012-09-19 17:03:01 -07:00 |
|
Niko Matsakis
|
9cf271fe96
|
De-mode vec::each() and many of the str iteration routines
Note that the method foo.each() is not de-moded, nor the other
vec routines.
|
2012-09-19 10:52:59 -07:00 |
|
Niko Matsakis
|
8d4928f780
|
Revert "replace explicit calls to vec::each with vec::each_ref, partially demode str"
This reverts commit 1be24f0758d3075d2e7f141f8831bb8a233ce86e.
Not quite ready.
|
2012-09-18 21:41:13 -07:00 |
|
Niko Matsakis
|
1be24f0758
|
replace explicit calls to vec::each with vec::each_ref, partially demode str
|
2012-09-18 21:31:00 -07:00 |
|
Drew Willcoxon
|
98bd4a992c
|
Improve unexpected error scanner for compile-fail tests (Closes #1476)
|
2012-09-11 17:22:24 -07:00 |
|
Brian Anderson
|
298eb8c726
|
Convert 'import' to 'use'. Remove 'import' keyword.
|
2012-09-10 19:04:26 -07:00 |
|
Zack Corr
|
638db28c47
|
jit: Correct formatting and argv[0] for JITted programs
|
2012-08-31 16:20:36 -07:00 |
|
Brian Anderson
|
e27b8f7f02
|
Add JIT testing to compiletest with --jit
|
2012-08-31 16:20:36 -07:00 |
|
Brian Anderson
|
8337fa1a54
|
Camel case the option type
|
2012-08-26 15:56:16 -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
|
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 |
|
Niko Matsakis
|
54cd5e1814
|
~strify win32-specific fns
|
2012-07-14 18:28:20 -07:00 |
|
Niko Matsakis
|
41a21f053c
|
remove typestate from code, tests, and docs
|
2012-07-14 17:37:20 -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 |
|
Brian Anderson
|
a3382b6f26
|
Eliminate usages of old sugared call syntax
|
2012-06-30 16:01:49 -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
|
329eca6044
|
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
|
2012-06-25 20:00:46 -07:00 |
|
Eric Holk
|
51ba3518ec
|
Remove some singleton vector appends.
|
2012-06-21 16:11:11 -07:00 |
|
Brian Anderson
|
4dcf84e4f4
|
Remove bind. Issue #2189
|
2012-06-20 17:27:28 -07:00 |
|
Lindsey Kuper
|
1a3b8fc43c
|
Have "aborting due to previous errors" message show an error count
|
2012-06-05 10:08:32 -07:00 |
|
Brian Anderson
|
432c6cbde9
|
core: Make range follow the for loop protocol
|
2012-05-26 02:28:00 -07:00 |
|
Niko Matsakis
|
dfc548ddda
|
add option exec-env to set env variables during test execution
|
2012-04-13 12:41:37 -07:00 |
|