]> git.lizzy.rs Git - rust.git/history - crates/ide
fix syntactic highlighting for macros
[rust.git] / crates / ide /
2022-01-02 Lukas Wirthfix syntactic highlighting for macros
2022-01-02 Lukas Wirthinternal: Handle macro calls better in highlighting
2022-01-02 bors[bot]Merge #11167
2022-01-02 Aleksey Kladovcheck top level entry point invariants
2021-12-23 bors[bot]Merge #10933
2021-12-23 hkalbasishow values of constants in hover
2021-12-22 bors[bot]Merge #11093
2021-12-22 Lukas WirthMake hover test not relient on minicore structure
2021-12-21 bors[bot]Merge #11071 #11090
2021-12-21 bors[bot]Merge #11089
2021-12-21 Lukas WirthFully render const item completions from hir
2021-12-20 bors[bot]Merge #11074
2021-12-20 bors[bot]Merge #11073
2021-12-20 bors[bot]Merge #11069
2021-12-20 Lukas Wirthfix: Partially fix `ide_db::search` for crate roots
2021-12-20 bors[bot]Merge #11067
2021-12-20 bors[bot]Merge #11028
2021-12-20 bors[bot]Merge #11062
2021-12-18 bors[bot]Merge #11042
2021-12-18 bors[bot]Merge #11047
2021-12-18 bors[bot]Merge #11035
2021-12-18 bors[bot]Merge #11050
2021-12-18 rainy-mefeat: treat fn keyword inside function pointer type...
2021-12-17 bors[bot]Merge #11043
2021-12-17 bors[bot]Merge #11041
2021-12-17 bors[bot]Merge #10527
2021-12-17 Laurențiu NicolaRemove needless clones
2021-12-17 bors[bot]Merge #11040
2021-12-17 Lukas Wirthfix: Don't duplicate attribute completions
2021-12-15 bors[bot]Merge #11017
2021-12-15 iDawerBump MSRV (1.57)
2021-12-15 bors[bot]Merge #11021
2021-12-14 bors[bot]Merge #11011
2021-12-14 bors[bot]Merge #11009
2021-12-14 Lukas WirthMove out doc-links tests into a separate module
2021-12-14 bors[bot]Merge #11004
2021-12-14 zhoufanfixes broken tests
2021-12-13 bors[bot]Merge #10998
2021-12-13 bors[bot]Merge #11002
2021-12-13 bors[bot]Merge #11001
2021-12-13 bors[bot]Merge #11000
2021-12-13 Lukas Wirthfix: insert whitespaces into assoc items for assist...
2021-12-13 Lukas WirthMove ws insert rendering for macro expansion into ide_db
2021-12-11 bors[bot]Merge #10951
2021-12-11 bors[bot]Merge #10987
2021-12-11 bors[bot]Merge #10965
2021-12-11 bors[bot]Merge #10956 #10986
2021-12-11 bors[bot]Merge #10877
2021-12-11 bors[bot]Merge #10985
2021-12-11 bors[bot]Merge #10976
2021-12-10 bors[bot]Merge #10978
2021-12-10 bors[bot]Merge #10979
2021-12-10 Lukas WirthDon't show trait flyimports for impl trait and placeholders
2021-12-10 Laurențiu NicolaOnly prime direct dependencies of the workspace crates
2021-12-09 bors[bot]Merge #10972
2021-12-08 Laurențiu NicolaRemove dead assists-related function
2021-12-07 bors[bot]Merge #10950
2021-12-07 bors[bot]Merge #10958
2021-12-07 Jonas Schievinkinternal: add "Shuffle Crate Graph" command
2021-12-07 bors[bot]Merge #10957
2021-12-07 Lukas WirthAdjust incorrect runnable tests
2021-12-07 Lukas WirthSimplify
2021-12-07 Lukas WirthFix some TryToNav impls not upmapping ranges out of...
2021-12-05 bors[bot]Merge #10938
2021-12-05 bors[bot]Merge #10937
2021-12-05 Lukas Wirthfix: Add highlighting hack back for unresolved attributes
2021-12-05 bors[bot]Merge #10902
2021-12-04 bors[bot]Merge #10930
2021-12-04 Lukas Wirthfix: Fix self keyword not being tagged as such in highl...
2021-12-04 bors[bot]Merge #10929
2021-12-04 Lukas WirthUpdate semantic token docs
2021-12-04 Lukas WirthIntroduce SymbolKind::Derive
2021-12-04 Lukas WirthIntroduce SymbolKind::Attribute
2021-12-04 bors[bot]Merge #10928
2021-12-04 Laurențiu NicolaBump pulldown-cmark-to-cmark
2021-12-03 bors[bot]Merge #10921
2021-12-03 bors[bot]Merge #10920
2021-12-03 bors[bot]Merge #10919
2021-12-03 bors[bot]Merge #10916
2021-12-03 bors[bot]Merge #10915
2021-12-03 Lukas WirthImprove hover message for inert attributes
2021-12-03 Lukas WirthRename things: Tool -> ToolModule
2021-12-03 Lukas WirthBasic hover for builtin-attr and tool modules
2021-12-03 Lukas WirthSimplify
2021-12-03 Lukas WirthRemove syntax highlighting hack for builtin attrs
2021-12-03 Lukas Wirthfeat: Resolve builtin-attr and tools in ide layer
2021-12-02 bors[bot]Merge #10903
2021-12-02 bors[bot]Merge #10905
2021-12-02 bors[bot]Merge #10891
2021-12-02 TJ DeVriesfixup: include more information for impls
2021-12-01 TJ DeVriesfixup: properly handle all associated items
2021-12-01 bors[bot]Merge #10899
2021-12-01 Jake Heinzadd a fixme:
2021-12-01 Jake Heinzsimplify
2021-12-01 Jake Heinzide: hack to make self not unresolved reference in...
2021-12-01 bors[bot]Merge #10897
2021-12-01 bors[bot]Merge #10896
2021-12-01 Jake Heinzadd test
2021-11-30 TJ DeVriesfix: emit trait names in moniker identifier
2021-11-30 bors[bot]Merge #10872
next