about summary refs log tree commit diff
path: root/src/libproc_macro/lib.rs
AgeCommit message (Expand)AuthorLines
2020-04-27Rollup merge of #68716 - petrochenkov:stabmixed, r=dtolnayDylan DPC-1/+1
2020-04-26Stabilize `Span::mixed_site`Vadim Petrochenkov-1/+1
2020-04-26proc_macro: Fix since attributes for new Span methodsJonas Platte-2/+2
2020-04-25Auto merge of #71556 - Dylan-DPC:rollup-9ll4shr, r=Dylan-DPCbors-2/+2
2020-04-25Bump rustfmt to most recently shippedMark Rousskov-2/+2
2020-04-25Bump bootstrap compilerMark Rousskov-3/+2
2020-04-25proc_macro: Stabilize `Span::resolved_at` and `Span::located_at`Vadim Petrochenkov-2/+2
2020-04-22Add tracking issue for proc_macro_is_availableDavid Tolnay-1/+1
2020-04-21proc_macro::is_available()David Tolnay-0/+18
2020-03-26introduce `negative_impls` feature gate and documentNiko Matsakis-0/+1
2020-03-15Use min_specialization in libstd and libproc_macroMatthew Jasper-1/+2
2020-03-11Give LexError more descriptive Display implKinsey Favre-1/+1
2020-03-11Correct stability attribute for new LexError implsKinsey Favre-2/+2
2020-03-11Add Display and Error impls for proc_macro::LexErrorKinsey Favre-1/+11
2020-01-10Remove unnecessary `const_fn` feature gatesDylan MacKenzie-1/+0
2019-12-22Format the worldMark Rousskov-36/+22
2019-11-12Snap cfgsMark Rousskov-1/+0
2019-10-25RFC 2008: StabilizationDavid Wood-1/+1
2019-10-08Stabilize mem::take (mem_take)Jon Gjengset-1/+0
2019-10-03proc_macro: Add `Span::mixed_site` exposing `macro_rules` hygieneVadim Petrochenkov-0/+9
2019-09-25Snap cfgs to new betaMark Rousskov-1/+1
2019-08-27proc_macro: Turn `quote` into a regular built-in macroVadim Petrochenkov-4/+6
2019-07-28Remove lint annotations in specific crates that are already enforced by rustb...Vadim Petrochenkov-2/+0
2019-07-01Enable mem_take feature in relevant cratesChris Gregory-0/+1
2019-04-05Use for_each to extend collectionsJosh Stone-3/+1
2019-03-27Auto merge of #55780 - ogoffart:span_source_text, r=petrochenkovbors-0/+12
2019-02-14Rollup merge of #57856 - lzutao:fix-old-first-edition, r=steveklabnikMazdak Farrokhzad-1/+3
2019-02-13Convert old doc links to current editionLzu Tao-1/+3
2019-02-12Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnikbors-6/+6
2019-02-10tests: doc commentsAlexander Regueiro-6/+6
2019-02-10Revert removed #![feature(nll)]Taiki Endo-0/+1
2019-02-07Remove images' url to make it work even without internet connectionGuillaume Gomez-3/+1
2019-02-04libproc_macro => 2018Taiki Endo-16/+17
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-19proc_macro: Validate tokens coming from the compiler againVadim Petrochenkov-21/+0
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-10/+10
2018-12-01Introduce proc_macro::Span::source_textOlivier Goffart-0/+12
2018-11-30proc_macro: move the rustc server to syntax_ext.Eduard-Mihai Burtescu-10/+0
2018-11-30proc_macro: remove the __internal module.Eduard-Mihai Burtescu-98/+0
2018-11-30proc_macro: introduce a "bridge" between clients (proc macros) and servers (c...Eduard-Mihai Burtescu-293/+170
2018-11-20Add unstable Literal::subspan().Sergio Benitez-1/+46
2018-11-13fix various typos in doc commentsAndy Russell-6/+6
2018-10-01All `proc_macro_span` APIs tracked at #54725 nowAlex Crichton-24/+24
2018-10-01Span::def_site() is now at #54724Alex Crichton-1/+1
2018-10-01The `proc_macro_raw_ident` feature is now at #54723Alex Crichton-1/+1
2018-10-01The `proc_macro_quote` feature now lives at #54722Alex Crichton-2/+2
2018-09-27Bump to 1.31.0 and bootstrap from 1.30 betaJosh Stone-1/+1
2018-09-19Make 'proc_macro::MultiSpan' public.Sergio Benitez-1/+1
2018-09-13Add multispan support to proc-macro diagnostics.Sergio Benitez-2/+2
2018-09-12Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakisbors-1/+0