| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-12-11 | Improve `print_tts` by changing `tokenstream::Spacing`. | Nicholas Nethercote | -14/+12 |
| 2023-11-15 | Bump cfg(bootstrap)s | Mark Rousskov | -2/+2 |
| 2023-10-08 | rustdoc: remove rust logo from non-Rust crates | Michael Howell | -0/+2 |
| 2023-09-26 | Auto merge of #116124 - WaffleLapkin:fix-proc-macro-literal-to-string, r=comp... | bors | -1/+9 |
| 2023-09-24 | Fix `.to_string()` of `proc_macro::Literal` (properly print cstr literals) | Maybe Waffle | -1/+9 |
| 2023-09-23 | implement Literal::byte_character | Emil Gardström | -0/+7 |
| 2023-08-23 | Bump cfg(bootstrap) | Mark Rousskov | -1/+1 |
| 2023-08-16 | proc_macro: Update docs for `Spacing` | Vadim Petrochenkov | -13/+25 |
| 2023-08-10 | Stabilize thread local cell methods. | Mara Bos | -1/+0 |
| 2023-08-03 | Add `internal_features` lint | Nilstrieb | -0/+1 |
| 2023-07-24 | Hide `ToString` implementations that specialize the default ones | Frank Steffahn | -2/+6 |
| 2023-06-20 | Merge proc_macro_span_shrink and proc_macro_span | Jacob Pratt | -2/+2 |
| 2023-06-20 | Add `Span::{line, column}` | Jacob Pratt | -0/+16 |
| 2023-06-20 | `Span::{before, after}` → `Span::{start, end}` | Jacob Pratt | -4/+4 |
| 2023-06-20 | Remove `LineColumn`, `Span::start`, `Span::end` | Jacob Pratt | -51/+0 |
| 2023-04-21 | Auto merge of #109002 - michaelvanstraten:master, r=petrochenkov | bors | -1/+7 |
| 2023-04-12 | remove some unneeded imports | KaDiWa | -3/+3 |
| 2023-03-11 | Renamed to byte_range and changed Range generics [skip ci] | Michael van Straten | -2/+2 |
| 2023-03-10 | added byte position range for proc_macro::Span | Michael van Straten | -1/+1 |
| 2023-03-10 | added byte position range for proc_macro::Span | Michael van Straten | -1/+7 |
| 2023-01-26 | Auto merge of #107318 - matthiaskrgr:rollup-776kd81, r=matthiaskrgr | bors | -1/+1 |
| 2023-01-16 | implement Hash for proc_macro::LineColumn | David Tolnay | -1/+1 |
| 2023-01-12 | Improve proc macro attribute diagnostics | mejrs | -0/+1 |
| 2022-12-12 | Add a "the" to proc_macro documentation | est31 | -1/+1 |