summary refs log tree commit diff
path: root/src/libfmt_macros/lib.rs
AgeCommit message (Expand)AuthorLines
2019-06-16Separate libfmt_macros modulechansuke-245/+1
2019-06-12Rollup merge of #61568 - Mark-Simulacrum:symbol-fmt-macros, r=estebankMazdak Farrokhzad-66/+67
2019-06-11Add deny(unused_lifetimes) to all the crates that have deny(internal).Eduard-Mihai Burtescu-0/+1
2019-06-09Properly point at the last opening braceMark Rousskov-1/+1
2019-06-09Add comment about raw strings to self.styleMark Rousskov-0/+2
2019-06-09Introduce InnerSpan abstractionMark Rousskov-47/+42
2019-06-09Use Symbol for named arguments in fmt_macrosMark Rousskov-15/+22
2019-06-09Inline raw methodMark Rousskov-6/+3
2019-04-17Deny `internal` in stage0Mateusz Mikuła-1/+1
2019-04-03Deny internal lints on two more cratesflip1995-0/+1
2019-02-10Revert removed #![feature(nll)]Taiki Endo-0/+1
2019-02-07Remove images' url to make it work even without internet connectionGuillaume Gomez-3/+1
2019-02-03libfmt_macros => 2018Mazdak Farrokhzad-6/+7
2019-01-26Rollup merge of #57764 - Xanewok:tiny-tweaks, r=nikomatsakisMazdak Farrokhzad-0/+1
2019-01-20Add missing #![feature(rustc_private)] annotationIgor Matuszewski-0/+1
2019-01-12Fix simple formatting optimizationShotaro Yamada-0/+9
2018-12-26Point at correct span for arguments in format stringsEsteban Küber-4/+3
2018-12-26Various changes to string format diagnosticsEsteban Küber-40/+104
2018-12-25Remove licensesMark Rousskov-10/+0
2018-10-03remove padding from multiline format string labelAndy Russell-1/+1
2018-09-27Bump to 1.31.0 and bootstrap from 1.30 betaJosh Stone-1/+1
2018-09-11stabalize infer outlives requirements (RFC 2093).toidiu-1/+0
2018-08-24check that adding infer-outlives requirement to all crates worksNiko Matsakis-0/+1
2018-08-19Fix typos found by codespell.Matthias Krüger-1/+1
2018-08-11A few cleanups for fmt_macros, graphviz, apfloat, target, serialize and termljedrz-7/+5
2018-08-09[nll] libfmt_macros: enable feature(nll) for bootstrapmemoryruins-0/+2
2018-07-29Remove unused `mut`sMatthew Jasper-1/+1
2018-07-27Auto merge of #52336 - ishitatsuyuki:dyn-rollup, r=Mark-Simulacrumbors-2/+0
2018-07-25Deny bare_trait_objects globallyTatsuyuki Ishi-2/+0
2018-07-24Add documentation for `Parser::arg_places`Esteban Küber-0/+1
2018-07-22Point at internal span in format stringEsteban Küber-4/+13
2018-07-21fix testEsteban Küber-2/+2
2018-07-21Remove dependency on `libsyntax`Esteban Küber-13/+5
2018-07-20fix rebaseEsteban Küber-1/+1
2018-07-20fix incorrect position of chars in fmt strEsteban Küber-8/+9
2018-07-19Use correct spans for format string errorsEsteban Küber-9/+31
2018-07-19rework printlnEsteban Küber-1/+5
2018-07-12Deny bare trait objects in the rest of rustljedrz-0/+2
2018-05-10Improve format string errorsEsteban Küber-14/+68
2018-04-08Move deny(warnings) into rustbuildMark Simulacrum-1/+0
2018-03-13Add hexadecimal formatting of integers with fmt::DebugSimon Sapin-2/+20
2018-02-10fix typos in src/{bootstrap,ci,etc,lib{backtrace,core,fmt_macros}}Matthias Krüger-1/+1
2017-11-09Retain information on whether a format argument has explicit positionTommy Ip-10/+12
2017-08-25*: remove crate_{name,type} attributesTamir Duberstein-3/+0
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-1/+1
2017-06-19Bump version and stage0 compilerAlex Crichton-4/+0
2017-06-16Introduce tidy lint to check for inconsistent tracking issuesest31-1/+1
2017-05-11rustc: Remove #![unstable] annotationAlex Crichton-2/+2
2016-12-29Remove not(stage0) from deny(warnings)Alex Crichton-1/+1
2016-11-11On fmt string with unescaped `{` note how to escapeEsteban Küber-4/+19