fish-shell/fish-rust/src
2023-04-02 15:17:06 +02:00
..
builtins Rename byte encoding helper 2023-04-02 15:17:06 +02:00
tests Silence some more clippy lints 2023-03-05 00:54:17 -06:00
wutil Remove redundant comment, fish targets Unix-like systems 2023-04-02 15:17:06 +02:00
abbrs.rs Use the rust-pcre2 crate for regex 2023-03-25 17:01:50 -07:00
color.rs Port color.cpp to Rust 2023-03-04 11:46:46 -08:00
common.rs common.rs: implement string escaping 2023-04-02 15:17:06 +02:00
compat.c Port common.{h,cpp} to Rust 2023-04-02 15:17:06 +02:00
compat.rs Port common.{h,cpp} to Rust 2023-04-02 15:17:06 +02:00
env.rs Port common.{h,cpp} to Rust 2023-04-02 15:17:06 +02:00
event.rs Migrate existing rust code to Signal type 2023-03-20 16:17:28 -05:00
expand.rs Port common.{h,cpp} to Rust 2023-04-02 15:17:06 +02:00
fd_monitor.rs Remove obsolete clippy suppression 2023-03-05 10:32:20 +01:00
fd_readable_set.rs Port fd_monitor (and its needed components) 2023-02-19 15:42:03 -06:00
fds.rs Implement and use Read and Write traits for AutoCloseFd 2023-03-05 00:33:54 -06:00
ffi_init.rs Implement some locale pieces 2023-03-26 17:40:24 -07:00
ffi_tests.rs rust: fix doc comments 2023-02-05 11:57:25 +01:00
ffi.rs Port common.{h,cpp} to Rust 2023-04-02 15:17:06 +02:00
flog.rs Port common.{h,cpp} to Rust 2023-04-02 15:17:06 +02:00
future_feature_flags.rs Follow Rust naming convention for some types 2023-02-08 21:49:54 +01:00
global_safety.rs global_safety: port RelaxedAtomicBool 2023-03-26 19:35:57 +02:00
job_group.rs Migrate existing rust code to Signal type 2023-03-20 16:17:28 -05:00
lib.rs Port common.{h,cpp} to Rust 2023-04-02 15:17:06 +02:00
locale.rs Implement some locale pieces 2023-03-26 17:40:24 -07:00
nix.rs Address clippy lints 2023-02-25 12:24:25 +01:00
parse_constants.rs parse_constants.rs: stop decoding UTF-8 when parsing keywords 2023-03-26 17:17:37 +02:00
path.rs Port common.{h,cpp} to Rust 2023-04-02 15:17:06 +02:00
re.rs Use the rust-pcre2 crate for regex 2023-03-25 17:01:50 -07:00
redirection.rs Introduce fish_wcstoi_partial 2023-03-26 13:39:22 -07:00
signal.rs Use bsd feature for signals 2023-03-20 20:28:25 -05:00
smoke.rs Add an FFI test facility 2023-02-02 19:34:48 -07:00
termsize.rs Replace the printf implementation 2023-03-26 14:07:29 -07:00
threads.rs Improve FLOG output 2023-03-04 11:35:21 -08:00
timer.rs Address clippy lints 2023-02-25 12:24:25 +01:00
tokenizer.rs Port common.{h,cpp} to Rust 2023-04-02 15:17:06 +02:00
topic_monitor.rs Improve FLOG output 2023-03-04 11:35:21 -08:00
trace.rs trace: Port trace to Rust 2023-03-28 20:11:42 -07:00
util.rs Prefer taking native Rust strings instead of wcharz_t 2023-02-05 12:22:42 +01:00
wait_handle.rs Rewrite wait handles and wait handle store in Rust 2023-03-18 18:53:04 -07:00
wchar_ext.rs Revert "Implement builtin_printf in Rust" 2023-03-27 22:03:30 -07:00
wchar_ffi.rs Add trait to convert FFI reference to &wstr 2023-03-12 14:55:50 -05:00
wchar.rs Port common.{h,cpp} to Rust 2023-04-02 15:17:06 +02:00
wcstringutil.rs Simplify string narrowing logic 2023-04-02 15:17:06 +02:00
wgetopt.rs Canonicalize some wide string imports 2023-03-05 10:32:20 +01:00
wildcard.rs Port common.{h,cpp} to Rust 2023-04-02 15:17:06 +02:00