| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix type names broken by rebase, redo expected test because of rebase | Paul Daniel Faria | 2020-08-10 | 3 | -14/+44 |
* | Move unsafe semantics methods into `SemanticsImpl` and reference them in `Sem... | Paul Daniel Faria | 2020-08-10 | 1 | -71/+83 |
* | Return bool from is_unsafe_method_call and cleanup usages | Paul Daniel Faria | 2020-08-10 | 2 | -24/+25 |
* | Move semantic logic into Semantics, fix missing tag for safe amp operator, us... | Paul Daniel Faria | 2020-08-10 | 6 | -105/+112 |
* | Remove merge backup | Paul Daniel Faria | 2020-08-10 | 1 | -769/+0 |
* | Fix rebase errors | Paul Daniel Faria | 2020-08-10 | 4 | -9/+10 |
* | Move unsafe packed ref logic to Semantics, use `Attrs::by_key` to simplify re... | Paul Daniel Faria | 2020-08-10 | 4 | -54/+815 |
* | Revert function structs back to using bool to track self param, use first par... | Paul Daniel Faria | 2020-08-10 | 10 | -27/+22 |
* | Deduplicate unsafe method call into a single function | Paul Daniel Faria | 2020-08-10 | 1 | -41/+31 |
* | Unsafe borrow of packed fields: account for borrow through ref binding, auto ... | Paul Daniel Faria | 2020-08-10 | 10 | -48/+156 |
* | Cleanup repr check, fix packed repr check and test | Paul Daniel Faria | 2020-08-10 | 3 | -14/+15 |
* | 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 |
|\ \ \ \
| |/ / /
|/| | | |
|