summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2016-01-19Add an impl for Box<Error> from &str.Michael Sproul-0/+2
2016-01-19Add an impl for Box<Error> from String.Michael Sproul-0/+18
2016-01-16rustc: Fix bugs in renamed and removed lints and re-add raw_pointer_deriveBrian Anderson-0/+110
2016-01-12Merge pull request #30854 from brson/beta-next3Alex Crichton-0/+16
2016-01-12Use --cfg when running doctestsSeo Sanghyeon-0/+16
2016-01-12Add test for "malformed macro lhs" and change back span_bug to span_fatalGuillaume Gomez-0/+17
2016-01-12Merge pull request #30847 from nikomatsakis/issue-29857-betaBrian Anderson-6/+63
2016-01-12The lint warnings are not reported since we report the errors first and then ...Felix S. Klock II-2/+0
2016-01-12updated test to reflect loosening of check (for issue #30379).Felix S. Klock II-2/+6
2016-01-12Update test -- here we get a RFC 1214 warning (that will eventually beNiko Matsakis-1/+3
2016-01-11permit coercions if `[error]` is found in either typeNiko Matsakis-1/+1
2016-01-11Change error scheme so that if projection fails we generate `A::B` instead of...Niko Matsakis-5/+60
2015-12-09Auto merge of #30278 - steveklabnik:rollup, r=steveklabnikbors-0/+37
2015-12-09Rollup merge of #30261 - oli-obk:add_regression_test, r=pnkfelixSteve Klabnik-0/+37
2015-12-09Auto merge of #30245 - Aatch:dynamic-align-dst, r=pnkfelixbors-0/+87
2015-12-09Auto merge of #30208 - pnkfelix:fix-issue-30063, r=alexcrichtonbors-0/+46
2015-12-08Auto merge of #30036 - mitaa:doc_id, r=alexcrichtonbors-0/+83
2015-12-08add tests for ensuring const indexing does not cause compile-time errors in r...Oliver Schneider-0/+37
2015-12-08regression test for issue #30063Felix S. Klock II-0/+46
2015-12-08Fix unsized structs with destructorsJames Miller-1/+17
2015-12-07Auto merge of #30202 - oli-obk:fix/const_index_feature_gate, r=Aatchbors-1/+34
2015-12-08Align pointers to DST fields properlyJames Miller-0/+71
2015-12-07Add regression test for Clone for [[T; 256]; 4] where T: Copy and not CloneUlrik Sverdrup-0/+18
2015-12-06Auto merge of #30241 - Manishearth:diag-30236, r=eddybbors-0/+18
2015-12-06Correct span for unused type parameter error in type alias (fixes #30236)Manish Goregaokar-0/+18
2015-12-06Auto merge of #30187 - alexcrichton:stabilize-1.6, r=aturonbors-114/+50
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-114/+50
2015-12-05Add testsmitaa-0/+83
2015-12-05fix const index feature-gate regressionOliver Schneider-1/+34
2015-12-05Auto merge of #30102 - jFransham:feature/better-lifetime-errors, r=Manishearthbors-1/+5
2015-12-05Auto merge of #30211 - pnkfelix:fix-getopts-for-issue-30204, r=alexcrichtonbors-0/+29
2015-12-04Expand run-make test with regression tests for #30204Felix S. Klock II-0/+29
2015-12-04Auto merge of #30084 - oli-obk:const_fn, r=pnkfelixbors-2/+5
2015-12-04Auto merge of #29850 - Kimundi:attributes_that_make_a_statement, r=pnkfelixbors-62/+915
2015-12-04Ignore rpass-fulldeps test in cross compile testsMarvin Löbel-0/+2
2015-12-03Auto merge of #30149 - mitaa:fqn, r=alexcrichtonbors-0/+35
2015-12-03Use the extern item-path for documentation linksmitaa-0/+35
2015-12-02Auto merge of #30165 - dotdash:no_null_elim, r=alexcrichtonbors-0/+24
2015-12-02Auto merge of #30133 - jseyfried:fix_regression, r=alexcrichtonbors-0/+22
2015-12-02Disable the null check elimination passBjörn Steinbrink-0/+24
2015-12-01Auto merge of #25570 - oli-obk:const_indexing, r=nikomatsakisbors-27/+107
2015-12-01Update lifetime compile testsJack Fransham-1/+5
2015-12-01Add test for #30089Jeffrey Seyfried-0/+22
2015-11-30Added test for attributes on parens hir folderMarvin Löbel-0/+34
2015-11-30Added a test for #[cfg] on non-optional positionsMarvin Löbel-0/+18
2015-11-30Fix regression in patterns with empty variantsVadim Petrochenkov-0/+22
2015-11-28Auto merge of #30074 - jonas-schievink:macro-doc, r=sanxiynbors-0/+20
2015-11-28Add a testJonas Schievink-0/+20
2015-11-28Auto merge of #29383 - petrochenkov:empstr, r=pnkfelixbors-67/+95
2015-11-27Auto merge of #30085 - oli-obk:fix/pnkfelix_test, r=pnkfelixbors-20/+32