about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2017-12-13Mir typeck Cast for Unsize valueSantiago Pastorino-0/+24
2017-12-13Mir typeck Cast for ClosureFnPtr valueSantiago Pastorino-0/+22
2017-12-13Mir typeck Cast for UnsafeFnPtr valueSantiago Pastorino-0/+24
2017-12-13Mir typeck Cast for ReifyFnPtr valueSantiago Pastorino-0/+52
2017-12-13Check functions predicatesSantiago Pastorino-0/+28
2017-12-13Check Aggregate predicatesSantiago Pastorino-0/+28
2017-12-13Check Repeat RvalueSantiago Pastorino-0/+39
2017-12-13Auto merge of #46613 - petrochenkov:absext, r=nikomatsakisbors-0/+84
2017-12-12Auto merge of #46570 - AgustinCB:issue-46553, r=oli-obkbors-2/+0
2017-12-13Resolve absolute paths as extern under a feature flagVadim Petrochenkov-0/+84
2017-12-12Auto merge of #46598 - davidtwco:issue-46471, r=arielb1bors-9/+15
2017-12-12Auto merge of #46657 - nikomatsakis:resolve-lifetimes-query, r=arielb1bors-42/+2
2017-12-11Updated existing tests with new error messages.David Wood-9/+15
2017-12-11Auto merge of #46558 - arielb1:union-borrow-refactor, r=nikomatsakisbors-8/+19
2017-12-11move `resolve_lifetimes` into a proper queryNiko Matsakis-42/+2
2017-12-11Merge remote-tracking branch 'origin/master' into miriOliver Schneider-4112/+164
2017-12-10Auto merge of #46248 - zackmdavis:one_time_private_enum_variant_reexport_erro...bors-4/+55
2017-12-10centralize `does_not_live_long_enough` error reportingAriel Ben-Yehuda-4/+8
2017-12-10use `places_conflict` to handle reassignmentAriel Ben-Yehuda-4/+11
2017-12-09one-time diagnostic and suggestion for reëxporting private variant errorZack M. Davis-4/+55
2017-12-09Auto merge of #46572 - vramana:fix-45638, r=estebankbors-2/+13
2017-12-08Fix bad error message for cannot_reborrow_already_uniquely_borrowedRamana Venkata-2/+13
2017-12-07Auto merge of #46497 - AgustinCB:issue-46311, r=petrochenkovbors-0/+63
2017-12-07Ignore `unsopported constant expr` errorAgustin Chiappe Berrini-2/+0
2017-12-07Auto merge of #46532 - est31:master, r=est31bors-4099/+0
2017-12-07region-ebr-does-not-outlive-static: reuse old test insteadNiko Matsakis-3/+13
2017-12-07Migrate even more feature gate tests to uiest31-893/+0
2017-12-07Migrate a few feature gate tests to uiest31-3206/+0
2017-12-07remove unnecessary changesAgustin Chiappe Berrini-8/+4
2017-12-07address commentsAgustin Chiappe Berrini-3/+8
2017-12-07Auto merge of #46528 - CensoredUsername:stabilize_abi_sysv64, r=arielb1bors-19/+0
2017-12-06Auto merge of #46268 - arielb1:union-borrow, r=nikomatsakisbors-25/+28
2017-12-06and refactor to just move the checkingAgustin Chiappe Berrini-0/+62
2017-12-06Update miri to rustc changesOliver Schneider-1103/+4187
2017-12-06Stabilize abi_sysv64CensoredUsername-19/+0
2017-12-06convert errors to warningsAriel Ben-Yehuda-0/+2
2017-12-06fix borrows across loops, libcore *almost* compilesAriel Ben-Yehuda-13/+3
2017-12-06handle gen/kill sets togetherAriel Ben-Yehuda-1/+5
2017-12-06fix handling of CallScopeDataAriel Ben-Yehuda-2/+8
2017-12-06improve conflict error reportingAriel Ben-Yehuda-2/+2
2017-12-06MIR borrowck: implement union-and-array-compatible semanticsAriel Ben-Yehuda-8/+11
2017-12-05convert the new conflicts to a soft errorAriel Ben-Yehuda-0/+1
2017-12-05refactor a bitAriel Ben-Yehuda-0/+29
2017-12-04make `resolve_regions_and_report_errors` take an `OutlivesEnv`Niko Matsakis-0/+37
2017-12-03add and unignore testsAriel Ben-Yehuda-0/+23
2017-12-02Auto merge of #46256 - estebank:suggest-deref, r=arielb1bors-1/+1
2017-12-02Auto merge of #45904 - sunjay:gat-parser, r=nikomatsakisbors-0/+28
2017-12-01Use suggestions instead of notes ref mismatchesEsteban Küber-1/+1
2017-12-02Rollup merge of #45880 - arielb1:never-coerce, r=nikomatsakiskennytm-3/+17
2017-12-01Auto merge of #46236 - davidtwco:issue-46023, r=arielb1bors-0/+22