summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2015-05-09rustdoc: Add Associated Constants sectionUlrik Sverdrup-0/+1
2015-05-09Auto merge of #25212 - pnkfelix:dropck-box-trait, r=nikomatsakisbors-4/+230
2015-05-08Remove references to deprecated `extern crate "foo" as bar` syntaxCarol Nichols-64/+0
2015-05-09Fix the tests broken by replacing `task` with `thread`Barosl Lee-1/+1
2015-05-09Squeeze the last bits of `task`s in documentation in favor of `thread`Barosl Lee-30/+30
2015-05-08Fallout to compile-fail tests.Felix S. Klock II-1/+13
2015-05-08fallout to run-pass tests.Felix S. Klock II-3/+3
2015-05-08Regression tests for Issue 25199 (dropck and `Box<Trait + 'a>`).Felix S. Klock II-0/+214
2015-05-07Auto merge of #25123 - arielb1:self-inhibiting-error, r=nikomatsakisbors-2/+22
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/+177
2015-05-07fix testAriel Ben-Yehuda-2/+1
2015-05-07Rollup merge of #25138 - tshepang:typos, r=sanxiynSteve Klabnik-1/+1
2015-05-07Rollup merge of #24966 - ruud-v-a:explain, r=pnkfelixSteve Klabnik-26/+30
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-4/+24
2015-05-07Add regression test for #20626Johannes Oertel-0/+31
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 #22037Johannes Oertel-0/+27
2015-05-07Add regression test for #21701Johannes Oertel-0/+25
2015-05-07Add regression test for #21562Johannes Oertel-0/+27
2015-05-06Add regression test for #21177Johannes Oertel-0/+19
2015-05-06Fix #25076Ariel Ben-Yehuda-0/+21
2015-05-06Auto merge of #25117 - jooert:tests, r=alexcrichtonbors-0/+120
2015-05-05test: update run-pass tests to not use mutable transmutingSean McArthur-4/+4
2015-05-05lint: deny transmuting from immutable to mutable, since it's undefined behaviorSean McArthur-0/+20
2015-05-06fix typos caught by codespellTshepang Lekhonkhobe-1/+1
2015-05-06test: Update expected compile-fail message for E0282Ruud van Asseldonk-26/+30
2015-05-05Auto merge of #24979 - jooert:test-22471, r=pnkfelixbors-0/+13
2015-05-05Add regression tests for #21174Johannes Oertel-0/+41
2015-05-05Add regression test for #20862Johannes Oertel-0/+23
2015-05-05Add regression test for #20186Johannes Oertel-0/+23
2015-05-05Add regression test for #20174Johannes Oertel-0/+16
2015-05-05Add regression test for #20105Johannes Oertel-0/+17
2015-05-05Auto merge of #25113 - pnkfelix:dropck-itemless-traits, r=huonwbors-0/+191
2015-05-05Rollup merge of #25092 - pnkfelix:fix-pprint-of-type-items-with-where, r=alex...Manish Goregaokar-0/+17
2015-05-04Auto merge of #25056 - jooert:sometests, r=alexcrichtonbors-41/+211
2015-05-04Remove several FIXMEsJohannes Oertel-41/+16
2015-05-04Add regression test for #22471Johannes Oertel-0/+13
2015-05-04Correct pretty-printing of `type Foo<T> where T: Bound = ...;`Felix S. Klock II-0/+17
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-9/+9
2015-05-03Update old uses of ~ in comments and debugging statementsCarol Nichols-7/+3
2015-05-03Auto merge of #25060 - luqmana:matching-dst-struct, r=huonwbors-0/+70
2015-05-03Auto merge of #24737 - P1start:dst-cell, r=alexcrichtonbors-4/+0
2015-05-03librustc_trans: Handle DST structs in trans::_match.Luqman Aden-0/+70
2015-05-02Auto merge of #25038 - bluss:fat-pointer-cast, r=luqmanabors-8/+20
2015-05-02Add regression test for #19380Johannes Oertel-0/+28
2015-05-02Add regression test for #19163Johannes Oertel-0/+37