]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-02-19 Laurențiu NicolaExclude methods from non-parameter types introduced...
2020-02-18 bors[bot]Merge #3225
2020-02-18 Aleksey KladovCleanup imports
2020-02-18 bors[bot]Merge #3223
2020-02-18 Aleksey KladovMinor simplification
2020-02-18 bors[bot]Merge #3221
2020-02-18 bors[bot]Merge #3220
2020-02-18 Laurențiu NicolaFix dev guide broken links
2020-02-18 Kirill BulatovUpdate versions
2020-02-18 Kirill BulatovMore manual clippy fixes
2020-02-18 Kirill BulatovRun cargo +nightly fix --clippy -Z unstable-options
2020-02-18 bors[bot]Merge #3218
2020-02-18 Aleksey KladovRemove unicase dependency
2020-02-18 Aleksey KladovDrop extra deps
2020-02-18 Aleksey KladovIgnore cargo -Z timings info
2020-02-18 bors[bot]Merge #3217
2020-02-18 VeetahaRemove dat FIXME
2020-02-18 bors[bot]Merge #3026
2020-02-18 Aleksey KladovMerge pull request #3204 from Veetaha/feature/vscode...
2020-02-18 Aleksey KladovMerge pull request #3216 from matklad/rename-to-rust...
2020-02-18 Aleksey KladovRename folder
2020-02-18 Aleksey KladovRename config value for server Path
2020-02-18 Aleksey KladovRename the binary to rust-analyzer
2020-02-18 bors[bot]Merge #3214
2020-02-18 Aleksey KladovFully document ra_lsp_server
2020-02-18 Aleksey KladovRefactor
2020-02-18 Aleksey KladovReduce visibility
2020-02-18 Aleksey KladovRefactor
2020-02-18 Aleksey KladovSome docs
2020-02-18 Aleksey KladovBetter folder structure
2020-02-18 bors[bot]Merge #3211
2020-02-18 Akihiro TakaiFix typo
2020-02-18 Aleksey KladovMerge pull request #3209 from matklad/eslint
2020-02-18 Veetahara_syntax: fix reparsing merging errors, also now repar...
2020-02-18 Aleksey KladovAllow floating promises
2020-02-18 Aleksey KladovGate stuff on CI
2020-02-17 bors[bot]Merge #3210
2020-02-17 kjeremyvscode-languageclient 6.1.1
2020-02-17 bors[bot]Merge #3206
2020-02-17 Aleksey KladovMigrate to eslint
2020-02-17 Kirill BulatovSimplify the command execution
2020-02-17 Kirill BulatovSimplify the code further
2020-02-17 Kirill BulatovIdempotent location and installation of rust src
2020-02-17 Kirill BulatovReword the docs
2020-02-17 Kirill BulatovInstall rust-src when it is not found
2020-02-17 Veetahara_syntax: migrate test data to 0-length text-range...
2020-02-17 Veetahara_syntax: remove message() method and use only Display...
2020-02-17 Veetahara_syntax: change module-level documentation for syntax...
2020-02-17 Veetahara_syntax: followup fix for making SyntaxError::range...
2020-02-17 Veetahara_syntax: SyntaxError::range() now returns by value
2020-02-17 Veetahara_syntax: moved reexport declaration after imports...
2020-02-17 Veetahara_syntax: Apply Aleksei Kladov suggestion about TextRa...
2020-02-17 VeetahaChange semmantical analyzis to tree validation as per...
2020-02-17 Veetahara_syntax: reshape SyntaxError for the sake of removing...
2020-02-17 bors[bot]Merge #3203
2020-02-17 Veetahavscode: remove comment about updates notification
2020-02-17 bors[bot]Merge #3202
2020-02-17 Veetahavscode: press ; to respect semicolons
2020-02-17 Laurențiu NicolaReplace ra_cli mentions
2020-02-17 Laurențiu NicolaFix RA_PROFILE typo in docs
2020-02-17 bors[bot]Merge #3200
2020-02-17 Aleksey KladovMerge ra_vfs_glob and ra_lsp_server
2020-02-17 Aleksey KladovMerge cli and ra_lsp_server
2020-02-17 bors[bot]Merge #3199
2020-02-17 Aleksey KladovUse anyhow
2020-02-17 Aleksey KladovCleanup
2020-02-17 Aleksey KladovBetter name
2020-02-17 Aleksey KladovMore precise types
2020-02-17 Aleksey KladovUnify verbosity handling
2020-02-17 Aleksey KladovMove interesting stuff to main
2020-02-17 Aleksey KladovStronger Types
2020-02-17 Aleksey KladovRefactor arg parsing
2020-02-17 Aleksey KladovSort deps
2020-02-17 bors[bot]Merge #3196
2020-02-17 Aleksey KladovInline ra_batch
2020-02-17 Aleksey KladovCleanup imports
2020-02-17 Aleksey KladovInline help
2020-02-17 Aleksey KladovUse Arguments::from_os
2020-02-17 bors[bot]Merge #3195
2020-02-17 Aleksey KladovDrop proptest tests
2020-02-17 bors[bot]Merge #3193
2020-02-17 Aleksey KladovFix extension name
2020-02-17 kjeremyUpdate deps
2020-02-17 Aleksey KladovFix release process once more
2020-02-17 Aleksey KladovFix release process
2020-02-17 bors[bot]Merge #3191
2020-02-17 Aleksey KladovSimplify some more ctors
2020-02-17 Aleksey KladovSimplify ctor
2020-02-17 Aleksey Kladovremove debug print
2020-02-17 Aleksey KladovRemove two stage constuction
2020-02-17 Aleksey KladovFix link to the manual
2020-02-17 Aleksey KladovPush IO and error handling up
2020-02-17 Aleksey KladovMerge pull request #3190 from matklad/reload
2020-02-17 Aleksey KladovSimplify startup
2020-02-17 Aleksey KladovSimplify TS reload logic
2020-02-17 bors[bot]Merge #3169
2020-02-17 adamrkuse 'if let' instead of match on kind in lower.rs
2020-02-17 bors[bot]Merge #3187
2020-02-17 Aleksey Kladov:arrow_up: npm deps
2020-02-17 Aleksey Kladovupdate lockfile
next