]> git.lizzy.rs Git - rust.git/history - crates
Drop generic args in path before insert use
[rust.git] / crates /
2022-02-22 Tianyi SongDrop generic args in path before insert use
2022-02-21 bors[bot]Merge #11490
2022-02-21 SeniorMarsUpdate crates/ide/src/runnables.rs
2022-02-21 bors[bot]Merge #11522
2022-02-21 Lukas Wirthfix: Make code lenses work on attributed items
2022-02-21 bors[bot]Merge #11455
2022-02-21 Lukas WirthMove fn to proc-macro conversion to name classification
2022-02-21 bors[bot]Merge #11481
2022-02-21 bors[bot]Merge #11517
2022-02-21 Lukas Wirthfix: Fix qualfiied record literal completion triggering...
2022-02-21 bors[bot]Merge #11516
2022-02-21 Lukas Wirthfix: Don't count commas when looking for the derive...
2022-02-21 Jeroen Vannevelparameters.split_last()
2022-02-21 bors[bot]Merge #11142
2022-02-21 bors[bot]Merge #11424
2022-02-21 bors[bot]Merge #11375
2022-02-21 Chayim Refael FriedmanChange `single_let()` and `is_pattern_cond()` to free...
2022-02-21 Chayim Refael FriedmanUpgrade ungrammar to 1.15.0
2022-02-21 Chayim Refael FriedmanValidate `let` expressions
2022-02-21 Chayim Refael FriedmanUpdate tests
2022-02-21 Chayim Refael FriedmanFix various IDE features
2022-02-21 Chayim Refael FriedmanType-inference for `let` expressions
2022-02-21 Chayim Refael FriedmanLower `let` expressions
2022-02-21 Chayim Refael FriedmanParse `let` expressions in order to support `let` chains
2022-02-20 bors[bot]Merge #11512
2022-02-20 Lukas Wirthinternal: Remove name fields from MacroCallKind
2022-02-20 bors[bot]Merge #11511
2022-02-20 Lukas Wirthinternal: Wrap MacroCallKind::Attr attr_args field...
2022-02-19 bors[bot]Merge #11504
2022-02-19 Felicián NémethFix a typo in server_capabilities.experimental
2022-02-18 Jeroen Vannevelre-added FIXME
2022-02-18 KarlWithKCorrectly fix formatting doc tests with generics
2022-02-16 bors[bot]Merge #11484
2022-02-16 Chayim Refael FriedmanInfer the array size for slice patterns
2022-02-15 Jeroen Vannevelremoved double map
2022-02-15 Jeroen Vannevelsimplified write
2022-02-15 Jeroen Vanneveltest names
2022-02-15 Jeroen Vanneveladd test for function pointer without identifier
2022-02-15 Jeroen Vanneveluse Name instead of String
2022-02-15 Jeroen Vannevelremoved unwrap
2022-02-15 Jeroen Vannevelcleaning
2022-02-15 Jeroen Vannevelfmt
2022-02-15 Jeroen Vannevelcleanup
2022-02-15 Jeroen Vannevelrough, but appears to work
2022-02-15 bors[bot]Merge #11475
2022-02-15 bors[bot]Merge #11480
2022-02-15 bellauImpr mbe: remove unecessary temporary vec
2022-02-15 Lukas Wirthfix: keyword hover works on non-keyword tokens if expan...
2022-02-15 bors[bot]Merge #11477
2022-02-15 DropDemBitsApply review fixes
2022-02-15 DropDemBitsfix: Don't drop glob with nested self
2022-02-15 DropDemBitsfix: Don't drop tree when the other has `self`
2022-02-14 bors[bot]Merge #11369
2022-02-14 Daniel ConleyHide Keyword Expression Hover For Units `()`
2022-02-14 bors[bot]Merge #11458
2022-02-14 bors[bot]Merge #11470
2022-02-14 dokicorrect the description of Struct GlobalState
2022-02-14 bellauFix style
2022-02-13 bors[bot]Merge #11464
2022-02-13 bors[bot]Merge #11442 #11460
2022-02-13 bors[bot]Merge #11459
2022-02-13 Tianyi SongAddress PR comments
2022-02-13 bellauoops, remove println
2022-02-13 bellaufix handle static async and static async move
2022-02-12 bellauFix style
2022-02-12 bellausupport static move too
2022-02-12 Felicián Némethfix: add missing experimental capabilities
2022-02-12 bellauFix styles
2022-02-12 bellauFix Immovable generator syntax (static ||) not recogni...
2022-02-12 bors[bot]Merge #11444
2022-02-11 bors[bot]Merge #11453
2022-02-11 Lukas Wirthinternal: Make `ascend_call_token` iterative instead...
2022-02-11 Lukas WirthHandle proc-macro functions as the proc-macro they...
2022-02-11 Tianyi SongUse text range of name after macro expansion
2022-02-09 Florian DieboldFormat again
2022-02-09 Florian DieboldReduce visibility
2022-02-09 Florian DieboldAdd back an assertion
2022-02-09 Florian DieboldVarious fixes
2022-02-09 Florian DieboldRename syntax_node_to_token_tree_censored
2022-02-09 Florian DieboldReplace expressions with errors in them
2022-02-09 bors[bot]Merge #11441
2022-02-09 Laurențiu NicolaBump lsp-types
2022-02-09 Laurențiu NicolaRevert "Revert "Bump dashmap""
2022-02-08 bors[bot]Merge #11437
2022-02-08 bors[bot]Merge #11436
2022-02-08 Jake Heinz[ide_completion] render if a function is async/const...
2022-02-08 Florian DieboldFix test
2022-02-08 Florian DieboldTrack synthetic tokens, to be able to remove them again...
2022-02-08 TheDoctor314Fix renaming super keyword
2022-02-08 TheDoctor314Add test
2022-02-07 Florian DieboldActually check in fixup.rs
2022-02-07 Florian DieboldReverse fixups
2022-02-07 Florian DieboldSimplify
2022-02-07 Florian DieboldAdd a check
2022-02-07 Florian DieboldSimplify a bit
2022-02-07 Florian DieboldWIP: Actually fix up syntax errors in attribute macro...
2022-02-07 Florian DieboldAdd test for giving attribute proc macros valid syntax
2022-02-07 bors[bot]Merge #11427
2022-02-07 Moritz Vetteradd missing snake case attribute, update hash
2022-02-06 Maybe WafflePass required features to cargo when using run action
next