| Age | Commit message (Expand) | Author | Lines |
| 2013-04-22 | auto merge of #5995 : huonw/rust/core-rand-impls, r=pcwalton | bors | -0/+46 |
| 2013-04-22 | libcore: Rand impls for tuples and ~/@ boxes | Huon Wilson | -0/+46 |
| 2013-04-22 | libstd: denominator isn't quotient | Huon Wilson | -1/+1 |
| 2013-04-21 | auto merge of #5887 : jdm/rust/stackbounds, r=brson | bors | -0/+8 |
| 2013-04-21 | rt: Make the C stack segment accessible to runtime users. | Josh Matthews | -0/+8 |
| 2013-04-21 | auto merge of #5990 : bjz/rust/rem-quot, r=catamorphism | bors | -226/+335 |
| 2013-04-21 | auto merge of #5987 : huonw/rust/generic-random, r=catamorphism | bors | -4/+14 |
| 2013-04-22 | Rename Div operator trait to Quot and Modulo operator trait to Rem | Brendan Zabarauskas | -226/+335 |
| 2013-04-21 | libcore: make rand::random return a generic value implementing `Rand`. | Huon Wilson | -4/+14 |
| 2013-04-21 | Changed shootout-fasta-redux to use size_t when calling fwrite, removed XFAIL | Matthijs Hofstra | -6/+4 |
| 2013-04-20 | xfail two benchmarks that are failing on the bots | Brian Anderson | -0/+4 |
| 2013-04-20 | auto merge of #5979 : Thiez/rust/no_reinterpret_cast, r=catamorphism | bors | -109/+107 |
| 2013-04-20 | auto merge of #5978 : alexcrichton/rust/issue-5954, r=catamorphism | bors | -17/+3 |
| 2013-04-20 | Replaced many instances of reinterpret_cast with transmute | Matthijs Hofstra | -109/+107 |
| 2013-04-20 | Don't warn about unsafe functions which don't need to be unsafe | Alex Crichton | -17/+3 |
| 2013-04-20 | auto merge of #5975 : huonw/rust/rustc-intrinsics-fixed-stack, r=pcwalton | bors | -162/+188 |
| 2013-04-21 | testsuite: update tests to not use math intrinsics directly | Huon Wilson | -7/+3 |
| 2013-04-21 | librustc: use LLVM intrinsics for several floating point operations. | Huon Wilson | -153/+166 |
| 2013-04-21 | librustc: implement and use `fixed_stack_segment` attribute for intrinsics. | Huon Wilson | -2/+19 |
| 2013-04-20 | auto merge of #5973 : huonw/rust/core-iterator-scan-consumers, r=thestinger | bors | -2/+43 |
| 2013-04-20 | libcore: add a ScanIterator, a generalisation of MapIterator to have internal... | Huon Wilson | -2/+43 |
| 2013-04-20 | auto merge of #5970 : huonw/rust/core-sys-size_of-val, r=pcwalton | bors | -1/+57 |
| 2013-04-20 | auto merge of #5965 : alexcrichton/rust/issue-4364, r=pcwalton | bors | -1124/+1089 |
| 2013-04-20 | auto merge of #5963 : alexcrichton/rust/fix-ice, r=pcwalton | bors | -8/+4 |
| 2013-04-19 | auto merge of #5945 : graydon/rust/fix-unicode-tables, r=pcwalton | bors | -4583/+2664 |
| 2013-04-19 | auto merge of #5968 : gifnksm/rust/windowed, r=brson | bors | -0/+3 |
| 2013-04-20 | libcore: wrappers for size/align_of to act on values without needing explicit... | Huon Wilson | -1/+57 |
| 2013-04-19 | std: clean up tests (mostly unused unsafe blocks) | Alex Crichton | -132/+116 |
| 2013-04-19 | core: clean up tests (mostly unused unsafe blocks) | Alex Crichton | -43/+31 |
| 2013-04-19 | Assorted fixes from de-modeing rustc/syntax (rusti, rustdoc, fuzzer, rustpkg) | Alex Crichton | -32/+32 |
| 2013-04-19 | rustc: de-mode + fallout from libsyntax changes | Alex Crichton | -553/+547 |
| 2013-04-19 | syntax: de-mode and prepare for de-modeing rustc | Alex Crichton | -364/+363 |
| 2013-04-19 | Fix an ICE when dereferencing types which cannot be dereferenced | Alex Crichton | -8/+4 |
| 2013-04-19 | Fix an ICE when dereferencing types which cannot be dereferenced | Alex Crichton | -8/+4 |
| 2013-04-19 | auto merge of #5962 : pcwalton/rust/shootout, r=pcwalton | bors | -1112/+3042 |
| 2013-04-19 | test: xfail some benchmarks that require external libraries or inputs | Patrick Walton | -0/+5 |
| 2013-04-20 | libcore: Fix assertion failure in vec::windowe. | gifnksm | -0/+3 |
| 2013-04-19 | auto merge of #5960 : brson/rust/io, r=pcwalton | bors | -217/+1903 |
| 2013-04-19 | librustc: Fix botched merge. rs=merge | Patrick Walton | -6/+19 |
| 2013-04-19 | core::rt: Rename Closeable to Close, Seekable to Seek, blocking to native | Brian Anderson | -21/+21 |
| 2013-04-19 | auto merge of #5961 : brson/rust/valgrind, r=brson | bors | -1/+1 |
| 2013-04-19 | Try to suppress valgrind errors | Brian Anderson | -1/+1 |
| 2013-04-19 | Tidy | Brian Anderson | -21/+21 |
| 2013-04-19 | core::rt: Simplify some scheduler operations | Brian Anderson | -99/+14 |
| 2013-04-19 | core::rt: Add another context switching operation to the scheduler | Brian Anderson | -28/+89 |
| 2013-04-19 | core: More tweaks to the thread-local scheduler interface | Brian Anderson | -123/+125 |
| 2013-04-19 | core: Wire up `spawn` to the new scheduler | Brian Anderson | -0/+59 |
| 2013-04-19 | core: Don't use managed boxes in TaskBuilder | Brian Anderson | -7/+32 |
| 2013-04-19 | core: Add rt::context for figuring out what runtime services are available | Brian Anderson | -1/+116 |
| 2013-04-19 | core::rt: Declare large parts of the I/O API | Brian Anderson | -30/+1539 |