about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2018-04-27fixed testsChristian Poveda-3/+0
2018-04-27removed dyn_trait feature from testsChristian Poveda-3/+3
2018-04-27Allow #[inline] on closuresAmanieu d'Antras-5/+5
2018-04-27Auto merge of #50275 - kennytm:rollup, r=kennytmbors-0/+11
2018-04-27Rollup merge of #50227 - sinkuu:ice_non_local_trait, r=estebankkennytm-0/+11
2018-04-27Auto merge of #49891 - cuviper:compiletest-crash, r=alexcrichtonbors-1/+1
2018-04-26Update a compile-fail testAravind Gollakota-1/+2
2018-04-26Do not ICE on generics mismatch with non-local traitsShotaro Yamada-0/+11
2018-04-25Fix crate:: in local pathsManish Goregaokar-26/+4
2018-04-25Use UFCSvarkor-10/+0
2018-04-25Ensure derive(PartialOrd) is no longer accidentally exponentialvarkor-26/+6
2018-04-24Disable two-phase-reservation-sharing-interference[nll_beyond]Josh Stone-1/+1
2018-04-24Warn on all erroneous constantsOliver Schneider-60/+64
2018-04-23Auto merge of #49779 - oli-obk:const_err_regression, r=eddybbors-34/+0
2018-04-22Remove Alloc::oomSteven Fackler-1/+0
2018-04-22Auto merge of #49896 - SimonSapin:inherent, r=alexcrichtonbors-1/+1
2018-04-21Auto merge of #50121 - pnkfelix:revert-stabilization-of-never-type-et-al, r=a...bors-0/+20
2018-04-21Auto merge of #50120 - alexcrichton:more-proc-macro-gates, r=petrochenkovbors-1/+9
2018-04-21Replace StrExt with inherent str methods in libcoreSimon Sapin-1/+1
2018-04-21Auto merge of #50080 - klnusbaum:edition_49591, r=Manishearthbors-2/+2
2018-04-20rustc: Tweak custom attribute capabilitiesAlex Crichton-1/+9
2018-04-20fix two compile-fail tests that were still using -ZeditionKurtis Nusbaum-2/+2
2018-04-20Bring back old fallback semantics: Without feature(never_type), fallback to `...Felix S. Klock II-0/+4
2018-04-20Revert stabilization of `feature(never_type)`.Felix S. Klock II-0/+16
2018-04-20Rollup merge of #50031 - krk:issue-46336, r=estebankkennytm-4/+7
2018-04-18Clarified E0015 message, r=estebankkrk-4/+7
2018-04-18Auto merge of #49950 - Zoxc:default-span, r=estebankbors-23/+22
2018-04-16Update testsJohn Kåre Alsaker-23/+22
2018-04-15Only warn on erroneous promoted constantsOliver Schneider-34/+0
2018-04-15remove -Znll -- borrowck=mir implies nll nowNiko Matsakis-132/+165
2018-04-15determine whether a borrow is active based solely on the locationNiko Matsakis-0/+34
2018-04-15Auto merge of #49881 - varkor:partialord-opt, r=Manishearthbors-4/+14
2018-04-15Auto merge of #48173 - GuillaumeGomez:error-codes-libsyntax_ext, r=estebankbors-16/+0
2018-04-14Add tests and longer error explanationGuillaume Gomez-16/+0
2018-04-14Rollup merge of #49958 - glandium:cleanup, r=SimonSapinkennytm-4/+4
2018-04-14Replace remaining uses of deprecated std::heap with std::allocMike Hommey-4/+4
2018-04-13Auto merge of #49585 - GuillaumeGomez:rename-to-compile-pass, r=Mark-Simulacrumbors-7/+7
2018-04-13Rename must-compile-successfully into compile-passGuillaume Gomez-7/+7
2018-04-13Auto merge of #49830 - sinkuu:fix_ice_47715, r=cramertjbors-0/+38
2018-04-13Auto merge of #49669 - SimonSapin:global-alloc, r=alexcrichtonbors-10/+5
2018-04-13Auto merge of #49718 - petrochenkov:fieldcmp, r=eddybbors-447/+5
2018-04-12Restore Global.oom() functionalitySimon Sapin-0/+1
2018-04-12Use the GlobalAlloc trait for #[global_allocator]Simon Sapin-10/+4
2018-04-12Move hygiene tests to UIVadim Petrochenkov-442/+0
2018-04-12Avoid comparing fields by name when possibleVadim Petrochenkov-1/+1
2018-04-12AST/HIR: Merge field access expressions for named and numeric fieldsVadim Petrochenkov-4/+4
2018-04-12Implement inferring outlives requirements for references, structs, enum, unio...toidiu-1/+3
2018-04-12Auto merge of #49371 - scottmcm:catch-wrapping, r=nikomatsakisbors-9/+11
2018-04-12Auto merge of #48528 - bitshifter:repr_packed, r=eddybbors-0/+11
2018-04-12Auto merge of #49698 - SimonSapin:unicode-for-everyone, r=alexcrichtonbors-4/+4