]> git.lizzy.rs Git - rust.git/history - src/shims/foreign_items/posix/macos.rs
avoid using unchecked casts or arithmetic
[rust.git] / src / shims / foreign_items / posix / macos.rs
2020-03-17 Ralf Jungavoid using unchecked casts or arithmetic
2020-03-12 borsAuto merge of #1213 - lcnr:master, r=RalfJung
2020-03-08 borsAuto merge of #1217 - christianpoveda:environ-shim...
2020-03-08 Christian Povedamove environ place to EnvVars
2020-03-08 borsAuto merge of #1215 - RalfJung:readme, r=RalfJung
2020-03-08 borsAuto merge of #1214 - RalfJung:depup, r=RalfJung
2020-03-08 borsAuto merge of #1208 - christianpoveda:environ-shim...
2020-03-08 Christian Povedaonly expose environ on linux
2020-03-07 Christian Povedaadd `_NSGetEnviron` foreign function for macos
2020-02-26 borsAuto merge of #1152 - divergentdave:shim-directory...
2020-02-25 David CookReview comments
2020-02-23 David CookAdd shims for macOS-specific symbols
2020-02-23 borsAuto merge of #1167 - christianpoveda:shims-refactor...
2020-02-22 Christian Povedaimprove docs
2020-02-19 Christian Povedarename platform specific shims
2020-02-19 Christian Povedaremove syscall shim from macos and move getrandom to...
2020-02-19 Christian Povedapromote open and lseek shims to posix
2020-02-19 Christian Povedareorganize comments for shim's classification
2020-02-19 Christian Povedaremove hack for panics
2020-02-14 Christian Povedamigrate more functions
2020-02-14 Christian Povedamigrate more functions
2020-02-14 Christian Povedareorganize shims by platform