You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aya/xtask/public-api
Andrew Werner 02272cce05 aya: use montonic SinceBoot for loaded_at
This commit was written to deflake test_loaded_at. The flakiness is due
to the lack of monotonicity in SystemTime clock calculations. See
https://github.com/aya-rs/aya/actions/runs/6340369670/job/17221591723.

This PR addresses that problem by introducing a wrapper type to
encapsulate the monotonically increasing duration since boot,
`SinceBoot`. This type has a method `into_system_time()` to convert it
into a `SystemTime`.
2 years ago
..
aya-bpf-bindings.txt xtask: Add cargo-public-api 2 years ago
aya-bpf-cty.txt xtask: Add cargo-public-api 2 years ago
aya-bpf-macros.txt xtask: Add cargo-public-api 2 years ago
aya-bpf.txt bpf: add a shared try_redirect_map function for XDP maps 2 years ago
aya-log-common.txt aya-log: s/Result<usize, ()>/Option<NonZeroUsize>/ 2 years ago
aya-log-ebpf-macros.txt xtask: Add cargo-public-api 2 years ago
aya-log-ebpf.txt xtask: Add cargo-public-api 2 years ago
aya-log-parser.txt xtask: Add cargo-public-api 2 years ago
aya-log.txt xtask: bless API with new nightly 2 years ago
aya-obj.txt xtask: bless public-api 2 years ago
aya-tool.txt xtask: bless API with new nightly 2 years ago
aya.txt aya: use montonic SinceBoot for loaded_at 2 years ago