| Age | Commit message (Expand) | Author | Lines |
| 2013-08-09 | Remove rtdebug_! and make rtdebug! work properly. | Corey Richardson | -12/+4 |
| 2013-08-09 | Fix vector pattern matching. Closes #6909. | Michael Sullivan | -44/+159 |
| 2013-08-09 | Switch to using .enumerate() some places in _match. | Michael Sullivan | -9/+6 |
| 2013-08-09 | std: more windows fixes to os.rs and run.rs | Erick Tryzelaar | -4/+9 |
| 2013-08-09 | auto merge of #8369 : yichoi/rust/arm-test, r=sanxiyn | bors | -4/+4 |
| 2013-08-09 | Add parse-error recovery for erroneous `struct_id { }` form. | Felix S. Klock II | -32/+187 |
| 2013-08-09 | auto merge of #8352 : stepancheg/rust/ipv6-to-str, r=luqmana | bors | -1/+8 |
| 2013-08-10 | std: add a Clone impl for HashSet. | Huon Wilson | -0/+26 |
| 2013-08-09 | auto merge of #8362 : sfackler/rust/env, r=alexcrichton | bors | -32/+168 |
| 2013-08-09 | Implement `lower_bound_iter`/`upper_bound_iter` for TrieMap/TrieSet | Dmitry Ermolov | -0/+102 |
| 2013-08-09 | Fix Ipv6Addr to_str for ::1:x.x.x.x addresses | Stepan Koltsov | -1/+8 |
| 2013-08-09 | auto merge of #8361 : alexcrichton/rust/fix-node-hashes-in-crates, r=thestinger | bors | -26/+29 |
| 2013-08-09 | std: Fix perf of local allocations in newsched | Brian Anderson | -68/+92 |
| 2013-08-09 | auto merge of #8357 : omasanori/rust/cleanup, r=alexcrichton | bors | -57/+3 |
| 2013-08-09 | Remove redundant Ord method impls. | OGINO Masanori | -57/+3 |
| 2013-08-08 | auto merge of #8350 : dim-an/rust/fix-struct-match, r=pcwalton | bors | -65/+158 |
| 2013-08-09 | std::tuple: Use != properly in Eq::ne for tuples | blake2-ppc | -1/+1 |
| 2013-08-08 | Isolate common wait_end logic | Steven Stewart-Gallus | -13/+13 |
| 2013-08-08 | Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing... | Erick Tryzelaar | -883/+3731 |
| 2013-08-08 | auto merge of #8336 : stepancheg/rust/socket-addr-from-str, r=brson | bors | -70/+367 |
| 2013-08-08 | Allow attributes to appear as macro arguments | Niko Matsakis | -59/+137 |
| 2013-08-08 | auto merge of #8356 : toddaaro/rust/ws, r=brson | bors | -63/+328 |
| 2013-08-09 | Add #[inline] to impl Zero for () | Stepan Koltsov | -0/+2 |
| 2013-08-08 | rustpkg: Eliminate a copy | Tim Chevalier | -8/+5 |
| 2013-08-08 | auto merge of #8385 : cmr/rust/big-rollup, r=alexcrichton | bors | -552/+718 |
| 2013-08-08 | Enabled workstealing in the scheduler. Previously we had one global work queu... | toddaaro | -63/+328 |
| 2013-08-08 | std::vec: Fix typo in fn ne | blake2-ppc | -1/+1 |
| 2013-08-08 | Fix more priv fallout | Corey Richardson | -3/+3 |
| 2013-08-08 | std::iterator::order test cases | blake2-ppc | -0/+47 |
| 2013-08-08 | std: Fix tuple lexicographical order | blake2-ppc | -14/+28 |
| 2013-08-08 | std: Fix Ord for Option, using iterator::order | blake2-ppc | -15/+18 |
| 2013-08-08 | std::vec: Use iterator::order functions for Eq, Ord, TotalOrd, TotalEq | blake2-ppc | -24/+22 |
| 2013-08-08 | std: Implement traits for the one-tuple | blake2-ppc | -20/+25 |
| 2013-08-08 | extra::dlist: Use iterator::order for sequence ordering | blake2-ppc | -3/+61 |
| 2013-08-08 | Add std::iterator::order with lexical ordering functions for sequences | blake2-ppc | -0/+110 |
| 2013-08-08 | xfail-fast an aux test | Corey Richardson | -1/+1 |
| 2013-08-08 | env! syntax extension changes | Steven Fackler | -32/+168 |
| 2013-08-08 | std: more fixes for os.rs for windows | Erick Tryzelaar | -2/+3 |
| 2013-08-08 | rust-mode: make indentation customizable | Paul Collins | -6/+11 |
| 2013-08-08 | auto merge of #8245 : alexcrichton/rust/fmt2, r=graydon | bors | -3/+2258 |
| 2013-08-07 | std: import HANDLE for os::list_dir for windows | Erick Tryzelaar | -0/+1 |
| 2013-08-07 | Fix a stack to use the new .to_c_str() api | Erick Tryzelaar | -2/+2 |
| 2013-08-07 | Fix fallout | Corey Richardson | -8/+8 |
| 2013-08-07 | (cleanup) Improve rtabort message for atomic-sleep. | Ben Blum | -1/+2 |
| 2013-08-07 | fix recv_ready for Port to take &self and not need to return a tuple. Close #... | Ben Blum | -7/+26 |
| 2013-08-07 | extra: Remove all each_* methods in treemap | blake2-ppc | -39/+6 |
| 2013-08-07 | extra: Implement .rev_iter() in treemap | blake2-ppc | -21/+60 |
| 2013-08-07 | extra: External iterators for TreeSet set operations | blake2-ppc | -114/+134 |
| 2013-08-07 | extra: Simplify Eq/Ord in treemap | blake2-ppc | -21/+5 |
| 2013-08-07 | Gedit/gtksourceview language spec: add 'in' keyword | Simon Sapin | -0/+1 |