summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2015-06-07Make the maximum edit distance of typo suggestions a function of the typo'd n...Nick Fitzgerald-6/+27
2015-06-07Add a regression test for public struct field spansChris Hellmuth-0/+20
2015-06-05fix test falloutAriel Ben-Yehuda-0/+3
2015-06-04Auto merge of #25981 - nham:fix_E0201, r=alexcrichtonbors-2/+2
2015-06-04Auto merge of #25743 - michaelsproul:match-diagnostics, r=nrcbors-25/+19
2015-06-03Remove #[static_assert]Steve Klabnik-66/+0
2015-06-03Make E0201 detect when duplicate function is a method.Nick Hamann-3/+3
2015-06-03Improve diagnostic messages for range patterns.Michael Sproul-25/+19
2015-06-02s/method/associated function/ in E0201Nick Hamann-4/+4
2015-06-02Extend dead code lint to detect more unused enum variantsSeo Sanghyeon-0/+22
2015-05-29Rollup merge of #25873 - nham:update_E0015, r=AatchSteve Klabnik-1/+1
2015-05-29New tests for cross-crate usages of const fn and so forthNiko Matsakis-0/+90
2015-05-29add const_fn featuresNiko Matsakis-0/+14
2015-05-29Add feature-gate to calling const fnNiko Matsakis-1/+6
2015-05-28Convert mutable statics error to have error code and add explanation.Nick Hamann-1/+1
2015-05-28Auto merge of #25840 - arielb1:ptr-compare-fixes, r=nrcbors-1/+33
2015-05-28Prevent comparison and dereferencing of raw pointers in constexprsAriel Ben-Yehuda-1/+33
2015-05-27Auto merge of #25796 - arielb1:default-assoc, r=eddybbors-1/+18
2015-05-28Rollup merge of #25806 - nrc:20184-msg, r=alexcrichtonManish Goregaokar-1/+2
2015-05-27test fixesAriel Ben-Yehuda-2/+2
2015-05-27Auto merge of #25790 - eddyb:oh-snap-ctfe-arrived, r=alexcrichtonbors-17/+16
2015-05-27Use `const fn` to abstract away the contents of UnsafeCell & friends.Eduard Burtescu-17/+16
2015-05-27Auto merge of #25791 - barosl:use-paths-as-items, r=alexcrichtonbors-0/+19
2015-05-27Add a WONTFIX message to a failing test.Nick Cameron-1/+2
2015-05-26Pluralize E0087-E0090 messages based on number of parameters.Nick Hamann-1/+1
2015-05-26Fix typo.Nick Hamann-1/+1
2015-05-26Auto merge of #25593 - nham:E0210_E0326, r=alexcrichtonbors-1/+1
2015-05-26Add tests for fixed issuesAriel Ben-Yehuda-0/+17
2015-05-26Auto merge of #25091 - quantheory:trait_associated_const_fixes, r=nikomatsakisbors-0/+26
2015-05-26Associate each path in a `use` declaration with the item in the AST mapBarosl Lee-0/+19
2015-05-25- Fix regression of literal out of range check for negative i64 values which ...econoplas-0/+2
2015-05-21Add diagnostic code for generic associated const error.Sean Patrick Santos-3/+3
2015-05-21Make various fixes:Niko Matsakis-4/+126
2015-05-20Add error explanation for E0202.Nick Hamann-1/+1
2015-05-19Address review commetsAriel Ben-Yehuda-16/+19
2015-05-19fix conflictsAriel Ben-Yehuda-2/+5
2015-05-19Fix test fallout, and add some rather comprehensive tests.Ariel Ben-Yehuda-32/+94
2015-05-19Overhaul cast semantics and make them follow RFC401Ariel Ben-Yehuda-7/+11
2015-05-17Catch associated consts that depend on type parameters in type checking.Sean Patrick Santos-0/+26
2015-05-17Add error explanations for E0072, E0073, E0121, E0178, E0371, E0372.Nick Hamann-2/+2
2015-05-17Rollup merge of #25503 - brson:betafix, r=cmrManish Goregaokar-2/+0
2015-05-17Auto merge of #25387 - eddyb:syn-file-loader, r=nikomatsakisbors-1/+1
2015-05-17test/compile-fail: fix expected error message for non-UTF8 source.Eduard Burtescu-1/+1
2015-05-16Make a test compatible with the beta channelBrian Anderson-2/+0
2015-05-16Auto merge of #25485 - XuefengWu:24968_err_msg_parse_self_type_2, r=nrcbors-1/+16
2015-05-16fix error message in testXuefeng Wu-1/+1
2015-05-16Auto merge of #25444 - nikomatsakis:macro-tt-fix, r=pnkfelixbors-0/+37
2015-05-16Add test for two sequence repetitions in a rowNiko Matsakis-0/+18
2015-05-16fix trait capitalise typo in test fileXuefeng Wu-1/+1
2015-05-16fix typo for copyright year and trait capitaliseXuefeng Wu-0/+15