| Age | Commit message (Expand) | Author | Lines |
| 2013-08-19 | Add tests for cross-crate condition handling. Close #5446. | Graydon Hoare | -0/+131 |
| 2013-08-19 | test: add testcase, close #4929 which was already fixed. | Graydon Hoare | -0/+12 |
| 2013-08-19 | test: un-xfail now working run-pass/foreign-struct.rs, close #2334. | Graydon Hoare | -1/+0 |
| 2013-08-19 | auto merge of #8535 : nikomatsakis/rust/issue-3678-wrappers-be-gone-2, r=graydon | bors | -9/+38 |
| 2013-08-19 | Add externfn macro and correctly label fixed_stack_segments | Niko Matsakis | -3/+37 |
| 2013-08-19 | Issue #3678: Remove wrappers and call foreign functions directly | Niko Matsakis | -6/+1 |
| 2013-08-19 | auto merge of #8564 : alexcrichton/rust/ifmt+++, r=graydon | bors | -5/+27 |
| 2013-08-18 | auto merge of #8560 : kballard/rust/reserve-yield, r=pcwalton | bors | -18/+18 |
| 2013-08-17 | auto merge of #8544 : dim-an/rust/fix-match-pipes, r=pcwalton | bors | -0/+68 |
| 2013-08-17 | Fix warnings it tests | Erick Tryzelaar | -456/+500 |
| 2013-08-16 | Delegate `{}` to Default instead of Poly | Alex Crichton | -5/+25 |
| 2013-08-16 | Implement `{:s}` for ~str and @str as well | Alex Crichton | -0/+2 |
| 2013-08-16 | Reserve 'yield' keyword | Kevin Ballard | -18/+18 |
| 2013-08-16 | auto merge of #8534 : huonw/rust/tls-key-macro, r=alexcrichton | bors | -0/+28 |
| 2013-08-16 | auto merge of #8532 : kballard/rust/cstr-cleanup, r=erickt | bors | -3/+3 |
| 2013-08-15 | auto merge of #8518 : catamorphism/rust/issue-8498-workaround, r=brson | bors | -0/+44 |
| 2013-08-16 | syntax: add a local_data_key macro that creates a key for access to the TLS. | Huon Wilson | -0/+28 |
| 2013-08-15 | auto merge of #7917 : catamorphism/rust/resolve-and-testcases, r=catamorphism | bors | -0/+44 |
| 2013-08-15 | testsuite: xfailed test cases | Tim Chevalier | -0/+44 |
| 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/+324 |
| 2013-08-16 | Pointers to bound variables are stored after all patterns are matched. | Dmitry Ermolov | -2/+0 |
| 2013-08-15 | Add even more tests | Alex Crichton | -0/+80 |
| 2013-08-15 | Fix a typo in the ifmt dox | Alex Crichton | -4/+4 |
| 2013-08-16 | Test for issue #6338. | Dmitry Ermolov | -0/+70 |
| 2013-08-15 | Add ToCStr method .with_c_str() | Kevin Ballard | -3/+3 |
| 2013-08-15 | auto merge of #8483 : luqmana/rust/rexprs, r=catamorphism | bors | -0/+16 |
| 2013-08-14 | testsuite: Add xfailed test for #8498 | Tim Chevalier | -0/+44 |
| 2013-08-14 | auto merge of #8440 : sfackler/rust/env-fix, r=pcwalton | bors | -2/+1 |
| 2013-08-13 | Add a bunch of tests for closed issues | Alex Crichton | -0/+244 |
| 2013-08-13 | auto merge of #8497 : nikomatsakis/rust/improvements-to-object-coercion, r=pc... | bors | -0/+92 |
| 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/+16 |
| 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/+44 |
| 2013-08-12 | Forbid pub/priv where it has no effect | Alex Crichton | -6/+6 |
| 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-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 | -35/+81 |
| 2013-08-10 | Merge branch 'match' of https://github.com/msullivan/rust into rollup | Erick Tryzelaar | -11/+31 |
| 2013-08-10 | Merge branch 'vec-exh' of https://github.com/stepancheg/rust into rollup | Erick Tryzelaar | -3/+31 |
| 2013-08-10 | std: Rename Iterator.transform -> .map | Erick Tryzelaar | -2/+2 |
| 2013-08-10 | std: merge Iterator and IteratorUtil | Erick Tryzelaar | -1/+1 |
| 2013-08-09 | auto merge of #8296 : erickt/rust/remove-str-trailing-nulls, r=erickt | bors | -13/+19 |
| 2013-08-09 | Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing... | Erick Tryzelaar | -8/+83 |
| 2013-08-09 | auto merge of #8387 : brson/rust/nooldrt, r=brson | bors | -21/+8 |
| 2013-08-09 | Fix interaction between default matches and guards. Closes #3121. | Michael Sullivan | -1/+0 |