summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2015-07-17treat `for<'a> T: 'a` as `T: 'static`Andrew Paseltiner-4/+16
2015-07-17Auto merge of #27045 - nikomatsakis:better-object-defaults-error, r=pnkfelixbors-44/+80
2015-07-17Don't recurse down closures for duplicate-label checkingManish Goregaokar-0/+16
2015-07-17Auto merge of #27076 - alexcrichton:update-llvm, r=brsonbors-0/+92
2015-07-17test: Ignore a failing test on LLDBAlex Crichton-0/+1
2015-07-17Improve error message for variant values used as typesKevin Butler-23/+73
2015-07-17Rollup merge of #25993 - nham:fix_23969, r=nikomatsakisManish Goregaokar-0/+78
2015-07-16debuginfo: Fix type description generic enum discriminants.Michael Woerister-0/+91
2015-07-16Fixup testManish Goregaokar-1/+1
2015-07-16Rollup merge of #27018 - arielb1:enum-update, r=eddybManish Goregaokar-0/+16
2015-07-16Rollup merge of #26988 - frewsxcv:regression-tests, r=alexcrichtonManish Goregaokar-0/+111
2015-07-16Rollup merge of #26819 - P1start:ref-suggestion, r=nikomatsakisManish Goregaokar-0/+33
2015-07-16Add regression test for atomics being Send + SyncWilliam Throwe-0/+22
2015-07-15Remove reference to gdb-pretty-struct-and-enums.rsTamir Duberstein-4/+0
2015-07-15Better detection of duplicate associated items.Nick Hamann-0/+78
2015-07-14Transition to the new object lifetime defaults, replacing the oldNiko Matsakis-44/+80
2015-07-14Fix negate_unsigned feature gate checkSimonas Kazlauskas-22/+23
2015-07-14don't ICE when FRU is used on an enum variantAriel Ben-Yehuda-0/+16
2015-07-14Add regression test for #21140Corey Farwell-1/+18
2015-07-13Auto merge of #26241 - SimonSapin:derefmut-for-string, r=alexcrichtonbors-18/+3
2015-07-13Fix tests for changes in #26241.Simon Sapin-18/+3
2015-07-13Auto merge of #27000 - alexcrichton:semi-after-type, r=cmrbors-0/+17
2015-07-13Add regression tests for #23595Corey Farwell-0/+40
2015-07-13Add regression test for #20544Corey Farwell-0/+27
2015-07-13Add regression test for #22312Corey Farwell-0/+27
2015-07-13Correctly detect reassignments to the interior of matched structs/tuplesBjörn Steinbrink-0/+19
2015-07-13simplify processing of ConstVal objects when not all variants are legalOliver Schneider-17/+28
2015-07-13Auto merge of #26910 - nrc:ice-lang-item, r=@huonwbors-0/+26
2015-07-13Auto merge of #26947 - nagisa:unicode-escape-error, r=nrcbors-3/+5
2015-07-13Don't ICE when missing owned_box lang itemNick Cameron-0/+26
2015-07-12Auto merge of #26958 - alexcrichton:down-with-thread-dtors, r=brsonbors-0/+38
2015-07-13Tell unicode escapes can’t be used as bytes earlier/moreSimonas Kazlauskas-3/+5
2015-07-12syntax: Allow semi tokens after macro ty/pathAlex Crichton-0/+17
2015-07-12std: Fix a TLS destructor bug on OSXAlex Crichton-0/+38
2015-07-11Suggest using `ref` inline in an errorP1start-0/+33
2015-07-10Change some instances of .connect() to .join()Wesley Wiser-3/+3
2015-07-10Improve incomplete unicode escape reportingSimonas Kazlauskas-1/+1
2015-07-10Auto merge of #26907 - nrc:save-fns, r=brsonbors-0/+15
2015-07-10Preserve escape sequences in documentation comments on macro expansionBarosl Lee-0/+25
2015-07-09Auto merge of #26904 - bluss:no-repeat, r=alexcrichtonbors-22/+12
2015-07-09Use vec![elt; n] where possibleUlrik Sverdrup-22/+12
2015-07-09Auto merge of #26515 - quantheory:check_enum_recursion, r=nrcbors-0/+24
2015-07-08Add comments about the checks for recursive variant definition, as requested ...Sean Patrick Santos-0/+4
2015-07-09Fix a span bug for qualified pathsNick Cameron-0/+15
2015-07-08Auto merge of #26869 - alexcrichton:fix-msvc-sepcomp, r=nrcbors-3/+103
2015-07-08trans: Link rlibs to dylibs with --whole-archiveAlex Crichton-2/+102
2015-07-08this fixes the test failures on freebsdDave Huseby-0/+6
2015-07-08Auto merge of #26859 - arielb1:const-deref-again, r=eddybbors-0/+23
2015-07-07msvc: Get codegen-units workingAlex Crichton-1/+1
2015-07-07Auto merge of #26747 - huonw:stability-issue, r=alexcrichtonbors-0/+41