aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix test compilationice10002019-12-042-2/+2
* Three-state enum for module originice10002019-12-042-20/+78
* Run rustfmt with respect to Cargo.toml editionVincent Rouillé2019-12-044-0/+78
* :arrow_up: rowanAleksey Kladov2019-12-043-8/+8
* Merge #2471bors[bot]2019-12-032-2/+4
|\
| * Add `ModuleItemsOwner` to `Block`ice10002019-12-032-2/+4
* | Split up ty tests a bitFlorian Diebold2019-12-037-4902/+4882
|/
* Replace `ra_hir_expand::either` with crateice10002019-12-0322-112/+65
* Fix #2467Florian Diebold2019-12-034-7/+65
* Merge #2465bors[bot]2019-12-033-127/+219
|\
| * Extract built-in trait implementations to separate moduleFlorian Diebold2019-12-033-127/+219
* | Make unify pub(crate)Florian Diebold2019-12-031-1/+1
* | Add tests for checking the impl self typeFlorian Diebold2019-12-022-0/+47
* | Refactor a bitFlorian Diebold2019-12-023-77/+74
* | Check receiver type properlyFlorian Diebold2019-12-024-19/+80
* | Extract unification code to unify moduleFlorian Diebold2019-12-026-263/+312
* | Change order of calls to get method candidate order correctFlorian Diebold2019-12-022-39/+115
|/
* Merge #2018bors[bot]2019-12-023-0/+227
|\
| * docs: describe new feature 'add custom impl for derived trait'Paulo Lieuthier2019-11-282-0/+36
| * assists: add assist for custom implementation for derived traitPaulo Lieuthier2019-11-282-0/+191
* | Merge #2455bors[bot]2019-12-017-32/+139
|\ \
| * | Remove some empty linesEdwin Cheng2019-12-011-2/+0
| * | Use index instead of peekableEdwin Cheng2019-12-011-35/+19
| * | Fix commentEdwin Cheng2019-12-011-2/+1
| * | Add BuiltinShadowModeEdwin Cheng2019-11-307-31/+157
* | | Merge #2451bors[bot]2019-11-306-13/+5
|\ \ \
| * | | Remove log dependency from ra_cliAlexander Ekdahl2019-11-301-1/+0
| * | | Remove flexi_logger from ra_lsp_serverAlexander Ekdahl2019-11-305-15/+4
| * | | Use env_logger in ra_cliAlexander Ekdahl2019-11-302-3/+7
| | |/ | |/|
* | | Add cycle recovery for type aliasesFlorian Diebold2019-11-303-2/+10
* | | Add cycle recovery for generic predicatesFlorian Diebold2019-11-303-8/+10