summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2015-04-01rollup merge of #23860: nikomatsakis/copy-requires-cloneAlex Crichton-92/+96
2015-04-01rollup merge of #23945: pnkfelix/gate-u-negateAlex Crichton-8/+10
2015-04-02partial set of fixes for fallout in tests/run-passFelix S. Klock II-8/+10
2015-04-01rollup merge of #23939: nikomatsakis/fn-boxAlex Crichton-10/+9
2015-04-02Rollup merge of #23895 - nikomatsakis:fn-trait-inheritance-add-impls, r=pnkfelixManish Goregaokar-0/+74
2015-04-01Remove `Thunk` struct and `Invoke` trait; change `Thunk` to be an aliasNiko Matsakis-10/+9
2015-04-01Fallout in testsNiko Matsakis-92/+96
2015-04-01Update tests for new coherence rules, and add a swatch of new testsNiko Matsakis-110/+60
2015-04-01Test fixes and rebase conflictsAlex Crichton-4/+4
2015-03-31rollup merge of #23921: aturon/issue-17746Alex Crichton-0/+33
2015-03-31rollup merge of #23863: pnkfelix/arith-oflo-const-evalAlex Crichton-3/+167
2015-04-01Include feature `core` to get access to `wrapping_add`.Felix S. Klock II-0/+3
2015-04-01Fallout from changes for overflow-checking during constant evaluation.Felix S. Klock II-3/+8
2015-04-01Added tests for discriminant overflows.Felix S. Klock II-0/+156
2015-03-31Test fixes and rebase conflicts, round 3Alex Crichton-1/+2
2015-03-31Add test for #17746Aaron Turon-0/+33
2015-03-31rollup merge of #23288: alexcrichton/issue-19470Alex Crichton-7/+6
2015-03-31rollup merge of #23907: alexcrichton/impl-exitAlex Crichton-0/+31
2015-03-31rollup merge of #23873: alexcrichton/remove-deprecatedAlex Crichton-207/+117
2015-03-31rollup merge of #23875: aturon/revise-convert-2Alex Crichton-3/+0
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-207/+117
2015-03-31rollup merge of #23886: demelev/remove_as_slice_usageAlex Crichton-1/+1
2015-03-31rollup merge of #23878: Ryman/stable_extremesAlex Crichton-0/+83
2015-03-31rollup merge of #23876: alexcrichton/stabilize-anyAlex Crichton-1/+0
2015-03-31rollup merge of #23704: hirschenberger/simd-intdiv-iceAlex Crichton-0/+2
2015-03-31std: Add a process::exit functionAlex Crichton-0/+31
2015-03-31rustc: Remove old_orphan_check entirelyAlex Crichton-7/+6
2015-03-31Stabilize `std::convert` and related codeAaron Turon-3/+0
2015-03-31rollup merge of #23549: aturon/stab-numAlex Crichton-4/+4
2015-03-31Add tests for blanket impls.Niko Matsakis-0/+74
2015-03-31Auto merge of #23549 - aturon:stab-num, r=alexcrichtonbors-4/+4
2015-03-31Stabilize std::numAaron Turon-4/+4
2015-03-31Rollup merge of #23866 - alexcrichton:switch-some-orders, r=aturonManish Goregaokar-1/+1
2015-03-31Rollup merge of #23852 - cmr:missing_doc, r=ManishearthManish Goregaokar-0/+20
2015-03-30std: Stabilize the rest of Any/BoxAnyAlex Crichton-1/+0
2015-03-30libcore: Ensure min and max functions are consistent for equal inputsKevin Butler-0/+83
2015-03-30lint: handle private traits betterCorey Richardson-0/+20
2015-03-31replace deprecated as_slice()Emeliov Dmitrii-1/+1
2015-03-30std: Standardize (input, output) param orderingsAlex Crichton-1/+1
2015-03-30Add test case for #22743.Niko Matsakis-0/+32
2015-03-30Fallout in tests: largely changes to error messages.Niko Matsakis-1/+1
2015-03-30Fallout where types must be specified.Niko Matsakis-20/+23
2015-03-30Driveby cleanup of the impl for negation, which had some kind ofNiko Matsakis-26/+0
2015-03-28Fix some typosVadim Petrochenkov-2/+2
2015-03-28Rollup merge of #23803 - richo:unused-braces, r=ManishearthManish Goregaokar-3/+3
2015-03-28cleanup: Remove unused braces in use statementsRicho Healey-3/+3
2015-03-27std: Don't deadlock/panic on recursive printsAlex Crichton-0/+38
2015-03-27rollup merge of #23786: alexcrichton/less-quotesAlex Crichton-71/+71
2015-03-27Test fixes and rebase conflicts, round 3Alex Crichton-1/+1
2015-03-27rollup merge of #23794: brson/slicegateAlex Crichton-0/+27