summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2014-10-07Rename slicing methodsNick Cameron-6/+6
2014-10-07Put slicing syntax behind a feature gate.Nick Cameron-0/+13
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-3/+3
2014-10-06auto merge of #17803 : bkoropoff/rust/issue-17021, r=alexcrichtonbors-0/+2
2014-10-06auto merge of #17781 : P1start/rust/bitflags-lints, r=alexcrichtonbors-10/+10
2014-10-06Rename the file permission statics in std::io to be uppercaseP1start-10/+10
2014-10-05Build regression test for issue #17021 with -gBrian Koropoff-0/+2
2014-10-05auto merge of #17762 : bkoropoff/rust/issue-17734, r=alexcrichtonbors-0/+23
2014-10-05Add regression test for issue #17734Brian Koropoff-0/+23
2014-10-05auto merge of #16970 : kmcallister/rust/llvm-unreachable, r=thestingerbors-0/+24
2014-10-04Add tests for intrinsics::unreachableKeegan McAllister-0/+24
2014-10-03Add regression test for issue #17737Brian Koropoff-0/+24
2014-10-04auto merge of #17731 : bkoropoff/rust/unboxed-by-ref, r=pcwaltonbors-7/+37
2014-10-03rollup merge of #17739 : eddyb/fix-process-testAlex Crichton-0/+53
2014-10-03rollup merge of #17729 : alexcrichton/issue-17718-startAlex Crichton-0/+15
2014-10-03Fix a race condition between remove_from_env and other io::process tests.Eduard Burtescu-0/+53
2014-10-03Add some more test coverage of by-ref unboxed closuresBrian Koropoff-0/+35
2014-10-02Rehabilitate an unboxed closure testBrian Koropoff-7/+2
2014-10-02Merge branch 'travis' into rollupAlex Crichton-0/+1
2014-10-02syntax: Enable parsing of `const` globalsAlex Crichton-0/+15
2014-10-02Test fixes from the rollupAlex Crichton-1/+1
2014-10-02rollup merge of #17666 : eddyb/take-garbage-outAlex Crichton-1641/+214
2014-10-02rollup merge of #17722 : jakub-/issue-17169Alex Crichton-0/+4
2014-10-02rollup merge of #17721 : jakub-/resolved-issuesAlex Crichton-0/+257
2014-10-02rollup merge of #17720 : ben0x539/shiftsAlex Crichton-0/+94
2014-10-02rollup merge of #17646 : bkoropoff/cast-iceAlex Crichton-0/+15
2014-10-02Add tests for a few resolved issuesJakub Wieczorek-0/+257
2014-10-02Fix cross-crate tuple structs in staticsJakub Wieczorek-0/+4
2014-10-02native: fix passing errno to parent after forkBenjamin Herr-0/+94
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-3/+3
2014-10-02Revert "Remove the `_` suffix from slice methods."Aaron Turon-8/+8
2014-10-02Revert "Put slicing syntax behind a feature gate."Aaron Turon-13/+0
2014-10-02tests: remove uses of Gc.Eduard Burtescu-1640/+213
2014-10-02auto merge of #17663 : eddyb/rust/method-origin-subst, r=nikomatsakisbors-0/+23
2014-10-02Put slicing syntax behind a feature gate.Nick Cameron-0/+13
2014-10-02Remove the `_` suffix from slice methods.Nick Cameron-8/+8
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-3/+3
2014-10-01Remove iotest macroAaron Turon-12/+5
2014-10-01Remove all use of librustuvAaron Turon-220/+38
2014-10-01auto merge of #17653 : kaini/rust/master, r=alexcrichtonbors-0/+21
2014-10-01auto merge of #17501 : pcwalton/rust/improve-method-lookup-autoderef, r=nikom...bors-2/+53
2014-10-01auto merge of #17584 : pcwalton/rust/range-patterns-dotdotdot, r=nick29581bors-47/+47
2014-09-30Add regression test for issue #17458Brian Koropoff-0/+15
2014-09-30librustc: Fix up mutability in method autoderefs if incorrect, andPatrick Walton-2/+53
2014-09-30Fold `MethodOrigin`s to resolve inference variables they may contain.Eduard Burtescu-0/+23
2014-09-30Move `if let` behind a feature gateKevin Ballard-0/+2
2014-09-30Add tests for `if let`Kevin Ballard-0/+67
2014-09-30librustc: Forbid `..` in range patterns.Patrick Walton-47/+47
2014-09-30Fixes ICE when using reexported unit-like structsMichael Kainer-0/+21
2014-09-30auto merge of #17563 : brson/rust/wintcbfix, r=thestingerbors-2/+56