nushell/crates/nu-command/src
Ian Manske 251599c507
Use safe nix API instead of libc (#12315)
# Description
Where possible, this PR replaces usages of raw `libc` bindings to
instead use safe interfaces from the `nix` crate. Where not possible,
the `libc` version reexported through `nix` was used instead of having a
separate `libc` dependency.
2024-03-30 14:49:54 +01:00
..
bytes Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
charting Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
conversions Use nightly clippy to kill dead code/fix style (#12334) 2024-03-30 09:17:28 +08:00
database into sqlite: Fix insertion of null values (#12328) 2024-03-29 06:41:16 -05:00
date Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
debug Use safe nix API instead of libc (#12315) 2024-03-30 14:49:54 +01:00
env Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
experimental Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
filesystem Use safe nix API instead of libc (#12315) 2024-03-30 14:49:54 +01:00
filters Use nightly clippy to kill dead code/fix style (#12334) 2024-03-30 09:17:28 +08:00
formats Avoid uses of Record internals again (#12312) 2024-03-28 11:36:12 +01:00
generators Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
hash Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
help ♻️ rework some help strings (#12306) 2024-03-27 08:41:02 -05:00
math Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
misc Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
network Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
path Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
platform Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
random Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
removed Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
shells Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
stor Use nightly clippy to kill dead code/fix style (#12334) 2024-03-30 09:17:28 +08:00
strings detect columns: intruduce a --guess flag, remove --legacy (#12333) 2024-03-29 19:59:57 -05:00
system Use safe nix API instead of libc (#12315) 2024-03-30 14:49:54 +01:00
viewers Use nightly clippy to kill dead code/fix style (#12334) 2024-03-30 09:17:28 +08:00
default_context.rs Use nightly clippy to kill dead code/fix style (#12334) 2024-03-30 09:17:28 +08:00
example_test.rs Initial --params implementation (#12249) 2024-03-24 15:40:21 -05:00
lib.rs Initial --params implementation (#12249) 2024-03-24 15:40:21 -05:00
progress_bar.rs remove cp-old (#11622) 2024-01-24 07:38:15 +08:00
sort_utils.rs Rename Value::CustomValue to Value::Custom (#12309) 2024-03-27 22:10:56 +01:00