Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge #7115 | bors[bot] | 2021-01-03 | 20 | -225/+239 |
|\ | |||||
| * | Fix ConstParam HasSource impl and implement TryToNav not Nav | Nick Spain | 2021-01-02 | 2 | -8/+8 |
| * | Remove old_source now we've fully migrated | Nick Spain | 2021-01-02 | 1 | -68/+0 |
| * | Handle case where detail doesn't exist without giving up on completion | Nick Spain | 2021-01-02 | 1 | -1/+1 |
| * | Remove source_old from adding const and function impls | Nick Spain | 2021-01-02 | 1 | -23/+26 |
| * | Make the result of Const, FunctionRender and TypeAliasRender constructors opt... | Nick Spain | 2021-01-02 | 5 | -20/+17 |
| * | Move impls of ToNav that use source() to TryToNav | Nick Spain | 2021-01-02 | 5 | -69/+64 |
| * | Handle missing source in target_data_for_def | Nick Spain | 2021-01-02 | 1 | -13/+12 |
| * | Handle missing source in filter_assoc_items | Nick Spain | 2021-01-02 | 1 | -7/+8 |
| * | Go back to use of source_old() in offset_target_and_file_id as it's not as si... | Nick Spain | 2021-01-02 | 1 | -1/+2 |
| * | Fix type error with .and_then | Nick Spain | 2021-01-02 | 1 | -15/+14 |
| * | Handle not finding range in Definition::search_scope | Nick Spain | 2021-01-02 | 1 | -12/+36 |
| * | source_old -> source for cases that can be handled by simple bubbling | Nick Spain | 2021-01-02 | 5 | -13/+10 |
| * | Only log path and syntax range when processing function if source exists | Nick Spain | 2021-01-02 | 1 | -6/+6 |
| * | HasSource::source_old -> HasSource::source for places where proc-macros were ... | Nick Spain | 2021-01-02 | 4 | -42/+11 |
| * | Mark HasSource::source_old as deprecated but allow at all call sites | Nick Spain | 2021-01-02 | 15 | -4/+35 |
| * | Implement new HasSource::source for all implementors of HasSource | Nick Spain | 2021-01-02 | 1 | -0/+66 |
| * | HasSource::source -> HasSource::source_old | Nick Spain | 2021-01-02 | 15 | -55/+55 |
* | | Merge #7128 | bors[bot] | 2021-01-03 | 5 | -18/+86 |
|\ \ | |||||
| * | | Implement HasAttrs for Type-, Const- and LifetimeParam | Lukas Wirth | 2021-01-02 | 1 | -9/+10 |
| * | | Impl HasAttrs for GenericParam | Lukas Wirth | 2021-01-01 | 5 | -11/+78 |
* | | | Merge #7135 | bors[bot] | 2021-01-02 | 4 | -12/+11 |
|\ \ \ | |||||
| * | | | Use fully qualified `Itertools::intersperse` call to silence nightly warnings... | cynecx | 2021-01-02 | 1 | -8/+7 |
| * | | | Fix warnings on rust-nightly | cynecx | 2021-01-02 | 3 | -4/+4 |
|/ / / | |||||
* | | | Merge #7133 | bors[bot] | 2021-01-02 | 7 | -52/+176 |
|\ \ \ | |||||
| * | | | Use arena instead of vec | Edwin Cheng | 2021-01-02 | 1 | -22/+16 |
| * | | | Introduce HygieneFrames for proper token hyginee | Edwin Cheng | 2021-01-02 | 7 | -52/+182 |
* | | | | Merge #7130 | bors[bot] | 2021-01-02 | 3 | -0/+356 |
|\ \ \ \ | |||||
| * | | | | Add support for MatchExpr to extract_assigment assist | Jesse Bakker | 2021-01-02 | 1 | -7/+94 |
| * | | | | Add extract-assignment assist | Jesse Bakker | 2021-01-02 | 3 | -0/+269 |
* | | | | | Merge #7134 | bors[bot] | 2021-01-02 | 2 | -1/+19 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| * | | | | Fix infer error of macro invocation in array expr | Edwin Cheng | 2021-01-02 | 2 | -1/+19 |
| | |/ / | |/| | | |||||
* | | | | Merge #7132 | bors[bot] | 2021-01-02 | 1 | -9/+1 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Stop using beta toolchain in xtask dist | Laurențiu Nicola | 2021-01-02 | 1 | -9/+1 |
|/ / / | |||||
* | | | Merge #7125 | bors[bot] | 2021-01-01 | 2 | -1/+29 |
|\ \ \ | |||||
| * | | | Don't emit arg count diagnostics for method calls with unknown receiver | Florian Diebold | 2021-01-01 | 2 | -1/+29 |
|/ / / | |||||
* | | | Merge #7123 | bors[bot] | 2021-01-01 | 6 | -8/+32 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Formatting. | Mara Bos | 2021-01-01 | 2 | -4/+22 |
| * | | Add support for Rust 2021. | Mara Bos | 2021-01-01 | 6 | -6/+12 |
|/ / | |||||
* | | Merge #7121 | bors[bot] | 2021-01-01 | 1 | -7/+43 |
|\ \ | |||||
| * | | Show lifetimes and labels on hover | Lukas Wirth | 2021-01-01 | 1 | -7/+43 |
|/ / | |||||
* | | Merge #7080 | bors[bot] | 2021-01-01 | 28 | -41/+238 |
|\ \ | |/ |/| | |||||
| * | Add ConstParams to the ide layer | Lukas Wirth | 2021-01-01 | 13 | -5/+66 |
| * | Add ConstParams to the HIR | Lukas Wirth | 2021-01-01 | 16 | -37/+173 |
* | | Merge #7116 | bors[bot] | 2021-01-01 | 2 | -4/+11 |
|\ \ | |||||
| * | | Remove serde_stacker which depends on cc | Edwin Cheng | 2021-01-01 | 3 | -36/+1 |
| * | | Fix deep syntax tree bug generated by proc-macro | Edwin Cheng | 2021-01-01 | 4 | -4/+46 |
* | | | Merge #7117 | bors[bot] | 2021-01-01 | 1 | -2/+2 |
|\ \ \ | |||||
| * | | | Use stable instead of beta on macos-11 release runner | Laurențiu Nicola | 2021-01-01 | 1 | -2/+2 |
|/ / / | |||||
* | | | Merge #7102 | bors[bot] | 2021-01-01 | 1 | -2/+66 |
|\ \ \ |