Commit Graph

  • ca05553fc6
    Simplify clear implementation (#11273) nibon7 2023-12-10 05:24:19 +0800
  • fa5d7babb9
    Fix replacement closures for update, insert, and upsert (#11258) Ian Manske 2023-12-09 21:22:45 +0000
  • 94b27267fd
    🐛 Fixes markdown formatting on LSP hover (#11253) Auca Coyan 2023-12-08 15:30:13 -0300
  • d1390ac95b
    Fix overlay_use_main_not_exported hanging when an external spam command exists (#11261) nibon7 2023-12-08 20:08:38 +0800
  • d717e8faeb
    Add nu lib dirs default (#11248) Darren Schroeder 2023-12-07 08:13:50 -0600
  • a95a4505ef
    Convert Shellerror::GenericError to named fields (#11230) Eric Hodel 2023-12-06 15:40:03 -0800
  • b03f1efac4
    Upgrade lsp-server Dependency (#11252) Marc Schreiber 2023-12-07 00:19:03 +0100
  • 5d5088b5d5
    Match ++= capabilities with ++ (#11130) Andrej Kolchin 2023-12-06 21:46:37 +0000
  • c1c73811d5
    fix nu-std README (#11244) Antoine Stevan 2023-12-06 16:26:02 +0100
  • 51bf8d9f6a
    Remove unnecessary boxing of Stack::recursion_count (#11238) Ian Manske 2023-12-06 08:48:56 +0000
  • 858c93d2e5
    Fix highlighting of spread subexpressions in records (#11202) Yash Thakur 2023-12-05 19:56:35 -0500
  • 31146a7591
    Upgrading to polars 0.35 (#11241) Jack Wright 2023-12-05 16:09:34 -0800
  • 05d7d6d6ad
    Do not create help for wrapped command (#11235) Andrej Kolchin 2023-12-05 19:04:36 +0000
  • fb3350ebc3
    Error on use path item1 item2, if item1 is not a module (#11183) WindSoilder 2023-12-05 18:38:45 +0800
  • 2ffe30ecf0
    Respect non-zero exit code in subexpressions and blocks (#8984) Sophia June Turner 2023-12-05 19:42:55 +1300
  • f8dc3421b0
    Bump actions-rust-lang/setup-rust-toolchain from 1.5.0 to 1.6.0 (#11223) dependabot[bot] 2023-12-05 10:42:40 +0800
  • c1a30ac60f
    Reduce code duplication in eval.rs and eval_const.rs (#11192) Yash Thakur 2023-12-04 14:13:47 -0500
  • fc06afd051
    feat: Add default docs for aliases, generated from the command they point to (#10825) Poliorcetics 2023-12-04 19:56:46 +0100
  • c9aa6ba0f3
    Add special error for calling metadata on $env and $nu (#11228) Andrej Kolchin 2023-12-04 18:49:36 +0000
  • f8c82588b6
    Explicitly indicate duplicate flags (#11226) nibon7 2023-12-04 22:06:27 +0800
  • 67eec92e76
    Convert more ShellError variants to named fields (#11222) Eric Hodel 2023-12-04 01:19:32 -0800
  • b227eea668
    Add checks for ports (#11214) nibon7 2023-12-03 22:07:15 +0800
  • 58d002d469
    expose argv[0] as $env.PROCESS_PATH (#11203) Chinmay Dalal 2023-12-02 23:06:02 +0530
  • 5d283755e3
    Fix Option<&str> == Option<&String> w/ rust_decimal/rkyv feat (#11205) David Tolnay 2023-12-02 09:19:15 -0800
  • 35e8db160d
    Fix get -i ignoring errors for only the first cellpath (#11213) Ian Manske 2023-12-02 17:01:08 +0000
  • 7d8df4ba9e
    Fix capacity overflow caused by large range of ports (#11210) nibon7 2023-12-02 23:17:14 +0800
  • f36c055c50
    Fix span of invalid range (#11207) nibon7 2023-12-02 21:33:05 +0800
  • 76bdda1178
    deprecate std testing (#11151) Antoine Stevan 2023-12-02 13:15:47 +0100
  • 5c07e82fc0
    Remove list<any> -> list<any> (#11137) Antoine Stevan 2023-12-02 08:16:17 +0100
  • 6ea5bdcf47
    Allow more types for input list (#11195) Andrej Kolchin 2023-12-01 17:01:15 +0000
  • 15c7e1b725
    Add OutOfBounds error (#11201) nibon7 2023-12-01 22:56:06 +0800
  • e5d9f405db
    add some tests for stor create (#11194) Darren Schroeder 2023-11-30 15:00:47 -0600
  • 80881c75f9
    When using redirection, if a command generates non-zero exit code, the script should stop running (#11191) WindSoilder 2023-12-01 01:52:02 +0800
  • 250ee62e16
    Add boundary check for str index-of (#11190) nibon7 2023-11-30 22:13:10 +0800
  • 54d73748e4
    Remove file I/O from tests that don't need it (#11182) Renan Ribeiro 2023-11-29 19:21:34 -0300
  • d08e254d16
    Fix spans passed to external_completer (#11008) sigoden 2023-11-30 06:17:06 +0800
  • 7f771babb7
    Bump ureq from 2.8.0 to 2.9.1 (#11163) dependabot[bot] 2023-11-29 17:48:18 +0000
  • b9b9eaaca5
    Bump openssl from 0.10.59 to 0.10.60 (#11176) dependabot[bot] 2023-11-29 17:47:15 +0000
  • 0303d709e6
    Spread operator in record literals (#11144) Yash Thakur 2023-11-29 12:31:31 -0500
  • 0e1322e6d6
    Forbid reserved variable names for function arguments (#11169) Andrej Kolchin 2023-11-29 17:29:07 +0000
  • e290fa0e68
    Add stor family of commands (#11170) Darren Schroeder 2023-11-29 10:02:46 -0600
  • 112306aab5
    Revert "Adding support for Polars structs" (#11171) Stefan Holderbach 2023-11-29 16:33:27 +0100
  • 98952082ae
    Build nu-protocol docs with all features enabled (#11180) Ian Manske 2023-11-29 15:17:22 +0000
  • 8386bc0919
    Convert more ShellError variants to named fields (#11173) Eric Hodel 2023-11-28 04:43:51 -0800
  • 182b0ab4fb
    add echo_env_mixed testbin to reduce windows only tests (#11172) WindSoilder 2023-11-28 20:42:35 +0800
  • fa83458a6d
    Add metadata to some filters (#11160) Marika Chlebowska 2023-11-27 19:16:34 +0100
  • 54398f9546
    Bump sysinfo to 0.29.11 (#11166) Ryan Faulhaber 2023-11-27 10:37:47 -0500
  • 077d1c8125
    Support o>>, e>>, o+e>> to append output to an external file (#10764) WindSoilder 2023-11-27 21:52:39 +0800
  • 1ff8c2d81d
    Cp target expansion (#11152) Artemiy 2023-11-25 18:42:20 +0300
  • d77f1753c2
    add shape ExternalResolved to show found externals via syntax highlighting in the repl (#11135) Darren Schroeder 2023-11-25 09:42:05 -0600
  • 85c6047b71
    fix the link to the nu_scripts in std clip deprecation (#11150) Antoine Stevan 2023-11-24 19:03:07 +0100
  • d37893cca0
    Add more descriptive error message when passing list to from_csv (#10962) Marika Chlebowska 2023-11-24 14:45:01 +0100
  • 95ac436d26
    Fix release and nightly build workflow (#11146) Justin Ma 2023-11-24 09:10:39 +0800
  • c2a46070aa
    Exit the release job if creating binary package failed (#11145) Justin Ma 2023-11-24 07:47:59 +0800
  • 57808ca7cc
    Redirect: support redirect stderr with piping stdout to next commands. (#10851) WindSoilder 2023-11-23 10:11:00 +0800
  • 6cfe35eb7e
    enable to pass switch values dynamically (#11057) WindSoilder 2023-11-23 06:57:37 +0800
  • b2734db015
    Move more commands to opaque Record type (#11122) Stefan Holderbach 2023-11-22 23:48:48 +0100
  • 823e578c46
    Spread operator for list literals (#11006) ysthakur 2023-11-22 16:10:08 -0500
  • 95a745e622
    deprecate std clip (#11097) Antoine Stevan 2023-11-22 18:26:12 +0100
  • 776df7cd93
    Convert PluginFailedToDecode to named fields (#11126) Eric Hodel 2023-11-22 03:56:04 -0800
  • d5677625a7
    Add is-terminal to determine if stdin/out/err are a terminal (#10970) Eric Hodel 2023-11-21 18:48:39 -0800
  • 64288b4350
    Convert PluginFailedToEncode to named fields (#11125) Eric Hodel 2023-11-21 15:38:58 -0800
  • a42fd3611a
    Convert PluginFailedToLoad to named fields (#11124) Eric Hodel 2023-11-21 15:30:52 -0800
  • e36f69bf3c
    Convert FileNotFoundCustom to named fields (#11123) Eric Hodel 2023-11-21 15:30:21 -0800
  • 5ad7b8f029
    Fix toolkit to run workspace on 'check pr' (issue #10906) (#11112) Daniel Somerfield 2023-11-21 09:19:35 -0800
  • ffb80b8873
    Curate developer documentation in tree (#11052) Stefan Holderbach 2023-11-21 18:12:00 +0100
  • 177e800a07
    Use record API in describe --detailed (#11075) Stefan Holderbach 2023-11-21 17:49:23 +0100
  • a7e8970383
    Upgrade Nu and script for release workflow (#11121) Justin Ma 2023-11-21 20:40:01 +0800
  • a324a50bb7
    Convert FileNotFound to named fields (#11120) Eric Hodel 2023-11-21 01:08:10 -0800
  • 0578cf85ac
    Convert ShellError::AliasNotFound to named fields (#11118) Eric Hodel 2023-11-21 00:24:08 -0800
  • 1b54dd5418
    Remove ShellError::FlagNotFound (#11119) Eric Hodel 2023-11-21 00:23:09 -0800
  • b52ec7f7b2
    Bump quick-xml from 0.30.0 to 0.31.0 dependabot/cargo/quick-xml-0.31.0 dependabot[bot] 2023-11-20 20:25:39 +0000
  • 8ad5d8bb6a
    Bump procfs to 0.16.0 (#11115) Stefan Holderbach 2023-11-20 21:22:35 +0100
  • 869b01205c
    Bump uuid from 1.5.0 to 1.6.0 (#11104) dependabot[bot] 2023-11-20 19:38:41 +0000
  • f5b2f5a9ee
    Bump winreg from 0.51.0 to 0.52.0 (#11102) dependabot[bot] 2023-11-20 19:35:21 +0000
  • adfa4d00c0
    Bump version to 0.87.2 (#11114) Stefan Holderbach 2023-11-20 20:31:10 +0100
  • 12effd9b4e
    Refactor Value cell path functions to fix bugs (#11066) Ian Manske 2023-11-19 20:46:41 +0000
  • c26fca7419
    Add Argument::span() and Call::arguments_span() (#10983) Eric Hodel 2023-11-19 12:43:56 -0800
  • da59dfe7d2
    Convert ShellError::NetworkFailure to named fields (#11093) Eric Hodel 2023-11-19 12:32:11 -0800
  • 08715e6308
    Convert ShellError::CommandNotFound to named fields (#11094) Eric Hodel 2023-11-19 12:31:28 -0800
  • 07d7899a97
    remove def-env and export def-env (#10999) Antoine Stevan 2023-11-19 16:25:09 +0100
  • 3d631490bc Bump version to 0.87.1 (#11056) 0.87.1 patch-release-0.87.1 Stefan Holderbach 2023-11-15 23:50:11 +0100
  • 68211dea3e Send only absolute paths to uu_cp (#11080) Jakub Žádník 2023-11-17 01:30:57 +0200
  • b8e9293c45 Fix rm path handling (#11064) Ian Manske 2023-11-16 23:30:15 +0000
  • 494a5a5286
    Add mktemp command (#11005) Taylor 2023-11-17 18:30:53 -0700
  • f41c93b2d3
    Apply nightly clippy fixes (#11083) nibon7 2023-11-17 23:15:55 +0800
  • 5063e01c12
    std: add cross platform null-device name (#11070) WindSoilder 2023-11-17 21:49:07 +0800
  • d1137cc700
    Send only absolute paths to uu_cp (#11080) Jakub Žádník 2023-11-17 01:30:57 +0200
  • 3966c0a9fd
    Fix rm path handling (#11064) Ian Manske 2023-11-16 23:30:15 +0000
  • dbdb1f6600
    remove the unfold command (#10773) Antoine Stevan 2023-11-16 23:50:20 +0100
  • 84cdc0d521
    remove size command in favor of str stats (#10784) Antoine Stevan 2023-11-16 23:49:19 +0100
  • ab59dab129
    remove --not from glob (#10839) Antoine Stevan 2023-11-16 23:46:15 +0100
  • e0c8a3d14c
    remove extern-wrapped and export extern-wrapped (#11000) Antoine Stevan 2023-11-16 23:44:28 +0100
  • e93e51d672
    bump rust-toolchain to 1.72.1 (#11079) Darren Schroeder 2023-11-16 15:14:45 -0600
  • 4205edbc70
    Fix the output type for 'view files' (#11077) Sophia June Turner 2023-11-17 06:53:51 +1300
  • 80bee40807
    optimize/clean up a few of the table changes (#11076) Darren Schroeder 2023-11-16 11:37:46 -0600
  • 461837773b
    correct table example syntax (#11074) Darren Schroeder 2023-11-16 08:20:52 -0600
  • 52d4259f58
    add "default" table theme (#11072) Darren Schroeder 2023-11-16 06:14:18 -0600
  • 274a8366c6
    tweak table example/parameter text (#11071) Darren Schroeder 2023-11-16 05:35:55 -0600
  • a1dfc35968
    Fix #11047 (#11054) Maxim Zhiburt 2023-11-16 14:28:54 +0300