about summary refs log tree commit diff
path: root/src/libsyntax_ext
AgeCommit message (Expand)AuthorLines
2018-08-21Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkorkennytm-1/+1
2018-08-20Set applicability for more suggestions.Sébastien Duquette-1/+3
2018-08-19mv codemap() source_map()Donato Sciarra-1/+1
2018-08-19mv (mod) codemap source_mapDonato Sciarra-8/+8
2018-08-19Fix typos found by codespell.Matthias Krüger-1/+1
2018-08-16syntax_ext: remove leftover span_err_if_not_stage0 macro.Eduard-Mihai Burtescu-13/+2
2018-08-13Move SmallVec and ThinVec out of libsyntaxljedrz-7/+14
2018-08-12Rollup merge of #53230 - memoryruins:nll_bootstrap_4, r=nikomatsakisGuillaume Gomez-1/+2
2018-08-09[nll] libsyntax_ext: remove unnecessary mut annotation on variablememoryruins-1/+1
2018-08-09[nll] libsyntax_ext: enable feature(nll) for bootstrapmemoryruins-0/+1
2018-08-10Rollup merge of #53215 - ljedrz:refactor_format, r=estebankkennytm-61/+70
2018-08-09Rollup merge of #52773 - ljedrz:unncecessary_patterns, r=nikomatsakiskennytm-1/+1
2018-08-09Use Cow<str> in describe_num_argsljedrz-6/+8
2018-08-09Refactor expand_preparsed_format_argsljedrz-55/+62
2018-08-07Avoid unnecessary pattern matching against Option and Resultljedrz-1/+1
2018-08-06Point at correct span when missing comma in `println`Esteban Küber-1/+1
2018-08-01Rollup merge of #52888 - estebank:shell-sugg, r=oli-obkPietro Albini-34/+46
2018-07-31Use suggestions for shell format argumentsEsteban Küber-34/+46
2018-07-29Auto merge of #52738 - ljedrz:push_to_extend, r=eddybbors-22/+19
2018-07-29Replace push loops with collect() and extend() where possibleljedrz-22/+19
2018-07-29Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkovbors-2/+2
2018-07-27Auto merge of #52336 - ishitatsuyuki:dyn-rollup, r=Mark-Simulacrumbors-2/+0
2018-07-27Prefer to_string() to format!()ljedrz-2/+2
2018-07-26Rollup merge of #52649 - estebank:fmt-span, r=oli-obkMark Rousskov-99/+222
2018-07-24Add span label for format str missing specifierEsteban Küber-8/+11
2018-07-24Rename method and remove commented out codeEsteban Küber-4/+2
2018-07-24Fix unittestEsteban Küber-24/+26
2018-07-25Deny bare_trait_objects globallyTatsuyuki Ishi-2/+0
2018-07-24Use suggestions for `printf` formatEsteban Küber-5/+66
2018-07-24Rollup merge of #52658 - Wallacoloo:topics/use-option-methods, r=cramertjMark Rousskov-8/+4
2018-07-24Reword missing formatting arguments labelEsteban Küber-1/+1
2018-07-23libsyntax_ext: Prefer `Option::map` over `match` where applicableColin Wallace-8/+4
2018-07-23Only point at inside of string literals if they're actually string literalsEsteban Küber-6/+24
2018-07-23Point only at invalid positional argumentsEsteban Küber-62/+76
2018-07-23Point at incorrect named arg in format stringEsteban Küber-2/+19
2018-07-23Replace a few expect+format combos with unwrap_or_else+panicljedrz-2/+2
2018-07-22Point at internal span in format stringEsteban Küber-12/+22
2018-07-21fix logic bugEsteban Küber-2/+2
2018-07-21Remove dependency on `libsyntax`Esteban Küber-1/+5
2018-07-21Gate `format_args_nll` behind feature flagEsteban Küber-0/+15
2018-07-21Suggest space separated format str literalEsteban Küber-1/+1
2018-07-19Use correct spans for format string errorsEsteban Küber-1/+1
2018-07-19rework printlnEsteban Küber-2/+30
2018-07-19review comments: modify note wording and change `println`Esteban Küber-1/+1
2018-07-19Improve suggestion for missing fmt str in printlnEsteban Küber-14/+29
2018-07-15Auto merge of #52383 - petrochenkov:pmns, r=alexcrichtonbors-5/+0
2018-07-14Auto merge of #52326 - alexcrichton:tweak-proc-macro-expand, r=petrochenkovbors-3/+8
2018-07-14Functions introducing procedural macros reserve a slot in the macro namespace...Vadim Petrochenkov-5/+0
2018-07-14Address commentsVadim Petrochenkov-6/+4
2018-07-14Remove some tests using AST comparisons, fix other testsVadim Petrochenkov-4/+4