summaryrefslogtreecommitdiff
path: root/crates/nu-protocol/src/debugger/profiler.rs
AgeCommit message (Expand)Author
2024-10-01Make `SpanId` and `RegId` also use new ID struct (#13963)Piepmatz
2024-07-17Overhaul `$in` expressions (#13357)Devyn Cairns
2024-07-13Add IR support to the debugger (#13345)Devyn Cairns
2024-06-19Move most of the peculiar argument handling for external calls into the parse...Devyn Cairns
2024-05-22Fix leftover wrong column name (#12937)Jakub Žádník
2024-05-22Small improvements to `debug profile` (#12930)Jakub Žádník
2024-05-16Replace `ExternalStream` with new `ByteStream` type (#12774)Ian Manske
2024-05-02add raw-string literal support (#9956)Darren Schroeder
2024-04-24Shrink the size of `Expr` (#12610)Ian Manske
2024-04-18Add `ListItem` type for `Expr::List` (#12529)Ian Manske
2024-03-26Add `command_prelude` module (#12291)Ian Manske
2024-03-26Style: move some `Option` if/else to method chains (#12285)Stefan Holderbach
2024-03-14IO and redirection overhaul (#11934)Ian Manske
2024-03-08Debugger experiments (#11441)Jakub Žádník