| Age | Commit message (Expand) | Author | Lines |
| 2013-05-03 | auto merge of #6046 : brson/rust/io, r=graydon | bors | -278/+1239 |
| 2013-05-03 | auto merge of #6185 : gifnksm/rust/prelude-from_str, r=graydon | bors | -14/+10 |
| 2013-05-03 | Change borrow debugging so it is disabled by -O | Niko Matsakis | -57/+66 |
| 2013-05-03 | FIX: Export to_bytes::ToBytes | Daniel Ralston | -2/+1 |
| 2013-05-03 | Add core::cmp::Equiv to prelude | Daniel Ralston | -1/+1 |
| 2013-05-03 | Remove extra `#[cfg(stage0)]` | gifnksm | -3/+0 |
| 2013-05-03 | Add a brief description to show up in http://static.rust-lang.org/doc/core/in... | kud1ing | -0/+2 |
| 2013-05-02 | Merge remote-tracking branch 'brson/io' into incoming | Brian Anderson | -278/+1239 |
| 2013-05-02 | auto merge of #6140 : Dretch/rust/run-with-rust, r=brson | bors | -64/+474 |
| 2013-05-02 | core: Wire up the unwinder to newsched again | Brian Anderson | -17/+18 |
| 2013-05-02 | free the borrow list propertly instead of crashing | Niko Matsakis | -1/+15 |
| 2013-05-02 | Fix some issues with test_destroy_actually_kills: | gareth | -14/+38 |
| 2013-05-02 | fix numerous dynamic borrow failures | Niko Matsakis | -10/+11 |
| 2013-05-02 | auto merge of #6184 : kud1ing/rust/master, r=sanxiyn | bors | -0/+2 |
| 2013-05-02 | Remove errant trailing whitespace. | gareth | -1/+1 |
| 2013-05-02 | Convert most of rust_run_program.cpp to rust (issue #2674). | gareth | -50/+436 |
| 2013-05-02 | auto merge of #6182 : huonw/rust/core-str-opts, r=nikomatsakis | bors | -15/+132 |
| 2013-05-02 | auto merge of #6177 : gifnksm/rust/iter-chain, r=thestinger | bors | -6/+15 |
| 2013-05-02 | libcore: Export core::from_str::FromStr from core::prelude | gifnksm | -12/+11 |
| 2013-05-02 | The following code was generated by "src/etc/unicode.py" | kud1ing | -0/+2 |
| 2013-05-02 | libcore: optimize string joining routines. | Huon Wilson | -12/+106 |
| 2013-05-02 | core: inlining on common functions | Huon Wilson | -3/+26 |
| 2013-05-02 | More cases of [cfg(test)] instead of [test]. | Felix S. Klock II | -1/+1 |
| 2013-05-02 | mod items need to be marked with `cfg(test)` not `test`. | Felix S. Klock II | -1/+1 |
| 2013-05-02 | mod items need to be marked with `cfg(test)` not `test`. | Felix S. Klock II | -2/+2 |
| 2013-05-01 | auto merge of #6151 : bjz/rust/local-variable-cleanup, r=brson | bors | -128/+0 |
| 2013-05-02 | Remove 'Local Variable' comments | Brendan Zabarauskas | -128/+0 |
| 2013-05-01 | auto merge of #6173 : sammykim/rust/doc-vec, r=yichoi | bors | -4/+4 |
| 2013-05-02 | libcore: Make `ChainIterator` take two different-typed `Iterator`s. | gifnksm | -6/+15 |
| 2013-05-01 | lang: fix code for maintaining borrow list | Niko Matsakis | -10/+40 |
| 2013-05-01 | auto merge of #6162 : graydon/rust/random-retry, r=graydon | bors | -0/+566 |
| 2013-05-01 | core: add more debugging printouts to borrowing | Niko Matsakis | -5/+18 |
| 2013-05-01 | libcore: add N(0,1) and Exp(1) distributions to core::rand. | Huon Wilson | -0/+566 |
| 2013-05-01 | glob_t should be public on all platforms | Jesse Luehrs | -2/+2 |
| 2013-05-01 | add a higher level glob() function to os | Jesse Luehrs | -0/+83 |
| 2013-05-01 | libc bindings for glob.h | Jesse Luehrs | -2/+106 |
| 2013-05-01 | wip---work on making rooting work properly | Niko Matsakis | -11/+64 |
| 2013-05-01 | auto merge of #6148 : erickt/rust/remove-drop, r=pcwalton | bors | -18/+15 |
| 2013-05-01 | pipes: use finally to fix pipes::try_recv | Erick Tryzelaar | -18/+13 |
| 2013-05-01 | core: Remove use of deprecated `drop` | Erick Tryzelaar | -4/+6 |
| 2013-05-01 | add an option to debug borrows (RUST_DEBUG_BORROW) so you can | Niko Matsakis | -9/+75 |
| 2013-05-01 | rustc: print out filename/line-number when a borrow fails | Niko Matsakis | -6/+19 |
| 2013-05-01 | correct incorrect handling of overloaded operators, exposing various other bi... | Niko Matsakis | -8/+8 |
| 2013-05-01 | auto merge of #6147 : bjz/rust/numeric-traits, r=brson | bors | -134/+101 |
| 2013-05-01 | auto merge of #6144 : catamorphism/rust/mkdir_recursive-breakage, r=thestinger | bors | -0/+30 |
| 2013-05-01 | Revert rename of Div to Quot | Brendan Zabarauskas | -134/+101 |
| 2013-04-30 | auto merge of #6131 : thestinger/rust/new_iter, r=graydon | bors | -0/+94 |
| 2013-04-30 | auto merge of #6113 : brson/rust/task-drop, r=graydon | bors | -56/+21 |
| 2013-04-30 | core/std: Fix race condition in os::mkdir_recursive tests | Tim Chevalier | -0/+30 |
| 2013-04-30 | Merge remote-tracking branch 'brson/io' | Brian Anderson | -279/+1241 |