| Age | Commit message (Expand) | Author | Lines |
| 2024-08-26 | Auto merge of #17941 - ChayimFriedman2:pre-closure-to-fn, r=Veykril | bors | -6/+19 |
| 2024-08-26 | Fix Return Type Syntax to include `..` (i.e. `method(..)` and not `method()`)... | Chayim Refael Friedman | -1/+41 |
| 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 | -2/+2 |
| 2024-08-24 | Add `gen` modifier to functions | Chayim Refael Friedman | -2/+6 |
| 2024-08-17 | Pin `rowan` to `0.15.15` | Shoyu Vanilla | -1/+1 |
| 2024-08-16 | Auto merge of #17905 - ChayimFriedman2:edition-dependent-raw-keyword, r=Veykril | bors | -0/+1 |
| 2024-08-16 | Properly account for editions in names | Chayim Refael Friedman | -0/+1 |
| 2024-08-16 | Auto merge of #17907 - ChayimFriedman2:no-once_cell, r=Veykril | bors | -3/+3 |
| 2024-08-16 | Replace once_cell with std's recently stabilized OnceCell/Lock and LazyCell/Lock | Chayim Refael Friedman | -3/+3 |
| 2024-08-15 | internal: Properly check the edition for edition dependent syntax kinds | Lukas Wirth | -17/+15 |
| 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 | Replace `"TBD"` with more helpful desciptions in published crates' `[package.... | Vincent Esche | -1/+1 |
| 2024-08-02 | internal: Remove AbsPathBuf::TryFrom impl that checks too many things at once | Lukas Wirth | -2/+2 |
| 2024-07-25 | Auto merge of #17676 - winstxnhdw:precise-capturing, r=Veykril | bors | -0/+9 |
| 2024-07-25 | Generate From impls for Any* nodes | Lukas Wirth | -18/+624 |
| 2024-07-25 | fix: temporarily use `ast::GenericParamList` | winstxnhdw | -0/+4 |
| 2024-07-24 | fix: `use` cannot have optional generics | Winston H. | -1/+1 |
| 2024-07-23 | feat: add `use` type bound grammar | winstxnhdw | -0/+5 |
| 2024-07-20 | Auto merge of #17641 - nyurik:optimize-refs, r=Veykril | bors | -5/+5 |
| 2024-07-19 | Avoid ref when using format! in compiler | Yuri Astrakhan | -5/+5 |
| 2024-07-19 | Fix edition used for include macro parsing | Lukas Wirth | -3/+3 |
| 2024-07-18 | Encode edition within FileId in the hir layer | Lukas Wirth | -11/+12 |
| 2024-07-17 | string is not a keyword | Lukas Wirth | -1/+1 |
| 2024-07-17 | Add always disabled gen parse support | Lukas Wirth | -12/+61 |
| 2024-07-17 | Derive kinds information from ungrammar file | Lukas Wirth | -209/+74 |
| 2024-07-16 | Remove Name::to_smol_str | Lukas Wirth | -1/+1 |
| 2024-07-10 | Add `f16` and `f128` support | beetrees | -9/+16 |
| 2024-07-08 | fix: Fix double rounding of `f32` literals | beetrees | -15/+10 |
| 2024-07-07 | Inline all the things | Lukas Wirth | -0/+1019 |
| 2024-07-07 | HasGenericArgs syntax trait | Lukas Wirth | -7/+39 |
| 2024-07-07 | Run codegen commands as tests if their results are commited | Lukas Wirth | -2/+2 |
| 2024-07-03 | Fix up the syntax tree for macro 2.0 | Lukas Wirth | -9/+56 |
| 2024-06-30 | Remove inline `rust_2018_idioms, unused_lifetimes` lint warn, Cargo.toml alre... | Lukas Wirth | -1/+0 |
| 2024-06-21 | fix: don't remove parentheses for calls of function-like pointers that are me... | davidsemakula | -0/+8 |
| 2024-06-18 | Update lib.rs | abdullathedruid | -1/+1 |
| 2024-06-06 | chore: Prefer tracing span shorthand macros | Wilfred Hughes | -8/+8 |
| 2024-06-03 | Auto merge of #17315 - hamirmahal:style/simplify-string-interpolation, r=Veykril | bors | -2/+2 |
| 2024-06-02 | fix typos & formatting | DropDemBits | -1/+5 |
| 2024-06-02 | Make `extract_expressions_from_format_string` only use snippets when available | DropDemBits | -1/+1 |
| 2024-06-02 | Add `ast::Expr::parse` | DropDemBits | -0/+32 |
| 2024-06-02 | minor: tidy up `Parse` a little bit | DropDemBits | -11/+10 |
| 2024-05-30 | style: simplify string interpolation | Hamir Mahal | -2/+2 |
| 2024-05-23 | Auto merge of #17140 - harrysarson:harry-unused-self, r=Veykril | bors | -2/+19 |
| 2024-05-18 | Allow hir::Param to refer to other entity params aside from functions | Lukas Wirth | -9/+10 |
| 2024-05-14 | Auto merge of #17224 - Veykril:lock-bump, r=Veykril | bors | -1/+1 |
| 2024-05-14 | Bump Cargo.lock | Lukas Wirth | -1/+1 |
| 2024-05-13 | Render literal escaping errors in hovers | Lukas Wirth | -56/+45 |