about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2015-04-10fixup windows std_miscManish Goregaokar-1/+3
2015-04-10Rollup merge of #24218 - lstat:remove-ignore-tidy, r=alexcrichtonManish Goregaokar-17/+0
2015-04-10Rollup merge of #24212 - alexcrichton:destabilize-begin-unwind, r=huonwManish Goregaokar-792/+0
2015-04-10Rollup merge of #24207 - kmcallister:llvm-plugin, r=brsonManish Goregaokar-0/+45
2015-04-10Rollup merge of #24193 - lstat:needstest, r=alexcrichtonManish Goregaokar-0/+49
2015-04-10Rollup merge of #24191 - nikomatsakis:issue-20791, r=pnkfelixManish Goregaokar-0/+40
2015-04-09Auto merge of #24168 - kballard:clone-for-extern-c-unsafe-fns, r=alexcrichtonbors-0/+19
2015-04-09Auto merge of #24158 - sanxiyn:cast, r=nrcbors-2/+22
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-792/+0
2015-04-09Remove `ignore-tidy-linelength` from tests that no longer need itLuke Gallagher-17/+0
2015-04-08Auto merge of #24144 - richo:ptr-formatter, r=alexcrichtonbors-0/+28
2015-04-08Allow plugins to register LLVM passesKeegan McAllister-0/+45
2015-04-08Auto merge of #24029 - nagisa:print-locking, r=alexcrichtonbors-0/+48
2015-04-08Implement reentrant mutexes and make stdio use themSimonas Kazlauskas-0/+48
2015-04-08Modify the ExprUseVisitor to walk each part of an AutoRef, and inNiko Matsakis-0/+40
2015-04-08Add tests for #22289, #22370 and #22384Luke Gallagher-0/+49
2015-04-08Auto merge of #24021 - pnkfelix:fn-params-outlive-body, r=nikomatsakisbors-0/+246
2015-04-08Auto merge of #23998 - nrc:impl-self, r=nikomatsakisbors-9/+79
2015-04-08Auto merge of #24120 - aturon:range-perf, r=alexcrichtonbors-0/+1
2015-04-08Address review commentsSeo Sanghyeon-1/+6
2015-04-07alloc: impl fmt::Pointer for Rc, Arc and BoxRicho Healey-0/+28
2015-04-08Auto merge of #24078 - whipsch:extra-token-msg, r=huonwbors-3/+3
2015-04-08Auto merge of #23293 - tbu-:pr_additive_multiplicative, r=alexcrichtonbors-6/+3
2015-04-07Fix range performance regressionAaron Turon-0/+1
2015-04-08Make `sum` and `product` inherent methods on `Iterator`Tobias Bucher-6/+3
2015-04-08Rollup merge of #24147 - lstat:needstest-22560, r=alexcrichtonManish Goregaokar-0/+20
2015-04-07Add Clone impls for extern "C" and unsafe fnsKevin Ballard-0/+19
2015-04-08Check casts from fat pointerSeo Sanghyeon-0/+14
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-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-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-03Auto merge of #23930 - petrochenkov:issue23656, r=nrcbors-9/+9
2015-04-03Auto merge of #23938 - nikomatsakis:invariant, r=pnkfelixbors-231/+137
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