| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-08-06 | Replace `[package.repository] = "…"` of published crates with ↵ | Vincent Esche | -1/+1 | |
| `[package.repository.workspace] = true` | ||||
| 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' ↵ | Vincent Esche | -1/+1 | |
| `[package.description]` fields | ||||
| 2024-08-05 | Auto merge of #17799 - Veykril:syntax-bridge, r=Veykril | bors | -0/+4 | |
| Split out syntax-bridge into a separate crate This functionality is not really tied to mbe macros, so imo it has no place in that crate. | ||||
| 2024-08-05 | Newtype ErasedFileAstId | Lukas Wirth | -12/+36 | |
| 2024-08-05 | Split out syntax-bridge into a separate crate | Lukas Wirth | -0/+4 | |
| 2024-07-29 | Fix error spans for include! and compile_error! | Lukas Wirth | -0/+10 | |
| 2024-07-25 | Remove Params and Fields from AstIdMap | Lukas Wirth | -4/+2 | |
| 2024-07-18 | Encode edition within FileId in the hir layer | Lukas Wirth | -35/+124 | |
| 2024-06-13 | internal: Fix rustdoc warnings | Wilfred Hughes | -1/+1 | |
| `cargo doc` generates a bunch of warnings on rust-analyzer. Fix all the bare URL and empty code block warnings. | ||||
| 2024-06-12 | internal: Remove FileId::BOGUS | Lukas Wirth | -9/+2 | |
| 2024-05-30 | style: simplify string interpolation | Hamir Mahal | -1/+1 | |
| 2024-04-21 | Allow rust files to be used linkedProjects | Lukas Wirth | -0/+848 | |
