about summary refs log tree commit diff
path: root/library/proc_macro/src/bridge
AgeCommit message (Expand)AuthorLines
2021-09-10Rollup merge of #86165 - m-ou-se:proc-macro-span-shrink, r=dtolnayManish Goregaokar-0/+2
2021-08-03Remove space after negative sign in Literal to_stringDavid Tolnay-0/+1
2021-07-29Fix may not to appropriate might not or must notAli Malik-1/+1
2021-07-03Rollup merge of #84029 - drahnr:master, r=petrochenkovYuki Okushi-0/+1
2021-07-02add track_path::path fn for proc-macro usageBernhard Schuster-0/+1
2021-07-01proc_macro/bridge: Remove dead code Slice typeJade-29/+0
2021-06-25Fix a few misspellings.Eric Huss-1/+1
2021-06-09Add proc_macro::Span::{before, after}.Mara Bos-0/+2
2021-05-29Write primitive types via array buffersMark Rousskov-2/+17
2021-05-29Switch to reserve over extend_from_sliceMark Rousskov-25/+21
2021-05-29Specialize single-element writes to bufferMark Rousskov-1/+16
2021-05-19impl FromStr for proc_macro::LiteralDavid Tolnay-0/+14
2021-05-12Implement span quoting for proc-macrosAaron Hill-0/+3
2020-11-19Bump bootstrap compiler versionJake Goulding-12/+6
2020-10-21switch allow_internal_unstable const fns to rustc_allow_const_fn_unstableFlorian Warzecha-6/+12
2020-09-22Update library functions with stability attributesDylan MacKenzie-0/+6
2020-09-03Respect `-Z proc-macro-backtrace` flag for panics inside libproc_macroAaron Hill-3/+2
2020-08-30Add `-Z proc-macro-backtrace` to allow showing proc-macro panicsAaron Hill-8/+39
2020-07-27mv std libs to library/mark-0/+1840