]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-09-19 Aleksey Kladovminor: improve readability
2021-09-19 Aleksey Kladovminor: reduce duplication
2021-09-18 bors[bot]Merge #10276
2021-09-18 Aleksey Kladovfix: correctly handle jointness
2021-09-18 Aleksey Kladovminor: improve readability
2021-09-18 Aleksey Kladovinternal: better naming
2021-09-18 Aleksey Kladovinternal: parser cleanup
2021-09-18 Aleksey Kladovinternal: minimize use_tree parser tests
2021-09-18 bors[bot]Merge #10275
2021-09-18 Aleksey Kladovinternal: parser cleanups
2021-09-18 bors[bot]Merge #10274
2021-09-18 Aleksey Kladovinternal: more focused trait item parsing tests
2021-09-18 Lukas WirthMake inlay hints work in attributed items
2021-09-18 bors[bot]Merge #10273
2021-09-18 Lukas WirthAdd multi-token mapping test for goto_definition
2021-09-18 bors[bot]Merge #10252
2021-09-18 zhoufando comment handling on the original token
2021-09-17 bors[bot]Merge #10267
2021-09-17 bors[bot]Merge #10270
2021-09-17 Aleksey Kladovintenral: more local tests for statics
2021-09-17 Aleksey Kladovminor: cleanup const parsing
2021-09-17 Aleksey Kladovminor: better test placement
2021-09-17 Aleksey Kladovinternal: cleanup adt parsing
2021-09-17 bors[bot]Merge #10269
2021-09-17 Aleksey Kladovinternal: cleanup item parsing
2021-09-17 Aleksey Kladovminor: parser cleanup
2021-09-17 bors[bot]Merge #10268
2021-09-17 Aleksey Kladovminor: simplify
2021-09-17 rainy-meNarrow "if-let to match" assist available range
2021-09-17 Aleksey Kladovminor: cleanup
2021-09-17 bors[bot]Merge #10265
2021-09-17 Aleksey Kladovminor: simplify
2021-09-17 Aleksey Kladovinternal: more local parsing tests for macros
2021-09-17 Aleksey Kladovinternal: more focused parsing tests
2021-09-17 Aleksey Kladovinternal: more local test for mod item
2021-09-17 Aleksey Kladovinternal: more local parsing tests
2021-09-17 Aleksey Kladovinternal: parser cleanups
2021-09-17 bors[bot]Merge #10260
2021-09-17 bors[bot]Merge #10264
2021-09-17 Dawerfix completion handler trying to seek outside of charac...
2021-09-16 bors[bot]Merge #10257
2021-09-16 Andrzej Głuszakassists: turn while into loop
2021-09-16 DawerHandle tuple indexing expression in argument position...
2021-09-16 DawerImrove fn name computation in `Generate function`
2021-09-16 bors[bot]Merge #10254
2021-09-16 bors[bot]Merge #10251
2021-09-16 teorFix a comment typo in autoderef.rs
2021-09-16 zhoufanfix: multi-token mapping aware goto definition
2021-09-16 Wilfred HughesFix typescript syntax errors
2021-09-16 bors[bot]Merge #10250
2021-09-16 Lukas WirthImprove call_hierarchy and incoming/outgoing_calls
2021-09-15 bors[bot]Merge #10248
2021-09-15 Aleksey Kladovinternal: remove dead code
2021-09-15 bors[bot]Merge #10048
2021-09-15 bors[bot]Merge #10233
2021-09-15 Anatol Ulrichadd multi-token mappings for hover
2021-09-15 Anatol Ulrich# This is a combination of 3 commits.
2021-09-15 bors[bot]Merge #10247
2021-09-15 Lukas WirthDon't highlight unsafe traits as unsafe in safe impls
2021-09-14 bors[bot]Merge #10240
2021-09-14 Lukas WirthRevert attributed items inlay hints
2021-09-14 bors[bot]Merge #10237
2021-09-14 Lukas Wirthfix: Do not wrap inlined local in parens when at block...
2021-09-14 bors[bot]Merge #10232
2021-09-14 Lukas Wirthfix source_to_def trying to use attribute macro calls...
2021-09-14 Lukas WirthPick smaller node ancestors first when descending at...
2021-09-14 Lukas WirthAdd some more attribute ide tests
2021-09-14 Lukas Wirthfix: Use original definition ranges for ide_db::search...
2021-09-14 bors[bot]Merge #10204
2021-09-14 Teddy_WangImprove hover over derference message
2021-09-14 bors[bot]Merge #10231
2021-09-13 Lukas Wirthfeat: Make inlay hints work in attributed items
2021-09-13 Teddy_WangFix hover tests
2021-09-13 bors[bot]Merge #10230
2021-09-13 Lukas WirthEnable attribte macros in ide fixtures
2021-09-13 Lukas Wirthfix: fix expansion order for fn-like macros and attribu...
2021-09-13 Teddy_WangFix spelling
2021-09-13 bors[bot]Merge #10229
2021-09-13 Lukas Wirthfix: do not complete builtin attributes for qualified...
2021-09-13 bors[bot]Merge #10126
2021-09-13 Lukas WirthExclude test file from rust tidy check
2021-09-13 Lukas WirthDownmap the token in attribute inputs when expanding...
2021-09-13 bors[bot]Merge #10199
2021-09-13 Laurențiu NicolaShuffle code around to avoid an allocation
2021-09-13 Lukas WirthSpeculatively expand attributes in completions
2021-09-13 bors[bot]Merge #10225
2021-09-13 bors[bot]Merge #10226
2021-09-13 Lukas WirthSimplify
2021-09-13 Lukas WirthAdd proc-macro fixture directive
2021-09-13 Laurențiu NicolaFix Cargo.toml change detection
2021-09-13 bors[bot]Merge #10222
2021-09-13 Laurențiu NicolaAdd workaround for rename error reporting
2021-09-13 bors[bot]Merge #10221
2021-09-13 Aleksey Kladovinternal: document tribal knowledge of how to assist
2021-09-13 Aleksey Kladovinternal: prevent possible bugs when adding magical...
2021-09-13 Aleksey Kladovinternal: simplify
2021-09-13 Aleksey Kladovinternal: fix bugs in tests by simplifying code
2021-09-13 Aleksey Kladovminore: improve readability
2021-09-13 bors[bot]Merge #10218
2021-09-13 Laurențiu NicolaDon't spam the manual with warnings
next