| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-10-08 | Abide by the rules when passing Isolate between c and rust | Bert Belder | |
| Ensure that at most one mutable Isolate reference exists at a time. `deno_execute()` and `deno_respond()` now borrow a reference to the rust-side isolate from the caller. When we need a reference to the isolate while one of these functions is on the stack, `deno_get_data()` can be used to borrow back that reference. | |||
| 2018-10-08 | Rename Deno.data to Deno.user_data | Bert Belder | |
| Also use the correct rust type for it. | |||
| 2018-08-26 | build: do not bake absolute paths into deno_ns | Bert Belder | |
| 2018-08-19 | chore: move libdeno files to //libdeno/ | Yoshiya Hinosawa | |
