Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add comment for parents logging | Edwin Cheng | 2020-03-04 | 1 | -7/+12 | |
* | Fix whitespace in tests | Edwin Cheng | 2020-03-04 | 2 | -3/+3 | |
* | Fix #3436 | Edwin Cheng | 2020-03-04 | 1 | -6/+2 | |
* | Add more log | Edwin Cheng | 2020-03-04 | 1 | -0/+9 | |
* | Fixed a typo in comment | Edwin Cheng | 2020-03-03 | 1 | -1/+1 | |
* | Fix panic on eager expansion | Edwin Cheng | 2020-03-03 | 1 | -2/+18 | |
* | Fix for rebasing | Edwin Cheng | 2020-03-03 | 1 | -3/+14 | |
* | Move pub function first | Edwin Cheng | 2020-03-03 | 1 | -24/+24 | |
* | Add doc about eager expansion name resolution | Edwin Cheng | 2020-03-03 | 1 | -0/+19 | |
* | Implement concat macro | Edwin Cheng | 2020-03-03 | 7 | -70/+279 | |
* | Add LazyMacroId | Edwin Cheng | 2020-03-03 | 5 | -16/+56 | |
* | Fix a bug for single dollar sign macro | Edwin Cheng | 2020-03-03 | 1 | -5/+10 | |
* | More manual clippy fixes | Kirill Bulatov | 2020-02-18 | 2 | -10/+6 | |
* | Run cargo +nightly fix --clippy -Z unstable-options | Kirill Bulatov | 2020-02-18 | 3 | -5/+4 | |
* | Add couple of utility methods | Aleksey Kladov | 2020-02-12 | 1 | -3/+19 | |
* | Remove ImportResolver-related stubs | Kirill Bulatov | 2020-02-09 | 1 | -7/+0 | |
* | Code review fixes | Kirill Bulatov | 2020-02-02 | 1 | -6/+7 | |
* | Require ModPath for importing | Kirill Bulatov | 2020-02-02 | 1 | -0/+6 | |
* | Prefer imports starting with std | Kirill Bulatov | 2020-01-27 | 1 | -0/+2 | |
* | Use dummy value for line! and column! macro | Edwin Cheng | 2020-01-14 | 1 | -83/+13 | |
* | Use attr location for builtin macro goto-imp | Edwin Cheng | 2020-01-12 | 1 | -0/+15 | |
* | Apply review suggestions | Florian Diebold | 2020-01-11 | 1 | -4/+0 | |
* | Some more refactoring | Florian Diebold | 2020-01-11 | 1 | -0/+10 | |
* | basics working | Florian Diebold | 2020-01-11 | 1 | -0/+4 | |
* | Merge #2795 | bors[bot] | 2020-01-11 | 1 | -2/+10 | |
|\ | ||||||
| * | Use dummy value for macro file in bulitin macros | Edwin Cheng | 2020-01-11 | 1 | -2/+10 | |
* | | Add test for macro expansion in various expressions | Florian Diebold | 2020-01-10 | 1 | -1/+0 | |
|/ | ||||||
* | Add missing expr cases for expand macro | Edwin Cheng | 2020-01-10 | 1 | -1/+23 | |
* | Expand PAREN_EXPR as expression | Edwin Cheng | 2020-01-10 | 1 | -0/+1 | |
* | Fix panic in tuple fields | Aleksey Kladov | 2020-01-07 | 1 | -1/+4 | |
* | Add dummy implementations of env! and option_env! builtins | Florian Diebold | 2019-12-21 | 3 | -43/+99 | |
* | Merge #2625 | bors[bot] | 2019-12-21 | 2 | -6/+5 | |
|\ | ||||||
| * | Clippy lints | kjeremy | 2019-12-20 | 2 | -6/+5 | |
* | | Add support macros in impl blocks | Edwin Cheng | 2019-12-20 | 1 | -0/+1 | |
|/ | ||||||
* | Merge #2614 | bors[bot] | 2019-12-20 | 1 | -1/+1 | |
|\ | ||||||
| * | Remove useless clone | kjeremy | 2019-12-20 | 1 | -1/+1 | |
* | | Add std::ops::Index support for infering | Edwin Cheng | 2019-12-19 | 1 | -0/+1 | |
|/ | ||||||
* | Rename range to by_kind | Edwin Cheng | 2019-12-18 | 1 | -2/+2 | |
* | Add TokenTextRange | Edwin Cheng | 2019-12-18 | 1 | -2/+2 | |
* | Add token id to delims | Edwin Cheng | 2019-12-18 | 1 | -3/+11 | |
* | Add token ids for all tt::Leaf | Edwin Cheng | 2019-12-18 | 2 | -9/+32 | |
* | Merge #2562 | bors[bot] | 2019-12-17 | 1 | -2/+11 | |
|\ | ||||||
| * | Re-export Origin to replace ExpansionOrigin | Edwin Cheng | 2019-12-14 | 1 | -13/+7 | |
| * | Fix original_source find order | Edwin Cheng | 2019-12-14 | 1 | -7/+22 | |
* | | Rename N! to name! | Florian Diebold | 2019-12-13 | 3 | -4/+4 | |
* | | Add macros for known names and paths | Florian Diebold | 2019-12-13 | 3 | -91/+117 | |
|/ | ||||||
* | Merge #2550 | bors[bot] | 2019-12-13 | 1 | -0/+2 | |
|\ | ||||||
| * | Correctly infer - and ! using std::ops::{Neg,Not} | Emil Lauridsen | 2019-12-13 | 1 | -0/+2 | |
* | | Refactor tt::Delimiter | Edwin Cheng | 2019-12-13 | 1 | -3/+4 | |
|/ | ||||||
* | Move traits to the new loc | Aleksey Kladov | 2019-12-12 | 1 | -1/+4 |