Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some typos | Pascal Hertleif | 2019-02-12 | 2 | -4/+4 |
| | |||||
* | docs | Aleksey Kladov | 2019-02-11 | 1 | -0/+8 |
| | |||||
* | assign ids when converting tt | Aleksey Kladov | 2019-02-11 | 2 | -10/+36 |
| | |||||
* | assign ids to tokens | Aleksey Kladov | 2019-02-11 | 3 | -3/+5 |
| | |||||
* | Merge #790 | bors[bot] | 2019-02-11 | 1 | -10/+10 |
|\ | | | | | | | | | | | | | | | 790: make macro-rules eq r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | make macro-rules eq | Aleksey Kladov | 2019-02-11 | 1 | -10/+10 |
| | | |||||
* | | typo | Aleksey Kladov | 2019-02-11 | 2 | -2/+2 |
|/ | |||||
* | Fix typo in Cargo.toml authors | Ville Penttinen | 2019-02-11 | 1 | -1/+1 |
| | | | | Fixes typo introduced in #782 | ||||
* | Update authors field in Cargo.tomls to "rust-analyzer developers" | Ville Penttinen | 2019-02-11 | 1 | -1/+1 |
| | | | | This closes #777 | ||||
* | reformat the world | Aleksey Kladov | 2019-02-08 | 4 | -71/+22 |
| | |||||
* | avoid 'ignored' in test output | Aleksey Kladov | 2019-02-08 | 1 | -2/+2 |
| | |||||
* | mbe: Ensure repetition separator matches | Jeff Muizelaar | 2019-02-05 | 2 | -2/+30 |
| | |||||
* | mbe: Add support matching for matching idents | Jeff Muizelaar | 2019-02-04 | 2 | -0/+29 |
| | |||||
* | Factor out rules parsing | Jeff Muizelaar | 2019-02-04 | 1 | -24/+20 |
| | |||||
* | Make sure we match the entire pattern | Jeff Muizelaar | 2019-02-03 | 2 | -1/+34 |
| | |||||
* | Fill out test a little more | Jeff Muizelaar | 2019-02-03 | 1 | -14/+18 |
| | | | | | This factors out an assert_expansion function to make things more managable. | ||||
* | Fix macro_rules separator parsing. | Jeff Muizelaar | 2019-02-03 | 2 | -1/+49 |
| | | | | | macro_rules rules are separated by ';' including an optional ';' at the end | ||||
* | explain the magic | Aleksey Kladov | 2019-01-31 | 2 | -19/+56 |
| | |||||
* | cleanup the api | Aleksey Kladov | 2019-01-31 | 3 | -56/+70 |
| | |||||
* | cleanup | Aleksey Kladov | 2019-01-31 | 3 | -40/+42 |
| | |||||
* | move test | Aleksey Kladov | 2019-01-31 | 4 | -3/+124 |
| | |||||
* | split macros across crates | Aleksey Kladov | 2019-01-31 | 5 | -0/+451 |