Commit Graph

  • 8e1385417e fix(lsp): completion label descriptions for cell_path and external values (#15226) zc he 2025-03-03 06:17:12 +08:00
  • 95f89a093a Add ansi codes to move cursor position (#15221) Justin Ma 2025-03-02 01:30:00 +08:00
  • e9b677a9e9 fix compact to handle empty list or record in column (#15213) hardfault 2025-03-01 12:47:55 +00:00
  • 7555743ccc fix(lsp): completion of commands defined after the cursor (#15188) zc he 2025-03-01 20:21:53 +08:00
  • 93612974e0 fix(test-support): use CARGO_BUILD_TARGET_DIR env var (#15212) hardfault 2025-02-28 19:08:44 +00:00
  • 52a35827c7 fix(completion): edge cases of operator completions (#15169) zc he 2025-03-01 02:39:59 +08:00
  • c5a14bb8ff check signals in nu-glob and ls (#15140) Solomon 2025-02-28 11:36:39 -07:00
  • 48bdcc71f4 update reedline editcommands in nushell (#15191) Darren Schroeder 2025-02-28 10:41:27 -06:00
  • 78c93e5ae0 Run-time pipeline input type checking performance optimizations (#15192) 132ikl 2025-02-27 08:29:25 -05:00
  • 96af27fb4c fix: new clippy warnings from rust 1.85.0 (#15203) zc he 2025-02-27 21:11:47 +08:00
  • 12b8b4580c build(deps): bump rust-embed from 8.5.0 to 8.6.0 (#15183) dependabot[bot] 2025-02-26 23:57:10 +08:00
  • 1616acd124 update query json help and examples (#15190) Darren Schroeder 2025-02-26 09:15:14 -06:00
  • 0cb4281fdb Bump reedline to latest commit (#15189) Stefan Holderbach 2025-02-26 14:45:49 +01:00
  • 6f6ad23072 Bump ratatui to 0.29.0 (#15187) Stefan Holderbach 2025-02-26 13:22:47 +01:00
  • 1ab09256d7 build(deps): bump actions-rust-lang/setup-rust-toolchain from 1.10.1 to 1.11.0 (#15179) dependabot[bot] 2025-02-26 09:20:31 +08:00
  • ee14811912 build(deps): bump crate-ci/typos from 1.29.5 to 1.29.10 (#15180) dependabot[bot] 2025-02-26 09:16:23 +08:00
  • 7939fb05ea polars strip-chars: Allow any polars expression for pattern argument (#15178) Jack Wright 2025-02-25 15:59:02 -08:00
  • 53d30ee7ea add polars str strip chars (with --end / --start options) (#15118) Matthias Meschede 2025-02-26 00:37:52 +01:00
  • 058ce0ed2d move to polars bigidx (#15177) Jack Wright 2025-02-25 15:29:56 -08:00
  • 9bb7f0c7dc Jobs (#14883) Renan Ribeiro 2025-02-25 14:09:52 -03:00
  • 9521b209d1 allow bench to handle larger numbers (#15162) Darren Schroeder 2025-02-25 08:02:42 -06:00
  • f51a79181a feat(lsp): semantic tokens for highlighting internal commands with spaces (#15173) zc he 2025-02-25 21:14:48 +08:00
  • 938fa6ee55 fix(completion): prefix_str should be trimmed to element_expression (#15171) zc he 2025-02-25 18:47:10 +08:00
  • 1d0d91d5e5 Improve documentation for each command (#15172) Nguyễn Hồng Quân 2025-02-25 17:01:09 +07:00
  • 252155bdb9 Add insert benchmarks (#15166) Ian Manske 2025-02-25 01:37:25 +00:00
  • be508cbd7f refactor(completion): flatten_shape -> expression for internal/external/operator (#15086) zc he 2025-02-24 02:47:49 +08:00
  • fcd1d59abd split list: add streaming, closure argument, and splitting before/after a separator (#15161) Bahex 2025-02-23 16:53:38 +03:00
  • 083c534948 Fix insert/upsert creation for nested lists (#15131) (#15133) Marcel Mukundi 2025-02-22 22:53:25 -07:00
  • bda3245725 More precise ErrorKind::NotFound errors (#15149) Piepmatz 2025-02-22 17:42:44 +01:00
  • 1d44843970 Remove inheritance for PROMPT variables created in default_env.nu (#15130) Douglas 2025-02-21 10:08:10 -05:00
  • d16946c6e8 Transpose now rejects streams with non-record values (#15151) Renan Ribeiro 2025-02-21 01:34:26 -03:00
  • 2f6b4c5e9b bump the rust toolchain to 1.83.0 (#15148) Darren Schroeder 2025-02-20 16:34:09 -06:00
  • 4a967d19a9 Remove BACKTRACE message for non-panic errors (#15143) Douglas 2025-02-20 02:59:11 -05:00
  • 3d58c3f70e Expose flag to not maintain order on polars concat (#15145) Jack Wright 2025-02-19 19:50:57 -08:00
  • c504c93a1d Polars: Minor code cleanup (#15144) Jack Wright 2025-02-19 09:47:21 -08:00
  • 8b46ba8b6b Feature+: Bracoxide Zero Padding for Numeric Ranges (#15125) A. Taha Baki 2025-02-19 16:35:10 +03:00
  • f8ac9db15b update to the latest reedline (#15139) Darren Schroeder 2025-02-19 07:34:13 -06:00
  • 7636963732 add attr category @category to custom command attributes (#15137) Darren Schroeder 2025-02-18 15:35:52 -06:00
  • 5d1e2b1df1 Replace "function" with "command" in several user-facing doc (#15129) Douglas 2025-02-17 14:10:38 -05:00
  • 273226d666 Provide more directories autocomplete for "overlay use" (#15057) Nguyễn Hồng Quân 2025-02-18 00:52:07 +07:00
  • 2b8fb4fe00 Fix failing test when using man version 2.13.0 (#15123) Douglas 2025-02-15 18:55:33 -05:00
  • 2cb059146b Add buffer_editor example with arguments in config nu --doc (#15122) Douglas 2025-02-14 18:51:54 -05:00
  • fb7b0a8c11 feat(lsp): hover on external command shows manpage (#15115) zc he 2025-02-15 00:59:46 +08:00
  • d4aeadbb44 Enable theming the Welcome Banner (#15095) Douglas 2025-02-14 10:19:16 -05:00
  • 2a8f92b709 docs(chunks): make chunks easier to discover for binary data (#15117) Bahex 2025-02-14 15:29:45 +03:00
  • 453e294883 Refactor kv commands: replace inline params in SQL queries (#15108) Justin Ma 2025-02-14 12:23:59 +08:00
  • e1c5ae3cd5 fix(test stdlib): scanning tests shouldn't be affected by user config (#15113) Bahex 2025-02-13 22:23:14 +03:00
  • a8a0c78a32 Bump Ubuntu runners to 22.04 LTS for tests (#15109) Stefan Holderbach 2025-02-13 16:51:21 +01:00
  • 879258039c Revert / vi binding due to priority bug (#15111) Stefan Holderbach 2025-02-13 16:29:08 +01:00
  • 4ac4f71a37 feat(overlay): expose constants with overlay use (#15081) Bahex 2025-02-13 13:55:03 +03:00
  • 62e56d3581 Rework operator type errors (#14429) Ian Manske 2025-02-13 04:03:40 +00:00
  • 2e1b6acc0e feat(const): implement run_const for const (#15082) Bahex 2025-02-12 18:59:51 +03:00
  • 3eae657121 Update std-rfc tests for to use @test attributes (#15098) Douglas 2025-02-12 06:48:41 -05:00
  • e74ce72f09 build(deps): bump data-encoding from 2.7.0 to 2.8.0 (#15101) dependabot[bot] 2025-02-12 12:45:27 +08:00
  • d577074da9 feat(std/dirs): retain state in subshells or with exec-restarts (#15080) Bahex 2025-02-12 03:51:43 +03:00
  • f7d5162582 docs(std-rfc): use actual examples rather than doc comments (#15097) Bahex 2025-02-12 01:33:27 +03:00
  • 0430167f1c Use proc-macro-error2 instead of proc-macro-error (#15093) Piepmatz 2025-02-11 21:13:34 +01:00
  • 1128fa137f Fix spread operator lexing in records (#15023) Yash Thakur 2025-02-11 09:51:34 -05:00
  • 81243c48f0 make plugin compatible with nightly nushell version (#15084) Wind 2025-02-11 20:40:15 +08:00
  • 442df9e39c Custom command attributes (#14906) Bahex 2025-02-11 15:34:51 +03:00
  • a58d9b0b3a Refactor/fix tests affecting the whole command set (#15073) Stefan Holderbach 2025-02-11 11:36:36 +01:00
  • 2a3d5a9d42 Bump bytesize to fix into filesize (#15088) Stefan Holderbach 2025-02-11 11:33:48 +01:00
  • a5d7d6dd46 Bump yanked dependencies (#15090) Stefan Holderbach 2025-02-11 11:33:29 +01:00
  • 18e3a5d40b Fix match blocks in std-rfc/kv implementation (#15089) Stefan Holderbach 2025-02-11 11:16:57 +01:00
  • 553c951a60 Fix match running closures as block (#15032) 132ikl 2025-02-11 04:35:23 -05:00
  • 781c4bd1d7 use 0-indexing in explore (#15079) Bahex 2025-02-11 00:26:42 +03:00
  • a2e335dcd7 fix block spans for the module keyword (#15078) Bahex 2025-02-11 00:26:02 +03:00
  • c6fc6bd5a7 fix(lsp): inlay hints span issue with user config scripts (#15071) zc he 2025-02-10 23:15:03 +08:00
  • a7830ac1fd Update README.md Douglas 2025-02-10 09:06:09 -05:00
  • 00713c9339 Update README.md Douglas 2025-02-10 09:05:05 -05:00
  • 7d7dbd8b2c Fix missing required overlay error (#15058) Wind 2025-02-10 16:27:50 +08:00
  • d4675d9138 allow export alias in repl (#15054) Wind 2025-02-10 15:32:05 +08:00
  • 6e88b3f8d6 refactor(completion): expression based variable/cell_path completion (#15033) zc he 2025-02-10 11:26:41 +08:00
  • 720813339f Add std-rfc README (#15066) Douglas 2025-02-09 11:21:56 -05:00
  • 5b4dd775d4 Move std-rfc into Nushell (#15042) Douglas 2025-02-09 09:03:37 -05:00
  • bfe398ca36 Fix char lsep assignment (#15065) Douglas 2025-02-09 07:19:11 -05:00
  • 31e1f49cb6 fix ranges over zero-length input (#15062) Solomon 2025-02-08 17:57:28 -07:00
  • 26897b287c Adds platform agnostic EoL separator to char command (#15059) Douglas 2025-02-08 16:23:51 -05:00
  • 5a7707cb52 Remove --no-default-features for std-lib-and-python-virtualenv CI (#15045) Douglas 2025-02-08 14:02:15 -05:00
  • 4b0b4ddce1 Replaced IoError::new_with_additional_context calls that still had Span::unknown() (#15056) Piepmatz 2025-02-08 16:23:28 +01:00
  • 9fa2f43d06 fix(lsp): exit on null root_dir (#15051) zc he 2025-02-08 20:49:38 +08:00
  • 2891867de9 Trigger tests for patch release branch pushes (#15037) Stefan Holderbach 2025-02-07 23:51:01 +01:00
  • 55c7246830 Fuzz more realistically with keyword const eval (#15036) Stefan Holderbach 2025-02-07 23:50:47 +01:00
  • 17246db38b Fix usages of fmt to format number (#15041) Stefan Holderbach 2025-02-07 23:50:33 +01:00
  • e60dac8957 remove nu-check examples with the --all flag (#15047) Solomon 2025-02-07 13:31:59 -07:00
  • d007b10fbf Use build_target information in startup banner (#15046) Stefan Holderbach 2025-02-07 19:10:13 +01:00
  • 942030199d check signals while printing values (#14980) Solomon 2025-02-07 04:56:07 -07:00
  • fb8ac4198b fix: clippy warnings with --all-features (#15035) zc he 2025-02-07 19:30:25 +08:00
  • 2ce5de58e6 Fix an integer overflow bug in into duration (#15031) Andrej Kolčin 2025-02-06 23:32:42 +03:00
  • 2f18b9c856 Enable nushell error with backtrace (#14945) Wind 2025-02-06 22:05:58 +08:00
  • bdc767bf23 fix polars save example typo (#15008) eggcaker 2025-02-06 21:01:09 +08:00
  • 3770a5eed1 remove duplicate code in math/log.rs (#15022) Wind 2025-02-06 21:00:25 +08:00
  • 0705fb9cd1 Added S3 support for polars save (#15005) Jack Wright 2025-02-06 04:59:39 -08:00
  • 1a1a960836 feat(explore): Allow expanding selected cell with 'e' (#15000) Róbert Kalmár 2025-02-06 13:56:53 +01:00
  • 5be818b5ee make echo const (#14997) Bahex 2025-02-06 15:56:30 +03:00
  • c7d3014849 feat(cli): add vi solidus / keybinding (#14908) Tyler Miller 2025-02-06 04:53:32 -08:00
  • 164a089656 refactor(completion): AST traverse to find the inner-most expression to complete (#14973) zc he 2025-02-06 20:49:13 +08:00
  • 0b2d1327d2 fix extern commands' extra description (#14996) Bahex 2025-02-06 14:56:40 +03:00
  • 5f6f18076c Remove Twitter from README (#15026) Jakub Žádník 2025-02-06 13:49:57 +02:00
  • 81de8ecd70 build(deps): bump crate-ci/typos from 1.29.4 to 1.29.5 (#15006) dependabot[bot] 2025-02-06 11:01:07 +00:00