Skip to content

Commit 75cb839

Browse files
committed
bindgen updates to twidt 1
1 parent 3ac72f6 commit 75cb839

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

twidt/drafts/issue-1.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,19 @@ questions, come chat to us in #[rust-dev-tools](irc://moznet/rust-dev-tools).
2020
* Blog post - [one environment to rule them all](https://xanewok.github.io/gsoc/2017/one-environment-to-rule-them-all/) - how the RLS handle environment variables by Xanewok
2121
- Xanewok also has a few other [blog posts](https://xanewok.github.io/gsoc/) about his GSoC project working on the RLS
2222
* Blog post - [what the RLS can do](http://www.ncameron.org/blog/what-the-rls-can-do/) by nrc
23-
23+
* [Bindgen](https://github.com/rust-lang-nursery/rust-bindgen)
24+
- @bkchr added the ability to `impl Debug` manually in our generated bindings
25+
when it can't be `derive(..)`ed: https://github.com/rust-lang-nursery/rust-bindgen/pull/899
26+
- @bkchr is adding (should land by the time any post is made) the ability to
27+
run `rustfmt` on the emitted bindings: https://github.com/rust-lang-nursery/rust-bindgen/pull/905
28+
- @photoszzt added the ability to `derive(Hash)` in the generated bindings:
29+
https://github.com/rust-lang-nursery/rust-bindgen/pull/887
30+
- @WiSaGaN added support for `derive(Copy)` on large arrays:
31+
https://github.com/rust-lang-nursery/rust-bindgen/pull/874
32+
- @photoszzt ported our analysis for which types can `derive(Copy)` from an
33+
ad-hoc algorithm to our fix-point framework: https://github.com/rust-lang-nursery/rust-bindgen/pull/866
34+
- @tmfink added support for targeting different Rust versions and channels
35+
(previously it was a binary stable vs nightly choice): https://github.com/rust-lang-nursery/rust-bindgen/pull/892
2436

2537
## Releases
2638

0 commit comments

Comments
 (0)