| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-01-23 | test: fix benchmark unsafe blocks, r=burningtree. | Graydon Hoare | -51/+60 | |
| 2013-01-23 | fix core-map.rs benchmark | Daniel Micay | -33/+175 | |
| 2013-01-23 | switch LinearMap to current constructor convention | Daniel Micay | -2/+2 | |
| 2013-01-23 | libcore: Use LLVM intrinsics for floor; add a new Perlin noise benchmark. ↵ | Patrick Walton | -0/+110 | |
| r=brson | ||||
| 2013-01-23 | rename send_map to hashmap | Daniel Micay | -1/+1 | |
| This makes the module much more discoverable, and is in line with the 'treemap' naming. | ||||
| 2013-01-23 | core: Rename to_mut and from_mut to cast_to_mut and cast_from_mut | Trinick | -11/+11 | |
| 2013-01-10 | add two more copies required in word-count rs=breakage | Niko Matsakis | -2/+2 | |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest ↵ | Patrick Walton | -21/+31 | |
| module scope. r=tjc | ||||
| 2013-01-08 | Revert "librustc: Make unqualified identifier searches terminate at the ↵ | Patrick Walton | -31/+21 | |
| nearest module scope. r=tjc" This reverts commit a8d37af2473da79be704c9ce2374f278c47177b6. | ||||
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest ↵ | Patrick Walton | -21/+31 | |
| module scope. r=tjc | ||||
| 2013-01-02 | use newtype struct for devnull rather than type aliased record | Ted Horst | -3/+3 | |
| 2013-01-02 | really update mandelbrot to pipes | Ted Horst | -14/+9 | |
| 2012-12-28 | test: Fix benchmarks. rs=rustbot | Patrick Walton | -52/+47 | |
| 2012-12-24 | Update shootout-mandelbrot to work with the new io::Writer | Tim Chevalier | -5/+5 | |
| 2012-12-23 | update mandelbrot to pipes, a few other updates | Ted Horst | -22/+11 | |
| 2012-12-18 | core: add macro_rules! for "condition! { c: in -> out; }". | Graydon Hoare | -1/+1 | |
| 2012-12-14 | Fix broken tests | Brian Anderson | -12/+12 | |
| 2012-12-14 | Un-xfail tests that work now | Tim Chevalier | -1/+0 | |
| 2012-12-14 | Rename core::comm to core::oldcomm | Brian Anderson | -65/+65 | |
| 2012-12-14 | Remove spawn_listener, spawn_conversation | Brian Anderson | -1/+14 | |
| These are not needed in a pipe-based Rustiverse | ||||
| 2012-12-14 | Remove bench/shootout-threadring.rs | Brian Anderson | -63/+0 | |
| Will need to be completely rewritten for pipes | ||||
| 2012-12-14 | Remove two comm-oriented benchmarks that have pipe equivs | Brian Anderson | -83/+0 | |
| 2012-12-13 | Fix benchmarks | Brian Anderson | -208/+1 | |
| 2012-12-13 | Rename Send trait to Owned | Brian Anderson | -16/+16 | |
| 2012-12-11 | Reverse the order of the results of pipes::stream | Tim Chevalier | -10/+10 | |
| As per #3637. | ||||
| 2012-12-11 | libstd: refactor future, remove with(), remove ~ indirection. | Graydon Hoare | -3/+3 | |
| Conflicts: src/libstd/future.rs | ||||
| 2012-12-10 | Reliciense makefiles and testsuite. Yup. | Graydon Hoare | -0/+340 | |
| 2012-12-07 | Xfail broken tests | Tim Chevalier | -0/+1 | |
| 2012-12-07 | bench: fix nbody bugs, r=burningtree. | Graydon Hoare | -13/+29 | |
| 2012-12-06 | test: Fix compilation of benchmarks for moves-based-on-type. rs=bustage | Patrick Walton | -14/+16 | |
| 2012-12-06 | test: Fix shootout-mandelbrot.rs. rs=bustage | Patrick Walton | -5/+5 | |
| 2012-11-29 | librustc: Make the Drop trait use explicit self | Patrick Walton | -1/+1 | |
| 2012-11-28 | Merge pull request #4032 from catamorphism/getopts | Graydon Hoare | -1/+1 | |
| [libstd] getopts, now with fewer copies | ||||
| 2012-11-26 | libcore: Add explicit self to all overloaded operators but Add and Index. ↵ | Patrick Walton | -1/+1 | |
| r=brson | ||||
| 2012-11-25 | Fix test breakage | Brian Anderson | -2/+2 | |
| 2012-11-25 | Add improvements to insert_with_key | Kevin Cantu | -2/+2 | |
| This commit adds a lower-level implementation of the generic `insert_with_key` which I expect to be faster. Now insert could be defined with insert_with_key, too, although I'm not sure we want to do that. This also clarifies the tests a bit and adds an `insert_with` function. | ||||
| 2012-11-25 | Test insert_with_key... | Kevin Cantu | -8/+2 | |
| 2012-11-24 | [libstd] getopts, now with fewer copies | Tim Chevalier | -1/+1 | |
| Change the opt_ functions in getopts to take a reference to a Matches, instead of taking a Matches by-value, as suggested in | ||||
| 2012-11-15 | Add comments explaining why these tests fail | Tim Chevalier | -4/+2 | |
| 2012-11-14 | Convert the test suite to use the Drop trait | Ben Striegel | -1/+4 | |
| 2012-11-13 | cleanup: convert some remaining #foo invocations to foo! form. | Graydon Hoare | -14/+9 | |
| 2012-10-30 | Remove xfail-pretty from tests that pretty-print correctly now | Tim Chevalier | -14/+0 | |
| 2012-10-25 | Merge remote-tracking branch '14427/incoming' | Brian Anderson | -2/+2 | |
| Conflicts: src/libstd/sort.rs | ||||
| 2012-10-23 | Move futures to std | Brian Anderson | -7/+4 | |
| 2012-10-23 | core: Use PortOne instead of Future in future_result | Brian Anderson | -5/+5 | |
| 2012-10-23 | Remove uses of binary move - <- - from tests and libraries | Tim Chevalier | -11/+12 | |
| 2012-10-22 | Merge remote-tracking branch 'original/incoming' into incoming | Simon BD | -135/+132 | |
| 2012-10-12 | Make moves explicit in bench tests | Tim Chevalier | -123/+124 | |
| 2012-10-12 | Replace several common macros of the form #m[...] with m!(...) | Kevin Cantu | -5/+5 | |
| This commit replaces nearly all remaining uses of #fmt, #debug, #error, and #info, and fixes some error messages... | ||||
| 2012-10-11 | Change FIXME number | Tim Chevalier | -1/+1 | |
