Huon Wilson
|
4c79b22ef2
|
std::vec: remove .as_imm_buf, replaced by .as_ptr & .len.
There's no need for the restrictions of a closure with the above methods.
|
2013-12-19 09:26:13 +11:00 |
|
Patrick Walton
|
f571e46ddb
|
test: Remove non-procedure uses of do from compiletest, libstd tests,
compile-fail tests, run-fail tests, and run-pass tests.
|
2013-11-26 08:25:27 -08:00 |
|
Alex Crichton
|
daf5f5a4d1
|
Drop the '2' suffix from logging macros
Who doesn't like a massive renaming?
|
2013-10-22 08:09:56 -07:00 |
|
Brian Anderson
|
34d376f3cf
|
std: Move size/align functions to std::mem. #2240
|
2013-10-17 17:31:35 -07:00 |
|
Alex Crichton
|
02054ac8a1
|
rfail: Remove usage of fmt!
|
2013-09-30 23:21:20 -07:00 |
|
Huon Wilson
|
cdea73cf5b
|
Convert vec::{as_imm_buf, as_mut_buf} to methods.
|
2013-07-04 00:46:50 +10:00 |
|
Patrick Walton
|
206ab89629
|
librustc: Stop reexporting the standard modules from prelude.
|
2013-05-29 19:04:53 -07:00 |
|
Patrick Walton
|
f9f942bb14
|
test: Fix comments in pretty-printed test. rs=burningtree
|
2013-02-23 23:33:50 -08:00 |
|
Graydon Hoare
|
d1affff623
|
Reliciense makefiles and testsuite. Yup.
|
2012-12-10 17:32:58 -08:00 |
|
Gareth Daniel Smith
|
1c76d189c0
|
When a vec/str bounds check fails, include the bad index and the length of the str/vec in the fail message.
|
2012-09-30 14:55:56 -07:00 |
|
Patrick Walton
|
6a3756b0ba
|
test: Use vec::as_imm_buf in bug-2470-bounds-check-overflow.rs
|
2012-09-14 12:15:40 -07:00 |
|
Paul Stansifer
|
29f32b4a72
|
m1!{...} -> m1!(...)
|
2012-08-23 11:14:14 -07:00 |
|
Paul Stansifer
|
a9cc5066ee
|
Change syntax extension syntax: #m[...] -> m!{...} .
|
2012-07-30 18:38:15 -07:00 |
|
Graydon Hoare
|
a63e0e47f0
|
Update some str functions to slices, merge as_buf and unpack_slice.
|
2012-07-24 12:35:52 -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 |
|
Graydon Hoare
|
be83a12ff7
|
Add some testcases for bug #2470.
|
2012-06-06 16:01:12 -07:00 |
|