-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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 #71636
Rollup of 5 pull requests #71636
Commits on Apr 19, 2020
-
On
FnDef
type annotation suggestion, use fn-pointer outputPartly addresses rust-lang#71209.
Configuration menu - View commit details
-
Copy full SHA for c47bb6d - Browse repository at this point
Copy the full SHA c47bb6dView commit details
Commits on Apr 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7bafb57 - Browse repository at this point
Copy the full SHA 7bafb57View commit details
Commits on Apr 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e82056a - Browse repository at this point
Copy the full SHA e82056aView commit details
Commits on Apr 27, 2020
-
Fix off by one error for delay_span_bug
delay_span_bug bumps error_count after checking treat_err_as_bug
Configuration menu - View commit details
-
Copy full SHA for 230e406 - Browse repository at this point
Copy the full SHA 230e406View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fe2804 - Browse repository at this point
Copy the full SHA 3fe2804View commit details -
Configuration menu - View commit details
-
Copy full SHA for 432ab34 - Browse repository at this point
Copy the full SHA 432ab34View commit details
Commits on Apr 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4d67c8d - Browse repository at this point
Copy the full SHA 4d67c8dView commit details -
Rollup merge of rust-lang#71311 - estebank:fn-type-param, r=varkor
On `FnDef` type annotation suggestion, use fn-pointer output Address the last point in rust-lang#71209.
Configuration menu - View commit details
-
Copy full SHA for d9c1f5c - Browse repository at this point
Copy the full SHA d9c1f5cView commit details -
Rollup merge of rust-lang#71488 - spastorino:normalize-ty-to-fix-brok…
…en-mir, r=eddyb normalize field projection ty to fix broken MIR issue Fixes rust-lang#71344 r? @eddyb
Configuration menu - View commit details
-
Copy full SHA for 5aebbe9 - Browse repository at this point
Copy the full SHA 5aebbe9View commit details -
Rollup merge of rust-lang#71489 - spastorino:fix-treat-err-as-bug-han…
…dling, r=eddyb Fix off by one in treat err as bug `-Ztreat-err-as-bug` doesn't work properly with delay_span_bug. r? @eddyb
Configuration menu - View commit details
-
Copy full SHA for 2b5325d - Browse repository at this point
Copy the full SHA 2b5325dView commit details -
Rollup merge of rust-lang#71585 - tshepang:obsolete-comment, r=Dylan-DPC
remove obsolete comment Not sure if it's better to have an outdated comment or no comment at all (made obsolete by 2b9fea1).
Configuration menu - View commit details
-
Copy full SHA for 8e025db - Browse repository at this point
Copy the full SHA 8e025dbView commit details -
Rollup merge of rust-lang#71634 - eddyb:revert-71372, r=petrochenkov
Revert rust-lang#71372 ("Fix #! (shebang) stripping account space issue"). While rust-lang#71372 fixed some of the problems `#!`-stripping had, it introduced others: * inefficient implementation (`.chars().filter(...).collect()` on the entire input file) * this also means the length returned isn't always correct, leading to e.g. rust-lang#71471 * it ignores whitespace anywhere, stripping ` # ! ...` which isn't a valid shebang * the definition of "whitespace" it uses includes newlines, which means even `\n#\n!\n...` is stripped as a shebang (and anything matching the regex `\s*#\s*!\s*`, and not followed by `[`, really) * it's backward-incompatible but didn't go through Crater Now, rust-lang#71487 is already open and will solve all of these issues. But for running Crater, and just in case rust-lang#71487 takes a bit longer, I decided it's safer to just revert rust-lang#71372. This will also make rust-lang#71372's diff clearer, as it will start again from the original whitespace-unaware version. r? @petrochenkov
Configuration menu - View commit details
-
Copy full SHA for 6cad1e3 - Browse repository at this point
Copy the full SHA 6cad1e3View commit details