| Age | Commit message (Expand) | Author | Lines |
| 2013-05-07 | Add some tests for local data + borrowed pointers | Brian Anderson | -0/+21 |
| 2013-05-07 | auto merge of #6282 : alexcrichton/rust/issue-5517-add-test, r=thestinger | bors | -0/+14 |
| 2013-05-07 | auto merge of #6251 : thestinger/rust/non_owned, r=pcwalton | bors | -0/+76 |
| 2013-05-07 | auto merge of #6245 : youknowone/rust/match-range-static, r=graydon | bors | -0/+10 |
| 2013-05-06 | auto merge of #6236 : alexcrichton/rust/more-map-methods, r=thestinger | bors | -0/+4 |
| 2013-05-07 | Add pop() and swap() to the Map trait | Alex Crichton | -0/+4 |
| 2013-05-06 | auto merge of #6228 : brson/rust/run-destroy, r=brson | bors | -0/+89 |
| 2013-05-06 | Add a test for issue 5517 | Alex Crichton | -0/+14 |
| 2013-05-06 | Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze | Niko Matsakis | -34/+85 |
| 2013-05-06 | Move core::run tests of process killing into standalone run-pass tests | Brian Anderson | -0/+89 |
| 2013-05-06 | auto merge of #6265 : sanxiyn/rust/xc-packed, r=nikomatsakis | bors | -0/+13 |
| 2013-05-06 | Fix cross-crate packed structs | Seo Sanghyeon | -0/+13 |
| 2013-05-06 | refinement to technique used to not run regionck | Niko Matsakis | -52/+12 |
| 2013-05-06 | Add assert_approx_eq! macro | Brendan Zabarauskas | -0/+44 |
| 2013-05-06 | Move FuzzyEq trait into core::cmp and rename it to 'ApproxEq' | Brendan Zabarauskas | -34/+28 |
| 2013-05-05 | Fix two more write guard failures | Niko Matsakis | -54/+38 |
| 2013-05-05 | compile-fail tests for #[non_owned] and #[mutable] | Daniel Micay | -0/+76 |
| 2013-05-05 | Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze | Niko Matsakis | -739/+408 |
| 2013-05-05 | Allow non-literal static range pattern for match arms | Jeong YunWon | -0/+10 |
| 2013-05-04 | auto merge of #6230 : thestinger/rust/whitespace, r=catamorphism | bors | -438/+139 |
| 2013-05-03 | add gitattributes and fix whitespace issues | Daniel Micay | -438/+139 |
| 2013-05-03 | rustc: add rooting, write-guards to slices etc | Niko Matsakis | -0/+110 |
| 2013-05-03 | rustc: Handle struct patterns where the expected type is an enum | Tim Chevalier | -0/+35 |
| 2013-05-03 | auto merge of #6204 : pcwalton/rust/uninhabited-enum-cast, r=catamorphism | bors | -0/+7 |
| 2013-05-02 | auto merge of #6201 : pcwalton/rust/inhtwama-serializer, r=graydon | bors | -28/+36 |
| 2013-05-02 | librustc: Make uninhabited enums not castable to int | Patrick Walton | -0/+7 |
| 2013-05-02 | auto merge of #6195 : luqmana/rust/newtype-drop, r=catamorphism | bors | -0/+28 |
| 2013-05-02 | librustc: Update the serializer to work properly with INHTWAMA, removing muta... | Patrick Walton | -28/+36 |
| 2013-05-02 | re-xfail some tests that fail on x86 | Graydon Hoare | -0/+5 |
| 2013-05-02 | Add test for drop for newtype structs. | Luqman Aden | -0/+28 |
| 2013-05-02 | Remove 'Local Variable' comments | Brendan Zabarauskas | -42/+0 |
| 2013-05-01 | wip---work on making rooting work properly | Niko Matsakis | -2/+3 |
| 2013-05-01 | avoid broken += operator, bogus use of const | Niko Matsakis | -10/+10 |
| 2013-05-01 | correct incorrect handling of overloaded operators, exposing various other bi... | Niko Matsakis | -10/+8 |
| 2013-05-01 | auto merge of #6147 : bjz/rust/numeric-traits, r=brson | bors | -2/+2 |
| 2013-05-01 | Revert rename of Div to Quot | Brendan Zabarauskas | -2/+2 |
| 2013-04-30 | auto merge of #6115 : jbclements/rust/test-case-fixes, r=jbclements | bors | -299/+141 |
| 2013-04-30 | auto merge of #6103 : catamorphism/rust/nonfatal-errors, r=catamorphism | bors | -2/+46 |
| 2013-04-30 | fixed pattern, moved test to compile-fail | John Clements | -1/+1 |
| 2013-04-30 | fixed up syntax | John Clements | -9/+16 |
| 2013-04-30 | renamed issue-2185 to issue-3429 | John Clements | -0/+0 |
| 2013-04-30 | typestate is not planned for upcoming versions of rust.... | John Clements | -27/+0 |
| 2013-04-30 | fixed this test case too | John Clements | -8/+7 |
| 2013-04-30 | fixed the test case, hope it's still testing something | John Clements | -10/+6 |
| 2013-04-30 | after syntax fixes, these tests appear to pass | John Clements | -33/+31 |
| 2013-04-30 | more commits on issue 2185 | John Clements | -0/+1 |
| 2013-04-30 | fixed up issue-2185, but now it has a trait failure | John Clements | -4/+27 |
| 2013-04-30 | with syntax fixes, this test case now appears to pass | John Clements | -9/+7 |
| 2013-04-30 | added test case for issue 5927 | John Clements | -0/+20 |
| 2013-04-30 | Test now passes | John Clements | -4/+2 |