-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FreeBSD support #95
Comments
Incoming patch in #1409 |
Freebsd is now supported (best-effort) and we have a buildbot active for it. Closing. |
oli-obk
pushed a commit
to oli-obk/rust
that referenced
this issue
Jul 19, 2017
This is step 1 of a refactoring to fix rust-lang#95. The `Undefined` variant is so far unused and the old `bits` and `relocation` fields are emulated with two new temporary methods. There should be no functional change due to this commit.
oli-obk
pushed a commit
to oli-obk/rust
that referenced
this issue
Jul 19, 2017
oli-obk
pushed a commit
to oli-obk/rust
that referenced
this issue
Jul 19, 2017
keeperofdakeys
pushed a commit
to keeperofdakeys/rust
that referenced
this issue
Dec 12, 2017
Add PATH_MAX
dlrobertson
pushed a commit
to dlrobertson/rust
that referenced
this issue
Nov 29, 2018
Grammar fixes for string types section
antoyo
added a commit
to antoyo/rust
that referenced
this issue
Sep 28, 2021
* Fix count trailing zeroes * Fix pop count * Fix bit reverse
ZuseZ4
referenced
this issue
in EnzymeAD/rust
Mar 7, 2023
celinval
pushed a commit
to celinval/rust-dev
that referenced
this issue
Jun 4, 2024
* Workaround for issue rust-lang#95 * Print types in assert statement Co-authored-by: Nathan Chong <ncchong@amazon.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It should be rather easy to add support for FreeBSD. Patch is in progress.
The text was updated successfully, but these errors were encountered: