| Age | Commit message (Expand) | Author | Lines |
| 2022-07-19 | Upgrade to expect-test@1.4.0 | Amos Wenger | -1/+1 |
| 2022-07-17 | fix: un-inline `ConstScalarOrPath::from_expr_opt` | Artur Sinila | -4/+2 |
| 2022-07-17 | Auto merge of #12778 - Logarithmus:feature/fix-negative-const-generics, r=flo... | bors | -31/+80 |
| 2022-07-17 | fix: address suggestions | Artur Sinila | -34/+62 |
| 2022-07-17 | refactor: inline some variables | Artur Sinila | -4/+2 |
| 2022-07-17 | feat: support negative const generic parameters | Artur Sinila | -70/+93 |
| 2022-07-16 | Auto merge of #12689 - Veykril:macro-rec, r=Veykril | bors | -21/+35 |
| 2022-07-16 | Auto merge of #12772 - Veykril:nameres, r=Veykril | bors | -65/+60 |
| 2022-07-16 | internal: Remove allocation in DefCollector::reseed_with_unresolved_attribute | Lukas Wirth | -65/+60 |
| 2022-07-15 | fix: Don't show qualified path completions for private items | Lukas Wirth | -19/+16 |
| 2022-07-11 | Implement `ignore` and `index` metavar expression | Jonas Schievink | -0/+26 |
| 2022-07-08 | Auto merge of #12719 - davidlattimore:format-args-no-unsafe, r=jonas-schievink | bors | -9/+3 |
| 2022-07-08 | Update remaining GitHub URLs | Jonas Schievink | -6/+6 |
| 2022-07-08 | Remove unnecessary unsafe from format_args expansion | David Lattimore | -9/+3 |
| 2022-07-06 | Auto merge of #12695 - xuhongxu96:fix-12140, r=jonas-schievink | bors | -1/+13 |
| 2022-07-07 | Handle generic args per arg index | Hongxu Xu | -1/+13 |
| 2022-07-05 | Auto merge of #12690 - Veykril:inert-attrs, r=Veykril | bors | -174/+319 |
| 2022-07-05 | internal: Update inert attribute list | Lukas Wirth | -174/+319 |
| 2022-07-05 | internal: Record all macro definitions in ItemScope | Lukas Wirth | -21/+35 |
| 2022-07-03 | Bump indexmap | Laurențiu Nicola | -1/+1 |
| 2022-07-03 | Bump smallvec | Laurențiu Nicola | -1/+1 |
| 2022-07-03 | Bump either | Laurențiu Nicola | -1/+1 |
| 2022-07-01 | Fix case of ignored/broken proc macro | Florian Diebold | -1/+12 |
| 2022-07-01 | Auto merge of #12668 - Veykril:mac-source-map, r=Veykril | bors | -102/+91 |
| 2022-07-01 | Fix blocks not considering stmt without semi as tails | Lukas Wirth | -2/+16 |
| 2022-07-01 | fix: Fix attribute macros on assoc items being discarded with disabled proc m... | Lukas Wirth | -17/+23 |
| 2022-07-01 | Fix Expr::MacroStmts using wrong scopes | Lukas Wirth | -10/+11 |
| 2022-07-01 | Update hir-ty test outputs | Lukas Wirth | -1/+3 |
| 2022-07-01 | fix: Simplify macro statement expansion handling | Lukas Wirth | -95/+67 |
| 2022-06-30 | Auto merge of #12428 - lowr:experimental/destructuring-assignment, r=flodiebold | bors | -1/+3 |
| 2022-06-28 | fix: Report proc macro errors in expressions correctly as well | Florian Diebold | -12/+11 |
| 2022-06-24 | Improve comments | Florian Diebold | -7/+10 |
| 2022-06-24 | Improve proc macro errors a bit | Florian Diebold | -6/+11 |
| 2022-06-23 | internal: Simplify | Lukas Wirth | -50/+25 |
| 2022-06-19 | fix: attribute macros not being properly diagnosed | Lukas Wirth | -16/+14 |
| 2022-06-16 | Auto merge of #12517 - xuhongxu96:master, r=Veykril | bors | -78/+32 |
| 2022-06-15 | Use the correct crates proc-macro loading error message | Lukas Wirth | -30/+31 |
| 2022-06-15 | Diagnose unresolved attribute proc-macros | Lukas Wirth | -1/+13 |
| 2022-06-15 | Show proc-macro loading errors in unresolved-proc-macro diagnostics | Lukas Wirth | -15/+38 |
| 2022-06-15 | revert hir-def lib.rs | Hongxu Xu | -0/+1 |
| 2022-06-15 | check if the container is trait and inherit the visibility | Hongxu Xu | -70/+33 |
| 2022-06-14 | remove inherit_visibility test case in item_tree | Hongxu Xu | -37/+0 |
| 2022-06-14 | implement inherited_visibility in collector | Hongxu Xu | -67/+118 |
| 2022-06-14 | remove inherited_visibility in lower.rs | Hongxu Xu | -37/+13 |
| 2022-06-12 | Auto merge of #12513 - Veykril:ty-utils, r=Veykril | bors | -4/+4 |
| 2022-06-12 | internal: Simplify `hir_ty::utils` | Lukas Wirth | -4/+4 |
| 2022-06-12 | Auto merge of #12509 - Veykril:ty-utils, r=Veykril | bors | -8/+0 |
| 2022-06-12 | internal: Remove `Generics::type_iter` in favor of `Generics::iter` | Lukas Wirth | -8/+0 |
| 2022-06-10 | internal: Bump Dependencies | Lukas Wirth | -5/+5 |
| 2022-06-10 | internal: Update dashmap and freeze its version | Lukas Wirth | -16/+13 |