]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-07-24 Jonas SchievinkAdd a builder for DiagnosticSink
2020-07-24 bors[bot]Merge #5518
2020-07-24 David LattimoreSSR: Fix a typescript lint warning
2020-07-24 bors[bot]Merge #5519
2020-07-24 Aleksey KladovCache macro expansion in semantics
2020-07-24 bors[bot]Merge #5517
2020-07-24 Aleksey KladovAdd missing cancellation point
2020-07-24 David LattimoreSSR: Allow function calls to match method calls
2020-07-24 David LattimoreSSR: Disable matching within use declarations
2020-07-24 David LattimoreSSR: Use Definition::find_usages to speed up matching.
2020-07-24 David LattimoreSSR: Match paths based on what they resolve to
2020-07-24 David LattimoreSSR: Pass current file position through to SSR code.
2020-07-24 David LattimoreSSR: Refactor to not rely on recursive search for nesti...
2020-07-24 David LattimoreSSR: Add a couple of tests for non-recursive search
2020-07-24 David LattimoreSSR tests: Define all paths needed for templates
2020-07-24 David LattimoreMove iteration over all files into the SSR crate
2020-07-24 David LattimoreSSR: Move search code into a submodule
2020-07-24 David LattimoreSSR: Parse template as Rust code.
2020-07-24 David LattimoreSSR: Change the way rules are stored internally.
2020-07-24 David LattimoreSSR: Use expect! in tests
2020-07-24 bors[bot]Merge #5515
2020-07-24 Aleksey KladovAdd profiling call
2020-07-23 bors[bot]Merge #5511
2020-07-23 kjeremySet the document version after changes are applied...
2020-07-23 bors[bot]Merge #5510
2020-07-23 Aleksey KladovLighter weight tempdir
2020-07-23 bors[bot]Merge #5508
2020-07-23 kjeremyUpdate tracing
2020-07-23 bors[bot]Merge #5507
2020-07-23 Aleksey KladovRequire quotes around key-value cfg flags in rust-proje...
2020-07-23 bors[bot]Merge #5506
2020-07-23 Aleksey KladovRename modules
2020-07-23 bors[bot]Merge #5505
2020-07-23 Aleksey KladovCleanup CFG API
2020-07-23 bors[bot]Merge #5473
2020-07-23 Aleksey KladovRemove dead code
2020-07-23 bors[bot]Merge #5504
2020-07-23 Aleksey KladovReduce visibility
2020-07-23 bors[bot]Merge #5498
2020-07-23 bors[bot]Merge #5480
2020-07-23 bors[bot]Merge #5500
2020-07-23 bors[bot]Merge #5503
2020-07-23 Aleksey KladovReplace superslice with API on path to stabilization
2020-07-23 bors[bot]Merge #5497
2020-07-23 bors[bot]Merge #5501
2020-07-23 Aleksey Kladovminor
2020-07-23 James LeitchProblemMatcher auto detects relative/absolute paths...
2020-07-22 Matthias Krügerassists: change_return_type_to_result: clarify assist...
2020-07-22 bors[bot]Merge #5492
2020-07-22 kjeremyMove deprecated attribute to where it is needed
2020-07-22 Laurențiu NicolaStore macro invocation parameters as text instead of tt
2020-07-22 kjeremyUse symbol tags
2020-07-22 Timo FreibergFix snippetTextEdits applying to other files
2020-07-22 bors[bot]Merge #5488
2020-07-22 bors[bot]Merge #5489
2020-07-22 Jeremy KolbClarify initializationOptions
2020-07-22 VeetahaUpdate manual.adoc
2020-07-22 bors[bot]Merge #5481
2020-07-22 Jeremy KolbUpdate crates/rust-analyzer/src/main_loop.rs
2020-07-22 bors[bot]Merge #5475
2020-07-22 Jonas SchievinkCheck that visibility upgrade path is hit
2020-07-22 bors[bot]Merge #5487
2020-07-22 Aleksey KladovSetup global allocator in the correct crate
2020-07-22 Aleksey KladovRemove support for jemalloc
2020-07-22 bors[bot]Merge #5478
2020-07-22 bors[bot]Merge #5479
2020-07-21 bors[bot]Merge #5483
2020-07-21 kjeremybump crossbeam-channel
2020-07-21 kjeremyClear diagnostics for known file version on close
2020-07-21 kjeremyStore document version and pass back to the client
2020-07-21 Jonas SchievinkAllow gathering memory stats on non-jemalloc Linux
2020-07-21 Timo FreibergReplace existing visibility modifier in fix_visibility
2020-07-21 bors[bot]Merge #5476
2020-07-21 Aleksey KladovCleanup extact variable
2020-07-21 Jonas SchievinkSupport `Trait as _` imports
2020-07-21 Aleksey Kladovminor
2020-07-21 Aleksey KladovMore Rustic API for Env
2020-07-21 Aleksey KladovApply suggestions from code review
2020-07-21 Aleksey KladovDocument new rust-project.json format
2020-07-21 Aleksey KladovReplace OUT_DIR in project.json with general env
2020-07-21 Aleksey KladovReplace roots with include/exclude directories
2020-07-21 Aleksey KladovMerge pull request #5447 from jethrogb/gitattributes
2020-07-21 Aleksey KladovExpose package roots more directly
2020-07-21 bors[bot]Merge #5472
2020-07-21 Laurențiu NicolaRemove insta dep
2020-07-21 Laurențiu NicolaReplace remaining insta uses
2020-07-21 bors[bot]Merge #5451 #5463 #5465 #5466
2020-07-21 bors[bot]Merge #5467
2020-07-21 bors[bot]Merge #5471
2020-07-21 Aleksey KladovTypo
2020-07-21 bors[bot]Merge #5470
2020-07-21 Aleksey KladovPropagate cargo.target to checkOnSave
2020-07-21 bors[bot]Merge #5458
2020-07-21 GrayJackOn second thought, we want to preserve the textMate...
2020-07-21 GrayJack`#` as Attribute
2020-07-21 GrayJack@ as operator
2020-07-20 kjeremyProtect against `{}`
2020-07-20 kjeremyAllow client to respond to workspace/configuration...
2020-07-20 Kirill BulatovDo not show default types in closures
2020-07-20 kjeremyBump chalk
next