Yuki Okushi
Yuki Okushi
This is a tracking issue for Japanese translations. If you have any questions/problems with Japanese translations, feel free to leave a comment here!
Is there a policy about bumping up Go version? If not, I'm happy to do it.
_Originally posted by @rylev in https://github.com/rust-lang/rustc-dev-guide/pull/1406#pullrequestreview-1049224734_: > This also seems correct though some of the information provided seems more relevant for *users* of Rust rather than those working on the...
Original discussion is in Zulip. At now, `src/mir/optimizations.md` is empty so we should document MIR-optimizations. oli-obk pointed out these: - guaranteed and required ones - some that don't optimize, but...
This is greatly based on #683 but for AST. Fixes #502 finally.
See the [summary comment](https://github.com/rust-lang/rust/issues/32408#issuecomment-1016931986) for details.
cc https://github.com/rust-lang/rust/issues/54185 r? @pnkfelix
As of May 21st, 2022, https://github.com/dotenv-rs/dotenv 's latest version is 0.15.0, which was published on October 22nd, 2019. And the latest commit is [3c1a77bc95821777e5ceb996c5e0b082f2a3ea38](https://github.com/dotenv-rs/dotenv/commit/3c1a77bc95821777e5ceb996c5e0b082f2a3ea38), which was pushed on Jun 27th,...
GitHub has added a new option to close issues, we can now choose the `not-planned` state reason for stale issues: https://github.blog/changelog/2022-05-19-the-new-github-issues-may-19th-update/ And they said: > We have added a new...
Correct. The `[patch]` tables are gone. BTW, I was noticing that there seems to be a lot of detailed information about git in this "introduction" chapter. Almost nobody needs to...