| Age | Commit message (Expand) | Author | Lines |
| 2013-06-27 | debuginfo: Added test cases for tuples. | Michael Woerister | -26/+101 |
| 2013-06-27 | Extended test cases for struct debug information. | Michael Woerister | -35/+237 |
| 2013-06-28 | Convert vec::{reserve, reserve_at_least, capacity} to methods. | Huon Wilson | -4/+3 |
| 2013-06-27 | Convert vec::[mut_]slice to methods, remove vec::const_slice. | Huon Wilson | -21/+12 |
| 2013-06-27 | auto merge of #7361 : brson/rust/incoming, r=brson | bors | -1/+0 |
| 2013-06-26 | auto merge of #7420 : mozilla/rust/rollup, r=thestinger | bors | -41/+41 |
| 2013-06-26 | auto merge of #7111 : brson/rust/stack, r=brson | bors | -9/+9 |
| 2013-06-26 | auto merge of #7354 : bblum/rust/trait-bounds, r=pcwalton | bors | -22/+163 |
| 2013-06-26 | last bit of whitespace | Corey Richardson | -1/+0 |
| 2013-06-26 | Fix run-pass/match-borrowed_str.rs Fixes #7306 | Nick Desaulniers | -36/+42 |
| 2013-06-26 | Add a run-pass test for existential traits in ARCs. | Ben Blum | -0/+103 |
| 2013-06-26 | rt: Release big stacks immediately after use to avoid holding on to them thro... | Brian Anderson | -9/+9 |
| 2013-06-26 | Fix pretty-printing for bounded closures. Close #7333. | Ben Blum | -4/+0 |
| 2013-06-26 | Change expected error message in kindchk compile-fail tests. | Ben Blum | -7/+8 |
| 2013-06-26 | Infer default static/Owned bounds for unbounded heap fns/traits (#7264) | Ben Blum | -11/+52 |
| 2013-06-26 | Remove the last traces of shapes | Philipp Brüschweiler | -5/+0 |
| 2013-06-26 | auto merge of #7356 : msullivan/rust/default-methods, r=bblum | bors | -0/+22 |
| 2013-06-26 | driver: perform stripping before and after macro expansion. | Huon Wilson | -0/+70 |
| 2013-06-25 | auto merge of #7269 : luqmana/rust/drop, r=thestinger | bors | -89/+89 |
| 2013-06-25 | Merge remote-tracking branch 'mozilla/master' into incoming | Brian Anderson | -161/+384 |
| 2013-06-25 | Change finalize -> drop. | Luqman Aden | -89/+89 |
| 2013-06-25 | auto merge of #7373 : thestinger/rust/iterator, r=huonw | bors | -58/+34 |
| 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 | -36/+32 |
| 2013-06-25 | container: remove internal iterators from Map | Daniel Micay | -21/+0 |
| 2013-06-25 | auto merge of #7325 : artagnon/rust/resolve-module, r=cmr | bors | -1/+1 |
| 2013-06-25 | resolve: report duplicate module definitions | Ramkumar Ramachandra | -1/+1 |
| 2013-06-25 | Fix another generics bug with default methods. Closes #7295. | Michael Sullivan | -0/+22 |
| 2013-06-25 | auto merge of #7371 : alexcrichton/rust/trying, r=cmr | bors | -0/+30 |
| 2013-06-25 | Add the `warnings` lint attribute | Alex Crichton | -0/+30 |
| 2013-06-25 | auto merge of #7317 : Aatch/rust/no-drop-flag, r=thestinger | bors | -0/+25 |
| 2013-06-25 | auto merge of #7254 : Blei/rust/intrinsic-overhaul, r=cmr | bors | -102/+107 |
| 2013-06-25 | auto merge of #7291 : alexcrichton/rust/static-mut, r=huonw | bors | -0/+187 |
| 2013-06-25 | Set #[no_drop_flag] on Rc<T> and AtomicOption. Add Test | James Miller | -0/+25 |
| 2013-06-24 | Merge remote-tracking branch 'cmr/issue/2773' into HEAD | Brian Anderson | -1/+0 |
| 2013-06-24 | Fix test failure on windows | Philipp Brueschweiler | -3/+1 |
| 2013-06-24 | Fix 'static mut' tests | Alex Crichton | -2/+2 |
| 2013-06-24 | Un-xfail working test | Corey Richardson | -1/+0 |
| 2013-06-24 | auto merge of #7193 : Thiez/rust/fixbench, r=cmr | bors | -45/+51 |
| 2013-06-24 | xfail-pretty on un-xfailed test | Daniel Micay | -0/+1 |
| 2013-06-24 | deal with windows | Daniel Micay | -1/+5 |
| 2013-06-24 | xfail tests again for now (issues #7336, #7340) | Daniel Micay | -0/+7 |
| 2013-06-24 | Fix/annotate a variety of xfails | Corey Richardson | -246/+98 |
| 2013-06-24 | remove old_iter | Daniel Micay | -37/+0 |
| 2013-06-23 | Support foreign 'static mut' variables as well | Alex Crichton | -0/+67 |
| 2013-06-23 | Add 'static mut' items to the language | Alex Crichton | -0/+120 |
| 2013-06-23 | Allow ~fn:Copy() to be copied. | Ben Blum | -0/+53 |
| 2013-06-23 | Updated shootout-fasta.rs copyright years, removed stuff that caused lint to ... | Matthijs Hofstra | -18/+12 |
| 2013-06-23 | Fixed shootout-fasta.rs output | Matthijs Hofstra | -10/+14 |
| 2013-06-23 | Added missing copyright notice to shootout-spectralnorm. | Matthijs Hofstra | -0/+10 |