summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-23Bump version to `0.96.0` (#13433)0.96.0Devyn Cairns
2024-07-23Updating version for nu-ansi-term and reedline (#13432)Jack Wright
2024-07-21Update query web example since wikipedia keeps changing (#13421)Darren Schroeder
2024-07-21Fix setting metadata on byte streams (#13416)Ian Manske
2024-07-21Fix output format borken in `char --list` (#13417)Wenbo Chen
2024-07-21Make parsing for unknown args in known externals like normal external calls (...Devyn Cairns
2024-07-20add --quiet flag to `watch` command (#13415)Zoey Hewll
2024-07-19Tiny make up to the documentation of `reduce` (#13408)suimong
2024-07-19Make `ast::Call::span()` and `arguments_span()` more robust (#13412)Devyn Cairns
2024-07-19Use directories for autoloading (#13382)Jan Christian Grünhage
2024-07-19generate: switch the position of <initial> and <closure>, so the closure can ...Wind
2024-07-19don't allow break/continue in `each` and `items` command (#13398)Wind
2024-07-19Make plugins able to find and call other commands (#13407)Devyn Cairns
2024-07-19Refactor `window` (#13401)Ian Manske
2024-07-17Make default config more consistent (#13399)132ikl
2024-07-17Overhaul `$in` expressions (#13357)Devyn Cairns
2024-07-17Bump open from 5.2.0 to 5.3.0 (#13391)dependabot[bot]
2024-07-17Bump rust-embed from 8.4.0 to 8.5.0 (#13392)dependabot[bot]
2024-07-17Bump uuid from 1.9.1 to 1.10.0 (#13390)dependabot[bot]
2024-07-16Fix issue with truncation when head on border is used (#13389)Maxim Zhiburt
2024-07-16Switch from dirs_next 2.0 to dirs 5.0 (#13384)Jan Christian Grünhage
2024-07-16Remove unused field in `StateWorkingSet` (#13387)Ian Manske
2024-07-16Remove `default` list-diving behaviour (#13386)Bruce Weirdan
2024-07-16Deprecate `group` in favor of `chunks` (#13377)Ian Manske
2024-07-14Fix CI test failure on main (nu-json) (#13374)Stefan Holderbach
2024-07-14JSON format output keeps braces on same line (issue #13326) (#13352)David
2024-07-14Report parse warns and compile errs when running script files (#13369)Devyn Cairns
2024-07-14Add top-level crate documentation/READMEs (#12907)Stefan Holderbach
2024-07-13Fix `select` cell path renaming behavior (#13361)Stefan Holderbach
2024-07-13Don't add touch command to default context twice (#13371)Yash Thakur
2024-07-13Add IR support to the debugger (#13345)Devyn Cairns
2024-07-12fix file_count in `Debug` implementation of `IrBlock` (#13367)Devyn Cairns
2024-07-12tweak `parse` usage and examples to be more clear (#13363)Darren Schroeder
2024-07-12Mention the actual output type on an OutputMismatch error (#13355)Devyn Cairns
2024-07-12Use conventional generic bounds (#13360)Stefan Holderbach
2024-07-12Fix order of I/O types in `take until` (#13356)Devyn Cairns
2024-07-12Edit path form doc comments (#13358)Ian Manske
2024-07-12Path migration part 2: `nu-test-support` (#13329)Ian Manske
2024-07-11Fix unused space when truncation is used and header on border is configured (...Maxim Zhiburt
2024-07-11Make the `store-env` IR instruction also update config (#13351)Devyn Cairns
2024-07-11Bump ureq from 2.9.7 to 2.10.0 (#13348)dependabot[bot]
2024-07-11Bump crate-ci/typos from 1.23.1 to 1.23.2 (#13347)dependabot[bot]
2024-07-11Group dependabot bumps for uutils/coreutils (#13346)Stefan Holderbach
2024-07-11Update config directly at assignment (#13332)Devyn Cairns
2024-07-11Bump yanked `libc` version (#13344)Stefan Holderbach
2024-07-11Document public types in `nu-protocol` (#12906)Stefan Holderbach
2024-07-11Add more argument types to `view ir` (#13343)Devyn Cairns
2024-07-11Fix the signature of `view ir` (#13342)Devyn Cairns
2024-07-11Avoid clone in `Signature::get_positional()` (#13338)Devyn Cairns
2024-07-11Set the capacity of the Vec used in `gather_captures()` to the number of capt...Devyn Cairns