| Age | Commit message (Expand) | Author | Lines |
| 2013-09-11 | auto merge of #9097 : michaelwoerister/rust/namespaces, r=jdm | bors | -78/+78 |
| 2013-09-11 | Add a test for extra::rl. | Huon Wilson | -0/+75 |
| 2013-09-11 | Flag unsafe blocks from format! as compiler-generated | Alex Crichton | -0/+9 |
| 2013-09-10 | added test case | John Clements | -0/+19 |
| 2013-09-10 | debuginfo: Support for namespaces (functions only) | Michael Woerister | -78/+78 |
| 2013-09-10 | auto merge of #9088 : nikomatsakis/rust/issue-6304-AST-tree-not-DAG, r=catamo... | bors | -0/+51 |
| 2013-09-10 | Delay assignment of node ids until after expansion. Ensures that each AST node | Niko Matsakis | -0/+51 |
| 2013-09-10 | auto merge of #9090 : jbclements/rust/let-var-hygiene, r=luqmana | bors | -0/+25 |
| 2013-09-09 | auto merge of #9076 : blake2-ppc/rust/test-for-8585, r=huonw | bors | -0/+50 |
| 2013-09-09 | added run-pass test for issue #9049 | John Clements | -0/+25 |
| 2013-09-09 | auto merge of #9062 : blake2-ppc/rust/vec-iterator, r=alexcrichton | bors | -1/+1 |
| 2013-09-10 | std::at_vec and vec: Unify build_sized, build_sized_opt into build | blake2-ppc | -1/+1 |
| 2013-09-09 | Add test for issue #8587, about calling nested functions of the same name | blake2-ppc | -0/+50 |
| 2013-09-09 | rename `std::iterator` to `std::iter` | Daniel Micay | -2/+2 |
| 2013-09-08 | Fix pretty-printing of empty impl items | Jakub | -0/+10 |
| 2013-09-08 | syntax: implement labelled breaks for `for`. | Huon Wilson | -0/+6 |
| 2013-09-08 | auto merge of #9035 : alexcrichton/rust/fewer-clownshoes, r=huonw | bors | -1/+1 |
| 2013-09-08 | std: Rename Unfoldr to Unfold. | Huon Wilson | -2/+2 |
| 2013-09-06 | Remove even more usage of clownshoes in symbols | Alex Crichton | -1/+1 |
| 2013-09-06 | add hygiene test, add copyright to another | John Clements | -0/+26 |
| 2013-09-06 | make macro hygienic | John Clements | -8/+8 |
| 2013-09-06 | xfailed unhygienic test | John Clements | -0/+3 |
| 2013-09-06 | resolve test case | John Clements | -0/+11 |
| 2013-09-05 | auto merge of #8997 : fhahn/rust/issue_8985, r=catamorphism,brson | bors | -8/+8 |
| 2013-09-05 | Rename str::from_bytes to str::from_utf8, closes #8985 | Florian Hahn | -8/+8 |
| 2013-09-05 | auto merge of #8993 : pnkfelix/rust/fsk-fix-7740-dont-recur-on-items-during-g... | bors | -0/+15 |
| 2013-09-05 | regression test for #7740. | Felix S. Klock II | -0/+15 |
| 2013-09-04 | auto merge of #8875 : alexcrichton/rust/fix-inner-static-library-bug, r=huonw | bors | -3/+87 |
| 2013-09-04 | Improve name mangling for gdb | Alex Crichton | -3/+3 |
| 2013-09-04 | auto merge of #8944 : alexcrichton/rust/issue-8938, r=huonw | bors | -0/+3 |
| 2013-09-04 | auto merge of #8980 : thestinger/rust/bool, r=thestinger | bors | -16/+12 |
| 2013-09-04 | forbid cast as bool | Daniel Micay | -16/+12 |
| 2013-09-04 | Remove spurious comment in test for #1866. | Jack Moffitt | -1/+0 |
| 2013-09-04 | auto merge of #8855 : michaelwoerister/rust/captured_vars, r=jdm | bors | -13/+410 |
| 2013-09-04 | debuginfo: Much improved handling of captured variables and by-value arguments. | Michael Woerister | -5/+18 |
| 2013-09-04 | debuginfo: Added test cases for structs, tuples, enums, etc passed by value. | Michael Woerister | -40/+173 |
| 2013-09-04 | debuginfo: Support for by-value arguments (still excluding some cases of self... | Michael Woerister | -3/+79 |
| 2013-09-04 | debuginfo: Support for variables captured in closures and closure type descri... | Michael Woerister | -0/+175 |
| 2013-09-04 | auto merge of #8966 : FlaPer87/rust/issue/7473, r=bblum | bors | -0/+26 |
| 2013-09-04 | auto merge of #8956 : thestinger/rust/test, r=huonw | bors | -0/+25 |
| 2013-09-04 | stop treating char as an integer type | Daniel Micay | -23/+3 |
| 2013-09-04 | add test for tydesc name | Daniel Micay | -0/+25 |
| 2013-09-03 | Raise errors on format strings with unmatched `}` | Alex Crichton | -0/+3 |
| 2013-09-03 | auto merge of #8942 : novalis/rust/fmt, r=alexcrichton | bors | -0/+6 |
| 2013-09-03 | Test and document escaping on format!() | novalis | -0/+6 |
| 2013-09-03 | auto merge of #8963 : jmgrosen/rust/issue-8881, r=alexcrichton | bors | -2/+1 |
| 2013-09-04 | Fixed docs and styles | Flaper Fesp | -1/+1 |
| 2013-09-04 | Add a safe implementation of MutexArc::access* methods | Flaper Fesp | -0/+26 |
| 2013-09-03 | Fixes #8881. condition! imports parent's pub identifiers | jmgrosen | -2/+1 |
| 2013-09-03 | auto merge of #8921 : huonw/rust/stability, r=brson | bors | -0/+500 |