-
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
Rollup of 5 pull requests #85553
Rollup of 5 pull requests #85553
Commits on May 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 27fe959 - Browse repository at this point
Copy the full SHA 27fe959View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7787bb - Browse repository at this point
Copy the full SHA d7787bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 32b8657 - Browse repository at this point
Copy the full SHA 32b8657View commit details
Commits on May 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b8909fc - Browse repository at this point
Copy the full SHA b8909fcView commit details
Commits on May 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for aee054d - Browse repository at this point
Copy the full SHA aee054dView commit details -
facepalm: operator precedence fail on my part.
This bug was only visible on mac. Also, print_step_rusage is a relatively new internal feature, that is not heavily used, and has no tests. All of these factors contributed to how this went uncaught this long. Thanks to Josh Triplett for pointing it out!
Configuration menu - View commit details
-
Copy full SHA for b3218d3 - Browse repository at this point
Copy the full SHA b3218d3View commit details -
Rollup merge of rust-lang#85306 - LeSeulArtichaut:thir-unsafeck, r=ni…
…komatsakis Add DerefOfRawPointer and CallToFunctionWith to THIR unsafeck Extends THIR unsafeck to check for two more cases of unsafe operations: dereferences of raw pointers and calls to functions with `#[target_feature]` (RFC 2396). The check for the latter is pretty much copy-pasted from the existing MIR equivalent. This will clash with rust-lang#83842 and rust-lang#85273 which are arguably more important, let's maybe focus on getting those merged first, this can wait. r? `@nikomatsakis` cc rust-lang/project-thir-unsafeck#7
Configuration menu - View commit details
-
Copy full SHA for 88f5744 - Browse repository at this point
Copy the full SHA 88f5744View commit details -
Rollup merge of rust-lang#85419 - LeSeulArtichaut:thir-unsafeck-3, r=…
…nikomatsakis Check for use of mutable/extern statics in THIR unsafeck Extends THIR unsafeck to check for use of mutable and extern statics. r? `@ghost` (I don't want to flood Niko's review queue) cc rust-lang/project-thir-unsafeck#7
Configuration menu - View commit details
-
Copy full SHA for 4f2416e - Browse repository at this point
Copy the full SHA 4f2416eView commit details -
Rollup merge of rust-lang#85506 - GuillaumeGomez:reset-focusedByTab, …
…r=jsha Reset "focusedByTab" field when doing another search Fixes rust-lang#85467. The problem was simply that we forget to reset the `focusedByTab` field, which was still referring to removed DOM elements. r? `@jsha`
Configuration menu - View commit details
-
Copy full SHA for 82376bb - Browse repository at this point
Copy the full SHA 82376bbView commit details -
Rollup merge of rust-lang#85548 - GuillaumeGomez:remove-dead-js, r=jsha
Remove dead toggle JS code Explanations on how I got there: I randomly saw `adjustToggle` while browsing through code, checked where it was called, put a `debugger;` instruction in it and checked on all pages while playing with settings and toggles. The breakpoint was never triggered. I then looked at `collapseNonInherent` (its grand-parent). In there, the breakpoint was triggered so I look at what was being done and in fact... nothing. So I simply removed it all, re-ran the tests and play with the UI. Everything is working as expected. Better double check in case I forgot to check a case though, but if nothing has been left out, then it's a great cleanup once again. :) r? `@jsha`
Configuration menu - View commit details
-
Copy full SHA for 5c02b29 - Browse repository at this point
Copy the full SHA 5c02b29View commit details -
Rollup merge of rust-lang#85550 - pnkfelix:fix-max-rss-division-on-ma…
…c, r=Mark-Simulacrum facepalm: operator precedence fail on my part. This bug was only visible on mac. Also, print_step_rusage is a relatively new internal feature, that is not heavily used, and has no tests. All of these factors contributed to how this went uncaught this long. Thanks to Josh Triplett for pointing it out!
Configuration menu - View commit details
-
Copy full SHA for 0e4b51c - Browse repository at this point
Copy the full SHA 0e4b51cView commit details