about summary refs log tree commit diff
path: root/src/libfmt_macros
AgeCommit message (Expand)AuthorLines
2019-09-30Cleaned up a few doc comments in libfmt_macros.Alexander Regueiro-3/+3
2019-09-04flatten rustc_lexer::character_properties moduleAleksey Kladov-3/+2
2019-09-04remove XID and Pattern_White_Space unicode tables from libcoreAleksey Kladov-6/+6
2019-08-03Rollup merge of #63121 - estebank:formatting-pos, r=alexcrichtonMazdak Farrokhzad-170/+235
2019-07-30fix testsEsteban Küber-146/+187
2019-07-29review commentsEsteban Küber-9/+5
2019-07-29On `format!()` arg count mismatch provide extra infoEsteban Küber-24/+52
2019-07-29rustc: Compile the `fmt_macros` crate as an rlibAlex Crichton-1/+0
2019-07-28Deny `unused_lifetimes` through rustbuildVadim Petrochenkov-2/+0
2019-07-28Remove lint annotations in specific crates that are already enforced by rustb...Vadim Petrochenkov-1/+0
2019-07-22add rustc_private as a proper language feature gateAleksey Kladov-0/+1
2019-07-07rustc: Remove `dylib` crate type from most rustc cratesAlex Crichton-0/+1
2019-06-24Enable internal lints in bootstrapflip1995-1/+0
2019-06-16Separate libfmt_macros modulechansuke-245/+244
2019-06-12Rollup merge of #61568 - Mark-Simulacrum:symbol-fmt-macros, r=estebankMazdak Farrokhzad-66/+70
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/+25
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/+8
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-16/+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/+34
2018-07-19rework printlnEsteban Küber-1/+5