| Age | Commit message (Expand) | Author | Lines |
| 2024-08-05 | Split out syntax-bridge into a separate crate | Lukas Wirth | -5/+4 |
| 2024-08-05 | Simplify FileDelegate | Lukas Wirth | -5/+2 |
| 2024-08-05 | fix: Insert a generic arg for `impl Trait` when lowering generic args | Shoyu Vanilla | -0/+5 |
| 2024-07-30 | Auto merge of #17741 - Veykril:include-raw, r=Veykril | bors | -2/+2 |
| 2024-07-30 | fix: Fix builtin includes rejecting raw string literals | Lukas Wirth | -2/+2 |
| 2024-07-29 | Auto merge of #17707 - Veykril:proc-macro-err-cleanup, r=Veykril | bors | -154/+79 |
| 2024-07-29 | Make basic use of spans for macro expansion errors | Lukas Wirth | -14/+28 |
| 2024-07-27 | fix: let glob imports override other globs' visibility | Ryo Yoshida | -32/+197 |
| 2024-07-26 | Internal: Cleanup proc-macro error handling | Lukas Wirth | -145/+56 |
| 2024-07-25 | Remove unused trace module | Lukas Wirth | -127/+46 |
| 2024-07-25 | Auto merge of #17676 - winstxnhdw:precise-capturing, r=Veykril | bors | -0/+1 |
| 2024-07-25 | fix: handle new `TypeBoundKind` variant | Winston H. | -0/+1 |
| 2024-07-25 | Make legacy_const_generics_indices thin by double boxing as its seldom used | Lukas Wirth | -2/+3 |
| 2024-07-25 | Reduce size of TypeRef by 8 bytes | Lukas Wirth | -9/+9 |
| 2024-07-25 | Fix incorrect handling of cfg'd varargs | Lukas Wirth | -6/+17 |
| 2024-07-25 | Remove Params and Fields from AstIdMap | Lukas Wirth | -435/+393 |
| 2024-07-22 | internal: Shrink size of `Binding` | Lukas Wirth | -19/+20 |
| 2024-07-22 | Auto merge of #17670 - Veykril:mem, r=Veykril | bors | -0/+1 |
| 2024-07-22 | LRU `body_with_source_map` query | Lukas Wirth | -0/+1 |
| 2024-07-22 | Auto merge of #17586 - ShoyuVanilla:tuple-arg-macro-rest, r=Veykril | bors | -5/+39 |
| 2024-07-21 | Fix more path resolution for included submodules | Sydney Acksman | -1/+71 |
| 2024-07-21 | Auto merge of #17655 - Veykril:std-find-path, r=Veykril | bors | -224/+320 |
| 2024-07-21 | Optimize `find_path` for sysroot library search some more | Lukas Wirth | -98/+112 |
| 2024-07-21 | Fix visited module tracking not clearing itself on backtracking | Lukas Wirth | -46/+86 |
| 2024-07-21 | Use out parameter instead of return value for `find_path` choice | Lukas Wirth | -56/+53 |
| 2024-07-21 | Fix using wrong length for max_len arg | Lukas Wirth | -2/+7 |
| 2024-07-21 | Specialize `find_path` local search | Lukas Wirth | -28/+45 |
| 2024-07-21 | Optimize `find_path` choice selection | Lukas Wirth | -122/+145 |
| 2024-07-21 | Auto merge of #17653 - Veykril:std-find-path, r=Veykril | bors | -5/+67 |
| 2024-07-21 | Prefer standard library paths over shorter extern deps re-exports | Lukas Wirth | -5/+67 |
| 2024-07-21 | Auto merge of #17650 - ObsidianMinor:fix/17645, r=Veykril | bors | -5/+47 |
| 2024-07-20 | Fix path resolution for child mods of those expanded by `include!` | Sydney Acksman | -5/+47 |
| 2024-07-20 | Fix some typos | Laurențiu Nicola | -1/+0 |
| 2024-07-19 | Test macros doing edition dependent parsing | Lukas Wirth | -0/+56 |
| 2024-07-18 | Encode edition within FileId in the hir layer | Lukas Wirth | -35/+50 |
| 2024-07-17 | Support rustc_skip_during_method_dispatch | Lukas Wirth | -1/+12 |
| 2024-07-17 | Add always disabled gen parse support | Lukas Wirth | -1/+4 |
| 2024-07-16 | Remove Name::to_smol_str | Lukas Wirth | -12/+16 |
| 2024-07-16 | More symbol usage | Lukas Wirth | -147/+149 |
| 2024-07-16 | Switch token trees to use Symbols | Lukas Wirth | -49/+78 |
| 2024-07-15 | Escape fetched env vars in env! expansion | Lukas Wirth | -1/+1 |
| 2024-07-15 | Encode ident rawness and literal kind separately in tt::Leaf | Lukas Wirth | -10/+10 |
| 2024-07-15 | Fix stable iteration ordering for `Map<Name, ...>` usages | Lukas Wirth | -17/+18 |
| 2024-07-14 | Use statics + clone instead of const until const can access statics | Lukas Wirth | -130/+129 |
| 2024-07-13 | Allow macro expansions into `RestPat` in tuple args work as ellipsis like pla... | Shoyu Vanilla | -5/+39 |
| 2024-07-12 | Use Symbol in Name | Lukas Wirth | -179/+229 |
| 2024-07-10 | Add `f16` and `f128` support | beetrees | -1/+25 |
| 2024-07-08 | fix: Fix double rounding of `f32` literals | beetrees | -16/+13 |
| 2024-07-07 | Auto merge of #17555 - Veykril:grammar-inline, r=Veykril | bors | -4/+4 |
| 2024-07-07 | HasGenericArgs syntax trait | Lukas Wirth | -4/+4 |