Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | 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 #5722 | bors[bot] | 2020-08-12 | 7 | -94/+30 | |
|\ \ \ \ | ||||||
| * | | | | Replace SepBy with Itertools | Aleksey Kladov | 2020-08-12 | 7 | -94/+30 | |
* | | | | | Merge #5721 | bors[bot] | 2020-08-12 | 61 | -669/+618 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Cleanup parser modifiers tests | Aleksey Kladov | 2020-08-12 | 41 | -362/+292 | |
| * | | | | Allow default everywhere | Aleksey Kladov | 2020-08-12 | 21 | -307/+326 | |
* | | | | | Merge #5720 | bors[bot] | 2020-08-12 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Fix docs | Aleksey Kladov | 2020-08-12 | 1 | -1/+1 | |
* | | | | | Merge #5699 | bors[bot] | 2020-08-12 | 6 | -10/+15 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Revert style preference-related fixes | Igor Aleksanov | 2020-08-12 | 4 | -12/+10 | |
| * | | | | Revert boxing for large enum variant | Igor Aleksanov | 2020-08-10 | 1 | -3/+4 | |
| * | | | | Fix clippy warnings | Igor Aleksanov | 2020-08-10 | 10 | -23/+29 | |
| |/ / / | ||||||
* | | | | Merge #5718 | bors[bot] | 2020-08-12 | 1 | -1/+0 | |
|\ \ \ \ | ||||||
| * | | | | Deny clippy | Aleksey Kladov | 2020-08-12 | 1 | -1/+0 | |
* | | | | | Merge #5717 | bors[bot] | 2020-08-12 | 1 | -4/+3 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Minor | Aleksey Kladov | 2020-08-12 | 1 | -4/+3 | |
* | | | | | Merge pull request #5716 from jonas-schievink/musl | Jonas Schievink | 2020-08-12 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix build on musl and test it in CI | Jonas Schievink | 2020-08-12 | 1 | -1/+1 | |
| |/ / / / | ||||||
* | | | | | Merge #5711 | bors[bot] | 2020-08-12 | 1 | -4/+4 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Display snippet in the completion label | Kirill Bulatov | 2020-08-11 | 1 | -4/+4 | |
| | |/ / | |/| | | ||||||
* / | | | Simplify | Aleksey Kladov | 2020-08-12 | 1 | -8/+8 | |
|/ / / | ||||||
* | | | Merge #5708 | bors[bot] | 2020-08-11 | 1 | -5/+5 | |
|\ \ \ | ||||||
| * | | | Use Hygiene in completion | Laurențiu Nicola | 2020-08-11 | 1 | -5/+5 | |
* | | | | Merge #5707 | bors[bot] | 2020-08-11 | 7 | -14/+30 | |
|\ \ \ \ | ||||||
| * | | | | Revert some FIXMEs | JmPotato | 2020-08-11 | 2 | -4/+9 | |
| * | | | | Typo fix | JmPotato | 2020-08-11 | 2 | -2/+2 | |
| * | | | | Remove redundant dependencies | JmPotato | 2020-08-11 | 2 | -4/+2 | |
| * | | | | Typo fix | JmPotato | 2020-08-11 | 1 | -1/+1 | |
| * | | | | Address some FIXMEs | JmPotato | 2020-08-11 | 5 | -18/+31 | |
| |/ / / | ||||||
* / / / | Log the command flycheck runs to debug misconfigurations | Veetaha | 2020-08-11 | 1 | -2/+8 | |
|/ / / | ||||||
* / / | Return InvalidRequest if Shutdown has been requested | Jeremy Kolb | 2020-08-10 | 2 | -1/+16 | |
|/ / | ||||||
* | | 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 | 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 |