aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge #7535bors[bot]2021-02-054-1/+2189
|\ \ \ | |/ / |/| |
| * | allow extracted body to be indented(dedent it)Vladyslav Katasonov2021-02-051-13/+101
| * | allow transitive `&mut` access for fields in extract_functionVladyslav Katasonov2021-02-051-27/+92
| * | add tests for extracting if/match/while/for exprsVladyslav Katasonov2021-02-041-0/+120
| * | document extract_function assist implementationVladyslav Katasonov2021-02-041-22/+126
| * | use `&T` for non copy params of extracted functionVladyslav Katasonov2021-02-041-2/+55
| * | split extract_function into pieces and order themVladyslav Katasonov2021-02-041-380/+510
| * | remove ignored test for downgrading mut to sharedVladyslav Katasonov2021-02-031-30/+0
| * | allow calling `&mut` methods on outer vars when extracing functionVladyslav Katasonov2021-02-031-0/+116
| * | allow `&mut param` when extracting functionVladyslav Katasonov2021-02-031-3/+107
| * | allow modifications of vars from outer scope inside extracted functionVladyslav Katasonov2021-02-032-46/+337
| * | allow local variables to be used after extracted bodyVladyslav Katasonov2021-02-031-41/+183
| * | change TODO to FIXMEVladyslav Katasonov2021-02-031-2/+2
| * | disable test for downgrading mutability on extractVladyslav Katasonov2021-02-031-0/+3
| * | convert IdentPat to Pat via IntoVladyslav Katasonov2021-02-031-5/+5
| * | support extracting methods; no mut loweringVladyslav Katasonov2021-02-031-37/+191
| * | initial version of extract function assistVladyslav Katasonov2021-02-033-0/+848
* | | Merge #7561bors[bot]2021-02-043-8/+9
|\ \ \
| * | | Avoid using ModPath's fields directlyJonas Schievink2021-02-043-8/+9
|/ / /
* | | Merge #7559bors[bot]2021-02-0418-51/+70
|\ \ \
| * | | Make `ModPath`'s representation privateJonas Schievink2021-02-0418-51/+70
* | | | Merge #7558bors[bot]2021-02-041-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Update thread_localkjeremy2021-02-041-2/+2
|/ / /
* | | Merge #7557bors[bot]2021-02-044-21/+67
|\ \ \
| * | | Intern `TypeRef`s in the containing `ItemTree`Jonas Schievink2021-02-044-21/+67
|/ / /
* | | Merge #7555bors[bot]2021-02-042-14/+11
|\ \ \
| * | | Expander: store a LocalModuleId, not ModuleIdJonas Schievink2021-02-042-14/+11
|/ / /
* | | Merge #7554bors[bot]2021-02-045-36/+67
|\ \ \
| * | | Don't keep the parent DefMap alive via ArcJonas Schievink2021-02-045-36/+67
|/ / /
* | | Merge #7553bors[bot]2021-02-041-2/+42
|\ \ \
| * | | More architecture.mdAleksey Kladov2021-02-041-2/+42
|/ / /
* | | Merge #7547bors[bot]2021-02-032-21/+26
|\ \ \
| * | | Split out ItemScope::dump from DefMap::dumpJonas Schievink2021-02-032-21/+26
|/ / /
* | | Merge #7546bors[bot]2021-02-032-0/+11
|\ \ \
| * | | Add newline between block and crate mapsJonas Schievink2021-02-032-0/+11
* | | | Merge #7545bors[bot]2021-02-031-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Add a FIXME to ItemTreeJonas Schievink2021-02-031-0/+1
|/ / /
* | | Merge #7544bors[bot]2021-02-032-1/+25
|\ \ \
| * | | Update `DefMap` and `block_def_map` docsJonas Schievink2021-02-032-1/+25
* | | | Merge #7543bors[bot]2021-02-031-23/+23
|\ \ \ \ | |/ / / |/| | |
| * | | typo fixesKushagra Gupta2021-02-031-4/+4
| * | | Grammar fixesKushagra Gupta2021-02-031-20/+20
|/ / /
* | | Merge #7541bors[bot]2021-02-0312-100/+211
|\ \ \
| * | | Test for name resolution with DefMap shortcutJonas Schievink2021-02-031-0/+33
| * | | Shortcut `block_def_map` if there's no inner itemsJonas Schievink2021-02-035-11/+26
| * | | Use body lowering for block_def_map testsJonas Schievink2021-02-033-68/+117
| * | | Use block_def_map in body loweringJonas Schievink2021-02-036-26/+40
* | | | Merge #7539bors[bot]2021-02-033-14/+50
|\ \ \ \ | |/ / / |/| | |
| * | | Add cargo file tidy testEdwin Cheng2021-02-033-14/+50
|/ / /
* | | Merge #7538bors[bot]2021-02-031-1/+1
|\ \ \