summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2015-04-09Don't use skolemized parameters but rather fresh variables inNiko Matsakis-0/+28
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-09Add regression test for #19097Aaron Turon-0/+22
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-07rustdoc: Add a test for should_fail in doctestsAlex Crichton-0/+22
2015-04-07rustdoc: Index inherent methods on primitivesAlex Crichton-0/+24
2015-04-07rustdoc: Handle duplicate reexports listedAlex Crichton-0/+48
2015-04-07rustdoc: Handle tests with bare `#` marksAlex Crichton-0/+17
2015-04-07rustdoc: Encode ABI in all methodsAlex Crichton-2/+64
2015-04-07rustdoc: Simplify predicates with paren notationAlex Crichton-0/+35
2015-04-07rustdoc: Detect provided methods on inlined traitsAlex Crichton-2/+34
2015-04-07rustdoc: Don't duplicate inlined impl blocksAlex Crichton-0/+21
2015-04-07rustdoc: Add a test for #21092Alex Crichton-0/+37
2015-04-07rustdoc: Improve handling inlined associated typesAlex Crichton-0/+185
2015-04-07rustdoc: Simplify cross-crate where clausesAlex Crichton-0/+50
2015-04-07rustdoc: Show impls for references to typesAlex Crichton-0/+20
2015-04-07rustdoc: Render methods/impls for bare traitsAlex Crichton-0/+30
2015-04-07rustdoc: Allowing specifying attrs for doctestsAlex Crichton-0/+19
2015-04-07rustdoc: Link "Trait Implementations" to sourcesAlex Crichton-0/+36
2015-04-07rustdoc: Only hide possibly private modulesAlex Crichton-0/+33
2015-04-07rustdoc: Add a test for fixed issue #16019Alex Crichton-0/+19
2015-04-07rustdoc: Add a test for fixed issue #15347Alex Crichton-0/+15
2015-04-07rustdoc: Add a primitive page for raw pointersAlex Crichton-0/+72
2015-04-07rustdoc: Add a test for #15169Alex Crichton-0/+13
2015-04-07rustdoc: Run external traits through filtersAlex Crichton-0/+41
2015-04-07test: Move all run-make rustdoc tests to test/rustdocAlex Crichton-212/+124
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