..
builtins
Shorthand for escaping with default options
2023-04-22 22:25:34 +02:00
env
Env stubs for path port
2023-04-21 13:57:29 +02:00
tests
Silence some more clippy lints
2023-03-05 00:54:17 -06:00
widecharwidth
Port widecharwidth
2023-04-16 17:21:54 +02:00
wutil
Adopt wstr::split in more places
2023-04-23 19:34:52 -07:00
abbrs.rs
Remove Arc from the global abbreviation set
2023-04-23 15:35:05 -07:00
ast.rs
AST: implement try_source_range for union fields
2023-04-22 22:25:34 +02:00
color.rs
Port color.cpp to Rust
2023-03-04 11:46:46 -08:00
common.rs
Fix HAS_WORKING_TTY_TIMESTAMPS in rust
2023-04-26 16:05:24 -05:00
compat.c
Port path.h
2023-04-21 13:57:29 +02:00
compat.rs
Port path.h
2023-04-21 13:57:29 +02:00
event.rs
event: make some types public again
2023-04-22 22:25:34 +02:00
expand.rs
Port path.h
2023-04-21 13:57:29 +02:00
fallback.rs
Port the rest of wcstringutil
2023-04-18 12:54:19 +02:00
fd_monitor.rs
Port remainder of iothreads from C++
2023-04-29 11:02:59 -05:00
fd_readable_set.rs
Port fd_monitor (and its needed components)
2023-02-19 15:42:03 -06:00
fds.rs
Rename autoclose_pipes_t to AutoClosePipes
2023-04-22 22:25:34 +02:00
ffi.rs
Add and use type-erased RAII callback wrapper for ffi
2023-04-29 11:02:59 -05: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
fish_indent.rs
Port AST to Rust
2023-04-16 17:46:56 +02:00
flog.rs
Adopt wstr::split in more places
2023-04-23 19:34:52 -07: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
highlight.rs
Port AST to Rust
2023-04-16 17:46:56 +02:00
io.rs
Make IO buffer struct elements public again
2023-04-22 22:25:34 +02:00
job_group.rs
Minor cleanup of JobId::acquire
2023-04-16 17:21:54 +02:00
lib.rs
Silence some more clippy lints
2023-04-22 22:25:34 +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
null_terminated_array.rs
Add Rust support for null terminated arrays
2023-04-16 13:36:13 -07:00
operation_context.rs
Port parse_util
2023-04-19 01:03:16 +02:00
parse_constants.rs
Port parse_util
2023-04-19 01:03:16 +02:00
parse_tree.rs
Make ParsedSource members public again
2023-04-22 22:25:34 +02:00
parse_util.rs
parse_util: deduplicate append_syntax_error macro
2023-04-22 22:25:34 +02:00
parser_keywords.rs
Port parser_keywords
2023-04-21 13:57:29 +02:00
path.rs
Port path.h
2023-04-21 13:57:29 +02:00
re.rs
Stop generating autoccx ffi wrappers for pcre2 regex
2023-04-08 19:05:08 -07:00
redirection.rs
redirection.rs: don't leak FFI type into Rust code
2023-04-16 17:21:54 +02:00
signal.rs
signal.rs: crash a bit earlier when signal number is negative
2023-04-16 17:21:54 +02:00
smoke.rs
Add an FFI test facility
2023-02-02 19:34:48 -07:00
termsize.rs
env.rs: rename flags::EnvMode to EnvMode
2023-04-16 17:21:54 +02:00
threads.rs
Add and use type-erased RAII callback wrapper for ffi
2023-04-29 11:02:59 -05:00
timer.rs
Address clippy lints
2023-02-25 12:24:25 +01:00
tinyexpr.rs
Port math builtin, tinyexpr and wcstod_underscores to Rust
2023-04-16 22:26:46 +02:00
tokenizer.rs
Expose u32 source offsets as usize
2023-04-19 01:03:16 +02:00
topic_monitor.rs
Rename autoclose_pipes_t to AutoClosePipes
2023-04-22 22:25:34 +02:00
trace.rs
Allow to pass slices of owned strings to trace_if_enabled
2023-04-22 22:25:34 +02:00
util.rs
Prefer taking native Rust strings instead of wcharz_t
2023-02-05 12:22:42 +01:00
wait_handle.rs
wait_handle.rs: implement Rusty set_status_and_complete
2023-04-16 17:21:54 +02:00
wchar.rs
Port common.{h,cpp} to Rust
2023-04-02 15:17:06 +02:00
wchar_ext.rs
Tweak the behavior of wstr::split to better match C++
2023-04-23 19:33:10 -07:00
wchar_ffi.rs
Support constructing a wcstring_list_ffi_t from Rust
2023-04-16 13:36:13 -07:00
wcstringutil.rs
Port the rest of wcstringutil
2023-04-18 12:54:19 +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