fish-shell/fish-rust/src/builtins
Mahmoud Al-Qudsi 6a3ece6766 Rename Sigchecker to SigChecker to be more idiomatic
Idiomatic rust naming for types is "PascalCase" and this was more "Pascalcase".
2023-05-02 11:29:18 -05:00
..
abbr.rs Shorthand for escaping with default options 2023-04-22 22:25:34 +02:00
bg.rs Introduce fish_wcstoi_partial 2023-03-26 13:39:22 -07:00
block.rs block: Port block builtin to Rust 2023-02-26 14:16:55 -06:00
builtin.rs Actually add builtin.rs 2023-04-16 11:41:41 +02:00
command.rs Replace a bunch of from_ffi with as_wstr calls 2023-04-16 12:50:53 -07:00
contains.rs contains: port contains builtin to rust 2023-02-22 18:32:27 +01:00
echo.rs Rename byte encoding helper 2023-04-02 15:17:06 +02:00
emit.rs Replace the printf implementation 2023-03-26 14:07:29 -07:00
exit.rs Move POD components of library_data_t to separate struct 2023-02-20 11:32:12 +01:00
math.rs Port math builtin, tinyexpr and wcstod_underscores to Rust 2023-04-16 22:26:46 +02:00
mod.rs Port math builtin, tinyexpr and wcstod_underscores to Rust 2023-04-16 22:26:46 +02:00
printf.rs builtins/printf: avoid string copies by formatting directly to buffer 2023-05-01 13:32:44 -05:00
pwd.rs env.rs: rename flags::EnvMode to EnvMode 2023-04-16 17:21:54 +02:00
random.rs Replace the printf implementation 2023-03-26 14:07:29 -07:00
realpath.rs Replace a bunch of from_ffi with as_wstr calls 2023-04-16 12:50:53 -07:00
return.rs Introduce fish_wcstoi_partial 2023-03-26 13:39:22 -07:00
shared.rs Port math builtin, tinyexpr and wcstod_underscores to Rust 2023-04-16 22:26:46 +02:00
type.rs Rewrite the type builtin in rust 2023-04-16 11:27:08 +02:00
wait.rs Rename Sigchecker to SigChecker to be more idiomatic 2023-05-02 11:29:18 -05:00