-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
TWiR Release 96 (14 September 2015). #119
Conversation
I think #28173 should be a notable change. Also #28270. And the two you already have. Btw. I'm a bit surprised to see my real name in the contributors list. Must be my global git config which includes name and email... |
Comparison operators are now available for raw pointers |
s/operators/operations/ |
Or "Comparing raw pointers no longer crashes". A good headline for #28173 would be "Version bump to LLVM 3.7 and jemalloc 4.0". |
You are awesome! Now a better headline for rust-lang/rust#28339 would be...? |
Not too bad. Perhaps "Rust 1.4 deprecates some, stabilizes many APIs"? |
Done. Thanks @llogiq! |
My pleasure. |
TWiR Release 96 (14 September 2015).
@brson @llogiq I've added a new section "Notable changes" where I plan to document well... "notable changes" in Rust core. However, of all the 79 PRs merged, it is hard for me to pick "notable" ones, and someone who is more involved in the Rust core can certainly help me out here.
For this week, I've picked two PRs, however I'm not very sure about them. Please pay a closer attention to this section while reviewing my drafts, at least for next few weeks while I get more and more familiar with Rust progress flow.