| Age | Commit message (Expand) | Author | Lines |
| 2025-07-08 | update to literal-escaper-0.0.5 | Marijn Schouten | -3/+3 |
| 2025-06-25 | Auto merge of #140999 - hkBst:update-escaper, r=nnethercote | bors | -7/+6 |
| 2025-06-23 | update to literal-escaper 0.0.4 for better API without `unreachable` and fast... | Marijn Schouten | -7/+6 |
| 2025-06-17 | Add support for repetition to `proc_macro::quote` | Tomoaki Kobayashi | -1/+2 |
| 2025-05-27 | Do not get proc_macro from the sysroot in rustc | bjorn3 | -1/+2 |
| 2025-05-12 | update version placeholders | Pietro Albini | -6/+6 |
| 2025-04-30 | Update doc comments. | Mara Bos | -2/+2 |
| 2025-04-30 | Stabilize proc_macro::Span::{file, local_file}. | Mara Bos | -2/+2 |
| 2025-04-15 | Stabilize proc_macro::Span::{start, end, line, column}. | Mara Bos | -4/+4 |
| 2025-04-11 | Replace proc_macro::SourceFile by Span::{file, local_file}. | Mara Bos | -41/+19 |
| 2025-04-11 | Remove proc_macro::SourceFile::is_real(). | Mara Bos | -19/+2 |
| 2025-04-04 | bootstrap: Only add `rustc_randomized_layouts` if the crate has it | Guillaume Gomez | -0/+1 |
| 2025-04-04 | Add `_value` methods to proc_macro lib | Guillaume Gomez | -0/+114 |
| 2025-03-18 | Revert "Rollup merge of #136355 - GuillaumeGomez:proc-macro_add_value_retriev... | Ralf Jung | -115/+0 |
| 2025-03-17 | Rollup merge of #136355 - GuillaumeGomez:proc-macro_add_value_retrieval_metho... | Jacob Pratt | -0/+115 |
| 2025-03-16 | Add test for new proc_macro literal methods | Guillaume Gomez | -0/+1 |
| 2025-02-14 | proc_macro: Apply unsafe_op_in_unsafe_fn | Eric Huss | -0/+1 |
| 2025-02-10 | Add `_value` methods to proc_macro lib | Guillaume Gomez | -0/+114 |
| 2025-01-20 | proc_macro: add `#![warn(unreachable_pub)]` | Urgau | -0/+1 |
| 2025-01-09 | Append `TokenTree` with `ToTokens` in `proc_macro::quote!` | Asuna | -1/+1 |
| 2024-12-13 | Remove support for specializing ToString outside the standard library | bjorn3 | -66/+11 |
| 2024-11-30 | rustc_allow_const_fn_unstable is not used in proc_macro | Ralf Jung | -1/+0 |
| 2024-10-27 | Add a new trait `proc_macro::ToTokens` | Asuna | -0/+4 |
| 2024-10-21 | move strict provenance lints to new feature gate, remove old feature gates | Ralf Jung | -1/+0 |
| 2024-10-02 | update `Literal`'s intro | Slanterns | -1/+1 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -2/+2 |
| 2024-08-27 | library: Stabilize new_uninit for Box, Rc, and Arc | Jubilee Young | -1/+0 |
| 2024-07-29 | Rollup merge of #128307 - ojeda:unescaped_backticks, r=GuillaumeGomez | Matthias Krüger | -0/+1 |
| 2024-07-29 | Warn on `rustdoc::unescaped_backticks` for `core/alloc/std/test/proc_macro` | Miguel Ojeda | -0/+1 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -4/+5 |
| 2024-07-19 | Avoid ref when using format! for perf | Yuri Astrakhan | -2/+2 |
| 2024-06-13 | Remove superfluous escaping from byte, byte str, and c str literals | David Tolnay | -14/+37 |
| 2024-05-23 | Rollup merge of #124389 - CensoredUsername:master, r=petrochenkov | León Orell Valerian Liehr | -0/+12 |
| 2024-05-18 | Add a warning to Delimiter::None that rustc currently does not respect it. | CensoredUsername | -0/+12 |
| 2024-05-01 | Replace version placeholders for 1.79 | Mark Rousskov | -2/+2 |
| 2024-04-22 | Stabilize generic `NonZero`. | Markus Reiter | -1/+0 |
| 2024-04-16 | Fix empty-set symbol in comments | David Tolnay | -1/+1 |
| 2024-04-11 | Call the panic hook for non-unwind panics in proc-macros | Ben Kimock | -0/+1 |
| 2024-04-04 | Stabilize `Literal::c_string` | Slanterns | -1/+1 |
| 2024-04-04 | Stabilize `Literal::byte_character` | Slanterns | -1/+1 |
| 2024-03-12 | Fix typo in lib.rs of proc_macro | Jonathan Jensen | -1/+1 |
| 2024-02-24 | Forbid use of `extern "C-unwind"` inside standard library | Gary Guo | -0/+1 |
| 2024-02-16 | Auto merge of #120486 - reitermarkus:use-generic-nonzero, r=dtolnay | bors | -0/+1 |
| 2024-02-15 | Use generic `NonZero` internally. | Markus Reiter | -0/+1 |
| 2024-02-15 | Add `ErrorGuaranteed` to `ast::LitKind::Err`, `token::LitKind::Err`. | Nicholas Nethercote | -1/+1 |
| 2024-02-11 | Rollup merge of #119449 - Nilstrieb:library-clippy, r=cuviper | Matthias Krüger | -0/+3 |
| 2024-01-22 | Document `Token{Stream,Tree}::Display` more thoroughly. | Nicholas Nethercote | -0/+16 |
| 2024-01-21 | Fix `clippy::correctness` in the library | Nilstrieb | -0/+3 |
| 2024-01-16 | proc_macro_c_str_literals: Implement Literal::c_string constructor | novafacing | -0/+8 |
| 2023-12-11 | Add support for `--env` on `tracked_env::var` | Guillaume Gomez | -1/+2 |