ridiculousfish
a487b1ecf2
Revert "Revert "Implement builtin_printf in Rust""
...
This reverts commit 9f7e6a6cd1
.
Add additional fixes from code review.
2023-04-06 15:54:09 -07:00
ridiculousfish
9f7e6a6cd1
Revert "Implement builtin_printf in Rust"
...
This reverts PR #9666 . This had outstanding review comments and should
not have been committed.
2023-03-27 22:03:30 -07:00
ridiculousfish
3eb6f2ac74
Implement builtin_printf in Rust
...
This implements builtin_printf in Rust.
2023-03-26 17:40:24 -07:00
ridiculousfish
dc8aab3f52
Introduce fish_wcstoi_partial
...
fish_wcstoi_partial is like fish_wcstoi: it converts from a string to an
int optionally inferring the radix. fish_wcstoi_partial also returns the
number of characters consumed.
2023-03-26 13:39:22 -07:00
ridiculousfish
7729d3206a
Implement wcstod() in Rust
...
This is built around fast-float.
Factor the error type from this and wcstoi() together into a shared
type.
2023-03-26 13:38:58 -07:00
AsukaMinato
2e66bb19da
use $( ... )* syntax
2023-03-20 11:20:12 -07:00
ridiculousfish
6ec35ce182
Reimplement termsize in Rust
...
This is not yet adopted by fish.
2023-03-19 16:13:41 -07:00
Xiretza
853649f8dc
rust: fix issues reported by clippy
2023-02-05 11:57:25 +01:00
ridiculousfish
d843b67d2d
Initial Rust commit
2023-02-02 19:34:47 -07:00