| Age | Commit message (Expand) | Author | Lines |
| 2024-09-11 | Auto merge of #18075 - roife:fix-issue-17858, r=Veykril | bors | -19/+117 |
| 2024-09-11 | Properly set the working directory for proc-macro execution | Lukas Wirth | -0/+1 |
| 2024-09-11 | Lift out workspace related data into a separate query to preserve crategraph ... | Lukas Wirth | -3/+3 |
| 2024-09-10 | Correctly escape strings in our quote macro | Chayim Refael Friedman | -0/+18 |
| 2024-09-09 | feat: use shorthand when pretty-print record pat | roife | -4/+29 |
| 2024-09-09 | fix: add parenthesis for or-pattern | roife | -0/+2 |
| 2024-09-09 | feat: add prettifier for Pat | roife | -0/+31 |
| 2024-09-09 | feat: Allow hir-def prettifier formatting into one-line | roife | -15/+55 |
| 2024-09-05 | asm! parsing and lowering fixes | Lukas Wirth | -5/+8 |
| 2024-09-05 | Fix name fetching being incorrect for asm operands | Lukas Wirth | -77/+86 |
| 2024-09-05 | Add missing doc comments | Lukas Wirth | -0/+1 |
| 2024-09-05 | Support more IDE features for asm operands | Lukas Wirth | -7/+20 |
| 2024-09-05 | Give InlineAsmOperand a HIR representation | Lukas Wirth | -74/+103 |
| 2024-09-05 | Lower asm expressions | Lukas Wirth | -17/+366 |
| 2024-09-04 | Parse builtin#asm expressions | Lukas Wirth | -4/+8 |
| 2024-09-04 | fix: Fix lowering of for loops dropping the `loop` block | Lukas Wirth | -9/+57 |
| 2024-09-03 | feat: Implement cast typechecks | Shoyu Vanilla | -0/+22 |
| 2024-09-01 | internal: Lay basic ground work for standalone mbe tests | Lukas Wirth | -43/+45 |
| 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 |