aboutsummaryrefslogtreecommitdiff
path: root/crates/proc_macro_srv
Commit message (Expand)AuthorAgeFilesLines
* Update crateskjeremy2021-06-221-2/+2
* Apply some clippy suggestionsClemens Wasser2021-06-211-2/+2
* Merge #9260bors[bot]2021-06-1412-12/+12
|\
| * tree-wide: make rustdoc links spiky so they are clickableJade2021-06-1412-12/+12
* | cargo fmtMaan20032021-06-131-6/+1
* | clippy::redundant_field_namesMaan20032021-06-131-2/+2
* | clippy::useless_returnMaan20032021-06-131-1/+1
* | Try to fix unique file names on WindowsJonas Schievink2021-06-091-4/+7
* | Build test-macros in a build scriptJonas Schievink2021-06-091-28/+1
|/
* Use `cargo check` againJonas Schievink2021-05-311-1/+1
* Simplify proc_macro_srv testsJonas Schievink2021-05-314-237/+82
* Update test fixturesLaurențiu Nicola2021-05-241-1/+1
* Bump objectLaurențiu Nicola2021-05-242-2/+2
* Fix parse u128 bug in proc-macroEdwin Cheng2021-03-311-2/+17
* Improve message usage in proc-macroEdwin Cheng2021-03-231-3/+4
* Make bare underscore token an Ident rather than Punct in proc-macroKevin Mehall2021-03-201-0/+9
* Add test for proc-macro meta info retrievalEdwin Cheng2021-03-152-1/+8
* Compilation speedAleksey Kladov2021-03-091-1/+1
* Use upstream cov-markLaurențiu Nicola2021-03-081-1/+1
* Move TokenStream::to_string helpers inside the methodKevin Mehall2021-03-061-30/+34
* Make a placeholder panic message explain its purposeKevin Mehall2021-03-061-1/+1
* Refactor TokenStream to hold Vec<TokenTree> instead of tt::SubtreeKevin Mehall2021-03-063-65/+56
* Fix TokenStream::from_str for input consisting of a single GroupKevin Mehall2021-03-061-2/+34
* Fix testEdwin Cheng2021-03-051-1/+1
* Simplify TokenStream FromStrEdwin Cheng2021-03-051-38/+42
* Merge #7848bors[bot]2021-03-022-2/+3
|\
| * Bump cargo_metadataLaurențiu Nicola2021-03-022-2/+3
* | Fix proc macro TokenStream::from_str token idsvlad200122021-03-011-2/+38
|/
* Add isize to the list of suffixed integers in typed_integerJonas Bushart2021-02-221-2/+1
* Remove use of deprecated `std::collections::Bound`bstrie2021-02-161-1/+2
* libloading 0.7kjeremy2021-02-112-3/+3
* Use non-deprecated memmap2 cratekjeremy2021-02-022-2/+2
* cargo updatekjeremy2021-01-181-4/+4
* Swap assert_eq_text\!(expected, actual)yugo-horie2021-01-162-5/+5
* Unfreeze cargo_metadatakjeremy2021-01-111-1/+1
* Fixed typos in code commentsVincent Esche2021-01-092-2/+2
* Replace last usages of difference with dissimilarJesse Bakker2021-01-061-1/+0
* Fix spacing in proc-macro tokens to_stringEdwin Cheng2020-12-311-7/+36
* Pass crate environment to proc macrosJonas Schievink2020-12-271-2/+18
* Merge #7047bors[bot]2020-12-274-8/+44
|\
| * Add force_show_panics flagEdwin Cheng2020-12-274-8/+44
* | Disable unaligned feature for the object crateLaurențiu Nicola2020-12-231-1/+1
|/
* Replace goblin crate with objectLaurențiu Nicola2020-12-132-39/+28
* Avoid nesting Subtrees when parsing TokenStreamJonas Schievink2020-12-091-2/+1
* Better error when a proc macro panicsJonas Schievink2020-12-081-1/+2
* Pin cargo_metadatakjeremy2020-11-251-1/+1
* Deny unreachable-pubAleksey Kladov2020-11-021-0/+1
* Update cratesJeremy Kolb2020-10-201-1/+1
* Add track_env_var to the proc macro serverLaurențiu Nicola2020-10-085-0/+39
* Add description for crates that will be publishedPavan Kumar Sunkara2020-08-241-0/+1