Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Emit diagnostics for unresolved item-level macros | Jonas Schievink | 2021-01-05 | 1 | -1/+32 |
* | Merge #7168 | bors[bot] | 2021-01-05 | 1 | -1/+1 |
|\ | |||||
| * | Rename expr -> tail_expr | Aleksey Kladov | 2021-01-05 | 1 | -1/+1 |
* | | Merge #7140 | bors[bot] | 2021-01-05 | 2 | -113/+177 |
|\ \ | |/ |/| | |||||
| * | Move the test mark | Kirill Bulatov | 2021-01-05 | 1 | -2/+4 |
| * | Small helpers | Kirill Bulatov | 2021-01-04 | 1 | -0/+4 |
| * | Code review fixes | Kirill Bulatov | 2021-01-04 | 1 | -30/+30 |
| * | Do not collect trait type aliases | Kirill Bulatov | 2021-01-04 | 1 | -5/+6 |
| * | Simplify | Kirill Bulatov | 2021-01-04 | 2 | -27/+37 |
| * | Properly check assoc items lookup | Kirill Bulatov | 2021-01-04 | 2 | -46/+73 |
| * | Add associated data into fst | Kirill Bulatov | 2021-01-04 | 1 | -49/+45 |
| * | Add a basic test for the trait fuzzy import | Kirill Bulatov | 2021-01-04 | 1 | -0/+24 |
* | | Introduce new queries to compute | Daniel Frampton | 2021-01-05 | 2 | -12/+55 |
|/ | |||||
* | Merge #7113 | bors[bot] | 2021-01-03 | 1 | -0/+4 |
|\ | |||||
| * | Expand doc on dealing with "proc macro not expanded" | Luke Taylor | 2021-01-01 | 1 | -0/+4 |
* | | Upgrade expect-test to 1.1 | Jesse Bakker | 2021-01-03 | 1 | -1/+1 |
* | | Revert "Proper handling $crate and local_inner_macros" | Jonas Schievink | 2021-01-03 | 1 | -1/+1 |
* | | Merge #7128 | bors[bot] | 2021-01-03 | 2 | -2/+41 |
|\ \ | |||||
| * | | Impl HasAttrs for GenericParam | Lukas Wirth | 2021-01-01 | 2 | -2/+41 |
* | | | Use fully qualified `Itertools::intersperse` call to silence nightly warnings... | cynecx | 2021-01-02 | 1 | -8/+7 |
* | | | Merge #7133 | bors[bot] | 2021-01-02 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | |||||
| * | | Introduce HygieneFrames for proper token hyginee | Edwin Cheng | 2021-01-02 | 1 | -1/+1 |
| |/ | |||||
* | | Merge #7080 | bors[bot] | 2021-01-01 | 5 | -14/+68 |
|\ \ | |/ |/| | |||||
| * | Add ConstParams to the HIR | Lukas Wirth | 2021-01-01 | 5 | -14/+68 |
* | | Remove some unneeded string allocations | Lukas Wirth | 2020-12-31 | 1 | -1/+1 |
* | | Update crates | kjeremy | 2020-12-30 | 1 | -1/+1 |
* | | Simplify | Aleksey Kladov | 2020-12-30 | 1 | -2/+4 |
* | | Avoid a couple of allocations | Laurențiu Nicola | 2020-12-29 | 2 | -14/+15 |
* | | Better display methods in expect tests | Kirill Bulatov | 2020-12-28 | 1 | -15/+31 |
* | | Add tests | Kirill Bulatov | 2020-12-28 | 1 | -2/+71 |
* | | Add docs and optimisations | Kirill Bulatov | 2020-12-28 | 1 | -4/+13 |
* | | Better query api and fuzzy search | Kirill Bulatov | 2020-12-28 | 1 | -33/+40 |
* | | Draft the module exclusion in modules | Kirill Bulatov | 2020-12-28 | 1 | -34/+62 |
|/ | |||||
* | Fixed old failed test due to new fixes | Edwin Cheng | 2020-12-28 | 1 | -2/+2 |
* | Merge #7021 | bors[bot] | 2020-12-24 | 3 | -52/+78 |
|\ | |||||
| * | Track labels in the HIR | Lukas Wirth | 2020-12-24 | 3 | -52/+78 |
* | | Implement const block inference | Lukas Wirth | 2020-12-23 | 2 | -1/+11 |
* | | Implement const pat inference | Lukas Wirth | 2020-12-23 | 2 | -4/+16 |
|/ | |||||
* | Merge #7010 | bors[bot] | 2020-12-23 | 1 | -1/+3 |
|\ | |||||
| * | Update ungrammar for const block patterns | Lukas Wirth | 2020-12-23 | 1 | -1/+3 |
* | | Don't think that /submod.rs is /mod.rs | Aleksey Kladov | 2020-12-23 | 1 | -1/+1 |
|/ | |||||
* | Merge #6921 | bors[bot] | 2020-12-20 | 1 | -6/+31 |
|\ | |||||
| * | Higher-ranked trait bounds for where clauses | Lukas Wirth | 2020-12-17 | 1 | -6/+31 |
* | | Add API for mapping `Attr` back to its syntax node | Jonas Schievink | 2020-12-19 | 1 | -23/+55 |
* | | Make `RawAttrs` crate-private | Jonas Schievink | 2020-12-19 | 1 | -2/+2 |
* | | Remove `Attrs::merge` | Jonas Schievink | 2020-12-19 | 1 | -12/+0 |
* | | Remove resolved FIXME | Jonas Schievink | 2020-12-19 | 1 | -1/+0 |
* | | fixture -> ra_fixture | Jonas Schievink | 2020-12-19 | 2 | -4/+4 |
* | | Test paths to derive macros | Jonas Schievink | 2020-12-19 | 1 | -2/+2 |
* | | More accurate `#[derive]` parsing | Jonas Schievink | 2020-12-19 | 3 | -27/+59 |