about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2018-10-20update meta item checking testcsmoe-1/+3
2018-10-20suggest to trim prefix in nested meta itemscsmoe-3/+27
2018-10-20handle errors based on parse_sesscsmoe-32/+37
2018-10-20suggest to remove prefix `b` in lint stringcsmoe-45/+92
2018-10-19Prefer `Default::default` over `FxHash*::default` in struct constructorsOliver Scherer-8/+3
2018-10-19Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hackOliver Scherer-3/+3
2018-10-19Prefer unwrap_or_else to unwrap_or in case of function calls/allocationsljedrz-4/+5
2018-10-18Fix ordering of nested modules in non-mod.rs modsTaylor Cramer-0/+11
2018-10-15Rollup merge of #55025 - ehuss:missing-lifetime-err-msg, r=petrochenkovManish Goregaokar-5/+6
2018-10-14Support underscore as constant nameDonato Sciarra-1/+17
2018-10-12Add missing lifetime fragment specifier to error message.Eric Huss-5/+6
2018-10-12Rollup merge of #54967 - holmgr:master, r=estebankkennytm-0/+5
2018-10-12Auto merge of #53933 - GuillaumeGomez:codeblock-error-display, r=QuietMisdreavusbors-0/+13
2018-10-11Auto merge of #54850 - mcr431:fix-54707-trait-function-from-macro, r=nikomats...bors-0/+17
2018-10-10Accept `Option<Box<$t:ty>>` in macro argumentEsteban Küber-1/+2
2018-10-10Rollup merge of #54893 - dsciarra:issue-54379, r=pnkfelixManish Goregaokar-0/+3
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-18/+82
2018-10-10Remove incorrect span for second label inner macro invocationholmgr-0/+5
2018-10-09Update feature-gate listingflip1995-3/+2
2018-10-08parse_trait_item_ now handles interpolated blocks as function body declsMatthew Russo-0/+17
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-23/+4
2018-10-07Fix internal compiler error on malformed match arm pattern.Donato Sciarra-0/+3
2018-10-07cfg_attr_multi: Feature gateHavvy (Ryan Scheel)-1/+38
2018-10-05cfg_attr_multi: Basic implementationHavvy (Ryan Scheel)-17/+44
2018-10-05Rollup merge of #54833 - abonander:issue-54441, r=petrochenkovPietro Albini-15/+12
2018-10-05Rollup merge of #54804 - euclio:inverted-parameters, r=estebankPietro Albini-1/+20
2018-10-05add suggestion for inverted function parametersAndy Russell-1/+20
2018-10-05Auto merge of #54336 - petrochenkov:preuni, r=alexcrichtonbors-47/+30
2018-10-05Stabilize min_const_fn feature gateOliver Scherer-13/+2
2018-10-05Auto merge of #52121 - jebrosen:macros2_feature, r=petrochenkovbors-17/+19
2018-10-05make `Parser::parse_foreign_item()` return a foreign item or errorAustin Bonander-15/+12
2018-10-05Stabilize `min_const_fn`Oliver Schneider-10/+2
2018-10-05expansion: Remove restriction on use of macro attributes with test/benchVadim Petrochenkov-47/+30
2018-10-04Rollup merge of #54777 - zackmdavis:async_pretty_ice, r=cramertjPietro Albini-0/+3
2018-10-03Update error id to an unused oneOliver Schneider-2/+2
2018-10-03Only promote calls to `#[rustc_promotable]` const fnsOliver Schneider-1/+23
2018-10-02abolish ICE when pretty-printing async blockZack M. Davis-0/+3
2018-10-02Merge the `proc_macro_` expansion feature gates into a single `proc_macro_hyg...jeb-17/+19
2018-10-01Extra proc macro gates are now at #54727Alex Crichton-5/+5
2018-09-29Add a sentence before rustc errorsGuillaume Gomez-1/+3
2018-09-29Improve error display for codeblocks in rustdocGuillaume Gomez-0/+11
2018-09-27Bump to 1.31.0 and bootstrap from 1.30 betaJosh Stone-1/+1
2018-09-27Auto merge of #52319 - tinco:issue_12590, r=pnkfelixbors-12/+40
2018-09-27Auto merge of #54581 - petrochenkov:cfgattr, r=alexcrichtonbors-0/+1
2018-09-26Auto merge of #53824 - ljedrz:begone_onevector, r=michaelwoeristerbors-95/+108
2018-09-26Remove OneVectorljedrz-95/+108
2018-09-26Auto merge of #54497 - ralexstokes:stabilize_pattern_parentheses, r=nikomatsakisbors-130/+195
2018-09-26Accept trailing comma in `cfg_attr`Vadim Petrochenkov-0/+1