]> git.lizzy.rs Git - rust.git/history - crates
Merge #7619
[rust.git] / crates /
2021-02-10 bors[bot]Merge #7619
2021-02-09 Yoshua WuytsAdd #[track_caller] to assist tests
2021-02-09 bors[bot]Merge #7618
2021-02-09 Lukas WirthShow qualified variant pattern completions
2021-02-09 bors[bot]Merge #7616
2021-02-09 bors[bot]Merge #7615
2021-02-09 Aleksey KladovAdd parsing benchmark
2021-02-09 Lukas WirthShow Self pattern completions for Adts if inside impls
2021-02-09 Lukas WirthShow completions for enum variant with self prefix...
2021-02-09 bors[bot]Merge #7614
2021-02-09 Jonas SchievinkRemove unneeded return
2021-02-09 bors[bot]Merge #7613
2021-02-09 Aleksey KladovInfra for "unit" benchmarking
2021-02-09 Jonas SchievinkRemove `pub`
2021-02-09 Jonas SchievinkUse `block_def_map` in `Resolver`
2021-02-09 Jonas SchievinkTeach `find_path` about inner items
2021-02-09 Jonas SchievinkAdd another block def map test
2021-02-09 Jonas SchievinkMake `with_ancestor_maps` public
2021-02-09 Jonas SchievinkAdd `TestDB::module_at_position`
2021-02-09 Jonas SchievinkAdd expression scopes for blocks
2021-02-09 bors[bot]Merge #7611
2021-02-09 Aleksey Kladovrestore accidentally deleted test
2021-02-09 Aleksey KladovMore precise navigation to parent
2021-02-09 Aleksey KladovCleanup tests
2021-02-09 bors[bot]Merge #7597
2021-02-09 bors[bot]Merge #7610
2021-02-09 Aleksey KladovCleanup test
2021-02-09 Aleksey KladovModernize tests
2021-02-08 bors[bot]Merge #7602
2021-02-08 Lukas WirthCheck for dyn impls in method resolution
2021-02-08 bors[bot]Merge #7600
2021-02-08 kjeremyUpdate crates
2021-02-08 bors[bot]Merge #7595
2021-02-08 Vincent EscheConsolidate `fn load_cargo(…)` parameters into `struct...
2021-02-08 Vincent EscheAdd `config: &CargoConfig` parameter to `fn load_cargo(…)`
2021-02-08 bors[bot]Merge #7592
2021-02-08 bors[bot]Merge #7593
2021-02-08 Gowrichore: swap order of placeholders
2021-02-07 Gowrici: update relevant test case expected values
2021-02-07 Gowrifix: add for keyword in completion #7588
2021-02-07 bors[bot]Merge #7587
2021-02-07 Aleksey KladovAdtDef -> Adt
2021-02-06 bors[bot]Merge #7578
2021-02-05 petr-tikAdd a semantic token type for char literals
2021-02-05 bors[bot]Merge #7576
2021-02-05 bors[bot]Merge #7575
2021-02-05 Jonas SchievinkTest `super` resolution too
2021-02-05 Jonas SchievinkFix resolution of `self` module within blocks
2021-02-05 bors[bot]Merge #7572
2021-02-05 Yoshua WuytsAdd `find_or_create_impl_block` to assist utils
2021-02-05 bors[bot]Merge #7573
2021-02-05 bors[bot]Merge #7574
2021-02-05 Yoshua WuytsRemove redundant clones
2021-02-05 bors[bot]Merge #7505
2021-02-05 bors[bot]Merge #7570 #7571
2021-02-05 Lukas WirthCleanup decl_check
2021-02-05 Yoshua WuytsAdd doc gen to the `generate_enum_match_method` assist
2021-02-05 bors[bot]Merge #7569
2021-02-05 bors[bot]Merge #7562
2021-02-05 bors[bot]Merge #7568
2021-02-05 Jonas SchievinkFix merging of `segment_index` in path resolution
2021-02-05 bors[bot]Merge #7567
2021-02-05 Lukas WirthRemove unnecessary allocs in case_conv
2021-02-05 Yoshua WuytsMove `find_struct_impl` to assist utils
2021-02-05 Yoshua Wuytsadd `generate-enum-match` assist
2021-02-05 bors[bot]Merge #7535
2021-02-05 Vladyslav Katasonovallow extracted body to be indented(dedent it)
2021-02-05 Vladyslav Katasonovallow transitive `&mut` access for fields in extract_fu...
2021-02-04 Vladyslav Katasonovadd tests for extracting if/match/while/for exprs
2021-02-04 Vladyslav Katasonovdocument extract_function assist implementation
2021-02-04 Vladyslav Katasonovuse `&T` for non copy params of extracted function
2021-02-04 bors[bot]Merge #7561
2021-02-04 Jonas SchievinkAvoid using ModPath's fields directly
2021-02-04 Vladyslav Katasonov split extract_function into pieces and order them
2021-02-04 bors[bot]Merge #7559
2021-02-04 Jonas SchievinkMake `ModPath`'s representation private
2021-02-04 bors[bot]Merge #7557
2021-02-04 Jonas SchievinkIntern `TypeRef`s in the containing `ItemTree`
2021-02-04 bors[bot]Merge #7555
2021-02-04 Jonas SchievinkExpander: store a LocalModuleId, not ModuleId
2021-02-04 bors[bot]Merge #7554
2021-02-04 Jonas SchievinkDon't keep the parent DefMap alive via Arc
2021-02-04 Lukas WirthIncrease Highlights highlight range to covering element
2021-02-03 Vladyslav Katasonovremove ignored test for downgrading mut to shared
2021-02-03 Vladyslav Katasonovallow calling `&mut` methods on outer vars when extraci...
2021-02-03 Vladyslav Katasonovallow `&mut param` when extracting function
2021-02-03 Vladyslav Katasonovallow modifications of vars from outer scope inside...
2021-02-03 Vladyslav Katasonovallow local variables to be used after extracted body
2021-02-03 bors[bot]Merge #7547
2021-02-03 Jonas SchievinkSplit out ItemScope::dump from DefMap::dump
2021-02-03 bors[bot]Merge #7546
2021-02-03 Jonas SchievinkAdd newline between block and crate maps
2021-02-03 bors[bot]Merge #7545
2021-02-03 Jonas SchievinkAdd a FIXME to ItemTree
2021-02-03 bors[bot]Merge #7544
2021-02-03 Jonas SchievinkUpdate `DefMap` and `block_def_map` docs
2021-02-03 Vladyslav Katasonovchange TODO to FIXME
2021-02-03 Vladyslav Katasonovdisable test for downgrading mutability on extract
2021-02-03 Vladyslav Katasonovconvert IdentPat to Pat via Into
2021-02-03 bors[bot]Merge #7541
next