about summary refs log tree commit diff
path: root/src/libsyntax/feature_gate.rs
AgeCommit message (Expand)AuthorLines
2018-10-14Support underscore as constant nameDonato Sciarra-0/+10
2018-10-10Rollup merge of #54870 - flip1995:stabilize_tool_lints, r=ManishearthManish Goregaokar-3/+2
2018-10-10Rollup merge of #54862 - Havvy:cfg_attr_multi, r=petrochenkovManish Goregaokar-0/+3
2018-10-09Update feature-gate listingflip1995-3/+2
2018-10-07cfg-attr-multi: Change issue number to actual tracking issueHavvy (Ryan Scheel)-1/+1
2018-10-07Auto merge of #54835 - oli-obk:mögen_konstante_funktionen_doch_bitte_endlich...bors-21/+3
2018-10-07cfg_attr_multi: Feature gateHavvy (Ryan Scheel)-0/+3
2018-10-05Auto merge of #54336 - petrochenkov:preuni, r=alexcrichtonbors-4/+0
2018-10-05Stabilize min_const_fn feature gateOliver Scherer-13/+2
2018-10-05Stabilize `min_const_fn`Oliver Schneider-8/+1
2018-10-05expansion: Remove restriction on use of macro attributes with test/benchVadim Petrochenkov-4/+0
2018-10-02Merge the `proc_macro_` expansion feature gates into a single `proc_macro_hyg...jeb-4/+9
2018-10-01Extra proc macro gates are now at #54727Alex Crichton-5/+5
2018-09-26Auto merge of #54497 - ralexstokes:stabilize_pattern_parentheses, r=nikomatsakisbors-7/+2
2018-09-25Auto merge of #53542 - alexreg:impl-trait-in-bindings, r=cramertjbors-2/+5
2018-09-25Auto merge of #53693 - scottmcm:marker-trait-attribute, r=nikomatsakisbors-0/+9
2018-09-25Handle impl trait in MIR type checked for assignments.Matthew Jasper-2/+5
2018-09-23Auto merge of #54325 - michaelwoerister:incr-thinlto-tests, r=alexcrichtonbors-0/+6
2018-09-22stabilize pattern_parentheses featureAlex Stokes-7/+2
2018-09-22Stabilize crate_in_paths, extern_absolute_paths and extern_prelude on all edi...Eduard-Mihai Burtescu-14/+7
2018-09-19Parse, feature-gate, and validate the #[marker] attributeScott McMurray-0/+9
2018-09-18incr.comp.: Allow for more fine-grained testing of CGU reuse and use it to te...Michael Woerister-0/+6
2018-09-18Auto merge of #54034 - pnkfelix:issue-15287-bind-by-move-pattern-guards, r=ni...bors-0/+6
2018-09-18Rollup merge of #54299 - snaedis:issue-54246, r=varkorGuillaume Gomez-7/+10
2018-09-17libsyntax: add optional help message for deprecated featuresAlva Snædís-6/+9
2018-09-17libsyntax: fix casing in error messageAlva Snædís-1/+1
2018-09-17Add `feature(bind_by_move_pattern_guards)`.Felix S. Klock II-0/+6
2018-09-16Temporarily prohibit proc macro attributes placed after derivesVadim Petrochenkov-0/+4
2018-09-13introduce SelfCtorF001-11/+2
2018-09-13implement feature tuple_struct_self_ctorF001-0/+12
2018-09-12Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakisbors-9/+2
2018-09-12Rollup merge of #54072 - blitzerr:master, r=Mark-Simulacrumkennytm-30/+3
2018-09-11stabalize infer outlives requirements (RFC 2093).toidiu-9/+2
2018-09-11Auto merge of #51363 - japaric:stable-used, r=cramertjbors-7/+4
2018-09-10bump versionJorge Aparicio-1/+1
2018-09-10Feature gate non-builtin attributes in inner attribute positionVadim Petrochenkov-0/+3
2018-09-09Auto merge of #53778 - petrochenkov:shadrelax2, r=nikomatsakisbors-0/+4
2018-09-09stabilize `#[used]`Jorge Aparicio-7/+4
2018-09-08Stabilization change for mod.rsRusty Blitzerr-30/+3
2018-09-09Remove crate_visibility_modifier from 2018 editionMark Rousskov-1/+1
2018-09-08Add test cases for possible restricted shadowing configurationsVadim Petrochenkov-0/+4
2018-09-07stabilize `#[panic_handler]`Jorge Aparicio-5/+2
2018-09-04Move #[test_case] to a syntax extensionJohn Renner-5/+9
2018-09-04Fix #[test] shadowing in macro_preludeJohn Renner-2/+0
2018-09-04Introduce Custom Test FrameworksJohn Renner-0/+12
2018-09-01Auto merge of #53884 - kennytm:rollup, r=kennytmbors-0/+1
2018-09-01Rollup merge of #53076 - QuietMisdreavus:cfg-rustdoc, r=GuillaumeGomezkennytm-0/+1
2018-08-31feature(doc_cfg): set cfg(rustdoc) when rustdoc is runningQuietMisdreavus-0/+1
2018-08-31Implement the `min_const_fn` feature gateOliver Schneider-8/+21
2018-08-30Rollup merge of #53702 - jkozlowski:correct_version_for_macro_vis_matcher, r=...Pietro Albini-1/+1