.. |
bin
|
Fix error for "fish --foo" without option argument
|
2025-01-17 10:03:19 +01:00 |
builtins
|
Fix regression causing builtin commandline to report wrong relative cursor
|
2025-01-26 15:51:05 +01:00 |
env
|
Remove some ffi wrappers
|
2025-01-25 20:03:13 +01:00 |
fork_exec
|
Signals: Compute signal set once on startup
|
2024-12-04 20:18:16 +01:00 |
highlight
|
Small refactor of HighlightSpec
|
2025-01-23 17:09:29 +01:00 |
history
|
Fix/suppress some clippies
|
2024-11-30 12:21:30 -08:00 |
tests
|
Add trailing slash (not space) to variable name completions that produce valid paths
|
2025-01-26 14:19:40 +01:00 |
universal_notifier
|
Add kqueue-based uvar notifier for BSD (#10674)
|
2024-08-26 17:10:26 -05:00 |
widecharwidth
|
Update widecharwidth for Unicode 16
|
2024-09-24 17:00:13 +02:00 |
wutil
|
Remove some .unwrap()
|
2025-01-18 09:55:44 +01:00 |
abbrs.rs
|
Replace C++ doc \return with "Return"
|
2024-05-06 14:59:36 -05:00 |
ast.rs
|
Back out "Support help argument in "{ -h""
|
2025-01-19 18:57:21 +01:00 |
autoload.rs
|
Replace C++ doc \return with "Return"
|
2024-05-06 14:59:36 -05:00 |
color.rs
|
Fix/suppress some clippies
|
2024-11-30 12:21:30 -08:00 |
common.rs
|
Revert accidentally pushed fork
|
2025-01-19 18:34:59 +01:00 |
complete.rs
|
Add trailing slash (not space) to variable name completions that produce valid paths
|
2025-01-26 14:19:40 +01:00 |
curses.rs
|
scrollback-push to query for indn/cuu via XTGETTCAP
|
2025-01-06 06:24:13 +01:00 |
editable_line.rs
|
Autosuggestions in multi-line command lines
|
2025-01-01 17:22:50 +01:00 |
env_dispatch.rs
|
Remove some .unwrap()
|
2025-01-18 09:55:44 +01:00 |
env_universal_common.rs
|
refactor: misc cleanup (#10998)
|
2025-01-04 19:49:44 -06:00 |
event.rs
|
refactor: misc cleanup (#10998)
|
2025-01-04 19:49:44 -06:00 |
exec.rs
|
Remove some uses of unsafe
|
2025-01-18 09:55:46 +01:00 |
expand.rs
|
Revert accidentally pushed fork
|
2025-01-19 18:34:59 +01:00 |
fallback.rs
|
Add ascii fast path for fish_wcswidth(&wstrw)
|
2024-11-22 21:35:39 -06:00 |
fd_monitor.rs
|
Fix .cpp to .rs and redundant closure
|
2025-01-11 18:58:49 +01:00 |
fd_readable_set.rs
|
Use explicit Timeout enum instead of magic constants
|
2025-01-04 18:40:36 -06:00 |
fds.rs
|
Remove unnecessary use of errno
|
2025-01-03 19:34:57 +01:00 |
flog.rs
|
Temporarily enable history_file debug category by default
|
2024-10-09 14:51:54 +02:00 |
function.rs
|
refactor: misc cleanup (#10998)
|
2025-01-04 19:49:44 -06:00 |
future_feature_flags.rs
|
feature_flags: update target release for 3.8 flags to 4.0
|
2025-01-15 22:11:28 +08:00 |
future.rs
|
Remove backports for 1.67
|
2024-04-29 22:00:59 +02:00 |
global_safety.rs
|
Simplify shared-from-this pattern
|
2024-03-09 10:09:03 +01:00 |
history.rs
|
Fix history pager inconsistent ordering and skipping 13th elements
|
2025-01-19 18:29:07 +01:00 |
input_common.rs
|
Sanitize some inputs in CSI parser
|
2025-01-26 15:39:21 +01:00 |
input.rs
|
Blocking wait for responses to startup queries
|
2025-01-26 14:22:52 +01:00 |
io.rs
|
Remove as_ptr from IoData
|
2024-12-27 14:36:55 -08:00 |
job_group.rs
|
Deduplicate jobs passed to disown builtin
|
2024-11-14 13:24:55 -06:00 |
key.rs
|
Revert accidentally pushed fork
|
2025-01-19 18:34:59 +01:00 |
kill.rs
|
Remove L! from sprintf calls
|
2024-01-13 08:52:54 +01:00 |
lib.rs
|
Clean up fish-printf in preparation for publishing
|
2024-09-21 17:52:11 -07:00 |
libc.c
|
drop confstr implementation
|
2025-01-02 11:06:29 +08:00 |
libc.rs
|
drop confstr implementation
|
2025-01-02 11:06:29 +08:00 |
locale.rs
|
Remove some (hopefully) unnecessary clippy and compiler directives
|
2024-06-23 17:13:14 -07:00 |
nix.rs
|
Wrap libc::umask
|
2025-01-21 17:31:15 +01:00 |
null_terminated_array.rs
|
Remove yet more dead code
|
2024-06-29 18:03:52 -07:00 |
operation_context.rs
|
Add trailing slash (not space) to variable name completions that produce valid paths
|
2025-01-26 14:19:40 +01:00 |
output.rs
|
Replace C++ doc \return with "Return"
|
2024-05-06 14:59:36 -05:00 |
pager.rs
|
Small refactor of HighlightSpec
|
2025-01-23 17:09:29 +01:00 |
panic.rs
|
Prevent test suite from hanging on panic
|
2024-11-11 16:45:13 -06:00 |
parse_constants.rs
|
Back out "Allow if/then/fi, while/do/done and for/do/done"
|
2025-01-19 18:57:13 +01:00 |
parse_execution.rs
|
Back out "Support help argument in "{ -h""
|
2025-01-19 18:57:21 +01:00 |
parse_tree.rs
|
Back out "Allow if/then/fi, while/do/done and for/do/done"
|
2025-01-19 18:57:13 +01:00 |
parse_util.rs
|
Make parse_util_token_extent return its output instead of mutating input.
|
2025-01-23 17:09:29 +01:00 |
parser_keywords.rs
|
Back out "Allow if/then/fi, while/do/done and for/do/done"
|
2025-01-19 18:57:13 +01:00 |
parser.rs
|
Clean up some logic around handling the parser blocks
|
2024-12-27 16:42:38 -08:00 |
path.rs
|
Create new base directories with mode 0700
|
2024-12-28 12:13:48 -08:00 |
print_help.rs
|
Clean up print_help
|
2024-11-17 17:03:34 -08:00 |
proc.rs
|
Remove some uses of unsafe
|
2025-01-18 09:55:46 +01:00 |
re.rs
|
Move fish-rust to project root
|
2024-01-13 03:58:33 +01:00 |
reader_history_search.rs
|
Make flash highlight relevant commandline section
|
2025-01-23 17:09:29 +01:00 |
reader.rs
|
Only request keyboard protocols once we know if kitty kbd is supported
|
2025-01-26 15:39:21 +01:00 |
redirection.rs
|
Factor file testing out of highlighting
|
2025-01-12 15:10:11 -08:00 |
screen.rs
|
Blocking wait for responses to startup queries
|
2025-01-26 14:22:52 +01:00 |
signal.rs
|
refactor: misc cleanup (#10998)
|
2025-01-04 19:49:44 -06:00 |
termsize.rs
|
Remove yet more dead code
|
2024-06-29 18:03:52 -07:00 |
threads.rs
|
Use explicit Timeout enum instead of magic constants
|
2025-01-04 18:40:36 -06:00 |
timer.rs
|
Move getrusage wrapper in timer.rs to shared nix wrapper module
|
2025-01-02 23:40:41 +01:00 |
tinyexpr.rs
|
math: Nicer error for non-ascii-lowercase identifiers
|
2024-09-18 22:27:00 +02:00 |
tokenizer.rs
|
Back out "Always treat brace at command start as compound statement"
|
2025-01-19 18:57:21 +01:00 |
topic_monitor.rs
|
Use explicit Timeout enum instead of magic constants
|
2025-01-04 18:40:36 -06:00 |
trace.rs
|
Remove parser library_data_pod_t ffi workaround
|
2024-06-02 20:27:44 -05:00 |
util.rs
|
Stop using the getrandom feature of the rand crate
|
2024-10-13 12:39:54 -07:00 |
wait_handle.rs
|
Use strongly typed Pid for job control
|
2024-11-14 13:02:03 -06:00 |
wchar_ext.rs
|
Fix replacing completions with a -foo prefix
|
2024-12-14 09:31:20 +01:00 |
wchar.rs
|
Clean up fish-printf in preparation for publishing
|
2024-09-21 17:52:11 -07:00 |
wcstringutil.rs
|
Extract function for potentially case-insensitive prefix check
|
2025-01-01 17:22:50 +01:00 |
wgetopt.rs
|
Reimplement WGetopter::exchange() using rotate_left
|
2024-04-17 12:41:16 -07:00 |
wildcard.rs
|
Disable terminal protocols before cancellable operations
|
2024-11-24 16:11:57 +01:00 |