gareth
|
feff3a9c6c
|
Convert core::io to use explicit self (for issue #4118 and issue #2004)
|
2012-12-24 18:52:53 +00:00 |
|
Tim Chevalier
|
197a1f9cfe
|
Merge pull request #4243 from erickt/incoming
Fix a bug in Result::unwrap_err (and minor cleanup)
|
2012-12-23 13:49:32 -08:00 |
|
Tim Chevalier
|
8ec13a90aa
|
Merge pull request #4239 from tedhorst/mandpipe
update mandelbrot to pipes, a few other updates
|
2012-12-23 13:48:31 -08:00 |
|
Tim Chevalier
|
b1b0c297a4
|
Merge pull request #4249 from graydon/0.6-bump
bump 0.5 => 0.6, redirect some URLs in docs.
|
2012-12-23 13:47:11 -08:00 |
|
Tim Chevalier
|
0e35391468
|
Merge pull request #4250 from thestinger/vim
update after/syntax/rust.vim for removal of <-
|
2012-12-23 13:45:56 -08:00 |
|
Tim Chevalier
|
79a68ef212
|
Merge pull request #4251 from erickt/url
std: modernize net_url
|
2012-12-23 13:45:31 -08:00 |
|
Ted Horst
|
2452ee11ab
|
update mandelbrot to pipes, a few other updates
|
2012-12-23 13:17:42 -06:00 |
|
Tim Chevalier
|
10e8e3e286
|
Remove xfail-fast from trait-composition-trivial
|
2012-12-23 00:24:07 -08:00 |
|
Tim Chevalier
|
5c6e928e32
|
tests: Add test case. Closes #3250
|
2012-12-22 14:58:30 -08:00 |
|
Patrick Walton
|
3ee1d3ebb8
|
rustllvm: Fix symbol resolution on Mac for rusti. rs=bugfix
|
2012-12-22 16:24:19 -05:00 |
|
Patrick Walton
|
9bf87bbf66
|
rusti: Perform mode computation. Closes #4230.
|
2012-12-21 22:39:42 -05:00 |
|
Daniel Micay
|
a45e41faaa
|
update after/syntax/rust.vim for removal of <-
|
2012-12-21 21:37:32 -05:00 |
|
Graydon Hoare
|
dbd36111fe
|
bump 0.5 => 0.6, redirect some URLs in docs.
|
2012-12-21 15:35:49 -08:00 |
|
Erick Tryzelaar
|
d6faf23ca3
|
std: modernize net_url
This switches over to using structs and send_maps for
query string parsing.
|
2012-12-21 07:47:32 -08:00 |
|
Brian Anderson
|
2fd8ebd03a
|
Ignore some time tests
|
2012-12-20 21:39:11 -08:00 |
|
Erick Tryzelaar
|
beec519316
|
Switch chain calls to use Option::chain method
|
2012-12-20 21:16:02 -08:00 |
|
Erick Tryzelaar
|
5e94407a94
|
Fix Option::unwrap_err.
|
2012-12-20 21:16:02 -08:00 |
|
Erick Tryzelaar
|
76a2891feb
|
Remove the cfg(stageN)-specific serialize code.
|
2012-12-20 12:52:53 -08:00 |
|
Erick Tryzelaar
|
faef32995c
|
Register snapshots
|
2012-12-20 12:49:37 -08:00 |
|
Erick Tryzelaar
|
e8102e73a9
|
core: Add a Zero and One trait to num
I believe these are the last traits we need in order
to start grouping our numerical types into mathematical
groups and rings.
|
2012-12-20 07:15:04 -08:00 |
|
Erick Tryzelaar
|
b865b4b70d
|
Fix a warning in the workcache test.
|
2012-12-19 18:16:20 -08:00 |
|
Erick Tryzelaar
|
c14105bb8a
|
Remove serialize::traits submodule.
|
2012-12-19 18:16:20 -08:00 |
|
Erick Tryzelaar
|
9c673b246c
|
Remove the old serialization code
Closes #3713.
|
2012-12-19 18:16:20 -08:00 |
|
Brian Anderson
|
dac88fa7e6
|
Remove transitional path2 attribute
|
2012-12-19 14:23:53 -08:00 |
|
Brian Anderson
|
78dc226617
|
Register snapshots
|
2012-12-19 12:30:36 -08:00 |
|
Erick Tryzelaar
|
2ad41b881c
|
core: add unwrap methods to dvec, either, and mutable
|
2012-12-18 20:54:13 -08:00 |
|
Erick Tryzelaar
|
82a983de68
|
Remove superfluous parentheses.
|
2012-12-18 20:54:13 -08:00 |
|
Erick Tryzelaar
|
a0ef334179
|
core: use movable self to clean up option/result.
|
2012-12-18 20:54:13 -08:00 |
|
Erick Tryzelaar
|
938058b004
|
Fix vec::flat_map_to_vec method
|
2012-12-18 20:48:51 -08:00 |
|
Brian Anderson
|
97ddf3c7bd
|
Stop resolving static methods at the module level. Closes #4179
|
2012-12-18 18:35:18 -08:00 |
|
Graydon Hoare
|
8e28f23c60
|
core: add macro_rules! for "condition! { c: in -> out; }".
|
2012-12-18 17:22:27 -08:00 |
|
Brian Anderson
|
9057e98a01
|
Make #[path] work with absolute paths again. Fix check-fast
|
2012-12-18 17:00:26 -08:00 |
|
Brian Anderson
|
a59747cd7f
|
Another tweak to auto_encode to only use trait-qualified static methods
|
2012-12-18 15:38:34 -08:00 |
|
Brian Anderson
|
907fa74e8b
|
Fix some iter tests
|
2012-12-18 15:08:51 -08:00 |
|
Brian Anderson
|
d062896a8b
|
Deal with test failures in various ways
|
2012-12-18 14:35:53 -08:00 |
|
Graydon Hoare
|
6d4fbd4f9e
|
core: fix remaining repr bugs, r=burningtree.
|
2012-12-18 14:35:20 -08:00 |
|
Brian Anderson
|
b46e25bdc8
|
Merge commit 'erickt/incoming^' into kind-names
|
2012-12-18 12:22:59 -08:00 |
|
Brian Anderson
|
c704d26c8c
|
Change auto_encode to call 'std::serialize::traits::Decode::decode'
|
2012-12-18 12:04:26 -08:00 |
|
Graydon Hoare
|
55138c739d
|
fix 4 repr tests due to differences in spacing. r=burningtree.
|
2012-12-18 11:17:33 -08:00 |
|
Erick Tryzelaar
|
85bb1fc2c4
|
Change iter::find's closure to take a ref
|
2012-12-17 22:01:38 -08:00 |
|
Erick Tryzelaar
|
88962eeed8
|
core: Add &self to core::iter methods
|
2012-12-17 22:01:38 -08:00 |
|
Erick Tryzelaar
|
3fc74df7a4
|
fix warnings in vec destructuring tests
|
2012-12-17 22:01:38 -08:00 |
|
Brian Anderson
|
23564574ac
|
Change the default_methods lint mode from forbid to deny to fix tests
|
2012-12-17 20:41:12 -08:00 |
|
Brian Anderson
|
5827f1caf6
|
Fix build breakage
|
2012-12-17 20:23:09 -08:00 |
|
Erick Tryzelaar
|
8650c6f683
|
Switch from serialization to std::serialize. (snapshot)
|
2012-12-17 20:00:36 -08:00 |
|
Brian Anderson
|
ec9305802b
|
std: Add flatpipes
|
2012-12-17 18:46:42 -08:00 |
|
Brian Anderson
|
33a8f855c2
|
Make the path and path2 attributes equivalent. Remove some uses
|
2012-12-17 18:06:52 -08:00 |
|
Graydon Hoare
|
7ab66a46b7
|
core: remove old repr system, enable newer one. Close #3109.
|
2012-12-17 16:55:40 -08:00 |
|
Jakub Wieczorek
|
6c83fe4c24
|
Add more tests
|
2012-12-17 16:50:40 -08:00 |
|
Jakub Wieczorek
|
6530fd3401
|
When matching a slice, the tail should have the same lifetime
|
2012-12-17 16:50:40 -08:00 |
|