This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 64c470f
committed
Auto merge of rust-lang#129642 - workingjubilee:bump-backtrace-fc37b22, r=<try>
Bump backtrace to rust-lang/backtrace-rs@fc37b22
It should be 0.3.74~ish.
This should help with backtraces on Android, QNX NTO 7.0, and Windows.
try-job: arm-androidFile tree
8 files changed
+25
-6
lines changed- compiler/rustc_codegen_ssa/src
- mir
- library
- core/src
- tests/ui/extern
8 files changed
+25
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
790 | 790 | | |
791 | 791 | | |
792 | 792 | | |
| 793 | + | |
| 794 | + | |
793 | 795 | | |
794 | 796 | | |
795 | 797 | | |
796 | 798 | | |
797 | 799 | | |
798 | 800 | | |
799 | | - | |
| 801 | + | |
800 | 802 | | |
801 | 803 | | |
802 | 804 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
75 | 83 | | |
76 | 84 | | |
77 | 85 | | |
78 | 86 | | |
79 | 87 | | |
80 | | - | |
| 88 | + | |
81 | 89 | | |
82 | 90 | | |
83 | 91 | | |
| |||
- .github/workflows/main.yml+167-169
- Cargo.lock+123-31
- Cargo.toml+3-26
- bindings.txt+63
- build.rs-55
- ci/android-ndk.sh+2-2
- ci/docker/arm-linux-androideabi/Dockerfile+1-1
- ci/docker/armv7-linux-androideabi/Dockerfile+1-1
- ci/docker/i686-linux-android/Dockerfile+1-1
- crates/as-if-std/Cargo.toml+4-4
- crates/as-if-std/build.rs-8
- crates/cpp_smoke_test/Cargo.toml+1
- src/backtrace/dbghelp32.rs+8-8
- src/backtrace/dbghelp64.rs+11-11
- src/backtrace/mod.rs-1
- src/capture.rs+110-15
- src/dbghelp.rs+71-129
- src/lib.rs+2-1
- src/print.rs+2-3
- src/symbolize/dbghelp.rs+10-10
- src/symbolize/gimli.rs+7-8
- src/symbolize/gimli/libs_windows.rs+2-2
- src/symbolize/gimli/mmap_windows.rs+7-5
- src/symbolize/mod.rs+2-2
- src/windows.rs-749
- src/windows_sys.rs+893
- tests/concurrent-panics.rs+3-3
- tests/current-exe-mismatch.rs+10
- tests/skip_inner_frames.rs+8-5
- tests/smoke.rs+21-19
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
| 215 | + | |
215 | 216 | | |
216 | 217 | | |
217 | 218 | | |
| |||
222 | 223 | | |
223 | 224 | | |
224 | 225 | | |
| 226 | + | |
225 | 227 | | |
226 | 228 | | |
227 | 229 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
| |||
92 | 93 | | |
93 | 94 | | |
94 | 95 | | |
| 96 | + | |
95 | 97 | | |
96 | 98 | | |
| 99 | + | |
97 | 100 | | |
98 | 101 | | |
99 | 102 | | |
| |||
116 | 119 | | |
117 | 120 | | |
118 | 121 | | |
| 122 | + | |
119 | 123 | | |
120 | 124 | | |
121 | 125 | | |
122 | 126 | | |
123 | 127 | | |
| 128 | + | |
124 | 129 | | |
125 | 130 | | |
126 | 131 | | |
| |||
132 | 137 | | |
133 | 138 | | |
134 | 139 | | |
| 140 | + | |
135 | 141 | | |
136 | 142 | | |
137 | 143 | | |
138 | 144 | | |
139 | 145 | | |
140 | 146 | | |
141 | 147 | | |
| 148 | + | |
142 | 149 | | |
143 | 150 | | |
144 | 151 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
0 commit comments