summaryrefslogtreecommitdiff
path: root/src/compiler.rs
AgeCommit message (Expand)Author
2019-03-19Rename //src/ to //cli/ (#1962)Ryan Dahl
2019-03-18Re-implement init scripts in core (#1958)andy finch
2019-03-18Integrate //core into existing code baseRyan Dahl
2019-03-18More permissions prompt options (#1926)andy finch
2019-03-13--no-prompt flag for non-interactive environments (#1913)andy finch
2019-03-04`use-snapshots` build option for cross compile support. (#1852)andy finch
2019-03-03Add write permissions requirement to `op_fetch_module_meta_data`. (#1874)andy finch
2019-03-01Permissions refactor (#1864)andy finch
2019-02-18Rationalise compiler ops (#1740)Kitson Kelly
2019-02-02Add --info flag to display file info (compiled code/source map) (#1647)Kevin (Kun) "Kassimo" Qian
2019-01-16use upper case name for static variable `c_rid` (#1537)wangcong
2019-01-15Clippy fixes (also fixes build with nightly) (#1527)Bert Belder
2019-01-14Update to rust 2018 editionAndy Hayden
2019-01-09Native ES modules (#1460)Ryan Dahl