summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2016-03-26syntax: Stop the bump loop for trait items at } and EOF.Eduard Burtescu-5/+21
2016-03-26Improve the error message for paths with too many initial `super`sJeffrey Seyfried-1/+1
2016-03-26add regression test for try!Jorge Aparicio-0/+57
2016-03-26fix ? expansion in commentJorge Aparicio-1/+1
2016-03-26Rollup merge of #32435 - nrc:fix-err-recover, r=nikomatsakisManish Goregaokar-7/+91
2016-03-26Rollup merge of #32257 - alexcrichton:fix-status-stdin, r=aturonManish Goregaokar-0/+41
2016-03-26Rollup merge of #32199 - nikomatsakis:limiting-constants-in-patterns-2, r=pnk...Manish Goregaokar-3/+189
2016-03-26Rollup merge of #32131 - petrochenkov:prim, r=eddybManish Goregaokar-13/+36
2016-03-25remove link-guard testNiko Matsakis-60/+0
2016-03-25change test to be specific for msvcNiko Matsakis-2/+1
2016-03-25fix error messageNiko Matsakis-1/+1
2016-03-25Update backtrace test for FIXME on windowsNiko Matsakis-3/+20
2016-03-25document test, don't use grepNiko Matsakis-1/+26
2016-03-25test for immediate symbol name hashingNiko Matsakis-0/+24
2016-03-25Revert "workarounds to make link guards work on windows"Niko Matsakis-1/+1
2016-03-25workarounds to make link guards work on windowsNiko Matsakis-1/+1
2016-03-25check only that symbol names are deterministicNiko Matsakis-3/+9
2016-03-25Remove static linking hack since we are now passing absolute pathsNiko Matsakis-2/+0
2016-03-25Fix accursed issue-4264.ppNiko Matsakis-29/+29
2016-03-25unit-test symbol-names and item-pathsNiko Matsakis-0/+51
2016-03-25fallout: update codegen-units testsNiko Matsakis-74/+74
2016-03-25Add a "link-guard" to avoid accidentally linking to a wrong dylib at runtime.Michael Woerister-3/+61
2016-03-25Make the compiler emit an error if the crate graph contains two crates with t...Michael Woerister-2/+25
2016-03-25Add a test to verify that we have reproducible compiler builds.Michael Woerister-0/+180
2016-03-25Use new symbol names for items of various kinds.Michael Woerister-5/+5
2016-03-25Make monomorphized functions use stable symbol names.Michael Woerister-4/+4
2016-03-25check for both partialeq and eqNiko Matsakis-0/+35
2016-03-25Auto merge of #31908 - jseyfried:disallow_shadowed_traits, r=nikomatsakisbors-0/+24
2016-03-25new tests for RFC #1445Niko Matsakis-4/+133
2016-03-25fallout in existing testsNiko Matsakis-3/+25
2016-03-25CleanupVadim Petrochenkov-0/+14
2016-03-25Lift the restriction on reusing names of primitive typesVadim Petrochenkov-14/+22
2016-03-25Introduce name resolution fallback for primitive typesVadim Petrochenkov-0/+1
2016-03-24Auto merge of #32465 - steveklabnik:rollup, r=steveklabnikbors-2/+2
2016-03-24Rollup merge of #32459 - nrc:json-err-text, r=nikomatsakisSteve Klabnik-2/+2
2016-03-24address nitsAlex Burka-3/+3
2016-03-24error during parsing for malformed inclusive rangeAlex Burka-1/+3
2016-03-24fatal error instead of ICE for impossible range during HIR loweringAlex Burka-2/+3
2016-03-24test errors for malformed inclusive rangesAlex Burka-0/+27
2016-03-24TestsNick Cameron-7/+91
2016-03-24Include source text in JSON errorsNick Cameron-2/+2
2016-03-23Make warnings of renamed and removed lints themselves lintsBrian Anderson-3/+39
2016-03-23Auto merge of #32454 - eddyb:rollup, r=eddybbors-0/+111
2016-03-23Rollup merge of #32437 - eddyb:orbital-msvc, r=alexcrichtonEduard-Mihai Burtescu-0/+6
2016-03-23Rollup merge of #32434 - mitaa:rdoc-no-inline, r=alexcrichtonEduard-Mihai Burtescu-0/+33
2016-03-23Rollup merge of #32430 - sanxiyn:const-trans, r=arielb1Eduard-Mihai Burtescu-0/+14
2016-03-23Rollup merge of #32423 - mitaa:rdoc-vstruct-fields, r=alexcrichtonEduard-Mihai Burtescu-0/+36
2016-03-23Rollup merge of #32420 - frewsxcv:regression-test-26997, r=alexcrichtonEduard-Mihai Burtescu-0/+22
2016-03-23Auto merge of #32390 - japaric:untry, r=pnkfelixbors-5/+12
2016-03-23Auto merge of #32410 - Ticki:master, r=eddybbors-0/+88