| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-31 | Properly clean proc-macro-srv proc-macro temp dir | Lukas Wirth | -0/+2 | |
| 2025-06-23 | Don't run doctests | Chayim Refael Friedman | -0/+1 | |
| 2025-03-23 | chore: Remove unused dependencies | Lukas Wirth | -2/+3 | |
| 2025-02-27 | enable doctest | BenjaminBrienen | -1/+0 | |
| 2025-01-20 | proc-macro-srv: make usage of RTLD_DEEPBIND portable | Fabian Grünbichler | -0/+1 | |
| the constant is wrong on some platforms (e.g., on mips64el it's 0x10, and 0x8 is RTLD_NOLOAD which makes all this functionality broken), the libc crate takes care of those differences for us. fallback to not setting the flag in non-glibc environments - some of them might have support for it using a different value that we don't know about, and some of them lack it entirely. Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com> | ||||
| 2024-12-30 | Decouple proc-macro server protocol from the server implementation | Lukas Wirth | -1/+0 | |
| 2024-12-18 | Remove salsa from proc-macro server dep tree | Lukas Wirth | -2/+2 | |
| 2024-10-31 | Remove support for compressed dylib metadata from rust-analyzer | bjorn3 | -1/+0 | |
| 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 | Split out syntax-bridge into a separate crate | Lukas Wirth | -4/+5 | |
| 2024-07-16 | Switch token trees to use Symbols | Lukas Wirth | -0/+1 | |
| 2024-07-15 | Fix incorrect encoding of literals in the proc-macro-api on version 4 | Lukas Wirth | -1/+1 | |
| 2024-06-30 | Move dylib version stuff to proc-macro-srv | Lukas Wirth | -2/+3 | |
| 2024-04-21 | Allow rust files to be used linkedProjects | Lukas Wirth | -0/+39 | |
