about summary refs log tree commit diff
path: root/src/libsyntax_ext/format.rs
AgeCommit message (Expand)AuthorLines
2018-09-17Whitespace fix again.Vitaly _Vi Shukela-3/+3
2018-09-17Fill in suggestions Applicability according to @estebankVitaly _Vi Shukela-3/+3
2018-09-16Attach Applicability to multipart_suggestion and span_suggestionsVitaly _Vi Shukela-1/+2
2018-08-28Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc.Eduard-Mihai Burtescu-8/+8
2018-08-22Rollup merge of #53504 - ekse:suggestions-applicability-2, r=estebankGuillaume Gomez-1/+3
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-19Fix typos found by codespell.Matthias Krüger-1/+1
2018-08-09Use Cow<str> in describe_num_argsljedrz-6/+8
2018-08-09Refactor expand_preparsed_format_argsljedrz-55/+62
2018-08-06Point at correct span when missing comma in `println`Esteban Küber-1/+1
2018-07-29Replace push loops with collect() and extend() where possibleljedrz-8/+7
2018-07-24Add span label for format str missing specifierEsteban Küber-8/+11
2018-07-24Use suggestions for `printf` formatEsteban Küber-1/+16
2018-07-24Reword missing formatting arguments labelEsteban Küber-1/+1
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-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/+20
2018-07-19Improve suggestion for missing fmt str in printlnEsteban Küber-6/+22
2018-07-12Deny bare trait objects in src/libsyntax_extljedrz-1/+1
2018-05-26Add `Ident::as_str` helperVadim Petrochenkov-1/+1
2018-05-17Rollup merge of #50610 - estebank:fmt-str, r=KimundiMark Simulacrum-3/+6
2018-05-17Rename trans to codegen everywhere.Irina Popa-14/+14
2018-05-10Improve format string errorsEsteban Küber-3/+6
2018-04-24Gensym arguments for format macroJames Sanderson-7/+9
2018-04-06Use `Span::apply_mark` where possibleVadim Petrochenkov-3/+3
2018-03-18Initial implementation of RFC 2151, Raw IdentifiersLymia Aluysia-1/+1
2018-03-05while let all the thingsleonardo.yvens-11/+6
2018-01-16Add secondary span pointing at the statement (error span)Esteban Küber-2/+6
2018-01-15Point at unused arguments for format stringEsteban Küber-10/+2
2017-11-09Retain information on whether a format argument has explicit positionTommy Ip-16/+34
2017-11-06Make format! positional argument errors clearTommy Ip-8/+41
2017-09-10Use rvalue promotion to 'static instead of static items.Eduard-Mihai Burtescu-36/+3
2017-08-30Make fields of `Span` privateVadim Petrochenkov-7/+5
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-6/+6
2017-08-01Fixed extra cases found in better checking.Isaac van Bakel-1/+1
2017-07-28format!: use a dummy span rather than callee span for the span base for tempo...Nick Cameron-3/+5
2017-07-18Change the error message for multiple unused print paramsPerry Fraser-2/+6
2017-06-26Simplify `hygiene::Mark` application, andJeffrey Seyfried-5/+8
2017-06-23Removed as many "```ignore" as possible.kennytm-1/+2
2017-05-25Hygienize lifetimes.Jeffrey Seyfried-2/+2
2017-03-29Refactor how spans are combined in the parser.Jeffrey Seyfried-11/+4