summary refs log tree commit diff
path: root/src/test/ui/feature-gates
AgeCommit message (Expand)AuthorLines
2019-12-14Auto merge of #67224 - nikomatsakis:revert-stabilization-of-never-type, r=cen...bors-1/+68
2019-12-14Revert "Remove `#![feature(never_type)]` from tests."Niko Matsakis-1/+68
2019-12-13Require stable/unstable annotations for the constness of all stable functions...Oliver Scherer-5/+3
2019-12-13Reuse the `staged_api` feature for `rustc_const_unstable`Oliver Scherer-4/+1
2019-12-03Check intrinsics for callability in const fnsMahmut Bulut-4/+2
2019-12-02Rollup merge of #66245 - tmiasko:cfg-sanitize, r=oli-obkRalf Jung-0/+15
2019-12-01rustc_plugin: Remove support for plugin argumentsVadim Petrochenkov-27/+0
2019-12-01Conditional compilation for sanitizersTomasz Miąsko-0/+15
2019-11-23Rollup merge of #61351 - GuillaumeGomez:stabilize-cfg-rustdoc, r=QuietMisdreavusMazdak Farrokhzad-16/+0
2019-11-21Stabilize cfg rustdocGuillaume Gomez-16/+0
2019-11-21Remove `#![feature(never_type)]` from tests.Mazdak Farrokhzad-68/+1
2019-11-15Rollup merge of #66435 - JohnTitor:fix-spelling, r=CentrilTyler Mandry-1/+1
2019-11-15Correct `const_in_array_repeat_expressions` feature nameYuki Okushi-1/+1
2019-11-14TAIT: adjust testsMazdak Farrokhzad-11/+174
2019-11-13Rollup merge of #66166 - GuillaumeGomez:rename-rustdoc-to-doc, r=QuietMisdreavusYuki Okushi-4/+4
2019-11-09Address review commentsVadim Petrochenkov-2/+2
2019-11-09Remove `#[feature(custom_attribute)]`Vadim Petrochenkov-19/+17
2019-11-09Support registering attributes and attribute tools using crate-level attributesVadim Petrochenkov-0/+30
2019-11-09Auto merge of #65879 - ohadravid:stabilize-re-rebalance-coherence, r=nikomats...bors-24/+0
2019-11-08Rollup merge of #66007 - estebank:remove-here, r=CentrilMazdak Farrokhzad-1/+1
2019-11-07Rollup merge of #65884 - Centril:non-hardcoded-abis, r=petrochenkovMazdak Farrokhzad-163/+157
2019-11-07parser: don't hardcode ABIs into grammarMazdak Farrokhzad-163/+157
2019-11-06Remove "here" from "expected one of X here"Esteban Küber-1/+1
2019-11-06rename cfg(rustdoc) into cfg(doc)Guillaume Gomez-4/+4
2019-11-06gate rustc_on_unimplemented under rustc_attrsMazdak Farrokhzad-21/+0
2019-10-31Revert "pre-expansion gate trait_alias."Eduard-Mihai Burtescu-19/+1
2019-10-31Revert "pre-expansion gate associated_type_bounds"Eduard-Mihai Burtescu-14/+1
2019-10-31Revert "pre-expansion gate crate_visibility_modifier"Eduard-Mihai Burtescu-13/+1
2019-10-31Revert "pre-expansion gate const_generics"Eduard-Mihai Burtescu-23/+9
2019-10-31Revert "pre-expansion gate decl_macro"Eduard-Mihai Burtescu-14/+1
2019-10-31Revert "pre-expansion gate box_patterns"Eduard-Mihai Burtescu-13/+1
2019-10-31Revert "pre-expansion gate exclusive_range_pattern"Eduard-Mihai Burtescu-17/+4
2019-10-31Revert "pre-expansion gate try_blocks"Eduard-Mihai Burtescu-7/+4
2019-10-31Revert "pre-expansion gate label_break_value"Eduard-Mihai Burtescu-5/+2
2019-10-31Revert "pre-expansion gate box_syntax"Eduard-Mihai Burtescu-5/+2
2019-10-31Revert "pre-expansion gate type_ascription"Eduard-Mihai Burtescu-5/+2
2019-10-31Stabilize the `re_rebalance_coherence` featureOhad Ravid-24/+0
2019-10-29Rollup merge of #65832 - tlively:emscripten-exception-handling, r=alexcrichtonTyler Mandry-1/+1
2019-10-29Rollup merge of #65809 - roblabla:eficall-abi, r=nagisaMazdak Farrokhzad-70/+141
2019-10-29Rollup merge of #65318 - estebank:coherence, r=varkorMazdak Farrokhzad-2/+2
2019-10-28suggest `const_in_array_repeat_expression` flagDavid Wood-2/+21
2019-10-28Use more targeted spans for orphan rule errorsEsteban Küber-2/+2
2019-10-25Re-enable Emscripten's exception handling supportThomas Lively-1/+1
2019-10-25Add proper tracking issue for EFIAPIroblabla-7/+7
2019-10-25Add new EFIAPI ABIroblabla-70/+141
2019-10-25RFC 2008: StabilizationDavid Wood-22/+0
2019-10-25Rollup merge of #65747 - Centril:union-issue-fix, r=varkorMazdak Farrokhzad-3/+3
2019-10-24Adjust the tracking issue for `untagged_unions`.Mazdak Farrokhzad-3/+3
2019-10-24pre-expansion gate type_ascriptionMazdak Farrokhzad-2/+5
2019-10-24pre-expansion gate box_syntaxMazdak Farrokhzad-2/+5