]> git.lizzy.rs Git - rust.git/history - crates/ra_assists
Merge #2614
[rust.git] / crates / ra_assists /
2019-12-20 bors[bot]Merge #2592
2019-12-18 bors[bot]Merge #2589 #2591
2019-12-18 Aleksey KladovForbid <T>::foo syntax in mod paths
2019-12-17 bors[bot]Merge #2583
2019-12-17 bors[bot]Merge #2581
2019-12-17 Aleksey KladovRefactor PathKind
2019-12-17 bors[bot]Merge #2562
2019-12-15 bors[bot]Merge #2559
2019-12-14 bors[bot]Merge #2561
2019-12-14 Aleksey KladovUse different types for path with and without generics
2019-12-14 bors[bot]Merge #2552
2019-12-14 Omer Ben-AmramMerge branch 'refs/heads/master' into feature/granular...
2019-12-14 bors[bot]Merge #2554
2019-12-14 bors[bot]Merge #2548
2019-12-13 bors[bot]Merge #2557
2019-12-13 kjeremyRemove some unwraps in add_new
2019-12-08 bors[bot]Merge #2500 #2505 #2506
2019-12-08 Aleksey KladovRemove more dead code
2019-12-08 bors[bot]Merge #2466
2019-12-07 Aleksey KladovMerge pull request #2491 from matklad/skip-heavy-tests...
2019-12-07 bors[bot]Merge #2490
2019-12-07 Florian DieboldGet rid of unwraps in add_new
2019-12-02 bors[bot]Merge #2018
2019-11-30 bors[bot]Merge #2451
2019-11-28 Paulo Lieuthierdocs: describe new feature 'add custom impl for derived...
2019-11-28 Paulo Lieuthierassists: add assist for custom implementation for deriv...
2019-11-28 bors[bot]Merge #2440
2019-11-28 Aleksey KladovRename Source -> InFile
2019-11-26 bors[bot]Merge #2406
2019-11-26 bors[bot]Merge #2398
2019-11-26 Aleksey KladovIntroduce hir::Type
2019-11-26 bors[bot]Merge #2407
2019-11-26 Aleksey Kladov:arrow_up: salsa
2019-11-25 bors[bot]Merge #2403
2019-11-25 Aleksey KladovFix hir for ast::UnionDef
2019-11-25 bors[bot]Merge #2401
2019-11-24 bors[bot]Merge #2378
2019-11-24 bors[bot]Merge #2365
2019-11-24 bors[bot]Merge #2343
2019-11-24 bors[bot]Merge #2360
2019-11-24 bravomikekilodo refact and fix some issue
2019-11-23 bors[bot]Merge #2372
2019-11-23 Aleksey KladovGet rid of DefDatabase2
2019-11-23 Aleksey KladovMove docs to hir_def
2019-11-22 bors[bot]Merge #2361
2019-11-22 Aleksey KladovUniformalize naming
2019-11-21 bravomikekilofix tidy test
2019-11-21 bravomikekiloinitial invert_if
2019-11-20 bors[bot]Merge #2332
2019-11-20 bors[bot]Merge #2330
2019-11-20 bors[bot]Merge #2329
2019-11-20 Felix Kohlgrüberfix 2190; add test for "replace if let with match"
2019-11-20 bors[bot]Merge #2319
2019-11-20 Aleksey KladovRename Source::ast -> Source::value
2019-11-17 bors[bot]Merge #2287
2019-11-17 Aleksey KladovDisable doctests
2019-11-16 bors[bot]Merge #2280
2019-11-16 Aleksey KladovAdd ast for plain and raw string literals
2019-11-16 bors[bot]Merge #2263
2019-11-15 bors[bot]Merge #2271
2019-11-15 Aleksey KladovForce passing Source when creating a SourceAnalyzer
2019-11-15 bors[bot]Merge #2268
2019-11-15 bors[bot]Merge #2270
2019-11-15 Aleksey KladovReduce some duplication
2019-11-15 bors[bot]Merge #2266
2019-11-15 bors[bot]Merge #2252
2019-11-15 bors[bot]Merge #2265
2019-11-15 Aleksey KladovFix add-new assist
2019-11-15 bors[bot]Merge #2251
2019-11-15 bors[bot]Merge #2165
2019-11-13 bors[bot]Merge #2226
2019-11-13 Aleksey KladovUse strongly-typed ast building for early-return assist
2019-11-13 Aleksey KladovAdd a bit of types
2019-11-13 Aleksey KladovMinor cleanup
2019-11-09 Wesley NorrisAdd add_new assist
2019-11-09 bors[bot]Merge #2169
2019-11-06 bors[bot]Merge #2179
2019-11-04 bors[bot]Merge #2175
2019-11-04 Aleksey KladovAppease the linter by dummy doc comments
2019-11-04 Aleksey KladovRestore assists tests
2019-11-04 Aleksey KladovRename MockDatabase -> TestDB
2019-11-04 Aleksey KladovRemove more duplication in test fixtures
2019-11-04 bors[bot]Merge #2173
2019-11-04 bors[bot]Merge #2172
2019-11-04 bors[bot]Merge #2149
2019-11-01 krkExtract common parts of match arms in convert_to_guarde...
2019-11-01 krkSupport paths other than "Some".
2019-11-01 krkRemove variable pat.
2019-10-31 krkHandle IfLet in convert_to_guarded_return.
2019-10-30 bors[bot]Merge #2132
2019-10-30 bors[bot]Merge #2129
2019-10-30 kjeremySome clippy fixes
2019-10-30 bors[bot]Merge #2125
2019-10-29 bors[bot]Merge #2117
2019-10-29 Florian DieboldDon't add a space after the opening brace in autoimport
2019-10-29 bors[bot]Merge #2103
2019-10-28 bors[bot]Merge #2111
2019-10-28 Florian DieboldFix autoimport not choosing the deepest use tree in...
2019-10-28 bors[bot]Merge #2097
2019-10-27 bors[bot]Merge #2099
next