Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 #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 |
|\ \ \ | |||||
| * | | | Strip completion prefix of what has already been typed | Nick Spain | 2021-01-01 | 1 | -5/+4 |
| * | | | Add a test for correct completion of ..Default::default() | Nick Spain | 2021-01-01 | 1 | -1/+61 |
| * | | | Fix completion of Default struct update syntax | Nick Spain | 2020-12-31 | 1 | -1/+6 |
* | | | | Merge #7112 | bors[bot] | 2020-12-31 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | deny_clippy test works with cfg_attr | Aleksey Kladov | 2020-12-31 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge #7071 | bors[bot] | 2020-12-31 | 1 | -0/+5 |
|\ \ \ \ | |||||
| * | | | | Pass --all-targets to "cargo check" | Kaelin Laundry | 2020-12-29 | 1 | -0/+5 |
| | |_|/ | |/| | | |||||
* | | | | Merge #7106 | bors[bot] | 2020-12-31 | 6 | -23/+82 |
|\ \ \ \ | |||||
| * | | | | Split textDocument/formatting TextEdit with diff | Jesse Bakker | 2020-12-31 | 6 | -23/+82 |
* | | | | | Merge #7107 | bors[bot] | 2020-12-31 | 1 | -1/+17 |
|\ \ \ \ \ | |||||
| * | | | | | add working dir to cargo metadata fail messages | lf- | 2020-12-31 | 1 | -1/+17 |
|/ / / / / | |||||
* | | | | | Merge #7055 | bors[bot] | 2020-12-31 | 1 | -4/+7 |
|\ \ \ \ \ | |||||
| * | | | | | handle_formatting: Notice if rustfmt is missing and report | Daniel Silverstone | 2020-12-31 | 1 | -4/+7 |
|/ / / / / | |||||
* | | | | | Merge #7105 | bors[bot] | 2020-12-31 | 1 | -1/+2 |
|\ \ \ \ \ | |||||
| * | | | | | Fix `==` in in format causes mismatched-arg-count | Edwin Cheng | 2020-12-31 | 1 | -1/+2 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge #7104 | bors[bot] | 2020-12-31 | 3 | -3/+5 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Remove some unneeded string allocations | Lukas Wirth | 2020-12-31 | 3 | -3/+5 |
|/ / / / | |||||
* | | | | Merge #7101 | bors[bot] | 2020-12-31 | 1 | -7/+36 |
|\ \ \ \ | |_|_|/ |/| | | |