Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 #2481 | bors[bot] | 2019-12-06 | 1 | -2/+0 |
|\ | |||||
| * | Remove obsolete comment | Aleksey Kladov | 2019-12-05 | 1 | -2/+0 |
* | | Merge #2487 | bors[bot] | 2019-12-06 | 3 | -11/+72 |
|\ \ | |||||
| * | | Don't unify within a reference | Florian Diebold | 2019-12-06 | 3 | -11/+72 |
|/ / | |||||
* | | Merge #2486 | bors[bot] | 2019-12-06 | 1 | -3/+3 |
|\ \ | |||||
| * | | Fix npm vulnerability warning | Edwin Cheng | 2019-12-06 | 1 | -3/+3 |
|/ / | |||||
* | | Merge #2483 | bors[bot] | 2019-12-05 | 1 | -13/+10 |
|\ \ | |||||
| * | | 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 |
* | | Merge #2480 | bors[bot] | 2019-12-05 | 3 | -99/+325 |
|\ \ | |/ |/| | |||||
| * | Reduce copy-paste | Aleksey Kladov | 2019-12-05 | 1 | -20/+30 |
| * | Introduce ChildFromSource | Aleksey Kladov | 2019-12-05 | 3 | -101/+317 |
|/ | |||||
* | Merge #2474 | bors[bot] | 2019-12-05 | 10 | -136/+149 |
|\ | |||||
| * | 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 |
| * | Add `ModuleSource::Block` | ice1000 | 2019-12-04 | 9 | -100/+102 |
| * | Fix test compilation | ice1000 | 2019-12-04 | 2 | -2/+2 |
| * | Three-state enum for module origin | ice1000 | 2019-12-04 | 2 | -20/+78 |
|/ | |||||
* | Merge #2478 | bors[bot] | 2019-12-04 | 1 | -3/+3 |
|\ | |||||
| * | :arrow_up: rowan | Aleksey Kladov | 2019-12-04 | 1 | -3/+3 |
* | | Merge #2477 | bors[bot] | 2019-12-04 | 4 | -0/+78 |
|\ \ | |/ |/| | |||||
| * | Run rustfmt with respect to Cargo.toml edition | Vincent Rouillé | 2019-12-04 | 4 | -0/+78 |
|/ | |||||
* | Merge #2476 | bors[bot] | 2019-12-04 | 5 | -11/+12 |
|\ | |||||
| * | :arrow_up: rowan | Aleksey Kladov | 2019-12-04 | 5 | -11/+12 |
* | | Merge #2475 | bors[bot] | 2019-12-04 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | fix file name | Andrew Banchich | 2019-12-04 | 1 | -1/+1 |
| * | fix link | Andrew Banchich | 2019-12-04 | 1 | -1/+1 |
| * | use relative link | Andrew Banchich | 2019-12-04 | 1 | -1/+1 |
| * | fix outdated link to ra-emacs-lsp.el | Andrew Banchich | 2019-12-04 | 1 | -1/+1 |
|/ | |||||
* | Merge #2471 | bors[bot] | 2019-12-03 | 2 | -2/+4 |
|\ | |||||
| * | Add `ModuleItemsOwner` to `Block` | ice1000 | 2019-12-03 | 2 | -2/+4 |
* | | Merge #2472 | bors[bot] | 2019-12-03 | 7 | -4902/+4882 |
|\ \ | |/ |/| | |||||
| * | Split up ty tests a bit | Florian Diebold | 2019-12-03 | 7 | -4902/+4882 |
|/ | |||||
* | Merge #2469 | bors[bot] | 2019-12-03 | 23 | -112/+69 |
|\ | |||||
| * | Replace `ra_hir_expand::either` with crate | ice1000 | 2019-12-03 | 23 | -112/+69 |
|/ | |||||
* | Merge #2468 | bors[bot] | 2019-12-03 | 4 | -7/+65 |
|\ |