File tree
372 files changed
+10401
-3330
lines changed- library
- src/tools
- miri
- bench-cargo-miri/slice-chunked
- src
- src
- borrow_tracker
- tree_borrows
- tree
- concurrency
- shims/unix
- linux
- test_dependencies
- tests
- fail
- both_borrows
- function_calls
- intrinsics
- tree_borrows
- fail-dep
- libc
- tokio
- pass
- shims/x86
- tree_borrows
- pass-dep
- concurrency
- libc
- tokio
- rust-analyzer
- crates
- hir
- src
- term_search
- hir-def
- src
- body
- hir
- item_tree
- macro_expansion_tests
- nameres
- tests
- hir-expand/src
- hir-ty
- src
- consteval
- diagnostics
- match_check
- infer
- layout
- mir
- eval
- lower
- tests
- ide/src
- hover
- inlay_hints
- syntax_highlighting
- test_data
- ide-assists/src
- handlers
- tests
- utils
- ide-completion
- src
- completions
- attribute
- item_list
- context
- render
- tests
- ide-db
- src
- imports
- syntax_helpers
- ide-diagnostics
- src
- handlers
- ide-ssr/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
372 files changed
+10401
-3330
lines changedDiff for: library/backtrace
- .github/workflows/main.yml+167-169
- Cargo.lock+94-31
- Cargo.toml+6-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+5-6
- 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_dl_iterate_phdr.rs+36-17
- 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+664
- 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 | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + |
Diff for: src/tools/miri/rust-version
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + |
+6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
74 | 80 |
| |
75 | 81 |
| |
76 | 82 |
| |
|
+39-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
130 | 130 |
| |
131 | 131 |
| |
132 | 132 |
| |
133 |
| - | |
| 133 | + | |
134 | 134 |
| |
135 | 135 |
| |
136 | 136 |
| |
| |||
267 | 267 |
| |
268 | 268 |
| |
269 | 269 |
| |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
270 | 308 |
| |
271 | 309 |
| |
272 | 310 |
| |
|
0 commit comments