-
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 #71509
Rollup of 5 pull requests #71509
Commits on Apr 22, 2020
-
Let compiletest recognize gdb 10.x
git gdb has moved to version 10. My build prints this as its --version: GNU gdb (GDB) 10.0.50.20200420-git Unfortunately this conflicts with this comment in compiletest: // We limit major to 1 digit, otherwise, on openSUSE, we parse the openSUSE version This patch changes the version parsing to follow the GNU coding standard, which accounts for both the openSUSE case as well as handling gdb 10. My debuginfo test run now says: NOTE: compiletest thinks it is using GDB with native rust support NOTE: compiletest thinks it is using GDB version 10000050 ... where previously it failed to find that gdb 10 had rust support.
Configuration menu - View commit details
-
Copy full SHA for 37097fb - Browse repository at this point
Copy the full SHA 37097fbView commit details -
Fix compiletest version-parsing tests
The compiletest version-parsing tests failed after the previous patch. However, I don't believe these tests are correct, in that I don't think RHEL or CentOS ever put the gdb version number into parentheses. Instead they display like: GNU gdb (GDB) Red Hat Enterprise Linux 7.6.1-119.el7
Configuration menu - View commit details
-
Copy full SHA for 90b4a97 - Browse repository at this point
Copy the full SHA 90b4a97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13c1dae - Browse repository at this point
Copy the full SHA 13c1daeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f43fc0 - Browse repository at this point
Copy the full SHA 1f43fc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 322b204 - Browse repository at this point
Copy the full SHA 322b204View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad379cd - Browse repository at this point
Copy the full SHA ad379cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 59c816d - Browse repository at this point
Copy the full SHA 59c816dView commit details
Commits on Apr 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 25f8966 - Browse repository at this point
Copy the full SHA 25f8966View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90f1131 - Browse repository at this point
Copy the full SHA 90f1131View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1c3051 - Browse repository at this point
Copy the full SHA f1c3051View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb1de2f - Browse repository at this point
Copy the full SHA eb1de2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6463ecf - Browse repository at this point
Copy the full SHA 6463ecfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b76b0e - Browse repository at this point
Copy the full SHA 6b76b0eView commit details
Commits on Apr 24, 2020
-
Rollup merge of rust-lang#71235 - estebank:lt-sugg-2, r=ecstatic-morse
Tweak `'static` suggestion code Fix rust-lang#71196.
Configuration menu - View commit details
-
Copy full SHA for 7d8a3ad - Browse repository at this point
Copy the full SHA 7d8a3adView commit details -
Rollup merge of rust-lang#71318 - RalfJung:miri-unleash-cleanup, r=ol…
…i-obk miri-unleash tests: ensure they fire even with 'allow(const_err)' This is easier with `static` than `const` so I switched some of them over.
Configuration menu - View commit details
-
Copy full SHA for 2846aa2 - Browse repository at this point
Copy the full SHA 2846aa2View commit details -
Rollup merge of rust-lang#71428 - tromey:gdb-10-parsing, r=tromey
Let compiletest recognize gdb 10.x git gdb has moved to version 10. My build prints this as its --version: GNU gdb (GDB) 10.0.50.20200420-git Unfortunately this conflicts with this comment in compiletest: // We limit major to 1 digit, otherwise, on openSUSE, we parse the openSUSE version This patch changes the version parsing to follow the GNU coding standard, which accounts for both the openSUSE case as well as handling gdb 10. My debuginfo test run now says: NOTE: compiletest thinks it is using GDB with native rust support NOTE: compiletest thinks it is using GDB version 10000050 ... where previously it failed to find that gdb 10 had rust support.
Configuration menu - View commit details
-
Copy full SHA for 715948e - Browse repository at this point
Copy the full SHA 715948eView commit details -
Rollup merge of rust-lang#71475 - RalfJung:miri-frame-loc, r=ecstatic…
…-morse Miri Frame: use mir::Location to represent position in function I only recently learned that `Location` exists, and it seems to perfectly fit what Miri needs to represent which statement we are currently executing. :) r? @ecstatic-morse
Configuration menu - View commit details
-
Copy full SHA for aa9053a - Browse repository at this point
Copy the full SHA aa9053aView commit details -
Rollup merge of rust-lang#71476 - RalfJung:miri-test-sizes, r=kennytm
more compact way to adjust test sizes for Miri Inspired by @dtolnay
Configuration menu - View commit details
-
Copy full SHA for 08ca447 - Browse repository at this point
Copy the full SHA 08ca447View commit details