Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Align grammar for record patterns and literals | Aleksey Kladov | 2020-04-11 | 1 | -0/+9 |
| | | | | | | The grammar now looks like this [name_ref :] pat | ||||
* | Implement dummy assert macro | Edwin Cheng | 2020-03-11 | 1 | -0/+1 |
| | |||||
* | Implment include macro | Edwin Cheng | 2020-03-06 | 1 | -0/+1 |
| | |||||
* | Implement concat macro | Edwin Cheng | 2020-03-03 | 1 | -0/+1 |
| | |||||
* | 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 |
| | |||||
* | 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 | 1 | -0/+2 |
| | | | | | | They don't do anything except return the correct type. Also refactor the builtin macro tests a bit. | ||||
* | Add std::ops::Index support for infering | Edwin Cheng | 2019-12-19 | 1 | -0/+1 |
| | |||||
* | Rename N! to name! | Florian Diebold | 2019-12-13 | 1 | -2/+2 |
| | |||||
* | Add macros for known names and paths | Florian Diebold | 2019-12-13 | 1 | -70/+96 |
| | |||||
* | Correctly infer - and ! using std::ops::{Neg,Not} | Emil Lauridsen | 2019-12-13 | 1 | -0/+2 |
| | |||||
* | Remove unnecessary len parameter for Name::new_inline_ascii | Florian Diebold | 2019-12-06 | 1 | -59/+59 |
| | | | | | I assume it was previously required because `len` was not const, but that doesn't seem to be a problem anymore. | ||||
* | Add stub implementation of format_args{_nl} macros | Florian Diebold | 2019-12-06 | 1 | -0/+2 |
| | | | | Just enough to fix the huge amount of type mismatches they cause. | ||||
* | Implement all the other built-in derives | Florian Diebold | 2019-12-05 | 1 | -0/+7 |
| | | | | Since as long as we're not implementing the bodies, they all work the same way. | ||||
* | Add expansion infrastructure for derive macros | Florian Diebold | 2019-12-05 | 1 | -0/+10 |
| | |||||
* | Infer range types | oxalica | 2019-11-28 | 1 | -0/+6 |
| | |||||
* | Expand compile_error! | Jeremy Kolb | 2019-11-25 | 1 | -0/+1 |
| | |||||
* | Expand column!() | Jeremy Kolb | 2019-11-22 | 1 | -0/+1 |
| | |||||
* | Expand file! to dummy "" | kjeremy | 2019-11-22 | 1 | -0/+1 |
| | |||||
* | Add support for Stringify builtin macro | Piotr Szpetkowski | 2019-11-22 | 1 | -0/+1 |
| | |||||
* | Add basic bultin macro infrastructure | Edwin Cheng | 2019-11-11 | 1 | -0/+3 |
| | |||||
* | push name down to hir_expand | Aleksey Kladov | 2019-10-30 | 1 | -0/+142 |