about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2015-07-17Rollup merge of #25993 - nham:fix_23969, r=nikomatsakisManish Goregaokar-0/+78
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-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-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-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-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
2015-07-07mark user-defined derefs as non-constantAriel Ben-Yehuda-0/+23
2015-07-07Auto merge of #26699 - eddyb:unstable-prelude_import, r=huonwbors-1/+15
2015-07-06Rollup merge of #26807 - eddyb:trans-normalize, r=cmrSteve Klabnik-0/+15
2015-07-06Auto merge of #26741 - alexcrichton:noinline-destructors, r=brsonbors-1/+2
2015-07-06rustc: implement `unstable(issue = "nnn")`.Huon Wilson-0/+41
2015-07-06don't use type_parameter_def during astconvAriel Ben-Yehuda-0/+12
2015-07-05Auto merge of #26464 - Gankro:send, r=alexcrichtonbors-1/+0
2015-07-05Auto merge of #26473 - Eljay:missing_docs, r=alexcrichtonbors-0/+21
2015-07-05rustc_trans: always use normalizing_infer_ctxt.Eduard Burtescu-0/+15
2015-07-05Feature-gate #[prelude_import].Eduard Burtescu-1/+15
2015-07-04Auto merge of #26694 - eddyb:method-nan, r=arielb1bors-0/+40
2015-07-04rustc: compute the vtable base of a supertrait during selection. Fixes #26339.Eduard Burtescu-0/+40