about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2018-03-08Reduce noise in error reportingOliver Schneider-1/+0
2018-03-08Nuke ConstInt and Const*sizeOliver Schneider-0/+1
2018-03-08Add InterpretInterner to StableHashingContext for AllocId serializationOliver Schneider-2/+5
2018-03-08Codegen testsOliver Schneider-0/+1
2018-03-08Fully use miri in transOliver Schneider-292/+395
2018-03-08Nuke the entire ctfe from orbit, it's the only way to be sureOliver Schneider-18/+17
2018-03-07check stability of macro invocationsAustin Bonander-0/+38
2018-03-06make bounds on higher-kinded lifetimes a hard error in ast_validationRalf Jung-5/+20
2018-03-02Update compile fail test error messagesJonathan Behrens-4/+4
2018-02-28Rollup merge of #48461 - Manishearth:epoch-dyn-trait, r=nmatsakisManish Goregaokar-0/+1
2018-02-28Auto merge of #48056 - ExpHP:macro-commas, r=dtolnaybors-0/+121
2018-02-27update compile-fail tests; remove now redundant issue-39122.rsRalf Jung-19/+7
2018-02-25Rollup merge of #48302 - mark-i-m:markim_macro-test, r=aturonkennytm-53/+0
2018-02-24Rollup merge of #48481 - Manishearth:dyn-paren, r=petrochenkovManish Goregaokar-5/+0
2018-02-24Rollup merge of #48197 - bobtwinkles:two_phase_borrow_on_ops, r=nikomatsakisManish Goregaokar-53/+0
2018-02-24Rollup merge of #48061 - nikomatsakis:nll-do-not-run-mir-typeck-twice, r=eddybManish Goregaokar-8/+4
2018-02-24Rollup merge of #48317 - ExpHP:unused-unsafe-is-no-fn, r=estebankManish Goregaokar-0/+39
2018-02-24Rollup merge of #48143 - nikomatsakis:termination_trait_in_tests, r=eddybManish Goregaokar-5/+2
2018-02-24Rollup merge of #48084 - cramertj:impl-trait-errors, r=nikomatsakisManish Goregaokar-40/+3
2018-02-24Rollup merge of #47987 - Zoxc:rm-recursion-checking, r=eddybManish Goregaokar-49/+20
2018-02-23Add testManish Goregaokar-5/+0
2018-02-23Silence warning in testManish Goregaokar-0/+1
2018-02-23Rollup merge of #48221 - rkruppe:improve-ctypes-lint, r=estebankManish Goregaokar-110/+22
2018-02-23update tests and reference filesNiko Matsakis-8/+4
2018-02-23update test -- we now give a slightly different errorNiko Matsakis-3/+0
2018-02-22move Termination trait to std::processNiko Matsakis-2/+2
2018-02-22put the "unit test" logic into libtestNiko Matsakis-2/+2
2018-02-21Rollup merge of #48198 - csmoe:inform_type_annotations, r=estebankGuillaume Gomez-6/+6
2018-02-18Rollup merge of #48275 - matthiaskrgr:codespell, r=kennytm,varkorGuillaume Gomez-15/+15
2018-02-17unused_unsafe: don't label irrelevant fnsMichael Lamparski-0/+39
2018-02-18Auto merge of #47544 - U007D:master, r=nikomatsakisbors-0/+0
2018-02-17Move macro-at-most-once-rep-ambig test to ui testMark Mansi-53/+0
2018-02-17fix more typos found by codespell.Matthias Krüger-15/+15
2018-02-17Merge branch 'master' into inform_type_annotationsmoe-91/+117
2018-02-17Auto merge of #47926 - mikhail-m1:subslice_pattern_array_drop2, r=nikomatsakisbors-0/+30
2018-02-16Auto merge of #45404 - giannicic:defaultimpl2, r=nikomatsakisbors-91/+87
2018-02-15[improper_ctypes] Overhaul primary labelRobin Kruppe-10/+10
2018-02-15[improper_ctypes] Stop complaining about repr(usize) and repr(isize) enumsRobin Kruppe-0/+12
2018-02-15Convert compile-fail/lint-ctypes.rs to ui testRobin Kruppe-100/+0
2018-02-15add Self: Trait<..> inside the param_env of a default implGianni Ciccarelli-0/+8
2018-02-14inform type annotationscsmoe-6/+6
2018-02-13Make nested impl Trait a hard errorTaylor Cramer-40/+3
2018-02-13Allow two-phase borrows of &mut self in opsbobtwinkles-53/+0
2018-02-12changed termination_trait's bound from Error to Debug; added compiletest head...Brad Gibson-0/+0
2018-02-12Auto merge of #47843 - estebank:teach, r=nikomatsakisbors-4510/+0
2018-02-11Auto merge of #47752 - mark-i-m:at-most-once-rep, r=nikomatsakisbors-1/+54
2018-02-11Auto merge of #48092 - eddyb:discriminate-the-void, r=nikomatsakisbors-16/+47
2018-02-10Rollup merge of #48078 - alexcrichton:fix-required-const-and-proc-macro, r=eddybkennytm-0/+20
2018-02-10Change error message for E0391 to "cyclic dependency detected"John Kåre Alsaker-18/+18
2018-02-10Remove "static item recursion checking" in favor of relying on cycle checks i...John Kåre Alsaker-31/+2