aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix type names broken by rebase, redo expected test because of rebasePaul Daniel Faria2020-08-103-14/+44
* Move unsafe semantics methods into `SemanticsImpl` and reference them in `Sem...Paul Daniel Faria2020-08-101-71/+83
* Return bool from is_unsafe_method_call and cleanup usagesPaul Daniel Faria2020-08-102-24/+25
* Move semantic logic into Semantics, fix missing tag for safe amp operator, us...Paul Daniel Faria2020-08-106-105/+112
* Remove merge backupPaul Daniel Faria2020-08-101-769/+0
* Fix rebase errorsPaul Daniel Faria2020-08-104-9/+10
* Move unsafe packed ref logic to Semantics, use `Attrs::by_key` to simplify re...Paul Daniel Faria2020-08-104-54/+815
* Revert function structs back to using bool to track self param, use first par...Paul Daniel Faria2020-08-1010-27/+22
* Deduplicate unsafe method call into a single functionPaul Daniel Faria2020-08-101-41/+31
* Unsafe borrow of packed fields: account for borrow through ref binding, auto ...Paul Daniel Faria2020-08-1010-48/+156
* Cleanup repr check, fix packed repr check and testPaul Daniel Faria2020-08-103-14/+15
* Update FIXME comment to be more usefulPaul Daniel Faria2020-08-101-1/+2
* Limit scope of unsafe to & instead of all ref exprs, add test showing missing...Paul Daniel Faria2020-08-102-1/+20
* Remove token tree from ReprKind::Other variant, expose ReprKind higher, remov...Paul Daniel Faria2020-08-102-10/+4
* Add tracking of packed repr, use it to highlight unsafe refsPaul Daniel Faria2020-08-104-4/+105
* Merge #5698bors[bot]2020-08-102-5/+9
|\
| * Better codesJmPotato2020-08-101-8/+4
| * Show const body in short_labelJmPotato2020-08-102-5/+13
|/
* Merge #5692bors[bot]2020-08-1015-59/+224
|\
| * Remove Option<...> from result of Crate::root_modulePaul Daniel Faria2020-08-098-23/+22
| * Add support for extern cratePaul Daniel Faria2020-08-0811-59/+225
* | Merge #5693bors[bot]2020-08-092-3/+13
|\ \
| * | Let shutdown request to pass through when status == LoadingVeetaha2020-08-091-1/+1
| * | Fix no inlay hints / unresolved tokens until manual editVeetaha2020-08-082-3/+13
| |/
* | Merge #5414bors[bot]2020-08-091-1/+1
|\ \
| * | Fix test code lensAleksei Trifonov2020-08-021-1/+1
* | | Merge #5694bors[bot]2020-08-092-1/+33
|\ \ \
| * | | format in to_proto::markup_contentJmPotato2020-08-092-1/+33
|/ / /
* | | Merge #5684bors[bot]2020-08-086-20/+122
|\ \ \
| * | | Apply unsafe semantic highlighting to union field accessPaul Daniel Faria2020-08-082-13/+59
| * | | Add support for unions in inference and loweringPaul Daniel Faria2020-08-084-11/+17
| * | | Add additional checks for union inference testsPaul Daniel Faria2020-08-081-5/+33
| * | | Add test for unsafe union field access highlightingPaul Daniel Faria2020-08-072-0/+22
* | | | Merge #5689bors[bot]2020-08-081-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Remove cloneVeetaha2020-08-081-1/+1
|/ / /
* | | Merge #5686bors[bot]2020-08-081-1/+1
|\ \ \
| * | | Fix typo in settings descriptionRĂ¼diger Herrmann2020-08-081-1/+1
|/ / /
* | | Merge #5679bors[bot]2020-08-071-3/+35
|\ \ \
| * | | Account for static mut in missing unsafe diagnosticPaul Daniel Faria2020-08-071-3/+35
| |/ /
* | | Merge #5678bors[bot]2020-08-074-2/+17
|\ \ \
| * | | Mark static mutable names as unsafePaul Daniel Faria2020-08-073-4/+5
| * | | Add test for accessing static mutPaul Daniel Faria2020-08-072-0/+14
| |/ /
* | | Merge #5674bors[bot]2020-08-072-11/+11
|\ \ \ | |/ / |/| |
| * | Update chalkJeremy Kolb2020-08-062-11/+11
* | | Merge #5526bors[bot]2020-08-067-14/+208
|\ \ \ | |/ / |/| |
| * | Address PR commentsJeremy Kolb2020-08-064-18/+12
| * | Handle semantic token deltaskjeremy2020-08-017-13/+213
* | | Merge #5672bors[bot]2020-08-0512-28/+29
|\ \ \
| * | | align names in makeAleksey Kladov2020-08-0512-28/+29
* | | | Merge #5639bors[bot]2020-08-054-6/+68
|\ \ \ \ | |/ / / |/| | |