Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update FIXME comment to be more useful | Paul Daniel Faria | 2020-08-10 | 1 | -1/+2 |
* | Limit scope of unsafe to & instead of all ref exprs, add test showing missing... | Paul Daniel Faria | 2020-08-10 | 2 | -1/+20 |
* | Remove token tree from ReprKind::Other variant, expose ReprKind higher, remov... | Paul Daniel Faria | 2020-08-10 | 2 | -10/+4 |
* | Add tracking of packed repr, use it to highlight unsafe refs | Paul Daniel Faria | 2020-08-10 | 4 | -4/+105 |
* | Merge #5698 | bors[bot] | 2020-08-10 | 2 | -5/+9 |
|\ | |||||
| * | Better codes | JmPotato | 2020-08-10 | 1 | -8/+4 |
| * | 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 | 2 | -3/+13 |
|\ \ | |||||
| * | | 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 | 2 | -3/+13 |
| |/ | |||||
* | | Merge #5414 | bors[bot] | 2020-08-09 | 1 | -1/+1 |
|\ \ | |||||
| * | | Fix test code lens | Aleksei Trifonov | 2020-08-02 | 1 | -1/+1 |
* | | | Merge #5694 | bors[bot] | 2020-08-09 | 2 | -1/+33 |
|\ \ \ | |||||
| * | | | 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 |
* | | | | Merge #5689 | bors[bot] | 2020-08-08 | 1 | -1/+1 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Remove clone | Veetaha | 2020-08-08 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge #5686 | bors[bot] | 2020-08-08 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Fix typo in settings description | RĂ¼diger Herrmann | 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 | 2 | -11/+11 |
|\ \ \ | |/ / |/| | | |||||
| * | | Update chalk | Jeremy Kolb | 2020-08-06 | 2 | -11/+11 |
* | | | 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 |