about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2017-03-26Auto merge of #40826 - frewsxcv:rollup, r=frewsxcvbors-0/+16
2017-03-26Auto merge of #40501 - jseyfried:shadow_builtin_macros, r=nrcbors-0/+72
2017-03-26store a copy of the Issue32230 info within TypeErrorAriel Ben-Yehuda-0/+21
2017-03-25Improve wording and spans for unexpected tokenEsteban Küber-60/+0
2017-03-25Clarify suggetion for field used as methodEsteban Küber-20/+40
2017-03-25Rollup merge of #40734 - adamransom:fix/40661, r=jseyfriedCorey Farwell-0/+16
2017-03-24Point at last valid token on failed `expect_one_of`Esteban Küber-0/+4
2017-03-25Warn when using a `'static` lifetime boundAdam Ransom-0/+16
2017-03-24Rollup merge of #40636 - nikomatsakis:revert-39485, r=eddybCorey Farwell-0/+36
2017-03-24Allow declarative macros 2.0 and `use` macro imports to shadow builtin macros.Jeffrey Seyfried-0/+72
2017-03-23keep the AST node-id when lowering ExprKind::RangeAriel Ben-Yehuda-0/+16
2017-03-23Rollup merge of #40753 - mandeep:change-ObjectSafetyViolation-message, r=brsonCorey Farwell-1/+1
2017-03-23Rollup merge of #40627 - estebank:pub-restricted, r=petrochenkovCorey Farwell-9/+12
2017-03-22Add diagnostic for incorrect `pub (restriction)`Esteban Küber-9/+12
2017-03-22Changed E0038 error message in test to comply with new messagemandeep-1/+1
2017-03-22Rollup merge of #40518 - michaelwoerister:hir-id, r=eddybCorey Farwell-1/+1
2017-03-22Rollup merge of #40509 - jseyfried:duplicate_check_macro_exports, r=nrcCorey Farwell-0/+19
2017-03-22Fix the testsSimonas Kazlauskas-7/+7
2017-03-22Introduce HirId, a replacement for NodeId after lowering to HIR.Michael Woerister-1/+1
2017-03-22Revert "Auto merge of #39485 - canndrew:inference-fix-39297, r=nikomatsakis"Niko Matsakis-0/+36
2017-03-21Check for conflicts between macros 1.0 exports (`#[macro_export]`, `#[macro_r...Jeffrey Seyfried-0/+19
2017-03-21Refactor parsing of trait object typesVadim Petrochenkov-12/+27
2017-03-20Rollup merge of #40556 - cramertj:stabilize-pub-restricted, r=petrochenkovCorey Farwell-47/+1
2017-03-20Rollup merge of #40229 - cramertj:break-to-blocks, r=nikomatsakisCorey Farwell-0/+141
2017-03-19Rollup merge of #40441 - tschottdorf:promotable-rfc, r=eddybCorey Farwell-0/+15
2017-03-19Auto merge of #40346 - jseyfried:path_and_tokenstream_attr, r=nrcbors-2/+40
2017-03-17Add more catch-related CFG and lifetime tests and fix CFG bugTaylor Cramer-18/+81
2017-03-17Implement ? in catch expressions and add testsTaylor Cramer-0/+78
2017-03-17Make priv in pub hard error for crates using pub(restricted)Taylor Cramer-4/+0
2017-03-17Rollup merge of #40457 - frewsxcv:frewsxcv-macos, r=steveklabnikCorey Farwell-4/+4
2017-03-15Stabilize pub(restricted)Taylor Cramer-46/+4
2017-03-14Improve the documentation for `rvalue_static_promotion`Tobias Schottdorf-1/+1
2017-03-14Add feature toggle for rvalue-static-promotion RFCTobias Schottdorf-0/+15
2017-03-14Auto merge of #39921 - cramertj:add-catch-to-ast, r=nikomatsakisbors-0/+47
2017-03-14Add tests.Jeffrey Seyfried-0/+1
2017-03-14Liberalize attributes.Jeffrey Seyfried-2/+39
2017-03-12Update usages of 'OSX' (and other old names) to 'macOS'.Corey Farwell-4/+4
2017-03-12Auto merge of #40340 - petrochenkov:restricted, r=nikomatsakisbors-16/+11
2017-03-11Add compile-fail tests for catch expr in match or conditionTaylor Cramer-0/+30
2017-03-11Temporarily prefix catch block with do keywordTaylor Cramer-63/+1
2017-03-11Add catch expr to AST and disallow catch as a struct nameTaylor Cramer-0/+79
2017-03-11Rollup merge of #40319 - eddyb:it's-"unsize"-not-"unsound", r=nikomatsakisAriel Ben-Yehuda-13/+84
2017-03-10Update syntax for `pub(restricted)`Vadim Petrochenkov-16/+11
2017-03-10Point to enclosing block/fn on nested unsafeEsteban Küber-66/+0
2017-03-09Use subtyping on the target of unsizing coercions.Eduard-Mihai Burtescu-13/+13
2017-03-08Rollup merge of #40296 - topecongiro:add-missing-tests, r=alexcrichtonAriel Ben-Yehuda-0/+49
2017-03-08Rollup merge of #40279 - gibfahn:test-unwind, r=est31Ariel Ben-Yehuda-0/+72
2017-03-08Disallow subtyping between T and U in T: Unsize<U>.Eduard-Mihai Burtescu-0/+71
2017-03-08Auto merge of #39713 - estebank:issue-39698, r=jonathandturnerbors-8/+12
2017-03-07Add tests for issues with the 'E-needtest' label.topecongiro-0/+49