| Age | Commit message (Expand) | Author | Lines |
| 2024-08-28 | Fix name resolution of shadowed builtin macro | Chayim Refael Friedman | -1/+5 |
| 2024-08-27 | Revert "feat: Implement `module_path` macro" | Lukas Wirth | -89/+36 |
| 2024-08-26 | Auto merge of #17941 - ChayimFriedman2:pre-closure-to-fn, r=Veykril | bors | -5/+22 |
| 2024-08-25 | Auto merge of #17958 - Veykril:deref-chain-method-completions, r=Veykril | bors | -1/+1 |
| 2024-08-25 | fix: Fix trait method completions not acknowledging Deref impls | Lukas Wirth | -1/+1 |
| 2024-08-24 | Add helper methods to retrieve `Future::Output` and `Iterator::Item` | Chayim Refael Friedman | -0/+7 |
| 2024-08-24 | Provide `Future::Output` and `Iterator` lang items | Chayim Refael Friedman | -0/+2 |
| 2024-08-24 | Handle associated types that are lang items | Chayim Refael Friedman | -5/+13 |
| 2024-08-23 | Remove incorrect FIXME comment | Lukas Wirth | -1/+0 |
| 2024-08-21 | internal: Implement `module_path` macro | Lukas Wirth | -36/+90 |
| 2024-08-16 | Auto merge of #17905 - ChayimFriedman2:edition-dependent-raw-keyword, r=Veykril | bors | -138/+215 |
| 2024-08-16 | Properly account for editions in names | Chayim Refael Friedman | -138/+215 |
| 2024-08-16 | Auto merge of #17907 - ChayimFriedman2:no-once_cell, r=Veykril | bors | -18/+24 |
| 2024-08-16 | Replace once_cell with std's recently stabilized OnceCell/Lock and LazyCell/Lock | Chayim Refael Friedman | -18/+24 |
| 2024-08-15 | internal: Properly check the edition for edition dependent syntax kinds | Lukas Wirth | -8/+12 |
| 2024-08-12 | Auto merge of #17863 - Veykril:include-diags, r=Veykril | bors | -2/+2 |
| 2024-08-12 | Resolve included files to their calling modules in IDE layer | Lukas Wirth | -2/+2 |
| 2024-08-12 | Auto merge of #17859 - Veykril:rustc_deprecated_safe_2024, r=Veykril | bors | -5/+11 |
| 2024-08-12 | fix: Correctly support `#[rustc_deprecated_safe_2024]` | Lukas Wirth | -5/+11 |
| 2024-08-12 | Auto merge of #17833 - edevil:fix_expansion_limit, r=Veykril | bors | -2/+8 |
| 2024-08-12 | Auto merge of #17845 - ShoyuVanilla:tait, r=Veykril | bors | -1/+1 |
| 2024-08-10 | fix: Fix find_path not respecting non-std preference config correctly | Lukas Wirth | -46/+99 |
| 2024-08-10 | feat: Implement TAIT | Shoyu Vanilla | -1/+1 |
| 2024-08-08 | Reuse recursion limit as expansion limit | André Cruz | -2/+8 |
| 2024-08-07 | Fix unconfigured diagnostic being attached to the wrong file for modules | Lukas Wirth | -1/+1 |
| 2024-08-06 | Replace `[package.repository] = "…"` of published crates with `[package.rep... | Vincent Esche | -1/+1 |
| 2024-08-06 | Apply Veykril's change suggestions | Vincent Esche | -1/+1 |
| 2024-08-06 | Add repository URL for published crates' missing `[package.repository]` fields | Vincent Esche | -0/+1 |
| 2024-08-06 | Replace `"TBD"` with more helpful desciptions in published crates' `[package.... | Vincent Esche | -1/+1 |
| 2024-08-05 | Auto merge of #17791 - ShoyuVanilla:await-outside-of-async, r=Veykril | bors | -17/+74 |
| 2024-08-05 | feat: Implement diagnostic for `await` outside of `async` | Shoyu Vanilla | -17/+74 |
| 2024-08-05 | Auto merge of #17799 - Veykril:syntax-bridge, r=Veykril | bors | -5/+4 |
| 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 |