about summary refs log tree commit diff
path: root/library/proc_macro/src/diagnostic.rs
AgeCommit message (Collapse)AuthorLines
2022-08-06proc_macro/bridge: send diagnostics over the bridge as a structNika Layzell-14/+7
This removes some RPC when creating and emitting diagnostics, and simplifies the bridge slightly. After this change, there are no remaining methods which take advantage of the support for `&mut` references to objects in the store as arguments, meaning that support for them could technically be removed if we wanted. The only remaining uses of immutable references into the store are `TokenStream` and `SourceFile`.
2021-08-07Change proc_macro::Diagnostics docsKlim Tsoutsman-5/+4
Add links Fit 100-character limit
2020-07-27mv std libs to library/mark-0/+183