| Age | Commit message (Expand) | Author | Lines |
| 2021-10-10 | Stabilize proc_macro::is_available | bjorn3 | -1/+1 |
| 2021-09-10 | Rollup merge of #86165 - m-ou-se:proc-macro-span-shrink, r=dtolnay | Manish Goregaokar | -0/+14 |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -1/+1 |
| 2021-08-07 | Change proc_macro::Diagnostics docs | Klim Tsoutsman | -5/+4 |
| 2021-08-04 | Auto merge of #87712 - est31:line-column-1-based, r=petrochenkov | bors | -4/+10 |
| 2021-08-03 | Remove space after negative sign in Literal to_string | David Tolnay | -1/+2 |
| 2021-08-03 | Make the UTF-8 statement more explicit and explicitly test for it | est31 | -2/+2 |
| 2021-08-03 | Make columns 1 based | est31 | -3/+9 |
| 2021-07-29 | Fix may not to appropriate might not or must not | Ali Malik | -10/+10 |
| 2021-07-28 | Add tracking issue number to proc_macro_span_shrink. | Mara Bos | -2/+2 |
| 2021-07-03 | Rollup merge of #84029 - drahnr:master, r=petrochenkov | Yuki Okushi | -0/+15 |
| 2021-07-02 | Rollup merge of #86797 - inquisitivecrystal:bound-cloned, r=jyn514 | Guillaume Gomez | -1/+0 |
| 2021-07-02 | add track_path::path fn for proc-macro usage | Bernhard Schuster | -0/+15 |
| 2021-07-01 | Stabilize `Bound::cloned()` | Aris Merchant | -1/+0 |
| 2021-07-01 | proc_macro/bridge: Remove dead code Slice type | Jade | -29/+0 |
| 2021-06-26 | Auto merge of #86637 - ehuss:spellings, r=dtolnay | bors | -1/+1 |
| 2021-06-25 | Fix a few misspellings. | Eric Huss | -1/+1 |
| 2021-06-24 | Use `#[non_exhaustive]` where appropriate | Jacob Pratt | -4/+3 |
| 2021-06-20 | Improve documentation | r00ster91 | -6/+9 |
| 2021-06-19 | Rollup merge of #86136 - m-ou-se:proc-macro-open-close-span, r=m-ou-se | Yuki Okushi | -2/+2 |
| 2021-06-09 | Add proc_macro::Span::{before, after}. | Mara Bos | -0/+14 |
| 2021-06-08 | Simplify proc_macro code using Bound::cloned(). | Mara Bos | -11/+3 |
| 2021-06-08 | Stabilize span_open() and span_close(). | Mara Bos | -2/+2 |
| 2021-06-04 | rustdoc: link to stable/beta docs consistently in documentation | Joshua Nelson | -1/+0 |
| 2021-05-29 | Write primitive types via array buffers | Mark Rousskov | -2/+17 |
| 2021-05-29 | Switch to reserve over extend_from_slice | Mark Rousskov | -25/+21 |
| 2021-05-29 | Specialize single-element writes to buffer | Mark Rousskov | -1/+16 |
| 2021-05-24 | remove cfg(bootstrap) | Pietro Albini | -2/+1 |
| 2021-05-19 | impl FromStr for proc_macro::Literal | David Tolnay | -0/+42 |
| 2021-05-12 | Implement span quoting for proc-macros | Aaron Hill | -5/+24 |
| 2021-04-29 | don't let const_fn feature flag affect impl-block-level trait bounds | Ralf Jung | -1/+2 |
| 2021-02-19 | `impl PartialEq<Punct> for char`; symmetry for #78636 | Alexander Ronald Altman | -1/+8 |
| 2020-12-30 | Bump bootstrap compiler to 1.50 beta | Mark Rousskov | -2/+1 |
| 2020-11-25 | Auto merge of #79336 - camelid:rename-feature-oibit-to-auto, r=oli-obk | bors | -1/+2 |
| 2020-11-24 | Auto merge of #78636 - dtolnay:puncteq, r=petrochenkov | bors | -0/+7 |
| 2020-11-23 | Rename `optin_builtin_traits` to `auto_traits` | Camelid | -1/+2 |
| 2020-11-19 | Bump bootstrap compiler version | Jake Goulding | -13/+7 |
| 2020-11-05 | Rollup merge of #78465 - est31:proc_macro_to_string, r=jyn514 | Mara Bos | -1/+1 |
| 2020-11-01 | Add PartialEq<char> for proc_macro::Punct | David Tolnay | -0/+7 |
| 2020-10-29 | Change as_str → to_string in proc_macro::Ident::span() docs | est31 | -1/+1 |
| 2020-10-21 | switch allow_internal_unstable const fns to rustc_allow_const_fn_unstable | Florian Warzecha | -6/+13 |
| 2020-10-07 | Bump to 1.48 bootstrap compiler | Mark Rousskov | -1/+1 |
| 2020-09-27 | Add a feature gate for basic function pointer use in `const fn` | Dylan MacKenzie | -0/+1 |
| 2020-09-22 | Update library functions with stability attributes | Dylan MacKenzie | -0/+7 |
| 2020-09-03 | Respect `-Z proc-macro-backtrace` flag for panics inside libproc_macro | Aaron Hill | -3/+2 |
| 2020-08-30 | Add `-Z proc-macro-backtrace` to allow showing proc-macro panics | Aaron Hill | -8/+39 |
| 2020-08-22 | Use intra-doc link in `proc_macro` | LeSeulArtichaut | -1/+1 |
| 2020-08-03 | Stabilize Ident::new_raw | Aaron Hill | -2/+5 |
| 2020-07-31 | Stabilize as_deref and as_deref on Result | Lzu Tao | -1/+0 |
| 2020-07-27 | mv std libs to library/ | mark | -0/+3346 |