Daniel Micay
|
7f00ab3df1
|
fix benchmark and the tutorials
|
2013-06-16 01:19:43 -04:00 |
|
Daniel Micay
|
585f5f7f79
|
add IteratorUtil to the prelude
|
2013-06-14 23:15:42 -04:00 |
|
Huon Wilson
|
abadece3ba
|
std: remove the invalid NullTerminatedStr instance for &'static str.
A slice of a 'static str is still 'static, but doesn't necessarily
have the null terminator.
|
2013-06-13 14:12:08 +10:00 |
|
Huon Wilson
|
efc71a8bdb
|
std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_with_null[_consume]().
The first acts on &str and is not nul-terminated, the last two act on strings
that are always null terminated (&'static str, ~str and @str).
|
2013-06-12 12:21:04 +10:00 |
|
Huon Wilson
|
54d914a9a9
|
std: remove each[i]_mut functions, in favour of iterators.
|
2013-06-08 03:24:27 +10:00 |
|
Patrick Walton
|
8114d0e950
|
librustc: Disallow multiple patterns from appearing in a "let" declaration.
You can still initialize multiple variables at once with "let (x, y) = (1, 2)".
|
2013-06-04 21:45:42 -07:00 |
|
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 |
|
Daniel Micay
|
86efd97a10
|
add gitattributes and fix whitespace issues
|
2013-05-03 20:01:42 -04:00 |
|
Matthijs Hofstra
|
91d1d00367
|
Changed shootout-fasta-redux to use size_t when calling fwrite, removed XFAIL
|
2013-04-21 13:35:43 +02:00 |
|
Brian Anderson
|
59caef02ed
|
xfail two benchmarks that are failing on the bots
|
2013-04-20 23:49:42 -07:00 |
|
Patrick Walton
|
10aa1c3c05
|
test: Add fannkuch-redux and fasta-redux shootout benchmarks
|
2013-04-19 11:56:52 -07:00 |
|