Commit Graph

  • 465fd6c925
    Merge f86a063bb5 into dd3a3a2717 Piepmatz 2024-11-24 15:43:21 +0000
  • f86a063bb5 fmt Tim 'Piepmatz' Hesse 2024-11-24 16:33:09 +0100
  • 681209a0e2 updated Cargo.lock Tim 'Piepmatz' Hesse 2024-11-24 16:21:35 +0100
  • 10a17f2c35 added wrapper for crossterm::terminal::size in utils Tim 'Piepmatz' Hesse 2024-11-24 15:53:35 +0100
  • f7eae88046 Merge branch 'main' into wasm-support Tim 'Piepmatz' Hesse 2024-11-24 15:09:08 +0100
  • 982ac64623 fixed --no-default-features --features plugin for nu-cmd-lang and nu-command Tim 'Piepmatz' Hesse 2024-11-24 15:05:13 +0100
  • 2122f051ce
    Merge 00bc3b054d into dd3a3a2717 Allan 2024-11-24 09:08:35 -0300
  • 27965b575e
    Merge d08dab3825 into dd3a3a2717 Bahex 2024-11-24 12:53:40 +0300
  • 1df42eff5b
    Merge d3aa7eb7ef into dd3a3a2717 Darren Schroeder 2024-11-24 10:49:26 +0100
  • d08dab3825 Add periods to command argument descriptions Bahex 2024-11-24 12:47:56 +0300
  • 291636f8b1 cargo fmt Bahex 2024-11-24 12:34:57 +0300
  • 3326386c6c add term query Bahex 2024-11-24 11:12:12 +0300
  • 1204cbfca5 move term_size.rs to term/term_size.rs Bahex 2024-11-24 11:10:04 +0300
  • 6d22234f9d
    Merge a3a01ed4a9 into dd3a3a2717 PegasusPlusUS 2024-11-24 07:57:16 +0000
  • a3a01ed4a9 Add PWD-per-drive support for completion pegasus.cadence@gmail.com 2024-11-23 23:56:59 -0800
  • 0899f4c310
    Merge 8f755c755d into dd3a3a2717 Ian Manske 2024-11-24 08:00:35 +0100
  • a1fb291972
    Merge a1fd6eabd8 into dd3a3a2717 Renan Ribeiro 2024-11-24 07:57:19 +0100
  • 22a7e46891 Call std::env::set_current_dir() to help maintain current directory by system pegasus.cadence@gmail.com 2024-11-23 21:57:59 -0800
  • d2b3087ce1
    Merge ad48a81fa0 into dd3a3a2717 anomius 2024-11-24 00:27:04 -0500
  • 5cf96a0c43
    Merge baeed429c6 into dd3a3a2717 Sophie Horwitz 2024-11-23 21:16:48 -0800
  • 06788b99c0
    Merge 1f77ae3f8f into dd3a3a2717 Alex Kattathra Johnson 2024-11-23 23:53:12 -0500
  • a888b6cf25 some param name, variable name refine pegasus.cadence@gmail.com 2024-11-23 20:48:52 -0800
  • e253ad54b5 Update doctest case for drive that now set PWD pegasus.cadence@gmail.com 2024-11-23 20:28:01 -0800
  • 4031225150
    Merge d437ff98a3 into dd3a3a2717 Solomon 2024-11-24 03:58:11 +0000
  • 0665028e96
    Merge 135acb64cb into dd3a3a2717 Ian Manske 2024-11-23 22:53:19 -0500
  • b791cbb91a
    Merge 14fbe2149d into dd3a3a2717 Yash Thakur 2024-11-23 22:53:12 -0500
  • 02d6daf370
    Merge 18ac63aec1 into dd3a3a2717 dependabot[bot] 2024-11-24 03:38:39 +0000
  • 18ac63aec1
    Bump unicode-width from 0.1.11 to 0.2.0 dependabot/cargo/unicode-width-0.2.0 dependabot[bot] 2024-11-24 03:38:36 +0000
  • e29f305a9d
    Merge 133e805239 into dd3a3a2717 Ian Manske 2024-11-23 19:37:47 -0800
  • dd3a3a2717
    remove terminal_size crate everywhere it makes sense (#14423) main Darren Schroeder 2024-11-23 21:37:12 -0600
  • d437ff98a3 error when a closure is used as def body Solomon Victorino 2024-11-12 11:47:31 -0700
  • b99578a2b4 Fix failed test case Zhenping Zhao 2024-11-23 18:43:00 -0800
  • 15fd839903 re-add terminal_size to workspace Darren Schroeder 2024-11-23 20:40:02 -0600
  • a81adc5685 Cargo fmt Zhenping Zhao 2024-11-23 18:39:31 -0800
  • 4e51c69bfe Typo: delimitor -> delimiter Zhenping Zhao 2024-11-23 18:36:39 -0800
  • 913339fb63 Define PathError, Result will not use String as Err, make sure stored PWD has upper case drive letter. Update test cases for lowercased driver letter Zhenping Zhao 2024-11-23 18:16:56 -0800
  • 69c5763ed2
    Merge c446b74c1d into 83d8e936ad Solomon 2024-11-24 01:51:08 +0000
  • d70b4c1c46
    Merge 8cf2f9b261 into 83d8e936ad Bahex 2024-11-24 04:36:51 +0300
  • 8f755c755d Remove nuon changes Ian Manske 2024-11-23 16:59:23 -0800
  • e87eebcc5d Add else branch for Err on invalid drive letter. Zhenping Zhao 2024-11-23 16:57:12 -0800
  • 26fb863a67 Guard for drive_letter before index Zhenping Zhao 2024-11-23 16:52:42 -0800
  • 6ef5b04b25 Rename Drive2PWDmap as DriveToPwdMap, eliminate extra #[cfg(windows)] and mod _impl Zhenping Zhao 2024-11-23 16:45:59 -0800
  • 14fbe2149d Respect sort in custom completions ysthakur 2024-11-23 18:51:45 -0500
  • 63c9947247 Cargo fmt Zhenping Zhao 2024-11-23 15:22:56 -0800
  • 16bf7fcc59 Update doctest to handle test runner on the same drive with the drive in test Zhenping Zhao 2024-11-23 15:14:41 -0800
  • eca113c4ac
    Merge 425c3d8380 into 83d8e936ad Maxim Zhiburt 2024-11-23 22:59:01 +0000
  • 425c3d8380 Fixes Maxim Zhiburt 2024-11-24 01:58:52 +0300
  • 0e79714483 Cargo clippy to simplify Zhenping Zhao 2024-11-23 14:31:34 -0800
  • a7c9695944 Remove path_abs, use omnipath is better, :) Zhenping Zhao 2024-11-23 14:24:23 -0800
  • 3a4514d445
    Merge 7acdb266a5 into 83d8e936ad Bahex 2024-11-23 14:06:13 -0800
  • 7cd405ff3f
    Merge 59bb59be34 into 83d8e936ad Darren Schroeder 2024-11-23 16:06:11 -0600
  • 3905e60cac
    Merge 18b48e1349 into 83d8e936ad Wind 2024-11-23 16:04:55 -0600
  • 83d8e936ad
    Fix small typos in std/dirs (#14422) Douglas 2024-11-23 17:04:27 -0500
  • 7cd202b0b3 remove terminal_size crate everywhere it makes sense Darren Schroeder 2024-11-23 16:01:17 -0600
  • c3b84abbf4 Use std::sync::OnceLock which eliminates unsafe code Zhenping Zhao 2024-11-23 14:01:01 -0800
  • a5e1ff9450 Refactorings Maxim Zhiburt 2024-11-24 00:56:45 +0300
  • 1af170e65f
    Merge 4f5527bd09 into 58576630db Wind 2024-11-23 13:54:26 -0800
  • 58576630db
    command/http/client use CRLF for headers join instead of LF (#14417) Beinsezii 2024-11-23 13:49:25 -0800
  • c16839200c Fix small typo and spacing issues NotTheDr01ds 2024-11-23 16:48:17 -0500
  • b0ddeede63 fixed warning nu-utils for wasm build Tim 'Piepmatz' Hesse 2024-11-23 22:43:07 +0100
  • 7c84634e3f
    return accurate type errors from blocks/expressions in type unions (#14420) Solomon 2024-11-23 14:42:00 -0700
  • eb64e2cadb added a ci step that builds compatible crates for wasm Tim 'Piepmatz' Hesse 2024-11-23 22:29:27 +0100
  • 61e5ff1bed added toolkit script to build for wasm Tim 'Piepmatz' Hesse 2024-11-23 22:00:08 +0100
  • 825396baed Remove preceding \\?\ from path_abs UNC format Zhenping Zhao 2024-11-23 12:15:35 -0800
  • 0850974860 Replace crate winapi with path_abs to simplify getting full path name, eliminate one segment of unsafe code block Zhenping Zhao 2024-11-23 11:49:51 -0800
  • 26b010c662 More refactorings Maxim Zhiburt 2024-11-23 22:21:41 +0300
  • 9f56b1d64e Remove cfg-if crate Zhenping Zhao 2024-11-23 10:56:03 -0800
  • 261dda7602 return accurate type errors from blocks/expressions in type unions Solomon Victorino 2024-11-19 13:04:16 -0700
  • 52d9df886a
    Merge b4f7d98868 into 671640b0a9 Douglas 2024-11-23 18:27:18 +0100
  • 7f2610f65e updated fancy_default_errors test to use new miette output Tim 'Piepmatz' Hesse 2024-11-23 15:28:47 +0100
  • e9461395e9 Remove once_cell, using std::sync instead. Sync point move to engine_state to handle subshell PWD change problem Zhenping Zhao 2024-11-22 21:02:15 -0800
  • 133e805239
    Update operator help text Ian Manske 2024-11-22 20:36:37 -0800
  • 660c86d98a command/http/client use CRLF for headers join instead of LF Beinsezii 2024-11-22 19:21:59 -0800
  • 7226ac35eb Bump tabled to 0.17 Maxim Zhiburt 2024-11-23 02:09:19 +0300
  • 5beb32fa6e made os feature default Tim 'Piepmatz' Hesse 2024-11-22 23:40:06 +0100
  • c446b74c1d normalize special characters in module names to allow variable access Solomon Victorino 2024-11-22 14:40:46 -0700
  • 5397c6c91a removed obsolete fn Tim 'Piepmatz' Hesse 2024-11-22 23:01:28 +0100
  • 0323a49831 fmt Tim 'Piepmatz' Hesse 2024-11-22 22:48:29 +0100
  • 9236b441c7 lint fix Tim 'Piepmatz' Hesse 2024-11-22 22:48:10 +0100
  • df1bad90c0 updated usages of os feature in all crates Tim 'Piepmatz' Hesse 2024-11-22 22:45:13 +0100
  • a2fa538de2 made nu-cmd-lang buildable for wasm Tim 'Piepmatz' Hesse 2024-11-22 22:07:32 +0100
  • 360ef8c792 made nu-command buildable for wasm32 Tim 'Piepmatz' Hesse 2024-11-22 21:41:47 +0100
  • 2e349b8795
    Merge 4d5ef57af7 into 671640b0a9 Jasha Sommer-Simpson 2024-11-22 14:06:37 -0300
  • 3e961ddf4a
    Merge 6733f7331b into 671640b0a9 Simon Curtis 2024-11-22 17:49:53 +0100
  • 493333c1ef
    Merge 4ac75d1662 into 671640b0a9 Wind 2024-11-22 15:39:30 +0300
  • 671640b0a9
    Avoid recomputing fuzzy match scores (#13700) Yash Thakur 2024-11-22 07:29:00 -0500
  • 72f2f07066 Don't require finding suggs for matched cmds ysthakur 2024-11-22 03:51:33 -0500
  • fb15b023a6 Fix external command completions ysthakur 2024-11-22 03:30:58 -0500
  • 135acb64cb Remove list stream type Ian Manske 2024-11-21 23:37:01 -0800
  • 17c6674580 Actually filter commands in command completions ysthakur 2024-11-22 02:16:36 -0500
  • a612618513 Make find_commands_by_predicate take FnMut ysthakur 2024-11-22 01:58:51 -0500
  • 884214ecb4 Call set_pwd_per_drive() within stack::set_cwd() Zhenping Zhao 2024-11-21 22:14:54 -0800
  • c8b17d6085
    Merge 0e7e3c02f6 into 5f7082f053 Antoine Stevan 2024-11-22 00:11:39 -0500
  • 444d55fd9d
    Merge branch 'nushell:main' into feature-PWD-per-drive PegasusPlusUS 2024-11-21 21:01:58 -0800
  • e6da5c33dc Edit error message Ian Manske 2024-11-21 20:28:55 -0800
  • a1fd6eabd8 Improve partition-by pattern matching cosineblast 2024-11-22 01:04:16 -0300
  • 0a2ed3655b Implement clippy fix cosineblast 2024-11-22 00:56:43 -0300
  • 37b9e050e8 Update description cosineblast 2024-11-21 22:43:19 -0300
  • 98fcf879ff Apply formatting cosineblast 2024-11-21 22:34:58 -0300
  • ba07c830b9 Add tests cosineblast 2024-11-21 22:34:36 -0300