| Age | Commit message (Expand) | Author | Lines |
| 2013-09-17 | auto merge of #9244 : thestinger/rust/drop, r=catamorphism | bors | -96/+96 |
| 2013-09-17 | auto merge of #9225 : huonw/rust/closing-time, r=alexcrichton | bors | -0/+166 |
| 2013-09-17 | Disabled tests which now fail on Windows+mingw4.0 due to GCC 4.8 ABI change (... | Vadim Chugunov | -0/+6 |
| 2013-09-17 | Tests for fixed issues. | Huon Wilson | -0/+166 |
| 2013-09-16 | auto merge of #9130 : alexcrichton/rust/inline-globals, r=thestinger | bors | -0/+10 |
| 2013-09-16 | switch Drop to `&mut self` | Daniel Micay | -96/+96 |
| 2013-09-16 | testsuite: Add test for #4208 | Tim Chevalier | -0/+40 |
| 2013-09-16 | auto merge of #9192 : Kimundi/rust/master, r=huonw | bors | -0/+153 |
| 2013-09-16 | Corrected a few small style issues | Marvin Löbel | -1/+1 |
| 2013-09-16 | Add an SendStr type | Marvin Löbel | -0/+153 |
| 2013-09-16 | auto merge of #9121 : sanxiyn/rust/arm, r=alexcrichton | bors | -0/+2 |
| 2013-09-16 | Resume inlining globals across crates | Alex Crichton | -0/+10 |
| 2013-09-16 | Ignore failing tests on Android | Seo Sanghyeon | -0/+2 |
| 2013-09-16 | auto merge of #9206 : alexcrichton/rust/issue-9188, r=catamorphism | bors | -0/+45 |
| 2013-09-15 | auto merge of #9168 : michaelwoerister/rust/traits, r=jdm | bors | -0/+347 |
| 2013-09-15 | Remove {uint,int,u64,i64,...}::from_str,from_str_radix | blake2-ppc | -36/+36 |
| 2013-09-15 | debuginfo: Fix style nits for pull request. | Michael Woerister | -2/+0 |
| 2013-09-15 | debuginfo: Added description of algorithm for handling recursive types. | Michael Woerister | -6/+6 |
| 2013-09-15 | debuginfo: Added test cases for recursive structs. | Michael Woerister | -0/+315 |
| 2013-09-15 | debuginfo: Basic support for trait objects. | Michael Woerister | -0/+34 |
| 2013-09-15 | Document all of the format! related macros | Alex Crichton | -4/+3 |
| 2013-09-15 | Reduce the amount of complexity in format! | Alex Crichton | -3/+5 |
| 2013-09-14 | Guarantee that statics have unique names | Alex Crichton | -0/+45 |
| 2013-09-15 | remove old internal iterator range tests | Daniel Micay | -254/+0 |
| 2013-09-15 | Use std::iter::range_step | blake2-ppc | -16/+12 |
| 2013-09-14 | auto merge of #9183 : alexcrichton/rust/issue-5794, r=catamorphism | bors | -0/+13 |
| 2013-09-14 | auto merge of #9174 : thestinger/rust/bot, r=catamorphism | bors | -0/+13 |
| 2013-09-14 | auto merge of #9162 : alexcrichton/rust/issue-9123, r=catamorphism | bors | -0/+35 |
| 2013-09-14 | auto merge of #9115 : erickt/rust/master, r=erickt | bors | -5/+3 |
| 2013-09-13 | Remove all usage of change_dir_locked | Alex Crichton | -3/+103 |
| 2013-09-13 | Pass a more proper span to the syntax expanders | Alex Crichton | -0/+13 |
| 2013-09-13 | make ! support the equality/ordering operators | Daniel Micay | -0/+13 |
| 2013-09-13 | auto merge of #9170 : alexcrichton/rust/flaky-fileinput, r=erickt | bors | -0/+203 |
| 2013-09-13 | Move glob tests to a run-pass test | Alex Crichton | -0/+203 |
| 2013-09-13 | Translate nested items in default methods | Alex Crichton | -0/+35 |
| 2013-09-12 | std: Remove Zero impl for Option | Erick Tryzelaar | -1/+0 |
| 2013-09-12 | std: Remove Zero impl from vec | Erick Tryzelaar | -4/+3 |
| 2013-09-12 | rustc: Fix cstack lint for default methods. Closes #8753 | Brian Anderson | -0/+51 |
| 2013-09-12 | auto merge of #9140 : alexcrichton/rust/issue-9119, r=huonw | bors | -0/+1 |
| 2013-09-12 | auto merge of #9135 : jbclements/rust/let-var-hygiene, r=erickt | bors | -0/+22 |
| 2013-09-12 | auto merge of #9096 : huonw/rust/linenoise, r=brson | bors | -0/+75 |
| 2013-09-12 | Parse underscores in identifiers for format! | Alex Crichton | -0/+1 |
| 2013-09-12 | Implement a format_args!() macro | Alex Crichton | -5/+51 |
| 2013-09-11 | added run-pass test from issue #9110 | John Clements | -0/+22 |
| 2013-09-11 | auto merge of #9061 : jakub-/rust/pretty-print-empty-impl, r=huonw | bors | -0/+10 |
| 2013-09-11 | Fix the empty-impl tests | Jakub | -4/+4 |
| 2013-09-11 | xfail-fast the new test for windows compatibility | SiegeLord | -0/+1 |
| 2013-09-11 | Fix whitespace in tests | SiegeLord | -2/+2 |
| 2013-09-11 | Replace dashes in the filenames of the new tests with underscores to avoid is... | SiegeLord | -1/+1 |
| 2013-09-11 | Add a test for cross-crate struct variants | SiegeLord | -0/+35 |