Skip to content

Commit e212adc

Browse files
Merge branch 'master' into salt
2 parents 621a64f + 468b977 commit e212adc

File tree

1 file changed

+22
-29
lines changed

1 file changed

+22
-29
lines changed

draft/2023-11-29-this-week-in-rust.md

Lines changed: 22 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,28 @@ and just ask the editors to select the category.
3434
### Newsletters
3535

3636
### Project/Tooling Updates
37+
* [Announcing general availability of the AWS SDK for Rust](https://aws.amazon.com/blogs/developer/announcing-general-availability-of-the-aws-sdk-for-rust/)
3738
* [Introducing SALT: A Rust error tutor, seeking participants in a study of errors!](https://marketplace.visualstudio.com/items?itemName=kale-lab.salt)
39+
* [Bionic GPT - Chat GPT replacement built in Rust](https://github.com/bionic-gpt/bionic-gpt)
40+
* [cargo-run-bin: Why does everyone install crates globally?](https://dustinblackman.com/posts/why-does-everyone-install-crates-globally/)
41+
* [CXX-Qt: On the Road to Stability, improved signals support and more in release 0.6](https://www.kdab.com/cxx-qt-0-6/)
42+
* [Oatmeal: Terminal UI to chat with large language models (LLM) using different model backends, and integrations with your favourite editors!](https://dustinblackman.com/posts/oatmeal/)
3843

3944
### Observations/Thoughts
4045

4146
### Rust Walkthroughs
47+
* [Intro to LLVM and MLIR with Rust and Melior](https://edgarluque.com/blog/mlir-with-rust/)
48+
49+
- [Rust Course (Part 2) - YouTube](https://www.youtube.com/watch?v=Yj2aANykEgM) (Bahasa Indonesia).
50+
51+
* [Investigating crazy compile times](https://blog.adamchalmers.com/crazy-compile-time/)
4252

4353
### Research
4454

4555
### Miscellaneous
56+
* [Read arbitrary YAML files in Rust](https://rust.code-maven.com/read-arbitrary-yaml)
57+
58+
* [Create a Lambda in Rust using Terraform](https://maahl.net/blog/rust-aws-lambda/)
4659

4760
## Crate of the Week
4861

@@ -79,15 +92,7 @@ If you are a Rust project owner and are looking for contributors, please submit
7992
Changes to Rust follow the Rust [RFC (request for comments) process](https://github.com/rust-lang/rfcs#rust-rfcs). These
8093
are the RFCs that were approved for implementation this week:
8194

82-
<!-- Approved RFCs go here, use this format: * [Topic](URL) -->
83-
<!-- or if none were approved this week, use: * *No RFCs were approved this week.* -->
84-
<!-- * []() -->
85-
86-
<!--
87-
### [Approved Major Change Proposals (MCP)](https://forge.rust-lang.org/compiler/mcp.html)
88-
<!~~ MCPs occur infrequently, so this section is commented out by default. ~~>
89-
<!~~ MCPs which have been approved or rejected this week go here, use this format: * [major change accepted|rejected] [Topic](URL) ~~>
90-
-->
95+
* *No RFCs were approved this week.*
9196

9297
### Final Comment Period
9398

@@ -96,40 +101,28 @@ which are reaching a decision. Express your opinions now.
96101

97102
#### [RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period)
98103

99-
<!-- RFCs which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
100-
<!-- or if none entered FCP this week, use: * *No RFCs entered Final Comment Period this week.* -->
101-
<!-- * [disposition: ] []() -->
104+
* [disposition: merge] [Macro fragment specifiers edition policy](https://github.com/rust-lang/rfcs/pull/3531)
102105

103106
#### [Tracking Issues & PRs](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
104-
105-
<!-- Tracking Issues which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
106-
<!-- or if none entered FCP this week, use: * *No Tracking Issues or PRs entered Final Comment Period this week.* -->
107-
<!-- * [disposition: ] []() -->
107+
* [disposition: merge] [[rustdoc] Add highlighting for comments in items declaration](https://github.com/rust-lang/rust/pull/117869)
108+
* [disposition: merge] [generalize: handle occurs check failure in aliases](https://github.com/rust-lang/rust/pull/117088)
108109

109110
### [Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
110-
<!-- Remove this section if empty>
111+
* *No Language Reference RFCs entered Final Comment Period this week.*
111112

112113
### [Unsafe Code Guidelines](https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
113-
<!-- Remove this section if empty>
114+
* *No Unsafe Code Guideline RFCs entered Final Comment Period this week.*
114115

115116
### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
116-
117-
<!-- New or updated RFCs go here, use this format: * [new|updated] [Topic](URL) -->
118-
<!-- or if there are no new or updated RFCs this week, use: * *No New or Updated RFCs were created this week.* -->
119-
<!-- * [new|updated] []() -->
117+
* [RFC: constants in patterns](https://github.com/rust-lang/rfcs/pull/3535)
118+
* [Add RFC combining Infra and Release teams](https://github.com/rust-lang/rfcs/pull/3533)
120119

121120
### [Call for Testing](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing)
122121
An important step for RFC implementation is for people to experiment with the
123122
implementation and give feedback, especially before stabilization. The following
124123
RFCs would benefit from user testing before moving forward:
125124

126-
<!-- Calls for Testing go here, use this format:
127-
* [<RFC Topic>](<RFC URL>)
128-
* [Tracking Issue](<Tracking Issue URL>)
129-
* [Testing steps](<Testing Steps URL>)
130-
-->
131-
<!-- or if there are no new or updated RFCs this week, use: * *No New or Updated RFCs were created this week.* -->
132-
<!-- Remember to remove the `call-for-testing` label from the RFC so that the maintainer can signal for testers again, if desired. -->
125+
* *No RFCs issued a call for testing this week.*
133126

134127
If you are a feature implementer and would like your RFC to appear on the above list, add the new `call-for-testing`
135128
label to your RFC along with a comment providing testing instructions and/or guidance on which aspect(s) of the feature

0 commit comments

Comments
 (0)