about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2020-07-18rustc_metadata: Make crate loading fully speculativeVadim Petrochenkov-1/+1
2020-07-02Remove some `ignore-stage1` annotations.Eric Huss-2/+0
2020-06-28Update testsDylan MacKenzie-4/+4
2020-06-19Rollup merge of #72934 - christianpoveda:mut-borrows-in-consts, r=oli-obkManish Goregaokar-1/+1
2020-06-19update diagnostics for &mut in constantsChristian Poveda-1/+1
2020-06-16bless allRalf Jung-1/+1
2020-05-04Add Option to Force Unwind TablesSam Elliott-0/+21
2020-04-29Bless testsDylan MacKenzie-2/+0
2020-04-14typeck: workaround WF hole in `to_const`.Eduard-Mihai Burtescu-0/+5
2020-03-26Update tests to use llvm_asm!Amanieu d'Antras-4/+4
2020-03-23Evaluate repeat expression lengths as late as possibleOliver Scherer-6/+1
2020-03-13Auto merge of #67502 - Mark-Simulacrum:opt-catch, r=Mark-Simulacrumbors-2/+0
2020-03-05Remove eh_unwind_resume lang itemAmanieu d'Antras-2/+0
2020-03-02Remove chalk integrationCAD97-125/+0
2020-02-15remove no-longer-needed testRalf Jung-20/+0
2020-02-15fix compile-failRalf Jung-4/+4
2020-01-12Diagnostics should not end with a full stopvarkor-1/+1
2020-01-09Update testsVadim Petrochenkov-0/+2
2019-12-25Fix rebase and sort assoc type list for deterministic outputEsteban Küber-1/+1
2019-12-24Tweak errors for missing associated types and type parametersEsteban Küber-2/+2
2019-12-07Auto merge of #66927 - RalfJung:engines-dont-panic, r=oli-obkbors-1/+0
2019-12-02Correct other tests related to const_mut_refsChristian Poveda-1/+1
2019-12-01fix compile-fail testsRalf Jung-1/+0
2019-11-15A `Downcast` is now reached when const-checking a `for` loopDylan MacKenzie-0/+2
2019-11-13Bless less verbose error messagesDylan MacKenzie-7/+1
2019-11-13Bless const tests with improved diagnosticsDylan MacKenzie-0/+5
2019-10-22fix compile-fail testEsteban Küber-0/+1
2019-10-18[const-prop] Handle MIR Rvalue::AggregatesWesley Wiser-0/+1
2019-10-16Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-1/+1
2019-10-05Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri...Tyler Mandry-1/+1
2019-10-04Fix ABI, run and fix more tests, re-enable CI for PRsThomas Lively-1/+1
2019-09-23rustc: Fix mixing crates with different `share_generics`Alex Crichton-0/+1
2019-09-17Get rid of special const intrinsic query in favour of `const_eval`Oliver Scherer-0/+11
2019-08-06move error with diverging output to compile-failEsteban Küber-0/+7
2019-07-11rustc_mir: follow FalseUnwind's real_target edge in qualify_consts.Eduard-Mihai Burtescu-3/+8
2019-07-06Make WhileTrue into an EarlyLintPass lint.Mazdak Farrokhzad-0/+1
2019-06-20Auto merge of #60341 - mtak-:macos-tlv-workaround, r=alexcrichtonbors-3/+3
2019-06-19fix compile-fail test for targets without thread localstyler-4/+3
2019-06-13Create fewer basic blocks in match MIR loweringMatthew Jasper-0/+2
2019-05-29Update the rest of the test suites to use dynmemoryruins-1/+1
2019-05-15clang tidy fixestyler-1/+2
2019-05-15fix another testtyler-1/+1
2019-04-23Stabilize futures_apiTaylor Cramer-1/+1
2019-04-05Future-proof the Futures APITaylor Cramer-2/+2
2019-04-01Allow closure to unsafe fn coercionTaiki Endo-0/+5
2019-03-20Fix a bug in implied boundsscalexm-0/+28
2019-02-03Apply review suggestions and fix testsMatthias Einwag-2/+2
2019-01-09Stabilize `let` bindings and destructuring in constants and const fnOliver Scherer-1/+1
2018-12-31Rename and fix nolink-with-link-args testMika Lehtinen-13/+12
2018-12-27Auto merge of #56999 - petrochenkov:macrecov2, r=estebankbors-0/+25