summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2015-06-18Add a test for issue 26322Simonas Kazlauskas-0/+36
2015-06-17Clear cached landing pads before generating a call.Eli Friedman-0/+40
2015-06-09collections: Make BinaryHeap panic safe in sift_up / sift_downUlrik Sverdrup-0/+108
2015-06-09std: Make abs() panic on overflow in debug modeAlex Crichton-0/+21
2015-05-15Auto merge of #25399 - kballard:crate-attributes-cfg_attr, r=alexcrichtonbors-0/+15
2015-05-14Auto merge of #24920 - alexcrichton:duration, r=aturonbors-2/+2
2015-05-14Move configuration 1 phase before crate metadata collectionKevin Ballard-0/+15
2015-05-14Auto merge of #25338 - tamird:unignore-stage-tests, r=alexcrichtonbors-10/+0
2015-05-13std: Redesign Duration, implementing RFC 1040Alex Crichton-2/+2
2015-05-13Unignore some tests in stage1Tamir Duberstein-10/+0
2015-05-13Allow `T::C` syntax in match patterns to refer to trait-assosociated constants.Sean Patrick Santos-0/+4
2015-05-13Auto merge of #25344 - arielb1:fresh-float, r=nikomatsakisbors-0/+30
2015-05-13Tests for custom coercionsNick Cameron-0/+91
2015-05-13Fix a bunch of bugsNick Cameron-0/+49
2015-05-12Create a FreshFloatTy separate from FreshIntTyAriel Ben-Yehuda-0/+30
2015-05-12Rollup merge of #25329 - jooert:tests, r=alexcrichtonManish Goregaokar-0/+16
2015-05-12Auto merge of #25300 - kballard:core-slice-overflow, r=Gankrobors-0/+60
2015-05-12Auto merge of #25171 - quantheory:associated_time_long_paths, r=nikomatsakisbors-0/+55
2015-05-12Add regression test for #18075Johannes Oertel-0/+16
2015-05-12Auto merge of #23424 - arielb1:ambiguous-project, r=nikomatsakisbors-0/+20
2015-05-11Avoid returning a slice with a null pointer from Iter.as_slice()Kevin Ballard-3/+29
2015-05-11Handle overflow properly in core::sliceKevin Ballard-0/+34
2015-05-11Auto merge of #25085 - carols10cents:remove-old-tilde, r=steveklabnikbors-13/+9
2015-05-09Rollup merge of #25216 - barosl:no-more-task, r=ManishearthManish Goregaokar-14/+14
2015-05-09Squeeze the last bits of `task`s in documentation in favor of `thread`Barosl Lee-14/+14
2015-05-08fallout to run-pass tests.Felix S. Klock II-3/+3
2015-05-07Select projections over impls in case of ambiguity. Fixes #23336.Ariel Ben-Yehuda-0/+20
2015-05-07Auto merge of #25161 - jooert:moretests, r=alexcrichtonbors-0/+75
2015-05-07Rollup merge of #25138 - tshepang:typos, r=sanxiynSteve Klabnik-1/+1
2015-05-07Fix use of UFCS syntax to call methods on associated types.Sean Patrick Santos-0/+55
2015-05-06Auto merge of #24392 - seanmonstar:lint-transmute-mut, r=alexcrichtonbors-2/+2
2015-05-07Add regression test for #22463Johannes Oertel-0/+29
2015-05-07Add regression test for #22258Johannes Oertel-0/+19
2015-05-07Add regression test for #21562Johannes Oertel-0/+27
2015-05-06Auto merge of #25117 - jooert:tests, r=alexcrichtonbors-0/+59
2015-05-05test: update run-pass tests to not use mutable transmutingSean McArthur-2/+2
2015-05-06fix typos caught by codespellTshepang Lekhonkhobe-1/+1
2015-05-05Auto merge of #24979 - jooert:test-22471, r=pnkfelixbors-0/+13
2015-05-05Add regression tests for #21174Johannes Oertel-0/+20
2015-05-05Add regression test for #20186Johannes Oertel-0/+23
2015-05-05Add regression test for #20174Johannes Oertel-0/+16
2015-05-05Auto merge of #25113 - pnkfelix:dropck-itemless-traits, r=huonwbors-0/+81
2015-05-04Auto merge of #25056 - jooert:sometests, r=alexcrichtonbors-41/+51
2015-05-04Remove several FIXMEsJohannes Oertel-41/+16
2015-05-04Add regression test for #22471Johannes Oertel-0/+13
2015-05-04Auto merge of #25043 - alexcrichton:musl-out-of-stack, r=nikomatsakisbors-0/+1
2015-05-03Update tests to not use old ~ syntaxCarol Nichols-8/+8
2015-05-03Update old uses of ~ in comments and debugging statementsCarol Nichols-5/+1
2015-05-03librustc_trans: Handle DST structs in trans::_match.Luqman Aden-0/+70
2015-05-02Add regression test for #17170Johannes Oertel-0/+20