aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | Move the DiagnosticsWithFix trait on the ide levelKirill Bulatov2020-08-117-63/+75
| | * | | | | Make the fix AST source OptionalKirill Bulatov2020-08-116-74/+78
| | * | | | | Refactor the diagnosticsKirill Bulatov2020-08-116-136/+106
| | * | | | | Require source implementations for DiagnosticKirill Bulatov2020-08-113-12/+15
| | * | | | | Restore accidentally removed public methodKirill Bulatov2020-08-112-10/+11
| | * | | | | Fix another missing fields diagnosticsKirill Bulatov2020-08-113-44/+19
| | * | | | | Better namingKirill Bulatov2020-08-115-48/+57
| | * | | | | Less stubsKirill Bulatov2020-08-114-31/+28
| | * | | | | Custom ranges for missing fieldsKirill Bulatov2020-08-114-8/+56
| | * | | | | Separate diagnostics and diagnostics fix rangesKirill Bulatov2020-08-113-47/+59
| * | | | | | Merge #4743bors[bot]2020-08-127-32/+284
| |\ \ \ \ \ \
| | * | | | | | Remove unused import left behind after rebasingPaul Daniel Faria2020-08-101-1/+1
| | * | | | | | 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 #5722bors[bot]2020-08-127-94/+30
| |\ \ \ \ \ \ \
| | * | | | | | | Replace SepBy with ItertoolsAleksey Kladov2020-08-127-94/+30
| * | | | | | | | Merge #5721bors[bot]2020-08-1261-669/+618
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | Cleanup parser modifiers testsAleksey Kladov2020-08-1241-362/+292
| | * | | | | | | Allow default everywhereAleksey Kladov2020-08-1221-307/+326
| * | | | | | | | Merge #5720bors[bot]2020-08-121-1/+1
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | Fix docsAleksey Kladov2020-08-121-1/+1
| * | | | | | | | Merge #5699bors[bot]2020-08-126-10/+15
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | Revert style preference-related fixesIgor Aleksanov2020-08-124-12/+10
| | * | | | | | | Revert boxing for large enum variantIgor Aleksanov2020-08-101-3/+4
| | * | | | | | | Fix clippy warningsIgor Aleksanov2020-08-1010-23/+29
| | |/ / / / / /
| * | | | | | | Merge #5718bors[bot]2020-08-121-1/+0
| |\ \ \ \ \ \ \
| | * | | | | | | Deny clippyAleksey Kladov2020-08-121-1/+0
| * | | | | | | | Merge #5717bors[bot]2020-08-121-4/+3
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | MinorAleksey Kladov2020-08-121-4/+3
| * | | | | | | | Merge pull request #5716 from jonas-schievink/muslJonas Schievink2020-08-121-1/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Fix build on musl and test it in CIJonas Schievink2020-08-121-1/+1
| | |/ / / / / / /
| * | | | | | | | Merge #5711bors[bot]2020-08-121-4/+4
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | Display snippet in the completion labelKirill Bulatov2020-08-111-4/+4
| | | |/ / / / / | | |/| | | | |
| * / | | | | | SimplifyAleksey Kladov2020-08-121-8/+8
| |/ / / / / /
| * | | | | | Merge #5708bors[bot]2020-08-111-5/+5
| |\ \ \ \ \ \
| | * | | | | | Use Hygiene in completionLaurențiu Nicola2020-08-111-5/+5
| | | |_|/ / / | | |/| | | |
| * | | | | | Merge #5707bors[bot]2020-08-117-14/+30
| |\ \ \ \ \ \