uv/crates/puffin-resolver/src
konsti be48200642
Small instrumentation improvements (#1164)
Less verbose span fields for `Dist`s by using the display impl and no
more min length in the tracing durations plot config for comparability
(we lose spans due to a speedup otherwise). Both wait points in the
solver loop are now instrumented so we can inspect what we're waiting
for to progress in the solver.
2024-01-29 10:55:19 +00:00
..
pubgrub add initial rkyv support (#1135) 2024-01-28 12:14:59 -05:00
resolver Small instrumentation improvements (#1164) 2024-01-29 10:55:19 +00:00
candidate_selector.rs Remove PubGrubVersion (#924) 2024-01-15 08:51:12 -05:00
error.rs Only include visited packages in error message derivation (#1144) 2024-01-28 09:27:22 -05:00
finder.rs add initial rkyv support (#1135) 2024-01-28 12:14:59 -05:00
lib.rs Share a single Index across resolutions (#906) 2024-01-16 05:37:15 +00:00
manifest.rs Support editable in pip-sync and pip-compile (#587) 2023-12-16 22:37:34 +00:00
overrides.rs Enable package overrides in pip-compile (#631) 2023-12-13 15:03:38 +00:00
pins.rs Remove PubGrubVersion (#924) 2024-01-15 08:51:12 -05:00
prerelease_mode.rs Add a dedicated error message to hint users towards enabling pre-releases (#697) 2023-12-28 21:44:35 -05:00
python_requirement.rs Add support for PyPy wheels (#1028) 2024-01-22 14:22:27 +00:00
resolution.rs Add --no-annotate and --no-header flags (#1117) 2024-01-26 12:14:18 +00:00
resolution_mode.rs Add a dedicated error message to hint users towards enabling pre-releases (#697) 2023-12-28 21:44:35 -05:00
resolution_options.rs Model Python version as a PubGrub package (#745) 2024-01-03 15:20:45 +00:00
version_map.rs add initial rkyv support (#1135) 2024-01-28 12:14:59 -05:00
yanks.rs Use rustc-hash instead of fxhash crate (#594) 2023-12-08 20:27:49 +00:00