]> git.lizzy.rs Git - rust.git/history - crates
Shrink `mbe::ExpandError` and `mbe::ParseError`
[rust.git] / crates /
2022-02-03 Lukas WirthShrink `mbe::ExpandError` and `mbe::ParseError`
2022-02-03 Lukas Wirthfix: Fix vis restriction path completions always using...
2022-02-03 bors[bot]Merge #11401
2022-02-03 Lukas WirthAdd abi string completions
2022-02-03 Lukas WirthSort completion calls lexicographically
2022-02-03 bors[bot]Merge #11397
2022-02-03 Lukas WirthSimplify
2022-02-03 Lukas WirthMove path completions for patterns into pattern module
2022-02-03 Lukas WirthCleanup PathCompletionContext qualifier handling
2022-02-03 Lukas WirthAdd missing test for use completions
2022-02-03 Lukas WirthAdd completion module tailored towards visibility modifiers
2022-02-03 Lukas WirthAdd completion module tailored towards use trees
2022-02-03 Lukas WirthMove attribute path completions into attribute completi...
2022-02-03 bors[bot]Merge #11399
2022-02-03 Florian DieboldFix assoc type shorthand from method bounds
2022-02-02 bors[bot]Merge #11394
2022-02-02 Lukas WirthFix test fixture
2022-02-02 bors[bot]Merge #11395
2022-02-02 Lukas Wirthfix: Fix and re-enable format string completions
2022-02-02 Lukas WirthCleanup `Completions` api a bit
2022-02-02 Lukas WirthFix generate_function assist trying to use name-ref...
2022-02-02 Lukas Wirthfeat: Deprioritize completions of private but editable...
2022-02-01 bors[bot]Merge #11322
2022-02-01 bors[bot]Merge #11393
2022-02-01 Jeroen Vannevelrollup match
2022-02-01 Lukas Wirthfix: Complete functions and methods from block level...
2022-02-01 bors[bot]Merge #11391
2022-02-01 Lukas Wirthminor: Add some debug traces for cfg fetching
2022-02-01 bors[bot]Merge #11390
2022-02-01 Lukas WirthDeprioritize ops function completions for non-method...
2022-02-01 Jeroen Vannevelbetter comparison
2022-02-01 Jeroen Vannevelremoved redundant test
2022-02-01 Jeroen Vanneveladded FIXME
2022-02-01 Jeroen Vanneveldon't tear body
2022-02-01 Jeroen Vannevelno longer support comments on their own
2022-01-31 bors[bot]Merge #11388
2022-01-31 Lukas Wirthfix: Fix proc-macro server not using the supplied span...
2022-01-31 bors[bot]Merge #11291
2022-01-31 Lukas WirthMake more precise range macro upmapping
2022-01-31 Lukas WirthFix token ascension single token check being inverted
2022-01-31 bors[bot]Merge #11182
2022-01-31 bors[bot]Merge #11384
2022-01-31 Lukas WirthComplete local fn and closure params from surrounding...
2022-01-30 bors[bot]Merge #11382
2022-01-30 Lukas WirthFix cfg_attr invalidating derive identifier IDE functio...
2022-01-30 Lukas WirthReduce allocations in attribute collection
2022-01-30 bors[bot]Merge #11356
2022-01-28 bors[bot]Merge #11367
2022-01-28 Maybe WaffleUse `compare_exchange_weak` in `limit::Limit::check`
2022-01-28 bors[bot]Merge #11365
2022-01-28 vlad20012Add a way to disable dll copying for users of proc_macr...
2022-01-28 bors[bot]Merge #11360
2022-01-28 vlad20012Rollback env vars changed by a proc macro
2022-01-28 Maybe Wafflefeat: Honor recursion limit configuration
2022-01-28 Maybe WaffleUse `crate_limits` query in macro expansion
2022-01-28 Maybe WaffleAdd `crate_limits` query to `SourceDatabase`
2022-01-27 bors[bot]Merge #11353
2022-01-27 bors[bot]Merge #11354
2022-01-27 Jonas SchievinkMore correct `$crate` handling in eager macros
2022-01-27 vlad20012Set current working directory for procedural macros
2022-01-26 bors[bot]Merge #11348
2022-01-26 Jonas SchievinkFix merge commit check for git 2.35
2022-01-26 bors[bot]Merge #11347
2022-01-26 Jonas SchievinkFix resolution of eager macro contents
2022-01-25 bors[bot]Merge #11281
2022-01-24 bors[bot]Merge #11340
2022-01-24 Jonas SchievinkMake syntax bridge fully infallible
2022-01-23 bors[bot]Merge #11334
2022-01-23 Lukas Wirthfix: don't panic in semantics due to `cfg_attr` disrupt...
2022-01-22 Jeroen Vannevelfixed whitespace
2022-01-22 Jeroen Vannevelwhitespace
2022-01-22 Jeroen Vannevelgenerated docs
2022-01-22 Jeroen Vannevelclarify doc
2022-01-22 Jeroen VannevelSupport standalone comments
2022-01-22 Jeroen Vannevelredundant type specified
2022-01-22 Jeroen Vannevelshorter arms
2022-01-22 Jeroen Vannevelremoved prints
2022-01-22 Jeroen Vannevelhacky_block_expr_with_comments
2022-01-22 Jeroen Vannevelremoved unwrapping from indent
2022-01-22 Jeroen Vannevelsimplified tail_expr
2022-01-22 Jeroen Vannevelremoving unwraps
2022-01-22 Jeroen Vanneveldon't remove the comment token if it's last
2022-01-22 Jeroen Vannevelvery rough but comments get extracted
2022-01-22 Jeroen Vannevelrepro
2022-01-21 bors[bot]Merge #11329
2022-01-21 Laurențiu NicolaBump chalk
2022-01-21 Laurențiu NicolaBump pulldown-cmark and pulldown-cmark-to-cmark
2022-01-21 Laurențiu NicolaBump hashbrown
2022-01-21 Laurențiu NicolaBump dashmap
2022-01-21 bors[bot]Merge #11327
2022-01-21 Jonas SchievinkRemove redundant `Option` from eager macro fns
2022-01-19 bors[bot]Merge #11321
2022-01-19 Schuyler CohenRemove spurious format
2022-01-19 bors[bot]Merge #11314
2022-01-18 Jonas SchievinkUpdate tests
2022-01-18 Jonas SchievinkDon't load auxiliary crates outside the workspace
2022-01-18 bors[bot]Merge #11310
2022-01-17 bors[bot]Merge #11311
2022-01-17 Wesley NorrisAdd test for comments not directly next to items
2022-01-17 Wesley NorrisAdd a test for multi-single-line comments as well
next