| Age | Commit message (Expand) | Author | Lines |
| 2013-06-09 | librustc: Allow adding static fn's in multiple impl's. | Luqman Aden | -17/+27 |
| 2013-06-08 | auto merge of #7023 : thestinger/rust/vec, r=brson | bors | -103/+99 |
| 2013-06-08 | remove deprecated vec::{is_empty, len} functions | Daniel Micay | -103/+99 |
| 2013-06-08 | auto merge of #7018 : bill-myers/rust/fix_7017, r=thestinger | bors | -1/+21 |
| 2013-06-09 | add test for RcMut being Const and Owned, tests #7017 being fixed | Bill Myers | -0/+20 |
| 2013-06-09 | fix decoding of multiple attributes (fixes #7017) | Bill Myers | -1/+1 |
| 2013-06-08 | auto merge of #7016 : thestinger/rust/ptr, r=luqmana | bors | -13/+8 |
| 2013-06-08 | auto merge of #7004 : dotdash/rust/allocs, r=thestinger | bors | -192/+199 |
| 2013-06-08 | auto merge of #6992 : Blei/rust/fix-autoderef-ice, r=catamorphism | bors | -9/+53 |
| 2013-06-08 | rm some uses of to_mut_unsafe_ptr | Daniel Micay | -13/+8 |
| 2013-06-08 | rustpkg: Extract version number from git, as per #5684 | Tim Chevalier | -61/+178 |
| 2013-06-08 | std: Fix search-and-replace typos | Tim Chevalier | -1/+1 |
| 2013-06-09 | remove unused import warnings | Huon Wilson | -52/+14 |
| 2013-06-09 | std: replace the str::each* fns/methods with byte iterators | Huon Wilson | -161/+79 |
| 2013-06-09 | std: remove each_char* fns and methods from str, replaced by iterators. | Huon Wilson | -149/+80 |
| 2013-06-09 | std: remove foldr and alli methods in vec | Huon Wilson | -37/+25 |
| 2013-06-09 | std: remove fold[lr] in favour of iterators | Huon Wilson | -192/+71 |
| 2013-06-09 | std: remove {all*,any*,count} in favour of iterators | Huon Wilson | -241/+78 |
| 2013-06-09 | std: add reverse vec iterators, replace vec::each*_reverse. | Huon Wilson | -126/+107 |
| 2013-06-08 | auto merge of #7008 : thestinger/rust/iterator, r=catamorphism | bors | -0/+1 |
| 2013-06-08 | rustc::regionck: fix ICE when getting signature of ty_err | Philipp Brüschweiler | -0/+4 |
| 2013-06-08 | Add test for #5062 | Philipp Brüschweiler | -0/+15 |
| 2013-06-08 | rustc: Fix an ICE "Autoderef but type not derefable" | Philipp Brüschweiler | -9/+17 |
| 2013-06-08 | Add a test that causes an ICE currently | Philipp Brüschweiler | -0/+17 |
| 2013-06-08 | auto merge of #7005 : dotdash/rust/fix_get_str_from, r=bstrie | bors | -10/+8 |
| 2013-06-07 | auto merge of #7000 : Blei/rust/fix-6155, r=catamorphism | bors | -1/+23 |
| 2013-06-07 | auto merge of #6920 : catamorphism/rust/issue-4765, r=bstrie | bors | -6/+31 |
| 2013-06-07 | testsuite: Add test cases that pass | Tim Chevalier | -8/+132 |
| 2013-06-07 | add the Iterator trait to the prelude | Daniel Micay | -0/+1 |
| 2013-06-08 | Avoid unnecessary allocations in the metadata decoder | Björn Steinbrink | -39/+40 |
| 2013-06-08 | Lexer: Fix offset handling in get_str_from() | Björn Steinbrink | -10/+8 |
| 2013-06-08 | Remove some unnecessary closures | Björn Steinbrink | -7/+6 |
| 2013-06-08 | TypeChecker: Avoid unnecessary copies | Björn Steinbrink | -33/+33 |
| 2013-06-08 | Lexer: Avoid unnecessary allocations | Björn Steinbrink | -42/+57 |
| 2013-06-08 | tydecode: Accept a plain borrowed pointer to the data | Björn Steinbrink | -24/+18 |
| 2013-06-08 | Avoid unnecessary heap allocations in the metadata ty decoder | Björn Steinbrink | -46/+43 |
| 2013-06-08 | Avoid unnecessary (re-)allocations in the lexer | Björn Steinbrink | -7/+8 |
| 2013-06-07 | std: Change str::from_bytes to raise a condition on invalid input | Tim Chevalier | -6/+31 |
| 2013-06-07 | rustc::typeck: fix array out of bounds | Philipp Brüschweiler | -1/+6 |
| 2013-06-07 | Add test for #6155 | Philipp Brüschweiler | -0/+17 |
| 2013-06-07 | iterator: work around method resolve bug (#5898) | Daniel Micay | -4/+5 |
| 2013-06-07 | Merge branch 'each-fn-kill' of https://github.com/huonw/rust into each-fn-kill | Daniel Micay | -184/+77 |
| 2013-06-08 | std: remove each[i]_mut functions, in favour of iterators. | Huon Wilson | -69/+32 |
| 2013-06-07 | std::rt: Reduce task stack size to 1MB | Brian Anderson | -1/+1 |
| 2013-06-08 | rustc: Convert a fail! to a useful error message. | Huon Wilson | -1/+1 |
| 2013-06-08 | std: remove vec::each2 and vec::each2_mut in favour of iterators | Huon Wilson | -97/+24 |
| 2013-06-08 | std: more dummy type parameters on iterators to work around #6967. | Huon Wilson | -18/+21 |
| 2013-06-07 | auto merge of #6988 : huonw/rust/deriving-changes, r=bstrie | bors | -365/+254 |
| 2013-06-07 | syntax: correct the modifications to deriving(Ord) so that it works. | Huon Wilson | -30/+13 |
| 2013-06-07 | syntax: rewrite deriving(Ord) to not require Eq. | Huon Wilson | -57/+59 |