about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2013-06-06test/compile-fail: clarify bad-for-loopRamkumar Ramachandra-3/+19
2013-06-06Deduplicate words in code commentsAlexei Sholik-1/+1
2013-06-05auto merge of #6964 : huonw/rust/vec-mut-iter, r=thestingerbors-0/+19
2013-06-06std: add an external iterator for mutating vec elementsHuon Wilson-0/+19
2013-06-05Fix stat.rs to not pollute the build directory. Closes #6959.Michael Sullivan-1/+2
2013-06-04librustc: Disallow multiple patterns from appearing in a "let" declaration.Patrick Walton-47/+106
2013-06-04libsyntax: Remove `pub impl` from the languagePatrick Walton-2/+2
2013-06-04auto merge of #6928 : Blei/rust/fix-constructors, r=bstriebors-25/+25
2013-06-04std::cell: Modernize constructorsPhilipp Brüschweiler-25/+25
2013-06-04Use ABI alignment, not "preferred" alignment, to unify monomorphizations.Jed Davis-0/+31
2013-06-03Add test for issue #6698Philipp Brüschweiler-0/+17
2013-06-02ptr: split out borrowed pointer utilitiesDaniel Micay-3/+4
2013-06-01auto merge of #6896 : nickdesaulniers/rust/issue4501, r=brsonbors-30/+30
2013-06-01auto merge of #6891 : luqmana/rust/unit-struct-drop, r=catamorphismbors-0/+29
2013-06-01Mark run-pass/unit-like-struct-drop-run.rs as xfast-fail.Luqman Aden-0/+1
2013-06-01auto merge of #6807 : catamorphism/rust/rustpkg-extern-mod, r=catamorphismbors-0/+16
2013-06-01testsuite: Add an xfailed test case for the new `extern mod` syntaxTim Chevalier-0/+16
2013-06-01Swap return value of pipes::init Fixes #4501Nick Desaulniers-30/+30
2013-06-01Add test for #6861Luqman Aden-0/+28
2013-06-01auto merge of #6880 : thomaslee/rust/issue-6745, r=catamorphismbors-4/+30
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-220/+223
2013-06-01librustc: Don't require `pub extern` to make extern functions visiblePatrick Walton-0/+14
2013-06-01Reexport static methods on structs & enums.Tom Lee-4/+30
2013-05-31auto merge of #6851 : alexcrichton/rust/bugfixes, r=pcwaltonbors-19/+101
2013-05-31auto merge of #6864 : thestinger/rust/bool, r=pcwaltonbors-1/+1
2013-05-31auto merge of #6862 : thestinger/rust/swap, r=bstriebors-2/+2
2013-05-31bool: rm functions duplicating methodsDaniel Micay-1/+1
2013-05-31xfail-fast the deriving testAlex Crichton-0/+2
2013-05-31auto merge of #6857 : alexcrichton/rust/ebml-fixes, r=pcwaltonbors-2/+17
2013-05-31auto merge of #6863 : huonw/rust/error-span, r=thestingerbors-0/+14
2013-06-01rustc: adjust span for error message to not trim last letterHuon Wilson-0/+14
2013-05-31mv the raw pointer {swap,replace}_ptr to std::ptrDaniel Micay-2/+2
2013-05-31auto merge of #6853 : bblum/rust/sized, r=pcwaltonbors-0/+75
2013-05-30auto merge of #6848 : pcwalton/rust/issue-6352, r=pcwaltonbors-0/+14
2013-05-31Implement unimplemented methods in ebmlAlex Crichton-2/+17
2013-05-30Rewrite deriving(Decodable, Encodable)Alex Crichton-0/+75
2013-05-30auto merge of #6818 : nikomatsakis/rust/irrefut-patterns-refactoring, r=graydonbors-29/+18
2013-05-30Promote unreachable code to being a lint attributeAlex Crichton-19/+24
2013-05-30Add simple tests for SizedBen Blum-0/+75
2013-05-30librustc: Bump the offset when translating const structs. Closes #6352.Patrick Walton-0/+14
2013-05-30Fix parser testNiko Matsakis-25/+2
2013-05-30Correct issue-2804 testNiko Matsakis-4/+4
2013-05-30rustc: change 'use' to 'add' in error message, fix #2994Graydon Hoare-2/+2
2013-05-30Fix matching of rvalues with destructorsNiko Matsakis-0/+12
2013-05-30Remove a bunch of unnecessary allocations and copiesBjörn Steinbrink-19/+19
2013-05-30Allow doc(hidden) and --test to disable doc lintingAlex Crichton-0/+13
2013-05-30Make missing documentation linting more robustAlex Crichton-0/+72
2013-05-29test: Fix problem with check-fast. rs=burningtreePatrick Walton-1/+1
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-218/+939
2013-05-29librustc: Redo the unsafe checker and make unsafe methods not callable from s...Patrick Walton-8/+8