Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Show const body in short_label | JmPotato | 2020-08-10 | 2 | -5/+13 | |
* | | Merge #5692 | bors[bot] | 2020-08-10 | 15 | -59/+224 | |
|\ \ | ||||||
| * | | Remove Option<...> from result of Crate::root_module | Paul Daniel Faria | 2020-08-09 | 8 | -23/+22 | |
| * | | Add support for extern crate | Paul Daniel Faria | 2020-08-08 | 11 | -59/+225 | |
* | | | Merge #5693 | bors[bot] | 2020-08-09 | 1 | -0/+10 | |
|\ \ \ | ||||||
| * | | | Let shutdown request to pass through when status == Loading | Veetaha | 2020-08-09 | 1 | -1/+1 | |
| * | | | Fix no inlay hints / unresolved tokens until manual edit | Veetaha | 2020-08-08 | 1 | -0/+10 | |
| |/ / | ||||||
* | | | Merge #5414 | bors[bot] | 2020-08-09 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | Fix test code lens | Aleksei Trifonov | 2020-08-02 | 1 | -1/+1 | |
* | | | | format in to_proto::markup_content | JmPotato | 2020-08-09 | 2 | -1/+33 | |
* | | | | Merge #5684 | bors[bot] | 2020-08-08 | 6 | -20/+122 | |
|\ \ \ \ | ||||||
| * | | | | Apply unsafe semantic highlighting to union field access | Paul Daniel Faria | 2020-08-08 | 2 | -13/+59 | |
| * | | | | Add support for unions in inference and lowering | Paul Daniel Faria | 2020-08-08 | 4 | -11/+17 | |
| * | | | | Add additional checks for union inference tests | Paul Daniel Faria | 2020-08-08 | 1 | -5/+33 | |
| * | | | | Add test for unsafe union field access highlighting | Paul Daniel Faria | 2020-08-07 | 2 | -0/+22 | |
* | | | | | Remove clone | Veetaha | 2020-08-08 | 1 | -1/+1 | |
| |_|/ / |/| | | | ||||||
* | | | | Merge #5679 | bors[bot] | 2020-08-07 | 1 | -3/+35 | |
|\ \ \ \ | ||||||
| * | | | | Account for static mut in missing unsafe diagnostic | Paul Daniel Faria | 2020-08-07 | 1 | -3/+35 | |
| |/ / / | ||||||
* | | | | Merge #5678 | bors[bot] | 2020-08-07 | 4 | -2/+17 | |
|\ \ \ \ | ||||||
| * | | | | Mark static mutable names as unsafe | Paul Daniel Faria | 2020-08-07 | 3 | -4/+5 | |
| * | | | | Add test for accessing static mut | Paul Daniel Faria | 2020-08-07 | 2 | -0/+14 | |
| |/ / / | ||||||
* | | | | Merge #5674 | bors[bot] | 2020-08-07 | 1 | -3/+3 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Update chalk | Jeremy Kolb | 2020-08-06 | 1 | -3/+3 | |
* | | | | Merge #5526 | bors[bot] | 2020-08-06 | 7 | -14/+208 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Address PR comments | Jeremy Kolb | 2020-08-06 | 4 | -18/+12 | |
| * | | | Handle semantic token deltas | kjeremy | 2020-08-01 | 7 | -13/+213 | |
| | |/ | |/| | ||||||
* | | | Merge #5672 | bors[bot] | 2020-08-05 | 12 | -28/+29 | |
|\ \ \ | ||||||
| * | | | align names in make | Aleksey Kladov | 2020-08-05 | 12 | -28/+29 | |
* | | | | Merge #5639 | bors[bot] | 2020-08-05 | 4 | -6/+68 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Use SyntaxNode.ancestors instead of a loop | David Lattimore | 2020-08-05 | 1 | -7/+1 | |
| * | | | SSR: Allow `self` in patterns. | David Lattimore | 2020-08-01 | 4 | -6/+74 | |
| |/ / | ||||||
* | | | Merge #5648 | bors[bot] | 2020-08-05 | 5 | -1/+425 | |
|\ \ \ | ||||||
| * | | | Pattern match on slice elements instead of using `.first().unwrap()` | unexge | 2020-08-05 | 1 | -7/+6 | |
| * | | | Look for trait methods in expand glob import assist | unexge | 2020-08-05 | 1 | -13/+65 | |
| * | | | Simplify `find_mod_path` with use of `node.ancestors` | unexge | 2020-08-03 | 1 | -20/+1 | |
| * | | | Generate doctest | unexge | 2020-08-02 | 2 | -1/+28 | |
| * | | | Rename ast::UseItem to ast::Use | unexge | 2020-08-02 | 1 | -1/+1 | |
| * | | | Add expand glob import assist | unexge | 2020-08-02 | 4 | -1/+366 | |
| | |/ | |/| | ||||||
* | | | Merge #5664 | bors[bot] | 2020-08-05 | 3 | -4/+29 | |
|\ \ \ | ||||||
| * | | | When resolving a rename, fallback to the name higher in the use tree if the p... | Paul Daniel Faria | 2020-08-04 | 2 | -4/+23 | |
| * | | | Add test showing unresolved module rename | Paul Daniel Faria | 2020-08-04 | 2 | -1/+7 | |
* | | | | Use salsa's purge to account for all memory | Aleksey Kladov | 2020-08-05 | 3 | -10/+25 | |
* | | | | Fix relative path handling for custom rustfmt | Aleksey Kladov | 2020-08-05 | 1 | -5/+0 | |
* | | | | Merge #5658 | bors[bot] | 2020-08-04 | 2 | -1/+44 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | do not add to `pub use` statements | Jacob Rothstein | 2020-08-03 | 2 | -1/+44 | |
* | | | | Revert "Restore line index micro-optimization" | Michael Lazear | 2020-08-03 | 2 | -31/+23 | |
|/ / / | ||||||
* | | | Merge #5653 | bors[bot] | 2020-08-03 | 1 | -1/+22 | |
|\ \ \ | ||||||
| * | | | Fold trait declarations | Laurențiu Nicola | 2020-08-03 | 1 | -1/+22 | |
| |/ / | ||||||
* | | | Merge #5628 | bors[bot] | 2020-08-03 | 2 | -2/+2 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Rename test modules | Laurențiu Nicola | 2020-07-31 | 2 | -2/+2 |