| Age | Commit message (Expand) | Author | Lines |
| 2025-06-14 | Remove all support for wasm's legacy ABI | bjorn3 | -3/+0 |
| 2025-04-11 | Replace proc_macro::SourceFile by Span::{file, local_file}. | Mara Bos | -8/+2 |
| 2025-04-11 | Remove proc_macro::SourceFile::is_real(). | Mara Bos | -1/+0 |
| 2025-04-09 | update cfgs | Boxy | -1/+0 |
| 2025-03-25 | allow wasm_c_abi in proc_macro bridge | Ralf Jung | -0/+4 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -8/+4 |
| 2024-03-23 | proc_macro: simplify bridge state | joboet | -3/+1 |
| 2024-03-01 | Move `HandleStore` into `server.rs`. | Nicholas Nethercote | -0/+17 |
| 2024-02-15 | Add `ErrorGuaranteed` to `ast::LitKind::Err`, `token::LitKind::Err`. | Nicholas Nethercote | -2/+6 |
| 2024-01-31 | Switch OwnedStore handle count to AtomicU32 | GnomedDev | -1/+0 |
| 2023-12-11 | Add support for `--env` on `tracked_env::var` | Guillaume Gomez | -0/+1 |
| 2023-06-20 | Add `Span::{line, column}` | Jacob Pratt | -0/+2 |
| 2023-06-20 | `Span::{before, after}` → `Span::{start, end}` | Jacob Pratt | -2/+2 |
| 2023-06-20 | Remove `LineColumn`, `Span::start`, `Span::end` | Jacob Pratt | -5/+1 |
| 2023-05-02 | fix TODO comments | Deadbeef | -0/+4 |
| 2023-03-11 | Renamed to byte_range and changed Range generics [skip ci] | Michael van Straten | -2/+1 |
| 2023-03-10 | added byte position range for proc_macro::Span | Michael van Straten | -0/+7 |
| 2022-08-06 | proc_macro/bridge: send diagnostics over the bridge as a struct | Nika Layzell | -16/+13 |
| 2022-07-18 | proc_macro: Move subspan to be a method on Span in the bridge | Nika Layzell | -1/+1 |
| 2022-07-18 | proc_macro: stop using a remote object handle for Literal | Nika Layzell | -30/+46 |
| 2022-07-18 | proc_macro: stop using a remote object handle for Ident | Nika Layzell | -11/+22 |
| 2022-07-18 | proc_macro: use fxhash within the proc_macro crate | Nika Layzell | -0/+2 |
| 2022-06-28 | review changes | Nika Layzell | -26/+27 |
| 2022-06-26 | proc_macro: stop using a remote object handle for Group | Nika Layzell | -17/+30 |
| 2022-06-26 | proc_macro: stop using a remote object handle for Punct | Nika Layzell | -13/+15 |
| 2022-06-26 | proc_macro: Rename ExpnContext to ExpnGlobals, and unify method on Server trait | Nika Layzell | -6/+6 |
| 2022-06-25 | proc_macro: cache static spans in client's thread-local state | Nika Layzell | -11/+39 |
| 2022-06-17 | review fixups | Nika Layzell | -29/+24 |
| 2022-06-17 | proc_macro: reduce the number of messages required to create, extend, and ite... | Nika Layzell | -16/+12 |
| 2022-06-16 | proc_macro: use macros to simplify aggregate Mark/Unmark definitions | Nika Layzell | -24/+34 |
| 2022-06-14 | proc_macro: support encoding/decoding Vec<T> | Nika Layzell | -0/+15 |
| 2022-05-27 | proc_macro: don't pass a client-side function pointer through the server. | Eduard-Mihai Burtescu | -0/+2 |
| 2022-05-27 | Remove unnecessary blank line. | Nicholas Nethercote | -1/+0 |
| 2022-05-27 | Add some comments about `_marker` fields. | Nicholas Nethercote | -1/+3 |
| 2022-05-27 | Clarify a comment. | Nicholas Nethercote | -1/+1 |
| 2022-05-27 | Make `Buffer<T>` non-generic. | Nicholas Nethercote | -2/+2 |
| 2022-04-06 | Use PhantomData directly in Bridge | bjorn3 | -2/+3 |
| 2022-03-25 | Avoid negative impls in the bridge | bjorn3 | -3/+2 |
| 2021-12-14 | made compiler happy | Anuvrat | -4/+4 |
| 2021-11-12 | proc_macro: Add an expand_expr method to TokenStream | Nika Layzell | -0/+1 |
| 2021-09-10 | Rollup merge of #86165 - m-ou-se:proc-macro-span-shrink, r=dtolnay | Manish Goregaokar | -0/+2 |
| 2021-08-03 | Remove space after negative sign in Literal to_string | David Tolnay | -0/+1 |
| 2021-07-02 | add track_path::path fn for proc-macro usage | Bernhard Schuster | -0/+1 |
| 2021-06-09 | Add proc_macro::Span::{before, after}. | Mara Bos | -0/+2 |
| 2021-05-19 | impl FromStr for proc_macro::Literal | David Tolnay | -0/+14 |
| 2021-05-12 | Implement span quoting for proc-macros | Aaron Hill | -0/+3 |
| 2020-08-30 | Add `-Z proc-macro-backtrace` to allow showing proc-macro panics | Aaron Hill | -0/+3 |
| 2020-07-27 | mv std libs to library/ | mark | -0/+407 |