This repository was archived by the owner on May 28, 2025. It is now read-only.
  
  
  
  
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-dep- libc
- tokio
 
- fail- both_borrows
- function_calls
- intrinsics
- tree_borrows
 
- pass-dep- concurrency
- libc
- tokio
 
- pass- shims/x86
- tree_borrows
 
 
 
- rust-analyzer- crates- 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
 
 
- hir- src- term_search
 
 
- 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
- ide/src- hover
- inlay_hints
- syntax_highlighting- test_data
 
 
- intern/src/symbol
- parser- src- grammar
- syntax_kind
 
- test_data- generated
- parser/inline/ok
 
 
- proc-macro-api/src
- proc-macro-srv/src/server_impl
- project-model- src
- test_data- output
 
 
- rust-analyzer- src- bin
- cli
- diagnostics
- handlers
 
- tests- slow-tests
 
 
- salsa
- syntax-bridge/src
- syntax- src- ast- generated
 
 
 
- test-utils/src
- tt/src
- vfs/src
 
- docs/user
- editors/code- src
 
- xtask/src/codegen- grammar
 
 
 
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 changed- .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 | + | |
Lines changed: 26 additions & 0 deletions
| 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 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
| 1 |  | - | |
|  | 1 | + | |
| 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 |  | |
|  | |||
| 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