about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2015-12-23Simply two cfg attributesMichael McConville-2/+2
2015-12-23Auto merge of #30377 - Wafflespeanut:levenshtein, r=Manishearthbors-6/+8
2015-12-21Register new snapshotsAlex Crichton-4/+2
2015-12-21Auto merge of #30413 - pnkfelix:fsk-span_note, r=Manishearthbors-0/+60
2015-12-21Auto merge of #30493 - semarie:openbsd-cc, r=alexcrichtonbors-5/+1
2015-12-20openbsd: use specific linker for buildingSébastien Marie-0/+1
2015-12-20remove specific code for OpenBSD that define STDCPP_LIBDIR_RUSTFLAGSSébastien Marie-5/+0
2015-12-19[MIR] Handle FatPtr in mir::constant::trans_constval.Luqman Aden-0/+7
2015-12-19Auto merge of #30408 - durka:issue-26873, r=alexcrichtonbors-0/+106
2015-12-19Auto merge of #30184 - petrochenkov:ascr, r=nikomatsakisbors-3/+192
2015-12-18Auto merge of #30364 - luqmana:mir-calls, r=nikomatsakisbors-0/+100
2015-12-18[MIR] Initial implementation for translating calls.Luqman Aden-0/+100
2015-12-18Auto merge of #30389 - nikomatsakis:rfc1214-error, r=arielb1bors-227/+193
2015-12-18Auto merge of #29973 - petrochenkov:privinpub, r=nikomatsakisbors-261/+456
2015-12-18Do not substitute type aliases during error reportingVadim Petrochenkov-5/+6
2015-12-18Make RFC 1214 warnings into errors, and rip out the "warn or err"Niko Matsakis-227/+193
2015-12-18add tests for #26873Alex Burka-0/+106
2015-12-18Auto merge of #30374 - durka:issue-30371, r=alexcrichtonbors-0/+18
2015-12-18Require exact type equality + add testsVadim Petrochenkov-40/+174
2015-12-18Rollup merge of #30452 - dotdash:24876_take_2, r=alexcrichtonManish Goregaokar-0/+90
2015-12-18Auto merge of #30286 - oli-obk:const_error_span, r=nikomatsakisbors-0/+18
2015-12-18Rollup merge of #30384 - nrc:diagnostics, r=@nikomatsakisManish Goregaokar-3/+3
2015-12-18Rollup merge of #30286 - oli-obk:const_error_span, r=nikomatsakisManish Goregaokar-0/+18
2015-12-18Fix emitting asm and object file output at the same timeBjörn Steinbrink-0/+90
2015-12-18Add more systematic testsVadim Petrochenkov-429/+402
2015-12-18Prohibit public glob reexports of private variantsVadim Petrochenkov-2/+20
2015-12-18Substitute type aliases before checking for privacyVadim Petrochenkov-16/+15
2015-12-18Use lint instead of warningVadim Petrochenkov-25/+96
2015-12-18Report errors not caught by the old visitor as warningsVadim Petrochenkov-14/+18
2015-12-18Prohibit private variant reexportsVadim Petrochenkov-1/+16
2015-12-18Approximate type aliases as public when determining impl publicityVadim Petrochenkov-0/+19
2015-12-18Update error messages and error descriptionsVadim Petrochenkov-32/+32
2015-12-18Fix the falloutVadim Petrochenkov-35/+12
2015-12-18Rewrite VisiblePrivateTypesVisitorVadim Petrochenkov-0/+118
2015-12-18Auto merge of #29907 - nagisa:mir-moar-constants, r=nikomatsakisbors-0/+246
2015-12-17Test generic methodsSimonas Kazlauskas-0/+63
2015-12-17rustc_resolve: fix a bug in which unused imports can get wrongly marked as us...Jeffrey Seyfried-1/+5
2015-12-16Auto merge of #30341 - pnkfelix:call-site-scope, r=nikomatsakisbors-0/+307
2015-12-17test errorsNick Cameron-3/+3
2015-12-16Auto merge of #29962 - aturon:coherence-errors, r=nmatsakisbors-7/+49
2015-12-16unit test for new error help.Felix S. Klock II-0/+60
2015-12-16Provide overlapping types for coherence errorsAaron Turon-7/+49
2015-12-16Auto merge of #30337 - wesleywiser:mir_switch, r=nikomatsakisbors-0/+48
2015-12-16Add ExprType to HIR and make everything compileVadim Petrochenkov-11/+26
2015-12-16Auto merge of #30269 - sanxiyn:no-mangle-generic, r=Aatchbors-3/+5
2015-12-16Implement type ascription.Eduard Burtescu-3/+43
2015-12-16Rollup merge of #30388 - DanielJCampbell:macro-ident-spans, r=nrcManish Goregaokar-0/+23
2015-12-16Rollup merge of #30372 - sanxiyn:rustdoc-cfg, r=alexcrichtonManish Goregaokar-0/+16
2015-12-16Rollup merge of #30320 - nrc:err-names, r=@nikomatsakisManish Goregaokar-45/+53
2015-12-16Modify the Levenshtein-based suggestions to include importsRavi Shankar-6/+8