about summary refs log tree commit diff
path: root/src/libfmt_macros
AgeCommit message (Expand)AuthorLines
2020-06-02Rename directories for some compiler crates from `libx` to `librustc_x`Vadim Petrochenkov-1136/+0
2020-05-29Improve inline asm error diagnosticsAmanieu d'Antras-1/+23
2020-05-18Fix testsAmanieu d'Antras-2/+2
2020-05-18Implement asm! in librustc_builtin_macrosAmanieu d'Antras-5/+154
2020-04-19Dogfood more or_patterns in the compilerJosh Stone-1/+2
2020-03-06fix various typosMatthias Krüger-1/+1
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-3/+3
2019-12-30Make things build againVadim Petrochenkov-1/+1
2019-12-22Format the worldMark Rousskov-131/+132
2019-12-06Rename to `then_some` and `then`varkor-1/+1
2019-12-06Use `to_option` in various placesvarkor-5/+2
2019-11-28Allow any identifier as format arg nameDavid Tolnay-16/+17
2019-11-06Fix libfmt_macros testsEsteban Küber-26/+40
2019-11-05Point at formatting descriptor string when it is invalidEsteban Küber-0/+9
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