This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit debf88a
File tree
381 files changed
+2830
-1407
lines changed- compiler
- rustc_ast/src
- rustc_ast_pretty/src/pprust
- rustc_builtin_macros/src
- assert
- deriving
- rustc_codegen_cranelift/src/driver
- rustc_codegen_gcc/src
- rustc_codegen_llvm/src
- back
- coverageinfo
- debuginfo
- llvm
- rustc_codegen_ssa
- src
- back
- mir
- traits
- rustc_const_eval
- src
- const_eval
- interpret
- transform/check_consts
- util
- rustc_error_messages/src
- rustc_expand/src
- mbe
- rustc_hir_analysis/src/check
- rustc_hir_typeck/src
- rustc_incremental/src
- persist
- rustc_infer
- src/infer/error_reporting
- rustc_interface/src
- rustc_lint
- src
- context
- diagnostics
- rustc_llvm/llvm-wrapper
- rustc_metadata
- src
- rmeta
- decoder
- rustc_middle/src
- hir/map
- hooks
- middle
- mir
- interpret
- allocation
- query
- ty
- inhabitedness
- print
- util
- rustc_mir_build
- src
- build
- custom
- expr
- matches
- thir
- cx
- pattern
- rustc_mir_dataflow/src
- framework
- impls
- move_paths
- rustc_mir_transform/src
- rustc_monomorphize/src
- collector
- rustc_parse/src
- lexer
- parser
- rustc_passes/src
- rustc_resolve/src
- rustc_session/src
- rustc_smir/src/rustc_smir
- rustc_ty_utils/src
- stable_mir/src
- mir
- library
- core
- src
- fmt
- slice
- str
- task
- tests
- proc_macro/src
- std
- src
- sys/thread_local
- fast_local
- thread
- src
- bootstrap/src
- librustdoc
- clean
- formats
- passes
- tools
- clippy/clippy_utils/src
- compiletest/src
- miri
- src
- concurrency
- intrinsics
- shims/x86
- tests/fail/intrinsics
- run-make-support/src
- tidy/src
- tests
- codegen
- crashes
- run-make
- alloc-no-oom-handling
- alloc-no-rc
- alloc-no-sync
- core-no-oom-handling
- deref-impl-rustdoc-ice
- external-crate-panic-handle-no-lint
- issue-24445
- issue-30063
- issue-38237
- issue-46239
- issue-53964
- non-pie-thread-local
- reset-codegen-1
- rustdoc-scrape-examples-macros
- ui
- async-await
- check-cfg
- consts
- extern-flag
- fn
- inference
- lint
- loops
- parser
- privacy/pub-priv-dep
- auxiliary
- pub
- rfcs/rfc-2396-target_feature-11
- threads-sendsync
- unsafe
- unsafe_op_in_unsafe_fn
- ui-fulldeps/stable-mir
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
381 files changed
+2830
-1407
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 | 18 |
| |
22 | 19 |
| |
23 | 20 |
| |
| |||
240 | 237 |
| |
241 | 238 |
| |
242 | 239 |
| |
243 |
| - | |
244 |
| - | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
245 | 245 |
| |
246 | 246 |
| |
247 | 247 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2350 | 2350 |
| |
2351 | 2351 |
| |
2352 | 2352 |
| |
2353 |
| - | |
| 2353 | + | |
| 2354 | + | |
| 2355 | + | |
| 2356 | + | |
| 2357 | + | |
2354 | 2358 |
| |
2355 | 2359 |
| |
2356 | 2360 |
| |
| 2361 | + | |
| 2362 | + | |
2357 | 2363 |
| |
2358 | 2364 |
| |
2359 | 2365 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| 16 | + | |
16 | 17 |
| |
17 | 18 |
| |
18 | 19 |
| |
|
There was a problem loading the remainder of the diff.
0 commit comments