aboutsummaryrefslogtreecommitdiff
path: root/modules/eval_rust.py
Commit message (Expand)AuthorAgeFilesLines
* Add `depends-on` hashflags to relevant modulesGravatar jesopo2019-05-251-0/+2
* 'utils.http.get_url' -> 'utils.http.request', return a Response object from•••utils.http.request Gravatar jesopo2018-12-111-3/+3
* Change all instances of stdout.write+return to `raise utils.EventError` in•••modules Gravatar jesopo2018-10-161-2/+1
* Change utils.http to use requestsGravatar jesopo2018-10-101-10/+13
* .strip("\n") from !rust API call returnGravatar jesopo2018-10-081-1/+1
* Prefix !rust out/err with the requesting user's nicknameGravatar jesopo2018-10-081-4/+3
* We don't need to use \" inside a """ """Gravatar jesopo2018-10-081-1/+1
* eval.py -> eval_python.py, rust_eval.py -> eval_rust.pyGravatar jesopo2018-10-081-0/+40