| Age | Commit message (Expand) | Author | Lines |
| 2013-08-15 | rm obsolete test | Daniel Micay | -44/+0 |
| 2013-08-15 | vec: rm obsolete zip and zip_slice | Daniel Micay | -44/+0 |
| 2013-08-15 | auto merge of #8485 : alexcrichton/rust/add-tests, r=catamorphism | bors | -0/+445 |
| 2013-08-15 | Add even more tests | Alex Crichton | -0/+105 |
| 2013-08-15 | Fix a typo in the ifmt dox | Alex Crichton | -5/+5 |
| 2013-08-15 | auto merge of #8483 : luqmana/rust/rexprs, r=catamorphism | bors | -0/+31 |
| 2013-08-14 | rustc: Eliminate a derived error in check::_match | Tim Chevalier | -2/+29 |
| 2013-08-14 | auto merge of #8440 : sfackler/rust/env-fix, r=pcwalton | bors | -2/+1 |
| 2013-08-13 | auto merge of #8477 : catamorphism/rust/issue-4096, r=msullivan | bors | -0/+22 |
| 2013-08-13 | Add a bunch of tests for closed issues | Alex Crichton | -0/+340 |
| 2013-08-13 | auto merge of #8497 : nikomatsakis/rust/improvements-to-object-coercion, r=pc... | bors | -0/+114 |
| 2013-08-13 | auto merge of #8446 : alexcrichton/rust/ifmt++, r=graydon | bors | -37/+157 |
| 2013-08-13 | Add `f` formats to `ifmt!` | Alex Crichton | -6/+15 |
| 2013-08-13 | Add test for repeat expr in statics. | Luqman Aden | -0/+31 |
| 2013-08-13 | auto merge of #8329 : michaelwoerister/rust/lexical_scopes_alt, r=graydon | bors | -10/+1573 |
| 2013-08-13 | Merge pull request #8432 from chris-morgan/remove-assert-eq-macro-fail-binary | Graydon Hoare | -0/+0 |
| 2013-08-13 | Reborrow even when passing &Object to &Object, so as to permit freezing | Niko Matsakis | -0/+48 |
| 2013-08-13 | Fix freezing of @mut Objects when passing as argument | Niko Matsakis | -0/+66 |
| 2013-08-13 | debuginfo: Add some tests for visibiliy scopes within closures. | Michael Woerister | -0/+237 |
| 2013-08-13 | debuginfo: Add support for argument shadowing. | Michael Woerister | -0/+59 |
| 2013-08-13 | debuginfo: Implemented proper handling of lexical scopes and variable shadowing. | Michael Woerister | -10/+1277 |
| 2013-08-12 | Forbid pub/priv where it has no effect | Alex Crichton | -18/+60 |
| 2013-08-12 | Correct the padding on integer types for formatting | Alex Crichton | -65/+57 |
| 2013-08-12 | Define integer formats for all widths | Alex Crichton | -0/+64 |
| 2013-08-12 | Implement formatting arguments for strings and integers | Alex Crichton | -37/+92 |
| 2013-08-12 | rustc: Give a hint when a static method call has fewer than expected type par... | Tim Chevalier | -0/+22 |
| 2013-08-12 | auto merge of #8418 : pnkfelix/rust/fsk-issue3192-improve-parse-error-for-emp... | bors | -1/+73 |
| 2013-08-11 | Fixed option_env! type | Steven Fackler | -2/+1 |
| 2013-08-11 | tests: Add new tests for borrowck/objects and update some existing tests | Niko Matsakis | -22/+265 |
| 2013-08-10 | Merge branch 'match' of https://github.com/msullivan/rust into rollup | Erick Tryzelaar | -11/+31 |
| 2013-08-10 | Merge branch 'issue-8393-attributes-in-macros' of https://github.com/nikomats... | Erick Tryzelaar | -0/+40 |
| 2013-08-10 | Merge branch 'vec-exh' of https://github.com/stepancheg/rust into rollup | Erick Tryzelaar | -17/+61 |
| 2013-08-10 | Merge branch 'enum-method-privacy' of https://github.com/michaelwoerister/rus... | Erick Tryzelaar | -4/+36 |
| 2013-08-10 | Merge remote-tracking branch 'remotes/origin/master' into cleanup-iterators | Erick Tryzelaar | -0/+28 |
| 2013-08-10 | std: Rename Iterator.transform -> .map | Erick Tryzelaar | -9/+9 |
| 2013-08-10 | std: merge Iterator and IteratorUtil | Erick Tryzelaar | -1/+1 |
| 2013-08-10 | Mass rename of .consume{,_iter}() to .move_iter() | Erick Tryzelaar | -8/+8 |
| 2013-08-10 | auto merge of #8270 : dotdash/rust/ret_alloca_elim, r=pcwalton | bors | -0/+28 |
| 2013-08-10 | Elide unnecessary ret slot allocas | Björn Steinbrink | -0/+28 |
| 2013-08-10 | Remove in-tree test binary. | Chris Morgan | -0/+0 |
| 2013-08-09 | auto merge of #8296 : erickt/rust/remove-str-trailing-nulls, r=erickt | bors | -34/+19 |
| 2013-08-09 | Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing... | Erick Tryzelaar | -19/+154 |
| 2013-08-09 | auto merge of #8387 : brson/rust/nooldrt, r=brson | bors | -56/+8 |
| 2013-08-09 | Fix interaction between default matches and guards. Closes #3121. | Michael Sullivan | -1/+0 |
| 2013-08-09 | Remove the C++ runtime. Sayonara | Brian Anderson | -56/+8 |
| 2013-08-09 | auto merge of #8176 : catamorphism/rust/rustpkg-extern-mod, r=catamorphism | bors | -16/+0 |
| 2013-08-09 | std/rustc/rustpkg/syntax: Support the `extern mod = ...` form | Tim Chevalier | -16/+0 |
| 2013-08-09 | Fix vector pattern matching. Closes #6909. | Michael Sullivan | -10/+31 |
| 2013-08-09 | Add parse-error recovery for erroneous `struct_id { }` form. | Felix S. Klock II | -1/+73 |
| 2013-08-09 | auto merge of #8362 : sfackler/rust/env, r=alexcrichton | bors | -11/+85 |