Charlie Marsh
|
c5032aee80
|
Bump MSRV to 1.85 and Edition 2024 (#13516)
## Summary
Builds on https://github.com/astral-sh/uv/pull/11724.
Closes https://github.com/astral-sh/uv/issues/13476.
|
2025-05-18 19:38:43 -04:00 |
konsti
|
da09ece8a9
|
Build backend: Add reference docs and schema (#12803)
Add reference documentation and schema integration for the uv build
backend. The reference documentation comes with a preview note upfront.
|
2025-04-21 12:27:49 +02:00 |
Charlie Marsh
|
bec8468183
|
Remove unnecessary prefixes (#10158)
|
2024-12-25 14:18:01 -05:00 |
Charlie Marsh
|
a191f84929
|
Autogenerate possible values for enums in reference documentation (#5137)
## Summary
For example:

Closes https://github.com/astral-sh/uv/issues/5129.
|
2024-07-17 12:37:33 -04:00 |
Charlie Marsh
|
6275b54d51
|
Generate API reference for options documentation (#5072)
## Summary
Generates Markdown from the `OptionsMetadata`, following the same
strategy as in Ruff.
## Test Plan
`cargo dev generate-options-reference`
|
2024-07-15 19:48:40 +00:00 |
Charlie Marsh
|
8c0ad5b75e
|
Add `OptionsMetadata` macro to uv (#5063)
## Summary
The bulk of the change is copied directly from Ruff:
-
dc8db1afb0/crates/ruff_workspace/src/options_base.rs
-
dc8db1afb0/crates/ruff_macros/src/config.rs
|
2024-07-15 19:24:08 +00:00 |