summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2013-02-28librustc: Mark all type implementations public. rs=impl-publicityPatrick Walton-70/+70
2013-02-27auto merge of #5155 : bstrie/rust/dedrop, r=pcwaltonbors-6/+24
2013-02-27Turn old `drop` blocks into `Drop` traitsBen Striegel-6/+24
2013-02-27testsuite: Update and un-xfail #3601 testTim Chevalier-8/+8
2013-02-27auto merge of #5145 : Kimundi/rust/incoming, r=catamorphismbors-0/+24
2013-02-27auto merge of #5070 : youknowone/rust/struct-match2, r=nikomatsakisbors-3/+2
2013-02-28Fix reversed current/expected typeJeong YunWon-3/+2
2013-02-27librustc: Forbid `pub` or `priv` before trait implementationsPatrick Walton-76/+76
2013-02-27libsyntax: Forbid mutable vectors. rs=demutingPatrick Walton-4/+2
2013-02-27libsyntax: Forbid `~mut` and `~const`. rs=demutingPatrick Walton-19/+0
2013-02-27Added ToStr implementations for &[T] and @[T]Marvin Löbel-0/+24
2013-02-27auto merge of #5118 : youknowone/rust/match-guard, r=nikomatsakisbors-0/+14
2013-02-26Adjust error messages for compile-fail tests.Luqman Aden-9/+9
2013-02-26Fix using the #[]-style attribute for unused importsAlex Crichton-1/+6
2013-02-26Don't warn about 'pub use' statementsAlex Crichton-0/+3
2013-02-26auto merge of #5119 : Kimundi/rust/incoming, r=catamorphismbors-5/+5
2013-02-26bench: Fix botched option dances. rs=demutingPatrick Walton-13/+16
2013-02-26Removed deprecated `str()` functions in int-template.rs and uint-template.rsMarvin Löbel-5/+5
2013-02-26Add non-exhaustive check for match guardsJeong YunWon-0/+14
2013-02-26test: De-[mut] (remove all mutable arrays from) the tests. rs=demutingPatrick Walton-256/+25
2013-02-26test: De-~mut the test suite. rs=demutingPatrick Walton-122/+68
2013-02-26librustc: Implement a lint mode for mutable structures; deny by default. r=tjcPatrick Walton-36/+33
2013-02-25auto merge of #5109 : bstrie/rust/decapclause, r=pcwaltonbors-15/+0
2013-02-25auto merge of #5084 : oncemoreification/rust/issue-4517, r=brsonbors-1/+7
2013-02-25Stop parsing capture clausesBen Striegel-15/+0
2013-02-25auto merge of #5072 : youknowone/rust/repeat_count, r=brsonbors-0/+16
2013-02-25Revert "test: De-~mut the test suite. rs=demuting"Patrick Walton-67/+121
2013-02-25test: De-~mut the test suite. rs=demutingPatrick Walton-121/+67
2013-02-25test: Residual de-muting of the test suite. rs=demutingPatrick Walton-186/+174
2013-02-24test: xfail-pretty some benchmarks. rs=burningtreePatrick Walton-0/+8
2013-02-25Report error for non constant vector repeat countJeong YunWon-0/+16
2013-02-23test: Fix comments in pretty-printed test. rs=burningtreePatrick Walton-2/+2
2013-02-23Fix slice printingoncemoreification-1/+1
2013-02-22test: De-mut the test suite. rs=demutingPatrick Walton-450/+311
2013-02-22Remove legacy_modes from test casesBrian Anderson-98/+64
2013-02-22auto merge of #5081 : brson/rust/pipes, r=pcwaltonbors-125/+116
2013-02-22Fix vector syntax in error messagesoncemoreification-1/+7
2013-02-21core: Extract comm from pipes. #4742Brian Anderson-125/+116
2013-02-21Remove the last bits of structural records from tests/rustc/rusti/rustpkg.Luqman Aden-145/+93
2013-02-21auto merge of #5068 : sethpink/rust/derive-eq-tuple-struct, r=catamorphismbors-0/+43
2013-02-21auto merge of #5069 : pcwalton/rust/plussing-2, r=pcwaltonbors-3/+3
2013-02-21librustc: Separate the rest of the trait bounds with `+` and stop parsing spa...Patrick Walton-3/+3
2013-02-20auto merge of #5065 : catamorphism/rust/issue-3453, r=catamorphismbors-0/+16
2013-02-21Implement #[deriving_eq] on tuple like structsSeth Pink-0/+43
2013-02-20auto merge of #5063 : pcwalton/rust/plussing, r=pcwaltonbors-197/+197
2013-02-20librustc: Separate most trait bounds with '+'. rs=plussingPatrick Walton-197/+197
2013-02-20auto merge of #5058 : Thiez/rust/incoming, r=catamorphismbors-1/+1
2013-02-20rustc: Use position method in check::methodTim Chevalier-0/+16
2013-02-20auto merge of #5043 : brson/rust/swap, r=brsonbors-0/+45
2013-02-20Don't perform swap when src == dst. #5041Brian Anderson-0/+45