about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2016-03-06Auto merge of #32055 - mitaa:rdoc-strip-priv-imports, r=alexcrichtonbors-1/+30
2016-03-06Auto merge of #32048 - bluss:overloaded-assign-op, r=eddybbors-0/+64
2016-03-06Auto merge of #32041 - arielb1:multiply-inexhaustive, r=eddybbors-0/+20
2016-03-06Split out rustdoc pass to strip private importsmitaa-1/+30
2016-03-06Auto merge of #30884 - durka:inclusive-ranges, r=aturonbors-6/+278
2016-03-06Auto merge of #31920 - jseyfried:fix_spurious_privacy_error, r=nikomatsakisbors-1/+31
2016-03-05Auto merge of #31889 - alexcrichton:update-jemalloc-again, r=nikomatsakisbors-36/+28
2016-03-04add underflow/overflow testsAlex Burka-0/+8
2016-03-04Do not trigger unused_variables lint for variable modified through AddAssignUlrik Sverdrup-0/+19
2016-03-04Auto merge of #32046 - steveklabnik:rollup, r=steveklabnikbors-0/+1
2016-03-04Add liveness test for unused_assignments for tricky lhsUlrik Sverdrup-0/+27
2016-03-04Do not trigger unused_assignments for overloaded AssignOpsUlrik Sverdrup-0/+18
2016-03-04Rollup merge of #32017 - brson:ignoretest, r=nikomatsakisSteve Klabnik-0/+1
2016-03-04Don't treat associated types specially in `def_privacy`Jeffrey Seyfried-1/+1
2016-03-04Add testJeffrey Seyfried-0/+30
2016-03-04test: Clean up alloc_jemalloc usage in testsAlex Crichton-36/+28
2016-03-04Auto merge of #32039 - arielb1:pat-enum, r=nagisabors-0/+29
2016-03-04Auto merge of #32032 - arielb1:load-const, r=eddybbors-0/+19
2016-03-04remove wrong assert in check_matchAriel Ben-Yehuda-0/+20
2016-03-04don't treat unit patterns as wildcard patternsAriel Ben-Yehuda-0/+29
2016-03-04Auto merge of #32006 - jseyfried:fix_expanded_mod_path, r=nikomatsakisbors-0/+47
2016-03-04truncate i8-s to i1-s when loading constantsAriel Ben-Yehuda-0/+19
2016-03-03Auto merge of #31797 - apasel422:issue-28950, r=alexcrichtonbors-26/+23
2016-03-03Auto merge of #32007 - nikomatsakis:compiletest-incremental, r=alexcrichtonbors-23/+71
2016-03-03Auto merge of #31824 - jseyfried:privacy_in_resolve, r=nikomatsakisbors-68/+93
2016-03-03Ignore a rustdoc test that does not work on betaBrian Anderson-0/+1
2016-03-02Add testJeffrey Seyfried-0/+47
2016-03-02Auto merge of #32005 - vegai:31686, r=Manishearthbors-2/+2
2016-03-02Type defined here note added to testvegai-1/+1
2016-03-02add a run-fail meta testNiko Matsakis-0/+43
2016-03-02rename should-panic to should-fail, per acrichto's suggestionNiko Matsakis-1/+1
2016-03-02make it possible for a test to declare `should-panic`Niko Matsakis-0/+46
2016-03-02Fix test to reflect new notevegai-1/+1
2016-03-02convert coherence-cow to use revisionsNiko Matsakis-52/+11
2016-03-02Add test (fixes #27340)Vadim Petrochenkov-0/+16
2016-03-02Auto merge of #32001 - Manishearth:rollup, r=Manishearthbors-113/+116
2016-03-02Rollup merge of #31982 - apasel422:sync, r=alexcrichtonManish Goregaokar-54/+34
2016-03-02Rollup merge of #31919 - petrochenkov:blockpub, r=nikomatsakisManish Goregaokar-59/+82
2016-03-01Explicitly opt out of `Sync` for `cell` and `mpsc` typesAndrew Paseltiner-54/+34
2016-03-01Auto merge of #31430 - nagisa:mir-dyndrop, r=nikomatsakisbors-0/+166
2016-03-01Auto merge of #31962 - sanxiyn:const-eval-map, r=arielb1bors-0/+21
2016-02-29test: Mark all rpass-valgrind as no-prefer-dynamicAlex Crichton-0/+11
2016-02-29std: Stabilize APIs for the 1.8 releaseAlex Crichton-57/+14
2016-02-29Use HIR map instead of tcx in constant evaluatorSeo Sanghyeon-0/+21
2016-02-28Add some testsVadim Petrochenkov-0/+64
2016-02-28Auto merge of #31902 - mitaa:rdoc-shorter, r=alexcrichtonbors-0/+70
2016-02-27Auto merge of #31915 - nagisa:mir-unpretty-fix, r=arielb1bors-0/+15
2016-02-27Add testSimonas Kazlauskas-0/+15
2016-02-27fix stability holeAlex Burka-1/+5
2016-02-27fix underflow in DoubleEndedIterator::next_backAlex Burka-0/+5