summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2015-04-08Check casts from fat pointerSeo Sanghyeon-0/+14
2015-04-07Improves handling of statement macros.Christopher Chambers-1/+63
2015-04-07Check casts from floatSeo Sanghyeon-2/+3
2015-04-07Rollup merge of #24057 - nikomatsakis:lifetime-shadowing-hard-error, r=huonManish Goregaokar-10/+3
2015-04-07Add `ignore-tidy-linelength` and fix formattingLuke Gallagher-2/+3
2015-04-07Add test for #22560Luke Gallagher-0/+19
2015-04-07Work with assoc types in a super trait.Nick Cameron-8/+29
2015-04-06Provide context for macro expansions which result in unparsed tokens.Will Hipschman-3/+3
2015-04-06Auto merge of #23857 - phildawes:libsyntax_nopanic, r=nikomatsakisbors-0/+1
2015-04-06Fix testsNiko Matsakis-10/+3
2015-04-06Fix diverging closuresSeo Sanghyeon-0/+18
2015-04-06If we find a blanket impl for `Trait` but we're matching on an objectNiko Matsakis-0/+59
2015-04-05Work towards a non-panicing parser (libsyntax)Phil Dawes-0/+1
2015-04-04Added test for #24036, using spans to display note/help for this message nowSean Bowe-0/+30
2015-04-04fixing some tests and temporarily disabling others to get Bitrig build workin...Dave Huseby-9/+36
2015-04-04Test cases for Issue 23338.Felix S. Klock II-0/+246
2015-04-04Rebase falloutSimonas Kazlauskas-1/+1
2015-04-03Auto merge of #23930 - petrochenkov:issue23656, r=nrcbors-9/+9
2015-04-03Auto merge of #23938 - nikomatsakis:invariant, r=pnkfelixbors-231/+137
2015-04-03Update tests to match the messagesSimonas Kazlauskas-30/+9
2015-04-03Add the tests for duplicate symbol errorsSimonas Kazlauskas-0/+172
2015-04-03Fix a broken testSimonas Kazlauskas-3/+0
2015-04-03Check uses of `Self` in impls in the compiler rather than during expansionNick Cameron-2/+51
2015-04-03Auto merge of #23832 - petrochenkov:usize, r=aturonbors-2/+2
2015-04-03Add tests for parsing of patternsVadim Petrochenkov-0/+197
2015-04-02Fallout to tests expecting unconditional help output from missing features.Felix S. Klock II-8/+0
2015-04-02Merge conflictsNiko Matsakis-15/+5
2015-04-02Remove *most* mentions of phantom fns and variance on traits. Leave someNiko Matsakis-2/+17
2015-04-02Fallout in testsNiko Matsakis-216/+117
2015-04-02syntax: Rewrite parsing of patternsVadim Petrochenkov-9/+9
2015-04-02Tweak relese notes + rebase fixesAlex Crichton-0/+2
2015-04-01Test fixes and rebase conflicts, round 2Alex Crichton-35/+0
2015-04-01rollup merge of #23860: nikomatsakis/copy-requires-cloneAlex Crichton-142/+153
2015-04-01rollup merge of #23945: pnkfelix/gate-u-negateAlex Crichton-9/+19
2015-04-02Test fixes and rebase conflicts, round 2Alex Crichton-1/+3
2015-04-02fixes for fallout in tests/compile-failFelix S. Klock II-0/+6
2015-04-02partial set of fixes for fallout in tests/run-passFelix S. Klock II-8/+10
2015-04-01rollup merge of #23948: nikomatsakis/feature-gate-rust-abiAlex Crichton-4/+28
2015-04-01rollup merge of #23939: nikomatsakis/fn-boxAlex Crichton-10/+9
2015-04-01Path rustdoc testNiko Matsakis-0/+3
2015-04-01Feature gate rust-call ABI.Niko Matsakis-4/+25
2015-04-02Rollup merge of #23895 - nikomatsakis:fn-trait-inheritance-add-impls, r=pnkfelixManish Goregaokar-10/+80
2015-04-02Rollup merge of #23867 - nikomatsakis:issue-23086-take-3, r=pnkfelixManish Goregaokar-36/+431
2015-04-02Rollup merge of #23066 - michaelwoerister:unreachable-if, r=pnkfelixManish Goregaokar-1/+84
2015-04-01Remove `Thunk` struct and `Invoke` trait; change `Thunk` to be an aliasNiko Matsakis-10/+9
2015-04-01Fallout in testsNiko Matsakis-142/+154
2015-04-01Update tests for new coherence rules, and add a swatch of new testsNiko Matsakis-36/+431
2015-04-01Test fixes and rebase conflictsAlex Crichton-4/+7
2015-03-31rollup merge of #23921: aturon/issue-17746Alex Crichton-0/+33
2015-03-31rollup merge of #23863: pnkfelix/arith-oflo-const-evalAlex Crichton-7/+813