fish-shell/fish-rust/src/builtins
Johannes Altmanninger 11e16ef6df env.rs: rename flags::EnvMode to EnvMode
The "flags" module was introduced when these where standalone constants.
Now that we define them as bitflags, we no longer need the extra namespace.
2023-04-16 17:21:54 +02:00
..
abbr.rs env.rs: rename flags::EnvMode to EnvMode 2023-04-16 17:21:54 +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 Rewrite "command" builtin in Rust 2023-04-16 11:27:08 +02: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
mod.rs Rewrite "builtin" builtin in Rust 2023-04-16 11:30:31 +02:00
printf.rs Revert "Revert "Implement builtin_printf in Rust"" 2023-04-06 15:54:09 -07: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 Add missing builtin_print_help in realpath 2023-03-12 19:50:35 -07:00
return.rs Introduce fish_wcstoi_partial 2023-03-26 13:39:22 -07:00
shared.rs Rewrite "builtin" builtin in Rust 2023-04-16 11:30:31 +02:00
type.rs Rewrite the type builtin in rust 2023-04-16 11:27:08 +02:00
wait.rs Introduce fish_wcstoi_partial 2023-03-26 13:39:22 -07:00