summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2015-07-31Another backport fixBrian Anderson-0/+1
2015-07-30Fix testsBrian Anderson-0/+3
2015-07-29Feature gate associated type defaultsBrian Anderson-0/+37
2015-07-06Fix some merge conflictsNiko Matsakis-1/+1
2015-07-06Now that I made the warning smarter, these tests no longer require modificationNiko Matsakis-2/+4
2015-07-06Adjust tests to silence warnings (or record them, as appropriate).Niko Matsakis-6/+8
2015-07-06After inferring regions, scan for any bounds that are due to a lifetimeNiko Matsakis-0/+85
2015-06-22Test for a particular parallel codegen corner caseNick Cameron-0/+34
2015-06-22Suggest missing trait bounds when a method exists but the bounds aren't satis...Gulshan Singh-0/+18
2015-06-22Auto merge of #26500 - sanxiyn:dead-field, r=alexcrichtonbors-4/+6
2015-06-22Auto merge of #25784 - geofft:subprocess-signal-masks, r=alexcrichtonbors-0/+39
2015-06-22Do not consider fields matched by wildcard patterns to be usedSeo Sanghyeon-4/+6
2015-06-22sys/unix/process: Reset signal behavior before execGeoffrey Thomas-0/+39
2015-06-22Auto merge of #26481 - nham:test-18655, r=arielb1bors-0/+50
2015-06-22Auto merge of #26394 - arielb1:implement-rfc401-part2, r=nrcbors-6/+17
2015-06-21Add regression tests for issues #18655 and #18988.Nick Hamann-0/+50
2015-06-21Make expr_is_lval more robustAriel Ben-Yehuda-0/+63
2015-06-21Auto merge of #26460 - nham:test-18809, r=huonwbors-0/+21
2015-06-20Auto merge of #26198 - stygstra:issue-24258, r=huonwbors-0/+416
2015-06-20Add a regression test for issue #18809.Nick Hamann-0/+21
2015-06-20Auto merge of #26411 - dotdash:fat_in_registers, r=aatchbors-4/+47
2015-06-20Pass fat pointers in two immediate argumentsBjörn Steinbrink-4/+47
2015-06-20Rollup merge of #26451 - nham:fix_18058, r=arielb1Manish Goregaokar-0/+14
2015-06-20Rollup merge of #26434 - Munksgaard:issue24227-test, r=alexcrichtonManish Goregaokar-0/+27
2015-06-20Auto merge of #26407 - arielb1:paren-binding, r=eddybbors-2/+14
2015-06-20Auto merge of #26305 - Nashenas88:field-method-message-2392, r=eddybbors-1/+69
2015-06-20Auto merge of #26383 - frewsxcv:regression-tests-23649, r=alexcrichtonbors-0/+53
2015-06-20Add a regression test for #18058.Nick Hamann-0/+14
2015-06-20Support checked Shl/Shr on SIMD typesDavid Stygstra-0/+416
2015-06-19fixup! Finished implementing proper function check (through FnOnce) and moved...Paul Faria-6/+9
2015-06-19Finished implementing proper function check (through FnOnce) and moved tests ...Paul Faria-24/+66
2015-06-19Fixed note message to display expression in recommendationsPaul Faria-6/+18
2015-06-19Uncomplete fix for #2392Paul Faria-0/+11
2015-06-19Auto merge of #24527 - nikomatsakis:issue-24085, r=nikomatsakisbors-0/+27
2015-06-19Add regression tests for #23649Corey Farwell-0/+53
2015-06-19Auto merge of #26351 - eddyb:tls-tcx, r=nikomatsakisbors-14/+15
2015-06-19Add test for #24227Philip Munksgaard-0/+27
2015-06-19Expand the "givens" set to cover transitive relations. The givens arrayNiko Matsakis-0/+27
2015-06-19address review commentsarielb1-2/+2
2015-06-19Rollup merge of #26388 - frewsxcv:regression-tests-21622, r=alexcrichtonManish Goregaokar-0/+28
2015-06-19rustc: replace Repr/UserString impls with Debug/Display ones.Eduard Burtescu-1/+1
2015-06-19rustc: enforce stack discipline on ty::ctxt.Eduard Burtescu-13/+14
2015-06-19rustc: remove ownership of tcx from trans' context.Eduard Burtescu-2/+2
2015-06-18Auto merge of #26147 - arielb1:assoc-trans, r=nikomatsakisbors-0/+77
2015-06-18Fix #23589Ariel Ben-Yehuda-2/+14
2015-06-18Normalize associated types in closure signaturesAriel Ben-Yehuda-0/+31
2015-06-18Auto merge of #26192 - alexcrichton:features-clean, r=aturonbors-123/+82
2015-06-18Simplify and type_known_to_meet_builtin_bound and make it more correct whenAriel Ben-Yehuda-0/+46
2015-06-18Fix libstd testsAlex Crichton-9/+5
2015-06-18Auto merge of #26385 - nham:fix_25396, r=alexcrichtonbors-0/+37