about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2015-08-15Auto merge of #27827 - w00ns:for-loop-expn-issue-27639, r=alexcrichtonbors-0/+19
2015-08-15Fix issue with for loop expansionw00ns-0/+19
2015-08-15Auto merge of #27841 - jonas-schievink:still-repeating-span, r=alexcrichtonbors-0/+19
2015-08-15Fix span of invalid metavariable repetitionJonas Schievink-0/+19
2015-08-14rustc: Allow changing the default allocatorAlex Crichton-0/+394
2015-08-14Auto merge of #27641 - nikomatsakis:soundness-rfc-1214, r=nrcbors-159/+1923
2015-08-13Auto merge of #27684 - alexcrichton:remove-deprecated, r=aturonbors-433/+114
2015-08-12add regression test for #27592. Fixes #27592.Niko Matsakis-0/+29
2015-08-12Auto merge of #27698 - arielb1:foreign-type-import, r=alexcrichtonbors-0/+28
2015-08-12Update test error messages based on changes to wfcheck; also, breakNiko Matsakis-90/+231
2015-08-12traits: consider whether origin is RFC1214 when caching, ensuringNiko Matsakis-0/+37
2015-08-12regionck.rs: correct misuse of ty.regions() rather than regions()Niko Matsakis-0/+36
2015-08-12wip 082a011e2bd5c8254e6c1b2fdc97a6fcb2927a7f rm binaryNiko Matsakis-0/+0
2015-08-12Fallout in tests -- explain an interesting test failure having toNiko Matsakis-2/+62
2015-08-12Fallout in tests --- misc error message changes, WF fixesNiko Matsakis-34/+64
2015-08-12Fallout in tests -- break test into a run-pass and compile-fail componentNiko Matsakis-1/+41
2015-08-12Fallout in tests -- break this test into three tests, since we later sawNiko Matsakis-17/+65
2015-08-12Fallout in tests -- break the object safety part into a separate file because...Niko Matsakis-5/+19
2015-08-12Fallout in tests -- we now report an error if you even reference a typeNiko Matsakis-27/+34
2015-08-12New tests --- projection outlives relationNiko Matsakis-23/+405
2015-08-12New tests --- check that wf relation is being checked in various positionsNiko Matsakis-0/+985
2015-08-12Implement a new wfcheck to replace the old wf; this new code only issuesNiko Matsakis-45/+0
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-433/+114
2015-08-12Auto merge of #27691 - jonas-schievink:for-macro, r=alexcrichtonbors-0/+20
2015-08-12stop cross-crate associated types from being importedAriel Ben-Yehuda-0/+28
2015-08-12Fix macro expansion in for loop patternJonas Schievink-0/+20
2015-08-12Auto merge of #27618 - dotdash:drop_fixes, r=luqmanabors-0/+46
2015-08-11Test fixes and rebase conflictsAlex Crichton-3/+3
2015-08-11rollup merge of #27650: dotdash/backtrace_testAlex Crichton-1/+11
2015-08-11rollup merge of #27636: llogiq/patch-1Alex Crichton-16/+13
2015-08-11rollup merge of #27622: eefriedman/https-urlAlex Crichton-21/+1
2015-08-11rollup merge of #27618: dotdash/drop_fixesAlex Crichton-0/+46
2015-08-11rollup merge of #27615: GuillaumeGomez/send_syncAlex Crichton-0/+9
2015-08-12Auto merge of #27615 - GuillaumeGomez:send_sync, r=huonwbors-0/+9
2015-08-11Auto merge of #27584 - TimNN:macro-eof-span, r=huonwbors-0/+28
2015-08-11Auto merge of #27571 - TimNN:pretty-no-crate-type, r=alexcrichtonbors-5/+22
2015-08-11Add HashSet and HashMap testsGuillaume Gomez-1/+7
2015-08-11Auto merge of #27575 - brson:lint, r=alexcrichtonbors-0/+21
2015-08-11Fix #27567: remove --crate-type=lib from pretty testTim Neumann-0/+22
2015-08-11remove unused file in test/prettyTim Neumann-5/+0
2015-08-11Auto merge of #26818 - sfackler:duration-stabilization, r=aturonbors-15/+15
2015-08-10trans: Stop informing LLVM about dllexportAlex Crichton-0/+20
2015-08-10Stabilize the Duration APISteven Fackler-15/+15
2015-08-10placate the pretty tests by ignoring my test.Felix S. Klock II-0/+2
2015-08-10Regression test for dropflag reinit issue.Felix S. Klock II-0/+34
2015-08-10Auto merge of #27338 - alexcrichton:remove-morestack, r=brsonbors-197/+38
2015-08-10Remove morestack supportAlex Crichton-197/+38
2015-08-11Make the backtrace-debuginfo test less error proneBjörn Steinbrink-1/+11
2015-08-10Add Send/Sync traits on Iter struct in hash/tableGuillaume Gomez-0/+3
2015-08-10Auto merge of #27451 - seanmonstar:use-groups-as, r=alexcrichtonbors-1/+81