]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-11-26 bors[bot]Merge #6644
2020-11-26 Laurențiu NicolaSimplify error formatting
2020-11-26 bors[bot]Merge #6643
2020-11-26 Laurențiu NicolaRemove unused import
2020-11-26 bors[bot]Merge #6641
2020-11-26 Jonas SchievinkDon't store `SyntaxNodePtr` in `CrateDefMap`
2020-11-26 Jonas SchievinkTest def map invalidation with #[cfg] below change
2020-11-26 bors[bot]Merge #6640
2020-11-26 Jonas SchievinkImplement `Display` for macro expansion errors
2020-11-26 bors[bot]Merge #6639
2020-11-26 Jonas SchievinkUse `ExpandResult` instead of `MacroResult`
2020-11-26 bors[bot]Merge #6638
2020-11-26 Jonas SchievinkUse named fields in `ExpandResult`
2020-11-26 bors[bot]Merge #6637
2020-11-26 Jonas SchievinkPublish diagnostics on file open
2020-11-26 bors[bot]Merge #6614 #6632
2020-11-26 bors[bot]Merge #6496
2020-11-25 George FraserJust remove the macro fallback
2020-11-25 kjeremyPin cargo_metadata
2020-11-24 bors[bot]Merge #6631
2020-11-24 Kirill BulatovDocument experimental completions
2020-11-24 Kirill BulatovGate autoimports begind experimental completions flag
2020-11-24 bors[bot]Merge #6630
2020-11-24 Jonas SchievinkRename `parse_macro` to `parse_macro_expansion`
2020-11-24 Jonas Schievinkhir_expand::db: reduce fn visibility
2020-11-24 Jonas SchievinkRemove fixed FIXME, propagate errors better
2020-11-24 bors[bot]Merge #6625
2020-11-24 Jonas Schievinkhir_expand: propagate expansion errors
2020-11-24 bors[bot]Merge #6624
2020-11-24 Lukas WirthCheck structs for match exhaustiveness
2020-11-24 bors[bot]Merge #6621
2020-11-24 Lukas WirthAdd middle ellipsis missing arm text
2020-11-24 Lukas WirthHandle ellipsis in tuple patterns in match exhaustivene...
2020-11-24 bors[bot]Merge #6618
2020-11-24 Lukas WirthProperly infer tuple struct patterns when encountering...
2020-11-24 bors[bot]Merge #6620
2020-11-24 kjeremycargo update
2020-11-24 bors[bot]Merge #6619
2020-11-24 kjeremyNew lsp-types to fix versioning
2020-11-24 Lukas WirthProperly infer tuple patterns when encountering ellipsis
2020-11-24 bors[bot]Merge #6617
2020-11-24 Laurențiu NicolaAvoid string allocations in ignore_test
2020-11-24 bors[bot]Merge #6610
2020-11-24 bors[bot]Merge #6613
2020-11-24 Kirill BulatovImprove autoimports on completion speed
2020-11-23 Matt JibsonDon't assume DidChangeTextDocument paths exist
2020-11-23 Jakob Hellermannadd 'Re-enable this test' assist
2020-11-23 bors[bot]Merge #6609
2020-11-23 Aleksey KladovMinor, import style
2020-11-23 bors[bot]Merge #6606
2020-11-23 David TolnayParse unsafe extern block
2020-11-21 bors[bot]Merge #6598
2020-11-21 Dusty Pomerleauensure word boundary after `true`
2020-11-20 bors[bot]Merge #6595
2020-11-20 Lukas WirthDon't wrap parens around expr in remove_dbg assist...
2020-11-19 bors[bot]Merge #6592
2020-11-19 kjeremycargo update
2020-11-18 bors[bot]Merge #6585
2020-11-18 Lukas WirthFill code_description for rust_analyzer diagnostics
2020-11-18 Lukas Wirthupdate diagnostics test_data with code_description...
2020-11-18 Lukas WirthLink clippy lint codes in diagnostics
2020-11-18 Lukas WirthLink rustc error codes in diagnostics
2020-11-17 bors[bot]Merge #6577 #6579 #6581
2020-11-17 bors[bot]Merge #6553
2020-11-17 bors[bot]Merge #6582
2020-11-17 Lukas WirthFill the diagnostic code field in publish_diagnostics
2020-11-17 kjeremyUse vscode-languageclient 7.0.0-next.14
2020-11-17 bors[bot]Merge #6578
2020-11-17 kjeremycargo update and add new license
2020-11-17 Aleksey KladovSimplify
2020-11-17 Aleksey KladovMake code more readable
2020-11-17 Aleksey KladovMinor
2020-11-17 Aleksey KladovRemove dead code
2020-11-17 Aleksey KladovSimplify
2020-11-17 Jakob Hellermannfix typos in syntax.md
2020-11-17 bors[bot]Merge #6575
2020-11-17 Aleksey KladovUse standard code style for test fixtures
2020-11-17 bors[bot]Merge #6574
2020-11-17 Aleksey Kladov**Unwrap Block** supports stand-alone blocks
2020-11-17 Aleksey KladovSimplify
2020-11-17 Aleksey KladovAssist target should point at *existing* code
2020-11-17 bors[bot]Merge #6573
2020-11-17 Aleksey KladovAdd **Ignore Test** assist
2020-11-17 Kirill BulatovActually enable eager completion
2020-11-17 bors[bot]Merge #6571
2020-11-17 Aleksey KladovRemove needless alloc
2020-11-17 Aleksey KladovCompress code
2020-11-17 Aleksey Kladovsimplify
2020-11-17 bors[bot]Merge #6566
2020-11-16 Kirill BulatovAvoid turning completion objects into builders
2020-11-16 kjeremyLatest LSP 3.16 protocol
2020-11-16 Kirill BulatovRemove query aliases
2020-11-16 Kirill BulatovProperly fill the completion settings
2020-11-16 Kirill BulatovFix the other test
2020-11-16 Kirill BulatovQualify autoimport completion suggestions
2020-11-16 Kirill BulatovBetter filter mod paths
2020-11-16 Kirill BulatovMove autoimport completion into the unqialified_path...
2020-11-16 Kirill BulatovOmit modules during autocompletion
2020-11-16 Kirill BulatovTweak the search limits a bit
2020-11-16 Kirill BulatovReuse existing element rendering
next