| Age | Commit message (Expand) | Author | Lines |
| 2024-08-28 | Make procMacro_* workspace | Ali Bektas | -7/+11 |
| 2024-08-28 | Make rustc_* workspace | Ali Bektas | -11/+11 |
| 2024-08-28 | Make runnables workspace | Ali Bektas | -22/+24 |
| 2024-08-28 | Make check workspace | Ali Bektas | -85/+89 |
| 2024-08-28 | Make checkOnSave workspace | Ali Bektas | -8/+9 |
| 2024-08-28 | Make cargo_ workspace again | Ali Bektas | -157/+190 |
| 2024-08-28 | Auto merge of #17981 - lnicola:proc-macro-cwd, r=Veykril | bors | -2/+2 |
| 2024-08-28 | Fix cwd used for proc macro expansion | Laurențiu Nicola | -2/+2 |
| 2024-08-27 | Auto merge of #17757 - alibektas:toggle_macro_delimiters, r=Veykril | bors | -0/+279 |
| 2024-08-27 | Fix tests | Lukas Wirth | -23/+23 |
| 2024-08-27 | Auto merge of #17974 - lnicola:rm-apache-appendix, r=lnicola | bors | -50/+0 |
| 2024-08-27 | Auto merge of #17973 - Veykril:proc-macro-curr-dir, r=Veykril | bors | -14/+34 |
| 2024-08-27 | Drop Apache license appendices | Laurențiu Nicola | -50/+0 |
| 2024-08-27 | Expand proc-macros in workspace root, not package root | Lukas Wirth | -14/+34 |
| 2024-08-27 | Auto merge of #17970 - ChayimFriedman2:unwrap-unsafe-block, r=Veykril | bors | -3/+55 |
| 2024-08-27 | Auto merge of #17972 - rust-lang:revert-17936-module_path, r=Veykril | bors | -278/+71 |
| 2024-08-27 | Revert "feat: Implement `module_path` macro" | Lukas Wirth | -278/+71 |
| 2024-08-26 | Fix "Unwrap block" assist with block modifiers | Chayim Refael Friedman | -3/+55 |
| 2024-08-26 | Auto merge of #17963 - avrong:avrong/error-lifetimes, r=Veykril | bors | -33/+17 |
| 2024-08-26 | Show lifetime args if there are only error ones | Aleksei Trifonov | -12/+2 |
| 2024-08-26 | Show and render error lifetime args as `'_` | Aleksei Trifonov | -21/+15 |
| 2024-08-26 | Auto merge of #17941 - ChayimFriedman2:pre-closure-to-fn, r=Veykril | bors | -166/+815 |
| 2024-08-26 | Auto merge of #17962 - ChayimFriedman2:update-rtn, r=Veykril | bors | -16/+183 |
| 2024-08-26 | Fix Return Type Syntax to include `..` (i.e. `method(..)` and not `method()`)... | Chayim Refael Friedman | -16/+183 |
| 2024-08-25 | Auto merge of #17960 - duncanawoods:master, r=HKalbasi | bors | -0/+8 |
| 2024-08-25 | Auto merge of #17961 - Veykril:autoderef-alloc, r=Veykril | bors | -26/+60 |
| 2024-08-25 | internal: Don't allocate autoderef steps when not needed | Lukas Wirth | -26/+60 |
| 2024-08-25 | fix: add extra_test_bin_args to test explorer test runner | duncan | -0/+8 |
| 2024-08-25 | Auto merge of #17958 - Veykril:deref-chain-method-completions, r=Veykril | bors | -33/+90 |
| 2024-08-25 | fix: Fix trait method completions not acknowledging Deref impls | Lukas Wirth | -33/+90 |
| 2024-08-25 | Auto merge of #17956 - Veykril:metadata-err, r=Veykril | bors | -52/+60 |
| 2024-08-25 | fix: Fix metadata retrying eating original errors | Lukas Wirth | -52/+60 |
| 2024-08-25 | Auto merge of #17955 - ChayimFriedman2:fix-fast-search-with-scope, r=Veykril | bors | -0/+4 |
| 2024-08-25 | Don't enable the search fast path for short associated functions when a searc... | Chayim Refael Friedman | -0/+4 |
| 2024-08-24 | Impl PartialEq and Eq for `IndentLevel` | Chayim Refael Friedman | -1/+1 |
| 2024-08-24 | Provide `impl From<ast::TypeOrConstParam> for ast::GenericParam` | Chayim Refael Friedman | -1/+10 |
| 2024-08-24 | Modify `hacks::parse_expr_from_str()` to take an edition too | Chayim Refael Friedman | -10/+14 |
| 2024-08-24 | Add helper methods to retrieve `Future::Output` and `Iterator::Item` | Chayim Refael Friedman | -1/+24 |
| 2024-08-24 | Provide `Future::Output` and `Iterator` lang items | Chayim Refael Friedman | -3/+9 |
| 2024-08-24 | Handle associated types that are lang items | Chayim Refael Friedman | -5/+13 |
| 2024-08-24 | Add `gen` modifier to functions | Chayim Refael Friedman | -4/+38 |
| 2024-08-24 | Preserve all spans for closure captures, not just one | Chayim Refael Friedman | -179/+456 |
| 2024-08-24 | Fix few bugs in closure capture computation, and add tests | Chayim Refael Friedman | -3/+291 |
| 2024-08-24 | Auto merge of #17949 - Wilfred:include_build_file_in_watchers, r=lnicola | bors | -0/+17 |
| 2024-08-23 | Include buildfile path in watcher list | Wilfred Hughes | -0/+17 |
| 2024-08-23 | Auto merge of #17948 - ShoyuVanilla:parent-self-sized, r=Veykril | bors | -8/+32 |
| 2024-08-24 | fix: Wrong `Self: Sized` predicate for trait assoc items | Shoyu Vanilla | -8/+32 |
| 2024-08-23 | Auto merge of #17857 - ChayimFriedman2:rust-project-cfg-group, r=Veykril | bors | -4/+619 |
| 2024-08-23 | Auto merge of #17946 - Veykril:flycheck-crates-for, r=Veykril | bors | -22/+26 |
| 2024-08-23 | internal: Don't requery crates_for for flycheck when crates are known | Lukas Wirth | -22/+26 |