nushell/crates
Darren Schroeder d2ac506de3
Changes to allow plugins to be loaded in a multi-threaded manner (#1694)
* Changes to allow plugins to be loaded in a multi-threaded manner in order to decrease startup time.

* Ran rust fmt and clippy to find and fix first pass errors.
Updated launch.jason to make debugging easier in vscode.
Also added tasks.json so tasks like clippy can be ran easily.

* ran fmt again

* Delete launch.json

Remove IDE settings file

* Remove IDE settings file

* Ignore vscode IDE settings

* Cloned the context instead of Arc/Mutexing it.

Co-authored-by: Darren Schroeder <fdncred@hotmail.com>
Co-authored-by: Jonathan Turner <jonathandturner@users.noreply.github.com>
2020-05-05 06:15:24 +12:00
..
nu_plugin_average bump to 0.13.0 (#1625) 2020-04-21 17:01:03 +12:00
nu_plugin_binaryview bump to 0.13.0 (#1625) 2020-04-21 17:01:03 +12:00
nu_plugin_fetch Bump rustyline (#1644) 2020-04-24 08:00:49 +12:00
nu_plugin_inc bump to 0.13.0 (#1625) 2020-04-21 17:01:03 +12:00
nu_plugin_match bump to 0.13.0 (#1625) 2020-04-21 17:01:03 +12:00
nu_plugin_post Bump rustyline (#1644) 2020-04-24 08:00:49 +12:00
nu_plugin_ps bump to 0.13.0 (#1625) 2020-04-21 17:01:03 +12:00
nu_plugin_str str plugin can capitalize and trim strings. (#1652) 2020-04-24 16:37:58 -05:00
nu_plugin_sys bump to 0.13.0 (#1625) 2020-04-21 17:01:03 +12:00
nu_plugin_textview bump to 0.13.0 (#1625) 2020-04-21 17:01:03 +12:00
nu_plugin_tree bump to 0.13.0 (#1625) 2020-04-21 17:01:03 +12:00
nu-build bump to 0.13.0 (#1625) 2020-04-21 17:01:03 +12:00
nu-cli Changes to allow plugins to be loaded in a multi-threaded manner (#1694) 2020-05-05 06:15:24 +12:00
nu-errors Changes to allow plugins to be loaded in a multi-threaded manner (#1694) 2020-05-05 06:15:24 +12:00
nu-parser Add subcommands. Switch from-* and to-* to them (#1708) 2020-05-04 20:44:33 +12:00
nu-plugin bump to 0.13.0 (#1625) 2020-04-21 17:01:03 +12:00
nu-protocol Add subcommands. Switch from-* and to-* to them (#1708) 2020-05-04 20:44:33 +12:00
nu-source bump to 0.13.0 (#1625) 2020-04-21 17:01:03 +12:00
nu-test-support Fix cd'ing to symlinked directories (#1651) 2020-04-25 18:09:00 +12:00
nu-value-ext Rows and values can be checked for emptiness. Allows to set a value if desired. (#1665) 2020-04-26 12:30:52 -05:00