Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement Deref<Target=[Ty]> for Substs | Florian Diebold | 2019-05-04 | 2 | -18/+18 |
* | Simplify solution_from_chalk | Florian Diebold | 2019-05-04 | 1 | -12/+11 |
* | Chalk integration | Florian Diebold | 2019-05-04 | 13 | -147/+677 |
* | Add Ty::Bound variant for use in Chalk integration | Florian Diebold | 2019-05-04 | 1 | -2/+7 |
* | Merge #1238 | bors[bot] | 2019-05-04 | 5 | -69/+64 |
|\ | |||||
| * | make macro expansion into a proper query | Aleksey Kladov | 2019-05-04 | 3 | -35/+28 |
| * | minor, move | Aleksey Kladov | 2019-05-04 | 1 | -19/+19 |
| * | introduce macro_arg intermediate query | Aleksey Kladov | 2019-05-04 | 3 | -25/+27 |
| * | Revert "eagarly clean astd maps" | Aleksey Kladov | 2019-05-04 | 3 | -3/+3 |
* | | Add test | Edwin Cheng | 2019-05-04 | 1 | -0/+2 |
* | | Error out when parse_subtree is not a subtree | Edwin Cheng | 2019-05-04 | 1 | -3/+6 |
|/ | |||||
* | Merge #1235 | bors[bot] | 2019-05-04 | 1 | -6/+1 |
|\ | |||||
| * | revert eagarly clean astd maps | Aleksey Kladov | 2019-05-04 | 1 | -6/+1 |
* | | Merge #1230 | bors[bot] | 2019-05-04 | 2 | -3/+95 |
|\ \ | |/ |/| | |||||
| * | Quote the quoted comment | Edwin Cheng | 2019-05-04 | 2 | -2/+2 |
| * | Use explict `escape_default` instead of dbg print | Edwin Cheng | 2019-05-04 | 1 | -1/+1 |
| * | Convert doc comment to attr | Edwin Cheng | 2019-05-04 | 2 | -3/+95 |
* | | eagarly clean astd maps | Aleksey Kladov | 2019-05-04 | 4 | -3/+9 |
|/ | |||||
* | Mark unused mbe variable as `Binding::Empty` | Edwin Cheng | 2019-05-03 | 2 | -13/+61 |
* | By pass unbind $var while mbe expanding | Edwin Cheng | 2019-05-03 | 3 | -7/+39 |
* | Refactor out tests module and remove empty subtree | Edwin Cheng | 2019-05-03 | 3 | -1137/+1372 |
* | Merge #1227 | bors[bot] | 2019-05-03 | 3 | -1/+8 |
|\ | |||||
| * | Add default type param in TypeParam Node | Edwin Cheng | 2019-05-03 | 3 | -1/+8 |
* | | Fixed old incorrect test | Edwin Cheng | 2019-05-02 | 1 | -1/+1 |
* | | Fix typo | Edwin Cheng | 2019-05-02 | 1 | -3/+3 |
* | | Compare text instead | Edwin Cheng | 2019-05-02 | 1 | -2/+2 |
* | | Add empty bindings and some refactoring | Edwin Cheng | 2019-05-02 | 2 | -22/+41 |
|/ | |||||
* | Make `vis` matcher optional and fix typo | Edwin Cheng | 2019-05-02 | 3 | -5/+28 |
* | Remove unused code in subtree_source | Edwin Cheng | 2019-05-02 | 1 | -182/+41 |
* | Formating | Edwin Cheng | 2019-05-02 | 1 | -1/+1 |
* | Remove unused code and add space bewteen tt | Edwin Cheng | 2019-05-02 | 2 | -32/+80 |
* | Merge #1222 | bors[bot] | 2019-05-01 | 1 | -1/+9 |
|\ | |||||
| * | Skip Dollars when bump raw token | Edwin Cheng | 2019-05-01 | 1 | -1/+9 |
* | | Merge #1223 | bors[bot] | 2019-05-01 | 2 | -0/+117 |
|\ \ | |/ |/| | |||||
| * | add complex match case and documentation | Unreal Hoang | 2019-05-01 | 1 | -13/+29 |
| * | move guard to arm body assist. | Unreal Hoang | 2019-05-01 | 2 | -0/+101 |
* | | Merge #1220 | bors[bot] | 2019-05-01 | 3 | -1/+49 |
|\ \ | |||||
| * | | Add macro pat parsing | Edwin Cheng | 2019-04-30 | 3 | -1/+49 |
* | | | Use correct FileId when expanding macros in expressions | Aleksey Kladov | 2019-05-01 | 2 | -33/+44 |
| |/ |/| | |||||
* | | Sidestep two-phase borrow violation signaled by mutable_borrow_reservation_co... | Felix S. Klock II | 2019-04-29 | 1 | -2/+3 |
|/ | |||||
* | Merge #1213 | bors[bot] | 2019-04-28 | 9 | -132/+185 |
|\ | |||||
| * | Refactor parser handle mult-char punct internally | Edwin Cheng | 2019-04-28 | 9 | -132/+185 |
* | | Fix hover on the beginning of a nested expression | Florian Diebold | 2019-04-28 | 3 | -10/+33 |
|/ | |||||
* | Simplify | kjeremy | 2019-04-26 | 2 | -13/+10 |
* | Add is_empty to Arena | kjeremy | 2019-04-26 | 1 | -0/+3 |
* | Pass in char instead of single-char string | kjeremy | 2019-04-26 | 1 | -3/+3 |
* | Elide lifetime | kjeremy | 2019-04-26 | 1 | -1/+1 |
* | Use panic instead of unwrap | Edwin Cheng | 2019-04-25 | 1 | -8/+6 |
* | Fix more bugs | Edwin Cheng | 2019-04-25 | 7 | -24/+202 |
* | Add handling `token` seperator in mbe | Edwin Cheng | 2019-04-25 | 7 | -226/+218 |