| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | Cleanup TextEdit API | Aleksey Kladov | 2020-08-12 | 9 | -24/+34 |
| * | | | | | Rename ra_toolchain -> toolchain | Aleksey Kladov | 2020-08-12 | 14 | -32/+30 |
* | | | | | | Merge #5725 | bors[bot] | 2020-08-12 | 22 | -77/+77 |
|\| | | | | |
|
| * | | | | | Rename ra_tt -> tt | Aleksey Kladov | 2020-08-12 | 22 | -77/+77 |
* | | | | | | Merge #5724 | bors[bot] | 2020-08-12 | 79 | -226/+192 |
|\| | | | |
| |_|_|_|/
|/| | | | |
|
| * | | | | Rename ra_prof -> profile | Aleksey Kladov | 2020-08-12 | 61 | -188/+154 |
| * | | | | Rename ra_arena | Aleksey Kladov | 2020-08-12 | 30 | -40/+40 |
|/ / / / |
|
* | | | | Merge #5723 | bors[bot] | 2020-08-12 | 1 | -14/+0 |
|\ \ \ \ |
|
| * | | | | Completely remove cargo audit | Aleksey Kladov | 2020-08-12 | 1 | -14/+0 |
* | | | | | Merge #5637 | bors[bot] | 2020-08-12 | 3 | -6/+93 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | SSR: Matching trait associated constants, types and functions | David Lattimore | 2020-08-01 | 3 | -6/+93 |
* | | | | | Merge #5553 | bors[bot] | 2020-08-12 | 12 | -287/+288 |
|\ \ \ \ \ |
|
| * | | | | | Better naming and docs | Kirill Bulatov | 2020-08-11 | 6 | -28/+30 |
| * | | | | | Simplify fix structure | Kirill Bulatov | 2020-08-11 | 4 | -96/+92 |
| * | | | | | Add rustdocs | Kirill Bulatov | 2020-08-11 | 2 | -1/+4 |
| * | | | | | Improve the ide diagnostics trait API | Kirill Bulatov | 2020-08-11 | 4 | -197/+166 |
| * | | | | | Move the DiagnosticsWithFix trait on the ide level | Kirill Bulatov | 2020-08-11 | 7 | -63/+75 |
| * | | | | | Make the fix AST source Optional | Kirill Bulatov | 2020-08-11 | 6 | -74/+78 |
| * | | | | | Refactor the diagnostics | Kirill Bulatov | 2020-08-11 | 6 | -136/+106 |
| * | | | | | Require source implementations for Diagnostic | Kirill Bulatov | 2020-08-11 | 3 | -12/+15 |
| * | | | | | Restore accidentally removed public method | Kirill Bulatov | 2020-08-11 | 2 | -10/+11 |
| * | | | | | Fix another missing fields diagnostics | Kirill Bulatov | 2020-08-11 | 3 | -44/+19 |
| * | | | | | Better naming | Kirill Bulatov | 2020-08-11 | 5 | -48/+57 |
| * | | | | | Less stubs | Kirill Bulatov | 2020-08-11 | 4 | -31/+28 |
| * | | | | | Custom ranges for missing fields | Kirill Bulatov | 2020-08-11 | 4 | -8/+56 |
| * | | | | | Separate diagnostics and diagnostics fix ranges | Kirill Bulatov | 2020-08-11 | 3 | -47/+59 |
* | | | | | | Merge #4743 | bors[bot] | 2020-08-12 | 7 | -32/+284 |
|\ \ \ \ \ \ |
|
| * | | | | | | Remove unused import left behind after rebasing | Paul Daniel Faria | 2020-08-10 | 1 | -1/+1 |
| * | | | | | | 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 #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 |