summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-10-01Simplify the Dockerfile (#13974)HEADmainJustin Ma
2024-10-01Make `SpanId` and `RegId` also use new ID struct (#13963)Piepmatz
2024-09-30allow bools to be type checked with each other (#13968)Darren Schroeder
2024-09-30nu-exlore/ Fix :try table view (#13964)Maxim Zhiburt
2024-09-30update human-date-parser crate (#13962)Darren Schroeder
2024-09-30a potential solution that may fix vt processing (#13961)Darren Schroeder
2024-09-30Replace raw usize IDs with new types (#13832)Piepmatz
2024-09-29Fix issue with `ls | explore` coloring of file names (#13952)Maxim Zhiburt
2024-09-27Fix panic on too few arguments for custom function (#10395)Andreas Källberg
2024-09-27ensure toolkit is using external cargo command (#13943)Darren Schroeder
2024-09-27Expose flag truncate-ragged-lines in `polars open` (#13939)Jack Wright
2024-09-27Added command `polars len` for performing count(*) like operations. (#13941)Jack Wright
2024-09-26Only ask to create config files the first time nu is started (#13857)Douglas
2024-09-26Fix Docker image build failure (#13938)Saurabh Shinde
2024-09-26Bump rustix from 0.38.34 to 0.38.37 (#13878)Fredrik Fornwall
2024-09-25fix ls_colors coloring in grid and ls (#13935)Darren Schroeder
2024-09-25Set current working directory at startup (#12953)YizhePKU
2024-09-25Respect `$env.config.use_kitty_protocol` in `input listen` (#13892)Bruce Weirdan
2024-09-25update folder_depth algorithm for glob command (#13915)Darren Schroeder
2024-09-25fix `inspect` and `explore` panics on empty records (#13893)Solomon
2024-09-25update the defaults for shell_integration (#13929)Darren Schroeder
2024-09-25add binary as input to hash commands (#13923)Darren Schroeder
2024-09-25Bump actions-rust-lang/setup-rust-toolchain from 1.9.0 to 1.10.0 (#13922)dependabot[bot]
2024-09-25Bump rustsec/audit-check from 1.4.1 to 2.0.0 (#13921)dependabot[bot]
2024-09-24Some small tweaks to release and nightly workflow (#13912)Justin Ma
2024-09-24update reedline to the latest 660a5074 (#13909)Darren Schroeder
2024-09-24Add threads to the `ls` command in order to increase performance in some circ...Darren Schroeder
2024-09-24Support kitty key modifiers in keybindings (#13906)replcat
2024-09-24Fix handling of stopped TUI applications on unix (#13741)nome
2024-09-23Added command `polars profile` for profiling lazy dataframes (#13904)Jack Wright
2024-09-23Add search terms to `into value` (#13890)Douglas
2024-09-23Removes more quotes on external command arguments (#13883)Wind
2024-09-23Fix `try` not working with `let`, etc. (#13885)Ian Manske
2024-09-23Added `polars concat` to allow concatenation of multiple dataframes (#13879)Jack Wright
2024-09-23fix the ability to add a plugin by name instead of path (#13877)Darren Schroeder
2024-09-23view source: add content_type metadata (#13859)Bahex
2024-09-23polars: add binary type support (#13830)Skyler Hawthorne
2024-09-22Fix `do -p` not waiting for external commands (#13881)Ian Manske
2024-09-22Add loongarch64-unknown-linux-gnu-gcc build target (#13895)Justin Ma
2024-09-22Bump crate-ci/typos from 1.24.5 to 1.24.6 (#13864)dependabot[bot]
2024-09-22Bump shadow-rs from 0.34.0 to 0.35.0 (#13863)dependabot[bot]
2024-09-22Bump unicode-segmentation from 1.11.0 to 1.12.0 (#13862)dependabot[bot]
2024-09-22Bump tango-bench from 0.5.0 to 0.6.0 (#13861)dependabot[bot]
2024-09-22Bump version to 0.98.1 (#13896)Wind
2024-09-18Bump version to `0.98.0` (#13865)0.98.0Devyn Cairns
2024-09-16Improved null handling when converting from nu -> dataframe. (#13855)Jack Wright
2024-09-15Make IR the default evaluator (#13718)Devyn Cairns
2024-09-15catch unwrap on panics with `polars collect` (#13850)Jack Wright
2024-09-15Fix dockerfile and reset Nu config to default (#13851)Justin Ma
2024-09-14allow tab to be retained with `find` (#13848)Darren Schroeder