| Age | Commit message (Expand) | Author | Lines |
| 2013-06-26 | A few iterator tests | Jed Estep | -0/+31 |
| 2013-06-26 | iterators use deque ordering | Jed Estep | -49/+72 |
| 2013-06-26 | deque iterator | Jed Estep | -0/+95 |
| 2013-06-26 | priority_queue: implement simple iterator | Ramkumar Ramachandra | -4/+27 |
| 2013-06-26 | rustc: Eliminate extra failing case in metadata::loader::crate_from_metas | Tim Chevalier | -52/+50 |
| 2013-06-26 | Remove the last traces of shapes | Philipp Brüschweiler | -91/+22 |
| 2013-06-26 | Fix some warnings in the check-fast tests | Philipp Brüschweiler | -1/+1 |
| 2013-06-26 | Fix a formatting bug in rusti | Alex Crichton | -1/+6 |
| 2013-06-26 | Refactor extra::term a bit | Kevin Ballard | -64/+82 |
| 2013-06-26 | Make ^~~~~ colour dependent on error/warning/note level. Also correct spellin... | Ben Blum | -7/+7 |
| 2013-06-27 | iterator: Add `IteratorUtil::max_by/min_by` method | gifnksm | -0/+62 |
| 2013-06-26 | auto merge of #7356 : msullivan/rust/default-methods, r=bblum | bors | -14/+31 |
| 2013-06-26 | auto merge of #7345 : blake2-ppc/rust/iterator-flat-map, r=thestinger | bors | -0/+67 |
| 2013-06-26 | auto merge of #7297 : huonw/rust/strip-expand-strip, r=cmr | bors | -1/+82 |
| 2013-06-26 | driver: perform stripping before and after macro expansion. | Huon Wilson | -1/+82 |
| 2013-06-26 | auto merge of #7255 : michaelwoerister/rust/debuginfo, r=jdm | bors | -206/+268 |
| 2013-06-26 | auto merge of #7216 : kballard/rust/task_rng, r=brson | bors | -10/+6 |
| 2013-06-26 | auto merge of #7113 : alexcrichton/rust/banned-warnings, r=cmr | bors | -31/+24 |
| 2013-06-25 | rustpkg: Begin allowing package scripts to call the default build logic | Tim Chevalier | -22/+166 |
| 2013-06-25 | auto merge of #7269 : luqmana/rust/drop, r=thestinger | bors | -151/+151 |
| 2013-06-25 | Merge remote-tracking branch 'mozilla/master' into incoming | Brian Anderson | -1544/+2206 |
| 2013-06-26 | rt: add android dummy functions for mman related | Young-il Choi | -0/+25 |
| 2013-06-25 | Change finalize -> drop. | Luqman Aden | -151/+151 |
| 2013-06-25 | auto merge of #7365 : cmr/rust/syntax_cleanup, r=Aatch | bors | -222/+97 |
| 2013-06-25 | Deny common lints by default for lib{std,extra} | Alex Crichton | -31/+24 |
| 2013-06-25 | Remove extra | Corey Richardson | -1/+1 |
| 2013-06-25 | auto merge of #7373 : thestinger/rust/iterator, r=huonw | bors | -369/+215 |
| 2013-06-25 | xfail test hitting a codegen bug (issue #7385) | Daniel Micay | -1/+2 |
| 2013-06-25 | remove `each` from vec, HashMap and HashSet | Daniel Micay | -210/+95 |
| 2013-06-25 | container: remove internal iterators from Map | Daniel Micay | -137/+104 |
| 2013-06-25 | remove the redundant `each` method from OptVec | Daniel Micay | -26/+19 |
| 2013-06-25 | great renaming propagation: syntax | Corey Richardson | -222/+97 |
| 2013-06-25 | auto merge of #7325 : artagnon/rust/resolve-module, r=cmr | bors | -14/+28 |
| 2013-06-25 | resolve: make error message strings more consistent | Ramkumar Ramachandra | -1/+1 |
| 2013-06-25 | resolve: report duplicate module definitions | Ramkumar Ramachandra | -13/+27 |
| 2013-06-25 | Fix another generics bug with default methods. Closes #7295. | Michael Sullivan | -14/+31 |
| 2013-06-25 | auto merge of #7371 : alexcrichton/rust/trying, r=cmr | bors | -2/+42 |
| 2013-06-25 | Get rid of cast on every self reference. | Michael Sullivan | -24/+17 |
| 2013-06-25 | Fix some tests in rustpkg to not pollute the build directory. Closes #7278. | Michael Sullivan | -10/+9 |
| 2013-06-25 | Remove some essentially dead code in method handling. | Michael Sullivan | -31/+8 |
| 2013-06-25 | Get rid of terrible way for iterating over provided methods. | Michael Sullivan | -46/+14 |
| 2013-06-25 | Add the `warnings` lint attribute | Alex Crichton | -2/+42 |
| 2013-06-25 | Rename all files with the 'rc' extension | Alex Crichton | -0/+0 |
| 2013-06-25 | auto merge of #7317 : Aatch/rust/no-drop-flag, r=thestinger | bors | -19/+112 |
| 2013-06-25 | auto merge of #7254 : Blei/rust/intrinsic-overhaul, r=cmr | bors | -654/+565 |
| 2013-06-25 | auto merge of #7291 : alexcrichton/rust/static-mut, r=huonw | bors | -109/+358 |
| 2013-06-24 | rust.vim: Links previously unused rustFuncCall | Jeaye | -0/+1 |
| 2013-06-24 | auto merge of #7370 : Aatch/rust/snapshot, r=huonw | bors | -68/+13 |
| 2013-06-25 | Add missing import to tests | James Miller | -1/+1 |
| 2013-06-25 | Warning police | James Miller | -10/+4 |