about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2015-03-31rollup merge of #23886: demelev/remove_as_slice_usageAlex Crichton-2/+2
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-31rollup merge of #23549: aturon/stab-numAlex Crichton-9/+8
2015-03-31Stabilize std::numAaron Turon-9/+8
2015-03-31Rollup merge of #23866 - alexcrichton:switch-some-orders, r=aturonManish Goregaokar-6/+5
2015-03-31Rollup merge of #23859 - pnkfelix:fsk-lesser-box, r=nikomatsakisManish Goregaokar-1/+61
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-2/+2
2015-03-30std: Standardize (input, output) param orderingsAlex Crichton-6/+5
2015-03-30Add test case for #22743.Niko Matsakis-0/+32
2015-03-30Fallout in tests: largely changes to error messages.Niko Matsakis-51/+37
2015-03-30Fallout to test.Felix S. Klock II-1/+61
2015-03-30Fallout where types must be specified.Niko Matsakis-21/+42
2015-03-30Driveby cleanup of the impl for negation, which had some kind ofNiko Matsakis-0/+2
2015-03-28Fix some typosVadim Petrochenkov-11/+11
2015-03-29Port of pcwalton removal of `#[unsafe_destructor]` check.Felix S. Klock II-137/+6
2015-03-28Rollup merge of #23803 - richo:unused-braces, r=ManishearthManish Goregaokar-4/+4
2015-03-28cleanup: Remove unused braces in use statementsRicho Healey-4/+4
2015-03-27std: Don't deadlock/panic on recursive printsAlex Crichton-0/+38
2015-03-27rollup merge of #23786: alexcrichton/less-quotesAlex Crichton-242/+226
2015-03-27Test fixes and rebase conflicts, round 3Alex Crichton-2/+2
2015-03-27rollup merge of #23794: brson/slicegateAlex Crichton-0/+71
2015-03-27Feature gate *all* slice patterns. #23121Brian Anderson-0/+71
2015-03-27rollup merge of #23486: nikomatsakis/issue-23485Alex Crichton-0/+58
2015-03-27Fix fallout of removing quotes in crate namesAlex Crichton-204/+195
2015-03-27When testing whether a default method predicates are satisfiable,Niko Matsakis-0/+58
2015-03-27Merge 'richo/unquote-crates' into less-quotesAlex Crichton-22/+22
2015-03-27Unquote all crate names without underscoresRicho Healey-22/+22
2015-03-27rustc: Remove support for hyphens in crate namesAlex Crichton-17/+9
2015-03-27rollup merge of #23741: alexcrichton/remove-int-uintAlex Crichton-3110/+3074
2015-03-27rollup merge of #23738: alexcrichton/snapshotsAlex Crichton-13/+0
2015-03-27rollup merge of #23775: alexcrichton/fix-flaky-testAlex Crichton-9/+7
2015-03-27rollup merge of #23765: alexcrichton/remove-colon-syntaxAlex Crichton-3/+3
2015-03-27rollup merge of #23761: alexcrichton/remove-phaseAlex Crichton-34/+0
2015-03-27rollup merge of #23740: alexcrichton/remove-deprecated-slicing-syntaxAlex Crichton-22/+2
2015-03-27rollup merge of #23712: nikomatsakis/reflect-traitAlex Crichton-7/+153
2015-03-27rollup merge of #23625: fhahn/issue-23620-ice-unicode-bytestringAlex Crichton-1/+49
2015-03-27rollup merge of #23535: pnkfelix/fsk-filling-dropAlex Crichton-2/+346
2015-03-27alloc: Don't run some Arc doc testsAlex Crichton-9/+7
2015-03-27Prevent ICEs when parsing invalid escapes, closes #23620Florian Hahn-1/+49
2015-03-27workaround pretty-print bugs to placate `make check-pretty`.Felix S. Klock II-2/+4
2015-03-26rustc: Remove support for `-l foo:static`Alex Crichton-3/+3
2015-03-26rustc: Remove old #[phase] and #[plugin]Alex Crichton-34/+0
2015-03-26Drive-by fix for incorrect variance rule that I noticed.Niko Matsakis-0/+25
2015-03-26Implement `Reflect` trait with a variant on the standard OIBITNiko Matsakis-7/+128