Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove bodies from code_model | Aleksey Kladov | 2019-12-08 | 1 | -9/+0 |
* | remove `infer` method from CodeModel | Aleksey Kladov | 2019-12-08 | 1 | -14/+2 |
* | Drop some unused methods | Aleksey Kladov | 2019-12-08 | 2 | -49/+5 |
* | Cleanup Field ty | Aleksey Kladov | 2019-12-08 | 2 | -26/+47 |
* | Cleanup Crate API | Aleksey Kladov | 2019-12-08 | 5 | -32/+42 |
* | Remove MacroFileKind | Edwin Cheng | 2019-12-08 | 7 | -70/+52 |
* | Discover type parameters in more cases | Aleksey Kladov | 2019-12-07 | 1 | -0/+5 |
* | Rename GenericParam -> TypeParam | Aleksey Kladov | 2019-12-07 | 18 | -79/+77 |
* | Get the right analyzer for impls | Aleksey Kladov | 2019-12-07 | 4 | -2/+23 |
* | Classify name works for TypeParams | Aleksey Kladov | 2019-12-07 | 6 | -5/+68 |
* | Gotodef for TypeParameters | Aleksey Kladov | 2019-12-07 | 1 | -7/+18 |
* | ToNav for GenericParam | Aleksey Kladov | 2019-12-07 | 2 | -1/+28 |
* | Track source of type parameters | Aleksey Kladov | 2019-12-07 | 2 | -23/+82 |
* | Minor | Aleksey Kladov | 2019-12-07 | 1 | -3/+4 |
* | Show type hints for & patterns | Aleksey Kladov | 2019-12-07 | 1 | -16/+15 |
* | Merge pull request #2491 from matklad/skip-heavy-tests-by-default | Aleksey Kladov | 2019-12-07 | 2 | -0/+49 |
|\ | |||||
| * | Skip slow tests by default | Aleksey Kladov | 2019-12-07 | 2 | -0/+49 |
* | | Reformat | Aleksey Kladov | 2019-12-07 | 1 | -2/+2 |
* | | Refactor parameter count tracking | Aleksey Kladov | 2019-12-07 | 6 | -32/+30 |
* | | Remove idx and parent generics from generics | Aleksey Kladov | 2019-12-07 | 10 | -157/+181 |
* | | Store GenericParams in arena | Aleksey Kladov | 2019-12-07 | 4 | -14/+25 |
* | | Get rid of unwraps in add_new | Florian Diebold | 2019-12-07 | 1 | -24/+21 |
|/ | |||||
* | Merge #2489 | bors[bot] | 2019-12-06 | 6 | -65/+194 |
|\ | |||||
| * | Implement ancestors_with_macros in a better way | Florian Diebold | 2019-12-06 | 2 | -12/+22 |
| * | Make the goto_through_format test actually fail :( | Florian Diebold | 2019-12-06 | 1 | -0/+3 |
| * | Builtin macros only use caller tokens | Florian Diebold | 2019-12-06 | 1 | -2/+2 |
| * | Try to make go to definition work in format! | Florian Diebold | 2019-12-06 | 3 | -5/+63 |
| * | Implement format_args more properly | Florian Diebold | 2019-12-06 | 1 | -4/+43 |
| * | Remove unnecessary len parameter for Name::new_inline_ascii | Florian Diebold | 2019-12-06 | 1 | -59/+59 |
| * | Add stub implementation of format_args{_nl} macros | Florian Diebold | 2019-12-06 | 2 | -1/+20 |
* | | Merge #2484 | bors[bot] | 2019-12-06 | 9 | -318/+355 |
|\ \ | |/ |/| | |||||
| * | DynMap | Aleksey Kladov | 2019-12-06 | 9 | -318/+355 |
* | | Merge #2481 | bors[bot] | 2019-12-06 | 1 | -2/+0 |
|\ \ | |||||
| * | | Remove obsolete comment | Aleksey Kladov | 2019-12-05 | 1 | -2/+0 |
* | | | Don't unify within a reference | Florian Diebold | 2019-12-06 | 3 | -11/+72 |
| |/ |/| | |||||
* | | Simplify test | Aleksey Kladov | 2019-12-05 | 1 | -13/+10 |
* | | Merge #2479 | bors[bot] | 2019-12-05 | 20 | -81/+632 |
|\ \ | |/ |/| | |||||
| * | Implement all the other built-in derives | Florian Diebold | 2019-12-05 | 2 | -15/+86 |
| * | Implement derive(Copy, Clone) properly (well, kind of) | Florian Diebold | 2019-12-05 | 3 | -7/+241 |
| * | Don't wrap most syntax trees in invisible delimiters when converting to token... | Florian Diebold | 2019-12-05 | 1 | -2/+8 |
| * | Add expansion infrastructure for derive macros | Florian Diebold | 2019-12-05 | 18 | -79/+319 |
* | | Reduce copy-paste | Aleksey Kladov | 2019-12-05 | 1 | -20/+30 |
* | | Introduce ChildFromSource | Aleksey Kladov | 2019-12-05 | 3 | -101/+317 |
|/ | |||||
* | Publicize `file_id` to make `test_db` compile | ice1000 | 2019-12-05 | 1 | -1/+1 |
* | Use placeholder instead of `Option` | ice1000 | 2019-12-05 | 2 | -14/+10 |
* | One pub function less is good! | ice1000 | 2019-12-05 | 3 | -12/+7 |
* | Reduce visibility, use struct instead of tuples | ice1000 | 2019-12-05 | 1 | -20/+23 |
* | No block at the moment | ice1000 | 2019-12-04 | 5 | -14/+3 |
* | Remove almost unused `ModuleSource::new` | ice1000 | 2019-12-04 | 2 | -20/+2 |
* | Confluent `ModuleSource` usage | ice1000 | 2019-12-04 | 2 | -18/+6 |