summary refs log tree commit diff
path: root/library/proc_macro/src/bridge/buffer.rs
AgeCommit message (Expand)AuthorLines
2022-06-01Inline `bridge::Buffer` methods.Nicholas Nethercote-0/+13
2022-05-27Make `Buffer<T>` non-generic.Nicholas Nethercote-24/+24
2021-07-01proc_macro/bridge: Remove dead code Slice typeJade-29/+0
2021-05-29Write primitive types via array buffersMark Rousskov-1/+16
2021-05-29Switch to reserve over extend_from_sliceMark Rousskov-25/+21
2021-05-29Specialize single-element writes to bufferMark Rousskov-0/+15
2020-07-27mv std libs to library/mark-0/+146