aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Merge #2466bors[bot]2019-12-084-44/+194
|\
| * Refactor resolve_imports logicEdwin Cheng2019-12-072-40/+129
| * Push glob_imports only if non-existsEdwin Cheng2019-12-071-4/+4
| * Add testsEdwin Cheng2019-12-062-0/+61
* | Remove MacroFileKindEdwin Cheng2019-12-087-70/+52
* | Discover type parameters in more casesAleksey Kladov2019-12-071-0/+5
* | Rename GenericParam -> TypeParamAleksey Kladov2019-12-0718-79/+77
* | Get the right analyzer for implsAleksey Kladov2019-12-074-2/+23
* | Classify name works for TypeParamsAleksey Kladov2019-12-076-5/+68
* | Gotodef for TypeParametersAleksey Kladov2019-12-071-7/+18
* | ToNav for GenericParamAleksey Kladov2019-12-072-1/+28
* | Track source of type parametersAleksey Kladov2019-12-072-23/+82
* | MinorAleksey Kladov2019-12-071-3/+4
* | Show type hints for & patternsAleksey Kladov2019-12-071-16/+15
* | Merge pull request #2491 from matklad/skip-heavy-tests-by-defaultAleksey Kladov2019-12-072-0/+49
|\ \
| * | Skip slow tests by defaultAleksey Kladov2019-12-072-0/+49
* | | ReformatAleksey Kladov2019-12-071-2/+2
* | | Refactor parameter count trackingAleksey Kladov2019-12-076-32/+30
* | | Remove idx and parent generics from genericsAleksey Kladov2019-12-0710-157/+181
* | | Store GenericParams in arenaAleksey Kladov2019-12-074-14/+25
* | | Get rid of unwraps in add_newFlorian Diebold2019-12-071-24/+21
|/ /
* | Merge #2489bors[bot]2019-12-066-65/+194
|\ \
| * | Implement ancestors_with_macros in a better wayFlorian Diebold2019-12-062-12/+22
| * | Make the goto_through_format test actually fail :(Florian Diebold2019-12-061-0/+3
| * | Builtin macros only use caller tokensFlorian Diebold2019-12-061-2/+2
| * | Try to make go to definition work in format!Florian Diebold2019-12-063-5/+63
| * | Implement format_args more properlyFlorian Diebold2019-12-061-4/+43
| * | Remove unnecessary len parameter for Name::new_inline_asciiFlorian Diebold2019-12-061-59/+59
| * | Add stub implementation of format_args{_nl} macrosFlorian Diebold2019-12-062-1/+20
* | | Merge #2484bors[bot]2019-12-069-318/+355
|\ \ \ | |/ / |/| |
| * | DynMapAleksey Kladov2019-12-069-318/+355
* | | Merge #2481bors[bot]2019-12-061-2/+0
|\ \ \ | |_|/ |/| |
| * | Remove obsolete commentAleksey Kladov2019-12-051-2/+0
* | | Don't unify within a referenceFlorian Diebold2019-12-063-11/+72
| |/ |/|
* | Simplify testAleksey Kladov2019-12-051-13/+10
* | Merge #2479bors[bot]2019-12-0520-81/+632
|\ \ | |/ |/|
| * Implement all the other built-in derivesFlorian Diebold2019-12-052-15/+86
| * Implement derive(Copy, Clone) properly (well, kind of)Florian Diebold2019-12-053-7/+241
| * Don't wrap most syntax trees in invisible delimiters when converting to token...Florian Diebold2019-12-051-2/+8
| * Add expansion infrastructure for derive macrosFlorian Diebold2019-12-0518-79/+319
* | Reduce copy-pasteAleksey Kladov2019-12-051-20/+30
* | Introduce ChildFromSourceAleksey Kladov2019-12-053-101/+317
|/
* Publicize `file_id` to make `test_db` compileice10002019-12-051-1/+1
* Use placeholder instead of `Option`ice10002019-12-052-14/+10
* One pub function less is good!ice10002019-12-053-12/+7
* Reduce visibility, use struct instead of tuplesice10002019-12-051-20/+23
* No block at the momentice10002019-12-045-14/+3
* Remove almost unused `ModuleSource::new`ice10002019-12-042-20/+2
* Confluent `ModuleSource` usageice10002019-12-042-18/+6
* Add `ModuleSource::Block`ice10002019-12-049-100/+102