rust/src/libsyntax/ext
Esteban Küber a4660dfea2 Point at unused arguments for format string
Avoid overlapping spans by only pointing at the arguments that are not
being used in the argument string. Enable libsyntax to have diagnostics
with multiple primary spans by accepting `Into<MultiSpan>` instead of
`Span`.
2018-01-15 21:38:12 -08:00
..
tt Cleanup 2017-12-28 11:52:50 -05:00
base.rs Point at unused arguments for format string 2018-01-15 21:38:12 -08:00
build.rs rustc: use {U,I}size instead of {U,I}s shorthands. 2018-01-04 03:12:04 +02:00
derive.rs limit packed copy-out to non-generic Copy structs 2017-11-26 16:12:43 +02:00
expand.rs Do not expand a derive invocation when derive is not allowed 2017-12-26 16:47:32 +09:00
placeholders.rs Lifting Generics from MethodSig to TraitItem and ImplItem since we want to support generics in each variant of TraitItem and ImplItem 2017-10-17 22:14:14 -04:00
quote.rs rustc: use {U,I}size instead of {U,I}s shorthands. 2018-01-04 03:12:04 +02:00
source_util.rs Make column macro output 1 based and document it 2017-12-24 02:20:06 +01:00