summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2014-10-02rollup merge of #17646 : bkoropoff/cast-iceAlex Crichton-0/+33
2014-10-02Add tests for a few resolved issuesJakub Wieczorek-0/+339
2014-10-02Fix cross-crate tuple structs in staticsJakub Wieczorek-0/+6
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-17/+17
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-37/+1
2014-10-02Disable the Roman numerals test on Android due to cross-compile issuesKeegan McAllister-0/+1
2014-10-02tests: remove uses of Gc.Eduard Burtescu-3604/+308
2014-10-02syntax: mark the managed_boxes feature as Removed.Eduard Burtescu-1/+1
2014-10-02auto merge of #17663 : eddyb/rust/method-origin-subst, r=nikomatsakisbors-0/+45
2014-10-02auto merge of #17434 : P1start/rust/borrowck-messages, r=nikomatsakisbors-13/+42
2014-10-02auto merge of #17681 : jgallagher/rust/dep-info-escape-spaces, r=alexcrichtonbors-0/+68
2014-10-02Enable a test for .. in range patterns.Nick Cameron-2/+0
2014-10-02Change the `use of moved value` error to be more accurateP1start-11/+14
2014-10-02Put slicing syntax behind a feature gate.Nick Cameron-1/+37
2014-10-02Remove the `_` suffix from slice methods.Nick Cameron-8/+8
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-17/+17
2014-10-02Clarify some borrowck errorsP1start-0/+23
2014-10-02Output a note when lifetimes cannot be elided from functionsP1start-2/+5
2014-10-01auto merge of #17673 : aturon/rust/remove-uv, r=alexcrichtonbors-307/+44
2014-10-01Add a guide to compiler pluginsKeegan McAllister-0/+96
2014-10-01auto merge of #17678 : fhahn/rust/issue-17628-infinite-recursion, r=alexcrichtonbors-0/+22
2014-10-01Remove iotest macroAaron Turon-12/+5
2014-10-01Remove all use of librustuvAaron Turon-297/+41
2014-10-01Make --dep-info escape spaces in filenamesJohn Gallagher-0/+68
2014-10-01auto merge of #17653 : kaini/rust/master, r=alexcrichtonbors-0/+42
2014-10-01Limit recursion depth for macro expansions, closes #17628Florian Hahn-0/+22
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-62/+62
2014-09-30Add regression test for issue #17444Brian Koropoff-0/+18
2014-09-30Add regression test for issue #17458Brian Koropoff-0/+15
2014-09-30auto merge of #17634 : jakub-/rust/if_let, r=kballardbors-0/+128
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/+45
2014-09-30auto merge of #17639 : brson/rust/windbg2, r=pcwaltonbors-2/+3
2014-09-30Move `if let` behind a feature gateKevin Ballard-1/+4
2014-09-30Produce a better error for irrefutable `if let` patternsKevin Ballard-0/+58
2014-09-30Add tests for `if let`Kevin Ballard-0/+67
2014-09-30Ignore yet another windows debuginfo testBrian Anderson-2/+3
2014-09-30librustc: Forbid `..` in range patterns.Patrick Walton-62/+62
2014-09-30Fixes ICE when using reexported unit-like structsMichael Kainer-0/+42
2014-09-30auto merge of #17563 : brson/rust/wintcbfix, r=thestingerbors-2/+56
2014-09-29auto merge of #17468 : nick29581/rust/dst-bug-nostd, r=nikomatsakisbors-0/+21
2014-09-30Emit an error rather than ICEing for a missing built-in bound lang item.Nick Cameron-0/+21
2014-09-29auto merge of #17475 : pnkfelix/rust/fix-17303, r=huonwbors-4/+17
2014-09-29Ignore win-tcb test on non-windowsBrian Anderson-22/+42
2014-09-29Test fixes from the rollupAlex Crichton-2/+4
2014-09-29rollup merge of #17619 : wizeman/fix-permAlex Crichton-0/+36
2014-09-29rollup merge of #17614 : nick29581/slice3Alex Crichton-0/+16