| Commit message (Expand) | Author | Age | Files | Lines |
* | Support macros in pattern position | Jonas Schievink | 2021-04-11 | 1 | -1/+1 |
* | Intern `GenericParams` | Jonas Schievink | 2021-04-05 | 1 | -4/+4 |
* | Add `GenericParams::shrink_to_fit` | Jonas Schievink | 2021-04-05 | 1 | -0/+1 |
* | Check if bitflags deps pulls its weight | Aleksey Kladov | 2021-04-04 | 1 | -9/+9 |
* | Use bitflags to compress function properties | Jonas Schievink | 2021-04-03 | 1 | -26/+40 |
* | Intern `ModPath` in `Import` | Jonas Schievink | 2021-04-03 | 1 | -1/+1 |
* | Intern Attr, MacroCall and Path components | Jonas Schievink | 2021-04-01 | 1 | -1/+1 |
* | Global TypeRef/TraitRef interning | Jonas Schievink | 2021-04-01 | 1 | -13/+10 |
* | Fix block inner item defined in macro | Edwin Cheng | 2021-03-31 | 1 | -0/+6 |
* | Remove TraitRef::Error | Lukas Wirth | 2021-03-29 | 1 | -4/+7 |
* | Rename target_ty to self_ty | Lukas Wirth | 2021-03-29 | 1 | -2/+2 |
* | Lower traits to TraitRef instead of TypeRef | Lukas Wirth | 2021-03-29 | 1 | -2/+8 |
* | Fix recursive macro statement expansion | Edwin Cheng | 2021-03-25 | 1 | -8/+0 |
* | Merge #8082 | bors[bot] | 2021-03-18 | 1 | -0/+8 |
|\ |
|
| * | Handle inner recursive macro rules cases | Edwin Cheng | 2021-03-18 | 1 | -0/+8 |
* | | ItemTree: lower attributes on fn parameters | Jonas Schievink | 2021-03-17 | 1 | -16/+25 |
|/ |
|
* | Use hir formatter more | oxalica | 2021-03-15 | 1 | -2/+6 |
* | Introduce FunctionQualifier for hir::FunctionData | oxalica | 2021-03-15 | 1 | -4/+23 |
* | Use upstream cov-mark | Laurențiu Nicola | 2021-03-08 | 1 | -1/+1 |
* | Make `ModPath`'s representation private | Jonas Schievink | 2021-02-04 | 1 | -1/+2 |
* | Intern `TypeRef`s in the containing `ItemTree` | Jonas Schievink | 2021-02-04 | 1 | -5/+13 |
* | Add a FIXME to ItemTree | Jonas Schievink | 2021-02-03 | 1 | -0/+1 |
* | ItemTree: Treat items in `MacroStmts` as top-level | Jonas Schievink | 2021-01-28 | 1 | -0/+26 |
* | Derive Default on ItemTree | Laurențiu Nicola | 2021-01-25 | 1 | -1/+1 |
* | Remove unused field | Jonas Schievink | 2021-01-21 | 1 | -4/+0 |
* | Fix lowering with multiple block expressions | Jonas Schievink | 2021-01-21 | 1 | -15/+23 |
* | Create a mapping from blocks to inner items | Jonas Schievink | 2021-01-20 | 1 | -9/+24 |
* | Use ‘index’ terminology for arena consistently | Aramis Razzaghipour | 2021-01-17 | 1 | -2/+2 |
* | Don't look at attributes when lowering to ItemTree | Jonas Schievink | 2020-12-18 | 1 | -6/+1 |
* | Refactor attributes API to allow handling cfg_attr | Jonas Schievink | 2020-12-18 | 1 | -9/+8 |
* | Avoid querying attributes in item tree lowering | Jonas Schievink | 2020-12-16 | 1 | -22/+2 |
* | Node-ify lifetimes | Lukas Wirth | 2020-12-16 | 1 | -2/+2 |
* | Basic support for decl macros 2.0 | Jonas Schievink | 2020-12-15 | 1 | -1/+15 |
* | Move to upstream `macro_rules!` model | Jonas Schievink | 2020-12-15 | 1 | -7/+17 |
* | Add LifetimeParam resolving to Semantics | Lukas Wirth | 2020-12-14 | 1 | -3/+2 |
* | Add Lifetimes to the HIR | Lukas Wirth | 2020-12-11 | 1 | -8/+12 |
* | Ignore extern items in incorrect-case check | Jonas Schievink | 2020-12-10 | 1 | -5/+8 |
* | Refactor is_intrinsic_fn_unsafe() and make it private | Francesco Zardi | 2020-10-21 | 1 | -39/+42 |
* | Add whitelist of safe intrinsics | Francesco Zardi | 2020-10-21 | 1 | -2/+42 |
* | Differentiate method/tymethod by determining 'defaultness' | Zac Pullar-Strecker | 2020-10-08 | 1 | -0/+3 |
* | Give `ExternCrate` a `Name`, not a `ModPath` | Jonas Schievink | 2020-09-17 | 1 | -2/+2 |
* | Merge #6016 | bors[bot] | 2020-09-17 | 1 | -1/+2 |
|\ |
|
| * | Store `Import` indices for later reconstruction | Jonas Schievink | 2020-09-16 | 1 | -1/+2 |
* | | Update chalk to 0.27 and adapt to chalk changes. | Charles Lew | 2020-09-15 | 1 | -2/+4 |
|/ |
|
* | Support extern types | Jonas Schievink | 2020-08-24 | 1 | -0/+4 |
* | Rename ra_hir_def -> hir_def | Aleksey Kladov | 2020-08-13 | 1 | -0/+705 |