about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2018-08-02Auto merge of #52841 - petrochenkov:premacro, r=alexcrichtonbors-37/+2
2018-08-01Rollup merge of #52930 - eddyb:issue-52489, r=cramertjPietro Albini-0/+30
2018-08-01resolve: Implement prelude search for macro pathsVadim Petrochenkov-37/+2
2018-08-01rustc_resolve: record single-segment extern crate import resolutions.Eduard-Mihai Burtescu-0/+30
2018-07-31rustc: Handle linker diagnostic from LLVMAlex Crichton-0/+52
2018-07-29resolved upstream merge conflictsBrad Gibson-13534/+1053
2018-07-29Move a test that depends on the arch bitwidth to compile-failOliver Schneider-0/+89
2018-07-29Sanity-check all constantsOliver Schneider-2/+1
2018-07-28Auto merge of #52546 - nikomatsakis:issue-52050, r=pnkfelixbors-0/+42
2018-07-26Auto merge of #52735 - Mark-Simulacrum:rollup, r=Mark-Simulacrumbors-67/+0
2018-07-26move mir_check_* to ui tests, add adjusted referencesNiko Matsakis-120/+0
2018-07-22Point at internal span in format stringEsteban Küber-67/+0
2018-07-21do not overwrite child def-id in place but rather remove/insertNiko Matsakis-0/+42
2018-07-20Update tests for new NLL mutability errorsMatthew Jasper-5/+5
2018-07-17Auto merge of #52409 - estebank:move-cfail-ui, r=oli-obkbors-12817/+4
2018-07-16Return tests that have platform dependant outputEsteban Küber-0/+102
2018-07-16ExprKindcsmoe-1/+1
2018-07-15Fix testsEsteban Küber-0/+106
2018-07-15Move some `compile-fail` tests to `ui`Esteban Küber-13021/+0
2018-07-14structured suggestion for renamed-and-removed-lintsZack M. Davis-4/+4
2018-07-14Auto merge of #52318 - TheDarkula:master, r=oli-obkbors-0/+17
2018-07-14Removed the promotable field from CheckCrateVisitor and replaced it with the ...Meade Kincke-0/+17
2018-07-11Rollup merge of #52207 - RalfJung:unsafety-errors, r=estebankMark Rousskov-71/+28
2018-07-11Rollup merge of #52231 - lqd:error_mesg, r=GuillaumeGomezGuillaume Gomez-79/+79
2018-07-11Auto merge of #52232 - arielb1:ill-adjusted-tuples, r=pnkfelixbors-0/+24
2018-07-11add test for #52213Ariel Ben-Yehuda-0/+24
2018-07-10Fix typo in error message E0277Rémy Rakic-79/+79
2018-07-10Auto merge of #52191 - SimonSapin:alloc_error_handler, r=alexcrichtonbors-0/+101
2018-07-10improve error message shown for unsafe operations: explain why undefined beha...Ralf Jung-71/+28
2018-07-09Implement #[alloc_error_handler]Simon Sapin-0/+101
2018-07-09bump minimum LLVM version to 5.0gnzlbg-1/+0
2018-07-06Rollup merge of #52083 - spastorino:dont-run-ast-borrowck-on-mir-mode, r=niko...Mark Rousskov-4/+4
2018-07-06Auto merge of #52021 - nikomatsakis:nll-region-errors, r=estebankbors-7/+6
2018-07-06Auto merge of #52018 - flip1995:rfc2103, r=oli-obkbors-0/+46
2018-07-06Rollup merge of #52016 - oli-obk:dedup_static_errors, r=estebankkennytm-4/+0
2018-07-04Remove rustc_mir_borrowck attribute and use rustc_mir insteadSantiago Pastorino-4/+4
2018-07-04Improving span of unknown lint tool error messageflip1995-2/+2
2018-07-04Tests for tool_lintsflip1995-0/+46
2018-07-04write code to extract region names and emit new style messageNiko Matsakis-7/+6
2018-07-03Auto merge of #51926 - matthewjasper:Initialization-span, r=nikomatsakisbors-2/+2
2018-07-03Deduplicate error reports for staticsOliver Schneider-4/+0
2018-07-03Rollup merge of #51958 - euclio:attr-refactor, r=petrochenkovPietro Albini-37/+0
2018-07-01Auto merge of #51110 - alexreg:new-static-eval-rules, r=eddybbors-109/+27
2018-07-01Auto merge of #51969 - pietroalbini:rollup, r=pietroalbinibors-1/+19
2018-07-01Rollup merge of #51921 - japaric:panic-impl-error, r=nagisaPietro Albini-1/+19
2018-07-01Auto merge of #51833 - wesleywiser:faster_large_constant_arrays, r=oli-obkbors-0/+24
2018-07-01Add two regression tests for const evalWesley Wiser-0/+24
2018-07-01Modified expected error messages in accordance with rebase.Alexander Regueiro-2/+7
2018-06-30move deprecation-sanity test to uiAndy Russell-37/+0
2018-06-30Minor refactoring.Alexander Regueiro-1/+1