summaryrefslogtreecommitdiff
path: root/crates/nu-parser
AgeCommit message (Expand)Author
2023-11-20Bump version to `0.87.2` (#11114)Stefan Holderbach
2023-11-19remove `def-env` and `export def-env` (#10999)Antoine Stevan
2023-11-17Apply nightly clippy fixes (#11083)nibon7
2023-11-17remove `extern-wrapped` and `export extern-wrapped` (#11000)Antoine Stevan
2023-11-15Bump version to `0.87.1` (#11056)Stefan Holderbach
2023-11-14Bump version for `0.87.0` release (#11031)0.87.0Stefan Holderbach
2023-11-14fix custom command's default value (#11043)WindSoilder
2023-11-08Improve case insensitivity consistency (#10884)Christopher Durham
2023-11-08Add special error case for `alias` (#10975)Andrej Kolchin
2023-10-25redirect should have a target (#10835)WindSoilder
2023-10-19remove the `$nothing` variable (#10567)Antoine Stevan
2023-10-19Extract common logic for setting error in `parse_short_flags` (#10709)Himadri Bhattacharjee
2023-10-18Refactor: remove duplication to simplify `lite_parsing` logic. (#10735)WindSoilder
2023-10-18Refactor: simplify lex_item impl (#10744)WindSoilder
2023-10-18Bump version to `0.86.1` (#10755)Stefan Holderbach
2023-10-18Bump version for `0.86.0` release (#10726)0.86.0Stefan Holderbach
2023-10-08Relax type-check of key-less `table`/`record` (#10629)Stefan Holderbach
2023-10-08Fix parsing of signature inp/out types in predecls (#10642)Jakub Žádník
2023-10-07Fix wrong parsing of signatures in predecl scan (#10637)Jakub Žádník
2023-10-05Move `SyntaxShape` specifier parsing into own file (#10448)Stefan Holderbach
2023-10-05Parse custom completer annotation only in args (#10581)Stefan Holderbach
2023-10-02Add --env and --wrapped flags to def (#10566)Jakub Žádník
2023-09-29Rename `SyntaxShape::Custom` to `CompleterWrapper` (#10548)Stefan Holderbach
2023-09-29Docstring some intricacies around `SyntaxShape` (#10544)Stefan Holderbach
2023-09-28Remove parsing literals of unrepresentable `SyntaxShape`s (#10512)Stefan Holderbach
2023-09-28Remove unused `SyntaxShape::Variable` (#10511)Stefan Holderbach
2023-09-26remove the `$nothing` variable (#10478)Antoine Stevan
2023-09-24Fix default argument value type checking (#10460)Artemiy
2023-09-24Allow complex types in input/output and let (#10405)Artemiy
2023-09-23show the whole path in "missing mod.nu" errors (#10416)Antoine Stevan
2023-09-23differentiating between `--x` and `--x: bool` (#10456)WindSoilder
2023-09-23Prevent cubic time on nested parentheses (#10467)Andreas Källberg
2023-09-21don't overrite arg's type if it's annotated explicitly (#10424)WindSoilder
2023-09-21Fix exponential parser time on sequence of [[[[ (#10439)Andreas Källberg
2023-09-20Bump to `0.85.1` development version (#10431)Stefan Holderbach
2023-09-19Bump version for the `0.85` release (#10425)0.85.0Stefan Holderbach
2023-09-16Add 2 fuzzers for nu-path, nu-parser (#10376)Dongjia "toka" Zhang
2023-09-13Update internal use of `decimal` to `float` (#10333)Stefan Holderbach
2023-09-13Remove python-like string multiplication (#10293)Stefan Holderbach
2023-09-13Invert `&Option`s to `Option<&T>` (#10315)Stefan Holderbach
2023-09-13Remove pythonic `int * list` behavior (#10292)Stefan Holderbach
2023-09-12Use slices directly instead of `&Vec` (#10328)Stefan Holderbach
2023-09-11Remove leftover const eval file (#10324)Jakub Žádník
2023-09-11Bump bytesize from 1.2.0 to 1.3.0 (#10306)dependabot[bot]
2023-09-08Bump itertools from 0.10.5 to 0.11.0 (#9524)dependabot[bot]
2023-09-04Auto format let-else block (#10214)nibon7
2023-09-03treat path contains '?' as pattern (#10142)Horasal
2023-09-03prevent crash when use redirection with let/mut (#10139)Horasal
2023-09-03Move Value to helpers, separate span call (#10121)JT
2023-08-30skip comments and eols while parsing pipeline (#10149)Horasal