| Age | Commit message (Expand) | Author | Lines |
| 2013-08-09 | auto merge of #8296 : erickt/rust/remove-str-trailing-nulls, r=erickt | bors | -104/+114 |
| 2013-08-09 | Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing... | Erick Tryzelaar | -2/+2 |
| 2013-08-09 | Remove the C++ runtime. Sayonara | Brian Anderson | -24/+4 |
| 2013-08-09 | std: more windows fixes to os.rs and run.rs | Erick Tryzelaar | -3/+5 |
| 2013-08-09 | std: Fix perf of local allocations in newsched | Brian Anderson | -2/+2 |
| 2013-08-08 | Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing... | Erick Tryzelaar | -3/+1 |
| 2013-08-08 | std: more fixes for os.rs for windows | Erick Tryzelaar | -2/+3 |
| 2013-08-07 | std: import HANDLE for os::list_dir for windows | Erick Tryzelaar | -0/+1 |
| 2013-08-07 | core: option.map_consume -> option.map_move | Erick Tryzelaar | -3/+1 |
| 2013-08-06 | Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing... | Erick Tryzelaar | -3/+3 |
| 2013-08-05 | std: fix a typo where .to_c_str wasn't being called on android | Erick Tryzelaar | -1/+1 |
| 2013-08-05 | Updated std::Option, std::Either and std::Result | Marvin Löbel | -3/+3 |
| 2013-08-04 | Merge remote-tracking branch 'remotes/origin/master' into str-remove-null | Erick Tryzelaar | -8/+8 |
| 2013-08-04 | std: remove use of cast module from os. | Erick Tryzelaar | -13/+6 |
| 2013-08-04 | std: merge str::raw::from_buf and str::raw::from_c_str | Erick Tryzelaar | -1/+1 |
| 2013-08-04 | std and rustc: explicitly pass c strings to c functions | Erick Tryzelaar | -42/+52 |
| 2013-08-04 | std: replace str::as_c_str with std::c_str | Erick Tryzelaar | -30/+33 |
| 2013-08-04 | std: cleanup os and str tests | Erick Tryzelaar | -28/+28 |
| 2013-08-04 | std: add str.to_c_str() | Erick Tryzelaar | -1/+1 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -8/+8 |
| 2013-08-02 | librustc: Disallow "unsafe" for external functions | Patrick Walton | -22/+28 |
| 2013-08-02 | replace `range` with an external iterator | Daniel Micay | -4/+3 |
| 2013-08-01 | std: Replace `for` with `do { .. }` expr where internal iterators are used | blake2-ppc | -1/+2 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -6/+6 |
| 2013-08-01 | make `in` and `foreach` get treated as keywords | Daniel Micay | -17/+17 |
| 2013-07-30 | implement pointer arithmetic with GEP | Daniel Micay | -3/+3 |
| 2013-07-23 | std: remove a malloc from os::fill_charp_buf | Erick Tryzelaar | -3/+2 |
| 2013-07-23 | std: move StrUtil::as_c_str into StrSlice | Erick Tryzelaar | -12/+11 |
| 2013-07-23 | std: remove os::as_c_charp | Erick Tryzelaar | -30/+26 |
| 2013-07-22 | std: Move change_dir_locked to unstable. #7870 | Brian Anderson | -40/+0 |
| 2013-07-22 | std::rt: Stop using unstable::global in change_dir_locked | Brian Anderson | -14/+26 |
| 2013-07-22 | auto merge of #7942 : Dretch/rust/os-listdir-path-no-squiggle, r=brson | bors | -2/+2 |
| 2013-07-22 | new snapshot | Daniel Micay | -3/+0 |
| 2013-07-21 | Remove what appears to be redundant indirection from | Gareth Smith | -2/+2 |
| 2013-07-20 | librustc: Remove `pub extern` and `priv extern` from the language. | Patrick Walton | -6/+6 |
| 2013-07-18 | Fix warnings in libstd and librusti tests | blake2-ppc | -1/+0 |
| 2013-07-17 | librustc: Remove the `Copy` bound from the language. | Patrick Walton | -4/+0 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -9/+12 |
| 2013-07-14 | Make TLS keys actually take up space | Alex Crichton | -1/+1 |
| 2013-07-14 | Purge the last remnants of the old TLS api | Alex Crichton | -9/+8 |
| 2013-07-11 | auto merge of #7677 : alexcrichton/rust/tls-gc, r=pcwalton | bors | -2/+2 |
| 2013-07-11 | Remove all external requirements of `@` from TLS | Alex Crichton | -1/+1 |
| 2013-07-09 | auto merge of #7265 : brson/rust/io-upstream, r=brson | bors | -6/+24 |
| 2013-07-09 | Rename local_data methods/types for less keystrokes | Alex Crichton | -2/+2 |
| 2013-07-09 | std: Make os::set_exit_status work with newsched | Brian Anderson | -2/+9 |
| 2013-07-09 | os: introduce cross-platform MemoryMap bindings | Fedor Indutny | -0/+353 |
| 2013-07-08 | Merge remote-tracking branch 'mozilla/master' | Brian Anderson | -8/+8 |
| 2013-07-03 | Merge remote-tracking branch 'mozilla/master' | Brian Anderson | -35/+36 |
| 2013-07-04 | Convert vec::{as_imm_buf, as_mut_buf} to methods. | Huon Wilson | -5/+5 |
| 2013-07-04 | Remove vec::{filter, filtered, filter_map, filter_mapped}, replaced by iterat... | Huon Wilson | -3/+3 |