aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Improve autocompletion by looking on the type and nameBenjamin Coenen2020-04-11280-4971/+3500
|\
| * Merge #3925bors[bot]2020-04-114-1/+247
| |\
| | * Generate docGeoffrey Copin2020-04-111-0/+15
| | * Fix doc testsGeoffrey Copin2020-04-111-2/+1
| | * Add documentation commentGeoffrey Copin2020-04-111-0/+16
| | * Avoid adding a RecordFieldPat variant to the Pat enumGeoffrey Copin2020-04-113-48/+48
| | * Remove Option unwrapingGeoffrey Copin2020-04-111-3/+3
| | * Implement assist "Reorder field names"Geoffrey Copin2020-04-094-2/+218
| * | Merge #3951bors[bot]2020-04-1117-121/+180
| |\ \
| | * | Remove dead codeAleksey Kladov2020-04-118-55/+40
| | * | Make records grammar more orthogonalAleksey Kladov2020-04-1113-68/+142
| * | | Merge #3944bors[bot]2020-04-114-14/+65
| |\ \ \ | | |/ / | |/| |
| | * | Look up impls by self typeFlorian Diebold2020-04-114-14/+65
| * | | Make incremental nameres test harderAleksey Kladov2020-04-111-0/+6
| * | | Avoid cyclic queries in name resolution when processing enumsAleksey Kladov2020-04-113-15/+48
| * | | Align namingAleksey Kladov2020-04-114-6/+5
| * | | Remove code duplicationAleksey Kladov2020-04-112-5/+2
| * | | Use Expander for cfg handling in structsAleksey Kladov2020-04-111-10/+10
| * | | Use Expander for cfg handling in implsAleksey Kladov2020-04-111-13/+14
| * | | Pull Expander upAleksey Kladov2020-04-113-11/+24
| * | | SimplifyAleksey Kladov2020-04-112-8/+8
| * | | Merge pull request #3935 from cjhopman/todoAleksey Kladov2020-04-113-18/+21
| |\ \ \ | | |/ / | |/| |
| | * | Change missing impl assist to use todo!() instead of unimplemented()Chris Hopman2020-04-103-18/+21
| * | | Merge pull request #3910 from lnicola/fn-named-param-hintAleksey Kladov2020-04-111-5/+12
| |\ \ \
| | * | | Hide parameter hints for single-argument functions with the same nameLaurențiu Nicola2020-04-091-5/+12
| * | | | Merge #3920bors[bot]2020-04-117-5/+551
| |\ \ \ \
| | * | | | Improve error handlingEdwin Cheng2020-04-111-24/+30
| | * | | | tidy up a bitEdwin Cheng2020-04-101-50/+18
| | * | | | Fix macos symbol name bugEdwin Cheng2020-04-091-1/+19
| | * | | | Remove allow(unused)Edwin Cheng2020-04-091-3/+2
| | * | | | Add testsEdwin Cheng2020-04-095-0/+304
| | * | | | Implement expand_task and list_macrosEdwin Cheng2020-04-091-4/+27
| | * | | | Add dylib loading codeEdwin Cheng2020-04-094-1/+229
| * | | | | Fix non canonicallized path for crate fileEdwin Cheng2020-04-112-2/+6
| * | | | | Forward compatAleksey Kladov2020-04-108-26/+25
| | |_|/ / | |/| | |
| * | | | Move timeit to stdxAleksey Kladov2020-04-102-16/+15
| * | | | profile queriesAleksey Kladov2020-04-101-0/+5
| * | | | Fix accidently quadratic behavior when processing includesAleksey Kladov2020-04-101-17/+19
| * | | | Add failing testAleksey Kladov2020-04-101-2/+29
| * | | | SimplifyAleksey Kladov2020-04-102-19/+2
| * | | | Rename some tokensAleksey Kladov2020-04-10207-1380/+1094
| * | | | Better readabilityAleksey Kladov2020-04-102-0/+142
| * | | | Remove dead codeAleksey Kladov2020-04-104-195/+187
| * | | | Generate only minimal set of ineresting tokensAleksey Kladov2020-04-105-1306/+23
| * | | | Scale token generation backAleksey Kladov2020-04-106-309/+77
| * | | | Convert more tokensAleksey Kladov2020-04-103-219/+15
| * | | | Other delimitersAleksey Kladov2020-04-101-32/+32
| * | | | Curley tokensAleksey Kladov2020-04-105-116/+34
| * | | | Start replacing tokensAleksey Kladov2020-04-101-34/+12
| * | | | Semicolon tokenAleksey Kladov2020-04-105-16/+38