Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-19 | Rename //src/ to //cli/ (#1962) | Ryan Dahl | |
To better distinguish the deno_core crate from the executable deno, which will now be called "the cli" internally. | |||
2019-01-14 | Update to rust 2018 edition | Andy Hayden | |
2019-01-03 | Revert "use byte array instead of string for code fetch (#1307)" (#1455) | Ryan Dahl | |
This reverts commit e976b3e0414dc768624b77e431ee7f55b03b76a4. There is nothing technically wrong with this commit, but it's adding complexity to a big refactor (native ES modules #975). Since it's not necessary and simply a philosophical preference, I will revert for now and try to bring it back later. | |||
2019-01-02 | Happy new year! | Ryan Dahl | |
2018-12-12 | use byte array instead of string for code fetch (#1307) | F001 | |
2018-11-30 | clippy fixes (#1250) | Andy Hayden | |
2018-11-29 | Handle Location header relative URI (#1240) | Kevin (Kun) "Kassimo" Qian | |
2018-11-04 | Fix clippy warnings (#1149) | Andy Hayden | |
Run with: cargo clippy https://github.com/rust-lang-nursery/rust-clippy | |||
2018-10-23 | Enforce media types | Kitson Kelly | |
2018-10-19 | Add missing copyrights (#1024) | ztplz | |
2018-10-10 | src/http.rs -> src/http_util.rs | Ryan Dahl | |
So as not to conflict with http crate. |