| Age | Commit message (Expand) | Author | Lines |
| 2024-09-30 | Auto merge of #18210 - ChayimFriedman2:label-macro, r=Veykril | bors | -1/+1 |
| 2024-09-30 | Gate `#[test]` expansion under `cfg(test)`. | Chayim Refael Friedman | -3/+11 |
| 2024-09-29 | When glueing together tokens from macros, merge their spans | Chayim Refael Friedman | -1/+1 |
| 2024-09-24 | Auto merge of #18160 - ChayimFriedman2:fix-18138, r=Veykril | bors | -13/+50 |
| 2024-09-22 | Fix name resolution when an import is resolved to some namespace and then lat... | Chayim Refael Friedman | -13/+50 |
| 2024-09-20 | Auto merge of #18151 - ChayimFriedman2:metavar-concat, r=Veykril | bors | -0/+147 |
| 2024-09-19 | When checking for forbidden expr kind matches, account for rawness | Chayim Refael Friedman | -0/+24 |
| 2024-09-19 | Support the `${concat(...)}` metavariable expression | Chayim Refael Friedman | -0/+147 |
| 2024-09-12 | Auto merge of #18099 - ChayimFriedman2:diag-only-necessary, r=Veykril | bors | -2/+12 |
| 2024-09-12 | Use more correct handling of lint attributes | Chayim Refael Friedman | -2/+12 |
| 2024-09-12 | Auto merge of #18106 - Veykril:push-yzsqoykyowts, r=Veykril | bors | -29/+48 |
| 2024-09-12 | fix: Don't report typed hole error in asm! out ops | Lukas Wirth | -29/+48 |
| 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 |