| Age | Commit message (Expand) | Author | Lines |
| 2013-07-01 | auto merge of #7443 : yjh0502/rust/fix_field_dup, r=huonw | bors | -0/+21 |
| 2013-06-30 | Fixes #7377 | jihyun | -0/+21 |
| 2013-06-29 | Warning cleanup | Corey Richardson | -1/+1 |
| 2013-06-29 | Great renaming: propagate throughout the rest of the codebase | Corey Richardson | -6/+5 |
| 2013-06-28 | librustc: Fix more merge fallout. | Patrick Walton | -2/+2 |
| 2013-06-28 | librustc: Fix merge fallout and test cases. | Patrick Walton | -1/+1 |
| 2013-06-28 | Rewrite each_path to allow performance improvements in the future. | Patrick Walton | -4/+18 |
| 2013-06-28 | librustc: Fix merge fallout. | Patrick Walton | -3/+3 |
| 2013-06-28 | librustc: Rewrite reachability and forbid duplicate methods in type implement... | Patrick Walton | -144/+105 |
| 2013-06-28 | librustc: Remove the broken overloaded assign-ops from the language. | Patrick Walton | -2/+6 |
| 2013-06-28 | Convert vec::{push, push_all, push_all_move} to methods. | Huon Wilson | -2/+2 |
| 2013-06-28 | Convert vec::{pop, shift, unshift, insert, remove, swap_remove} to methods. | Huon Wilson | -1/+1 |
| 2013-06-26 | Infer default static/Owned bounds for unbounded heap fns/traits (#7264) | Ben Blum | -6/+10 |
| 2013-06-25 | auto merge of #7373 : thestinger/rust/iterator, r=huonw | bors | -16/+16 |
| 2013-06-25 | remove `each` from vec, HashMap and HashSet | Daniel Micay | -12/+12 |
| 2013-06-25 | remove the redundant `each` method from OptVec | Daniel Micay | -4/+4 |
| 2013-06-25 | auto merge of #7325 : artagnon/rust/resolve-module, r=cmr | bors | -13/+27 |
| 2013-06-25 | resolve: make error message strings more consistent | Ramkumar Ramachandra | -1/+1 |
| 2013-06-25 | resolve: report duplicate module definitions | Ramkumar Ramachandra | -12/+26 |
| 2013-06-25 | auto merge of #7291 : alexcrichton/rust/static-mut, r=huonw | bors | -10/+11 |
| 2013-06-24 | remove old_iter | Daniel Micay | -1/+1 |
| 2013-06-23 | Support foreign 'static mut' variables as well | Alex Crichton | -3/+3 |
| 2013-06-23 | Add 'static mut' items to the language | Alex Crichton | -8/+9 |
| 2013-06-23 | Parse and typecheck (not kindcheck) bounds on trait paths. | Ben Blum | -2/+6 |
| 2013-06-23 | auto merge of #7267 : luqmana/rust/issue-5792, r=cmr | bors | -9/+11 |
| 2013-06-23 | vec: remove BaseIter implementation | Daniel Micay | -33/+33 |
| 2013-06-21 | vec: rm old_iter implementations, except BaseIter | Daniel Micay | -5/+4 |
| 2013-06-20 | librustc: Don't allow enum struct variants to shadow structs. | Luqman Aden | -9/+11 |
| 2013-06-16 | std: convert str::{map,levdistance,subslice_offset} to methods. | Huon Wilson | -1/+1 |
| 2013-06-14 | add IteratorUtil to the prelude | Daniel Micay | -1/+0 |
| 2013-06-13 | rustc: fix test failures after rebase. | Huon Wilson | -4/+4 |
| 2013-06-13 | Use @str instead of @~str in libsyntax and librustc. Fixes #5048. | Huon Wilson | -61/+61 |
| 2013-06-12 | Visitor refactoring: Step 1, couple (Env, vt<Env>) together in a tuple. | Felix S. Klock II | -61/+64 |
| 2013-06-12 | Add tests for duplicate methods on traits/impls. | Luqman Aden | -4/+4 |
| 2013-06-12 | librustc: Don't allow duplicate methods on impls. | Luqman Aden | -1/+15 |
| 2013-06-12 | librustc: Don't allow duplicate methods on a trait. | Luqman Aden | -3/+12 |
| 2013-06-12 | std: remove substr & str::count_*, methodise char_len, implement slice_chars. | Huon Wilson | -6/+6 |
| 2013-06-11 | option: remove redundant old_iter impls | Daniel Micay | -8/+14 |
| 2013-06-10 | auto merge of #7046 : luqmana/rust/issue-7044, r=sanxiyn | bors | -36/+30 |
| 2013-06-10 | librustc: Better errors for duplicate definitions. | Luqman Aden | -22/+16 |
| 2013-06-10 | librustc: Don't allow newtype or unit-like structs to shadow other names in t... | Luqman Aden | -14/+14 |
| 2013-06-11 | std: replace str::substr with the method. | Huon Wilson | -3/+3 |
| 2013-06-10 | std: remove str::contains in favour of the method | Huon Wilson | -1/+1 |
| 2013-06-10 | std: convert character-based str::find_* to methods. Add .slice_{to,from} met... | Huon Wilson | -1/+1 |
| 2013-06-10 | std: convert each_split_str to an iterator | Huon Wilson | -3/+2 |
| 2013-06-10 | std: remove str::{len, slice, is_empty} in favour of methods. | Huon Wilson | -2/+2 |
| 2013-06-09 | Track the source of the type_target and value_target separately for ImportRes... | Alex Crichton | -12/+33 |
| 2013-06-09 | librustc: Allow adding static fn's in multiple impl's. | Luqman Aden | -17/+27 |
| 2013-06-06 | Clean up a handful of build warnings. | Michael Sullivan | -21/+18 |
| 2013-06-06 | Deduplicate words in code comments | Alexei Sholik | -1/+1 |