Skip to content
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 11 pull requests #129391

Closed
wants to merge 30 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
07481b9
use old ctx if has same expand environment during decode span
bvanjoi Jul 4, 2024
0b87af9
Add `-Z embed-source=yes` to embed source code in DWARF debug info
Mrmaxmeier Apr 27, 2024
608901b
Add run-make test for -Zembed-source=yes
Mrmaxmeier Jul 16, 2024
e518451
Enable `f16` on x86 and x86-64
tgross35 Jul 29, 2024
0a5d5ff
Change `f16` doctests in core to run on x86-64
tgross35 Jul 29, 2024
8a61674
WASI fixing unsafe_op_in_unsafe_fn for std::{os, sys}
g0djan Aug 5, 2024
6899f5a
-Zembed-source: Don't try to warn about incompatible codegen backends
Mrmaxmeier Aug 6, 2024
10ef666
Add more test cases for untranslatable_diagnostic lint
GrigorenkoPV Aug 10, 2024
3cc2a6f
`untranslatable_diagnostic` lint: point at the untranslated thing
GrigorenkoPV Aug 10, 2024
e94a4ee
Refactor: `diagnostic_outside_of_impl`, `untranslatable_diagnostic`
GrigorenkoPV Aug 10, 2024
76fbf0a
Test wholearchive on rust staticlib
ChrisDenton Aug 18, 2024
9d7574f
rustdoc: animate the `:target` highlight
notriddle Aug 19, 2024
40af214
Make import libraries compatible with wholearchive
ChrisDenton Aug 19, 2024
c836739
Change `assert_unsafe_precondition` docs to refer to `check_language_ub`
ChaiTRex Aug 21, 2024
81c00dd
Add `const_cell_into_inner` to `OnceCell`
tgross35 Aug 21, 2024
7232a07
Explain the `run-make/debugger-visualizer-dep-info` Python script
Zalathar Aug 22, 2024
5fc562c
Rename `foo.py` to `my_gdb_script.py`
Zalathar Aug 22, 2024
34cdfc9
Advise against removing `run-make/libtest-junit/validate_junit.py`
Zalathar Aug 22, 2024
ca7c55f
Do not rely on names to find lifetimes.
cjgillot Aug 22, 2024
0dbfe1b
Rollup merge of #126985 - Mrmaxmeier:dwarf-embed-source, r=davidtwco
jieyouxu Aug 22, 2024
35d6344
Rollup merge of #127279 - bvanjoi:fix-112680, r=petrochenkov
jieyouxu Aug 22, 2024
c7afff3
Rollup merge of #128349 - tgross35:x86-f16, r=Noratrieb
jieyouxu Aug 22, 2024
765a045
Rollup merge of #128432 - g0djan:godjan/wasi_prohibit_implicit_unsafe…
jieyouxu Aug 22, 2024
126a5c2
Rollup merge of #128941 - GrigorenkoPV:internal-diagnostic-lints, r=d…
jieyouxu Aug 22, 2024
f24be46
Rollup merge of #129257 - ChrisDenton:rename-null-descriptor, r=jieyouxu
jieyouxu Aug 22, 2024
ccdaea7
Rollup merge of #129284 - notriddle:notriddle/animate-target=light, r…
jieyouxu Aug 22, 2024
738014a
Rollup merge of #129376 - ChaiTRex:assert_unsafe_precondition_check_l…
jieyouxu Aug 22, 2024
18d4e5b
Rollup merge of #129382 - tgross35:once-cell-const-into-inner, r=Nora…
jieyouxu Aug 22, 2024
a75f9b9
Rollup merge of #129387 - Zalathar:python-apologia, r=jieyouxu
jieyouxu Aug 22, 2024
24e7d69
Rollup merge of #129388 - cjgillot:region-def-id, r=compiler-errors
jieyouxu Aug 22, 2024
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
Prev Previous commit
Next Next commit
Explain the run-make/debugger-visualizer-dep-info Python script
  • Loading branch information
Zalathar committed Aug 22, 2024
commit 7232a07f5a44831b794be120b8bfd52b856a13f6
7 changes: 6 additions & 1 deletion tests/run-make/debugger-visualizer-dep-info/foo.py
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
# empty
# This is a Python script, but we don't actually run it.
# So if you're trying to remove Python scripts from the test suite,
# be aware that there's no value in trying to get rid of this one.
#
# It just needs to exist so that the compiler can embed it via
# `#![debugger_visualizer(gdb_script_file = "...")]`.