| Age | Commit message (Expand) | Author | Lines |
| 2013-07-23 | extra: add consume iter to treemap. | Graydon Hoare | -0/+63 |
| 2013-07-23 | extra: clean up workcache to use & in place of @ most places. | Graydon Hoare | -58/+71 |
| 2013-07-23 | extra: remove a @ in workcache config. | Graydon Hoare | -3/+3 |
| 2013-07-23 | extra: change workcache::Work::unwrap to move out of self. | Graydon Hoare | -26/+18 |
| 2013-07-23 | extra: access workcache db via RWARC. | Graydon Hoare | -13/+17 |
| 2013-07-23 | extra: use deriving more in workcache, switch to treemaps. | Graydon Hoare | -71/+22 |
| 2013-07-23 | Add simple link_section test to exercise it | Kevin Murphy | -0/+34 |
| 2013-07-23 | tidy: allow arbitrary spaces between // and NOTE | Etienne Millon | -3/+3 |
| 2013-07-23 | Compare file:line prefix case-insensitively on win32 | crnobog | -1/+26 |
| 2013-07-23 | rustc: remove some dead functions | Erick Tryzelaar | -17/+0 |
| 2013-07-24 | Remove unused variables in `compile_submatch`. | OGINO Masanori | -2/+0 |
| 2013-07-23 | Adapted `trans::common::{block, fn_ctxt, scope_info}` to new naming convention. | Michael Woerister | -660/+657 |
| 2013-07-23 | auto merge of #7944 : blake2-ppc/rust/dlist-move-nodes, r=bblum | bors | -138/+199 |
| 2013-07-23 | Added missing memory orderings for atomic types. | Gábor Horváth | -0/+12 |
| 2013-07-23 | auto merge of #7934 : sfackler/rust/smallintset, r=alexcrichton | bors | -369/+0 |
| 2013-07-23 | test/run-fail: Un-xfail a test, make some other xfailed ones compile (they st... | Huon Wilson | -9/+10 |
| 2013-07-22 | auto merge of #7875 : sstewartgallus/rust/fubar, r=alexcrichton | bors | -11/+5 |
| 2013-07-22 | Add a test for #5844 (a closed issue now) | Alex Crichton | -0/+34 |
| 2013-07-22 | auto merge of #7873 : sstewartgallus/rust/cleanup_syntax, r=alexcrichton | bors | -100/+100 |
| 2013-07-22 | Add link_section attribute for static and fn items | Kevin Murphy | -1/+10 |
| 2013-07-22 | auto merge of #7703 : sfackler/rust/bitv, r=alexcrichton | bors | -51/+149 |
| 2013-07-22 | auto merge of #7916 : olsonjeffery/rust/newrt_timer, r=brson | bors | -0/+137 |
| 2013-07-22 | std: various additional language benchmarks in util. | Graydon Hoare | -0/+65 |
| 2013-07-22 | std: add benchmark for allocating-and-dropping a struct with a dtor. | Graydon Hoare | -0/+25 |
| 2013-07-22 | std: add #[bench] benchmarks for num::strconv | Graydon Hoare | -0/+24 |
| 2013-07-22 | std: add #[bench] benchmarks for rand. | Graydon Hoare | -1/+35 |
| 2013-07-22 | std: add #[bench] benchmarks for global and local heaps. | Graydon Hoare | -0/+38 |
| 2013-07-22 | std: add preliminary str benchmark. | Graydon Hoare | -0/+45 |
| 2013-07-22 | std: add #[cfg(test)] reference to extra so we can benchmark libstd. | Graydon Hoare | -0/+3 |
| 2013-07-22 | rt: Fix child-iteration bug in crate map. | Graydon Hoare | -1/+1 |
| 2013-07-23 | dlist: Rename rotate methods to .rotate_forward() and .rotate_backward() | blake2-ppc | -15/+15 |
| 2013-07-22 | auto merge of #7883 : brson/rust/rm-std-net, r=graydon | bors | -5978/+83 |
| 2013-07-22 | std: fix for blocked task resume | Jeff Olson | -2/+2 |
| 2013-07-22 | Change libaux directory to fix aux crate tests on Windows | crnobog | -1/+1 |
| 2013-07-22 | std: Remove at_exit API. Unused | Brian Anderson | -172/+0 |
| 2013-07-22 | std: Remove unstable::global. Unused | Brian Anderson | -292/+1 |
| 2013-07-22 | std: Move change_dir_locked to unstable. #7870 | Brian Anderson | -43/+57 |
| 2013-07-22 | std::rt: Stop using unstable::global in change_dir_locked | Brian Anderson | -14/+40 |
| 2013-07-22 | std: Remove weak_task API. Unused | Brian Anderson | -226/+0 |
| 2013-07-22 | extra: Add url module | Brian Anderson | -0/+1072 |
| 2013-07-22 | extra: Remove uv, net, timer code | Brian Anderson | -6327/+9 |
| 2013-07-22 | auto merge of #7943 : Dretch/rust/vec-slice-from-to, r=huonw | bors | -3/+47 |
| 2013-07-22 | std: make check appeasement | Jeff Olson | -6/+7 |
| 2013-07-22 | std: minor timer cleanup based on feedback | Jeff Olson | -5/+5 |
| 2013-07-22 | std: add rt::io::Timer | Jeff Olson | -0/+67 |
| 2013-07-22 | std: add RtioTimer and UvTimer impl atop rt::uv | Jeff Olson | -0/+69 |
| 2013-07-22 | auto merge of #7942 : Dretch/rust/os-listdir-path-no-squiggle, r=brson | bors | -10/+10 |
| 2013-07-22 | auto merge of #7940 : cmr/rust/comments, r=pnkfelix | bors | -8/+12 |
| 2013-07-22 | dlist: Fix .peek_next() w.r.t double ended iterators | blake2-ppc | -1/+6 |
| 2013-07-22 | auto merge of #7903 : michaelwoerister/rust/end_of_spanned, r=jdm | bors | -564/+553 |