..
bits
Reduced LOC by replacing several instances of Value::Int {}
, Value::Float{}
, Value::Bool {}
, and Value::String {}
with Value::int()
, Value::float()
, Value::boolean()
and Value::string()
( #7412 )
2022-12-09 11:37:51 -05:00
bytes
Reduced LOC by replacing several instances of Value::Int {}
, Value::Float{}
, Value::Bool {}
, and Value::String {}
with Value::int()
, Value::float()
, Value::boolean()
and Value::string()
( #7412 )
2022-12-09 11:37:51 -05:00
charting
Remove unnecessary echo
uses from examples ( #7500 )
2022-12-16 11:51:00 -05:00
conversions
Remove unnecessary echo
uses from examples ( #7500 )
2022-12-16 11:51:00 -05:00
core_commands
color_config now accepts closures as color values ( #7141 )
2022-12-17 07:07:56 -06:00
database
Add helper method to check whether ctrl+c was pressed, adopt it ( #7482 )
2022-12-15 09:39:24 -08:00
dataframe
Reduced LOC by replacing several instances of Value::Int {}
, Value::Float{}
, Value::Bool {}
, and Value::String {}
with Value::int()
, Value::float()
, Value::boolean()
and Value::string()
( #7412 )
2022-12-09 11:37:51 -05:00
date
Reduced LOC by replacing several instances of Value::Int {}
, Value::Float{}
, Value::Bool {}
, and Value::String {}
with Value::int()
, Value::float()
, Value::boolean()
and Value::string()
( #7412 )
2022-12-09 11:37:51 -05:00
deprecated
Add a deprecation note for removed build-string
( #7307 )
2022-12-01 16:26:59 +01:00
env
Remove unnecessary echo
uses from examples ( #7500 )
2022-12-16 11:51:00 -05:00
experimental
Remove unnecessary echo
uses from examples ( #7500 )
2022-12-16 11:51:00 -05:00
filesystem
Remove unnecessary echo
uses from examples ( #7500 )
2022-12-16 11:51:00 -05:00
filters
color_config now accepts closures as color values ( #7141 )
2022-12-17 07:07:56 -06:00
formats
Revert "Pipeline operators: &&
and ||
" ( #7452 )
2022-12-13 16:36:13 +13:00
generators
remove example missed from an earlier refactor ( #7419 )
2022-12-09 20:04:14 -06:00
hash
Remove unnecessary echo
uses from examples ( #7500 )
2022-12-16 11:51:00 -05:00
math
Remove unnecessary echo
uses from examples ( #7500 )
2022-12-16 11:51:00 -05:00
misc
add --long
flag to history
command for sqlite history ( #7480 )
2022-12-15 08:46:32 -06:00
network
remove output, append, bin flag from fetch command ( #7468 )
2022-12-14 16:44:04 -06:00
path
Reduced LOC by replacing several instances of Value::Int {}
, Value::Float{}
, Value::Bool {}
, and Value::String {}
with Value::int()
, Value::float()
, Value::boolean()
and Value::string()
( #7412 )
2022-12-09 11:37:51 -05:00
platform
replace lazy_static with once_cell ( #7502 )
2022-12-17 10:30:04 -08:00
random
add signature information when get help on one command ( #7079 )
2022-11-20 07:22:42 -06:00
shells
Reduced LOC by replacing several instances of Value::Int {}
, Value::Float{}
, Value::Bool {}
, and Value::String {}
with Value::int()
, Value::float()
, Value::boolean()
and Value::string()
( #7412 )
2022-12-09 11:37:51 -05:00
strings
replace lazy_static with once_cell ( #7502 )
2022-12-17 10:30:04 -08:00
system
color_config now accepts closures as color values ( #7141 )
2022-12-17 07:07:56 -06:00
viewers
Patch explore 4 ( #7517 )
2022-12-18 08:43:15 -06:00
default_context.rs
Move 'where' to parser keywords; Add 'filter' command ( #7365 )
2022-12-10 19:23:24 +02:00
example_test.rs
Reduced LOC by replacing several instances of Value::Int {}
, Value::Float{}
, Value::Bool {}
, and Value::String {}
with Value::int()
, Value::float()
, Value::boolean()
and Value::string()
( #7412 )
2022-12-09 11:37:51 -05:00
input_handler.rs
Add helper method to check whether ctrl+c was pressed, adopt it ( #7482 )
2022-12-15 09:39:24 -08:00
lib.rs
Feature cleanup ( #7182 )
2022-11-22 16:58:11 -08:00
sort_utils.rs
Fix sort-by
, path join
and size
error arrows ( #7199 )
2022-11-23 19:22:23 +13:00