about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-02-01removed redundant testJeroen Vannevel-31/+0
2022-02-01added FIXMEJeroen Vannevel-0/+1
2022-02-01don't tear bodyJeroen Vannevel-2/+26
2022-02-01no longer support comments on their ownJeroen Vannevel-34/+16
2022-01-31Merge #11388bors[bot]-48/+8
2022-01-31fix: Fix proc-macro server not using the supplied span in Ident::newLukas Wirth-48/+8
2022-01-31Merge #11291bors[bot]-79/+81
2022-01-31Make more precise range macro upmappingLukas Wirth-80/+80
2022-01-31Fix token ascension single token check being invertedLukas Wirth-10/+12
2022-01-31Merge #11182bors[bot]-30/+38
2022-01-31Merge #11384bors[bot]-88/+199
2022-01-31Complete local fn and closure params from surrounding locals scopeLukas Wirth-88/+199
2022-01-30Merge #11382bors[bot]-85/+75
2022-01-30Fix cfg_attr invalidating derive identifier IDE functionalityLukas Wirth-15/+14
2022-01-30Reduce allocations in attribute collectionLukas Wirth-70/+61
2022-01-30Merge #11377bors[bot]-2/+0
2022-01-30Update README.mdFlorian Diebold-2/+0
2022-01-30Merge #11356bors[bot]-9/+32
2022-01-28Add Keyword Return Type HighlightingDaniel Conley-10/+99
2022-01-28Merge #11367bors[bot]-1/+1
2022-01-28Use `compare_exchange_weak` in `limit::Limit::check`Maybe Waffle-1/+1
2022-01-28Merge #11365bors[bot]-0/+4
2022-01-28Add a way to disable dll copying for users of proc_macro_srv libraryvlad20012-0/+4
2022-01-28Merge #11360bors[bot]-7/+66
2022-01-28Rollback env vars changed by a proc macrovlad20012-9/+32
2022-01-28feat: Honor recursion limit configurationMaybe Waffle-15/+54
2022-01-28Use `crate_limits` query in macro expansionMaybe Waffle-7/+12
2022-01-28Add `crate_limits` query to `SourceDatabase`Maybe Waffle-0/+15
2022-01-27Merge #11288bors[bot]-0/+3
2022-01-27Support <code> blocks from Rust docsAndrew Onyshchuk-0/+3
2022-01-27Merge #11353bors[bot]-0/+28
2022-01-27Merge #11354bors[bot]-3/+74
2022-01-27More correct `$crate` handling in eager macrosJonas Schievink-3/+74
2022-01-27Set current working directory for procedural macrosvlad20012-0/+28
2022-01-26Merge #11348bors[bot]-4/+3
2022-01-26Fix merge commit check for git 2.35Jonas Schievink-4/+3
2022-01-26Merge #11347bors[bot]-305/+375
2022-01-26Fix resolution of eager macro contentsJonas Schievink-305/+375
2022-01-26Merge #11345bors[bot]-2/+2
2022-01-26minor: fix a typo in the style guideWaffle Maybe-2/+2
2022-01-25Merge #11281bors[bot]-33/+289
2022-01-24Merge #11340bors[bot]-31/+18
2022-01-24Make syntax bridge fully infallibleJonas Schievink-31/+18
2022-01-23Merge #11334bors[bot]-1/+7
2022-01-23fix: don't panic in semantics due to `cfg_attr` disrupting offsetsLukas Wirth-1/+7
2022-01-22fixed whitespaceJeroen Vannevel-15/+13
2022-01-22whitespaceJeroen Vannevel-1/+1
2022-01-22generated docsJeroen Vannevel-0/+2
2022-01-22clarify docJeroen Vannevel-1/+3
2022-01-22Support standalone commentsJeroen Vannevel-16/+65