Skip to content

Rollup of 14 pull requests #55746

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

Merged
merged 31 commits into from
Nov 7, 2018
Merged
Changes from 2 commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
6df57a7
Slight copy-editing for `std::cell::Cell` docs
goffrie Oct 26, 2018
42d3ef7
Remove unused re import in gdb_rust_pretty_printing
LunaBorowska Oct 28, 2018
20aa751
Choose predicates without inference variables over those with them
Aaron1011 Oct 28, 2018
a7bea73
Don't print opt fuel messages to stdout because it breaks Rustbuild
wesleywiser Oct 24, 2018
dbc3c6e
Make `process_obligations`' computation of `completed` optional.
nnethercote Oct 30, 2018
d22ae75
Fix feature gate only being checked on first repr attr.
bitshifter Oct 30, 2018
84775ed
-C remark: fix incorrect warning about requiring "--debuginfo" instea…
matthiaskrgr Nov 5, 2018
842914e
Add `aarch64-pc-windows-msvc` to deployed targets
alexcrichton Nov 5, 2018
a1c4060
Moved and renamed ui issue tests.
alexreg Nov 5, 2018
22b571d
Add explcit `--error-format` options to tests of print-fuel to sidest…
pnkfelix Nov 6, 2018
66702fc
Run name-anon-globals after LTO passes as well
nikic Nov 2, 2018
2869fda
Update lldb
tromey Nov 1, 2018
46fcf1c
Use trait impl method span when type param mismatch is due to impl Trait
estebank Nov 6, 2018
eca11b9
refactor: use shorthand fields
teresy Nov 6, 2018
ac9d5ec
Rollup merge of #55377 - goffrie:patch-2, r=joshtriplett
kennytm Nov 7, 2018
0156dd2
Rollup merge of #55441 - xfix:patch-12, r=aturon
kennytm Nov 7, 2018
88f214c
Rollup merge of #55453 - Aaron1011:fix/rustdoc-lifetime, r=pnkfelix
kennytm Nov 7, 2018
099c587
Rollup merge of #55495 - wesleywiser:opt_fuel_rustbuild, r=nikomatsakis
kennytm Nov 7, 2018
d64142b
Rollup merge of #55501 - nnethercote:DoCompleted, r=pnkfelix
kennytm Nov 7, 2018
0708a6a
Rollup merge of #55510 - bitshifter:repr-feature-gate-fix, r=petroche…
kennytm Nov 7, 2018
dfa104e
Rollup merge of #55609 - nikic:fix-51947, r=nagisa
kennytm Nov 7, 2018
8f93a3c
Rollup merge of #55688 - alexreg:move-issue-tests, r=estebank
kennytm Nov 7, 2018
3682d31
Rollup merge of #55692 - matthiaskrgr:remark_debuginfo_hint, r=michae…
kennytm Nov 7, 2018
6f10e34
Rollup merge of #55702 - alexcrichton:arm64-msvc-deploy, r=michaelwoe…
kennytm Nov 7, 2018
9dba743
do not print wrapping ranges like normal ranges in diagnostics
RalfJung Nov 3, 2018
b42b9b3
pretty-print scalar range that only has an upper bound
RalfJung Nov 3, 2018
3ec8974
test diagnostics for more ranges
RalfJung Nov 3, 2018
dd9ea2a
Rollup merge of #55728 - tromey:update-lldb, r=alexcrichton
kennytm Nov 7, 2018
e222d1d
Rollup merge of #55730 - estebank:impl-trait-arg-mismatch, r=varkor
kennytm Nov 7, 2018
9d9146a
Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwco
kennytm Nov 7, 2018
4e86576
Rollup merge of #55645 - RalfJung:validity-range-inclusive, r=oli-obk
kennytm Nov 7, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/etc/gdb_rust_pretty_printing.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
# except according to those terms.

import gdb
import re
import sys
import debugger_pretty_printers_common as rustpp

Expand Down