]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-02-05 bors[bot]Merge #7569
2021-02-05 Aleksey KladovAdd howtos
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 #7558
2021-02-04 kjeremyUpdate thread_local
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 bors[bot]Merge #7553
2021-02-04 Aleksey KladovMore architecture.md
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 bors[bot]Merge #7543
2021-02-03 Kushagra Guptatypo fixes
2021-02-03 Kushagra GuptaGrammar fixes
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
2021-02-03 Jonas SchievinkTest for name resolution with DefMap shortcut
2021-02-03 Jonas SchievinkShortcut `block_def_map` if there's no inner items
2021-02-03 bors[bot]Merge #7539
2021-02-03 Edwin ChengAdd cargo file tidy test
2021-02-03 Jonas SchievinkUse body lowering for block_def_map tests
2021-02-03 Jonas SchievinkUse block_def_map in body lowering
2021-02-03 bors[bot]Merge #7538
2021-02-03 Pavan Kumar... Make sure normal dependencies always have version
2021-02-03 bors[bot]Merge #7537
2021-02-03 Lukas WirthFix spelling mistakes in docs/dev
2021-02-03 bors[bot]Merge #7536
2021-02-03 Aleksey KladovMake architecture more informative
2021-02-03 Vladyslav Katasonovsupport extracting methods; no mut lowering
2021-02-03 Vladyslav Katasonovinitial version of extract function assist
2021-02-02 bors[bot]Merge #7528
2021-02-02 kjeremyUpdate mimalloc
2021-02-02 bors[bot]Merge #7525
2021-02-02 Jonas SchievinkFix resolution of `crate` paths from within blocks
2021-02-02 bors[bot]Merge #7523
2021-02-02 Laurențiu NicolaBump rustc_lexer
2021-02-02 Laurențiu NicolaBump chalk
2021-02-02 bors[bot]Merge #7522
2021-02-02 kjeremyUse non-deprecated memmap2 crate
2021-02-02 bors[bot]Merge #7521
2021-02-02 kjeremycargo update
2021-02-02 bors[bot]Merge #7520
2021-02-02 lumenianShow alias underlying type
2021-02-02 bors[bot]Merge #7519
2021-02-02 Aleksey Kladovadd useless types to the styleguide
2021-02-02 bors[bot]Merge #7518
2021-02-02 Jonas SchievinkUse the right `DefMap` when looking up modules
2021-02-02 bors[bot]Merge #7516
2021-02-02 Jonas SchievinkRevert "Use block_def_map in body lowering"
2021-02-01 bors[bot]Merge #7514
2021-02-01 Edwin ChengOnly allow one proc-macro process
2021-02-01 bors[bot]Merge #7512
2021-02-01 Laurențiu NicolaReap proc macro server instances
2021-02-01 bors[bot]Merge #7509
2021-02-01 Laurențiu NicolaImprove nvim-lsp setup instructions
2021-02-01 bors[bot]Merge #7508
2021-02-01 Christopher... Update Test Data
2021-02-01 Christopher... Don't filter code suggestions on Applicability
2021-02-01 bors[bot]Merge #7507
2021-02-01 Laurențiu NicolaExplain what to do if a release fails
2021-02-01 bors[bot]Merge #7506
2021-02-01 Jonas SchievinkShortcut `block_def_map` if there's no inner items
2021-02-01 Jonas SchievinkUse body lowering for block_def_map tests
2021-02-01 Jonas SchievinkUse block_def_map in body lowering
2021-01-31 bors[bot]Merge #7503
2021-01-31 bors[bot]Merge #7502
next