File tree
498 files changed
+8928
-5903
lines changed- .github/workflows
- compiler
- rustc_abi/src
- layout
- rustc_ast/src
- rustc_ast_lowering/src
- rustc_attr_data_structures/src
- rustc_attr_parsing/src
- attributes
- rustc_borrowck/src/type_check
- rustc_builtin_macros/src
- rustc_codegen_cranelift/src/intrinsics
- rustc_codegen_gcc
- build_system/build_sysroot
- example
- src
- rustc_codegen_llvm
- src
- rustc_codegen_ssa
- src
- back
- link
- mir
- rustc_const_eval/src
- check_consts
- interpret
- rustc_data_structures/src
- rustc_error_messages
- src
- rustc_errors/src
- rustc_expand
- src
- rustc_feature/src
- rustc_fluent_macro/src
- rustc_hir/src
- rustc_hir_analysis
- src
- check
- hir_ty_lowering
- rustc_hir_typeck
- src
- fn_ctxt
- method
- rustc_infer/src
- infer
- outlives
- rustc_interface/src
- rustc_lint/src
- rustc_lint_defs/src
- rustc_macros/src
- rustc_metadata
- src
- rustc_middle/src
- mir
- query
- ty
- rustc_mir_transform/src
- inline
- rustc_next_trait_solver/src
- solve
- normalizes_to
- rustc_parse/src
- parser
- rustc_passes
- src
- rustc_query_system/src
- rustc_session/src
- rustc_smir/src
- rustc_smir
- convert
- stable_mir
- rustc_span/src
- rustc_target
- src
- asm
- callconv
- spec
- targets
- rustc_trait_selection/src
- traits
- rustc_traits/src
- rustc_ty_utils/src
- rustc_type_ir/src
- library
- alloc
- src
- alloctests
- compiler-builtins/compiler-builtins
- src
- mem
- core
- src
- fmt
- intrinsics
- iter/sources
- macros
- num
- pin
- ptr
- docs
- slice
- sync
- coretests/tests
- floats
- fmt
- num
- dec2flt
- panic_abort
- panic_unwind
- rustc-std-workspace-core
- std
- src
- io
- num
- os
- android
- linux
- net/linux_ext
- sys
- alloc
- personality
- tests
- floats
- sync
- unwind
- src
- src
- bootstrap
- src
- core
- build_steps
- builder
- config
- toml
- utils
- build_helper/src
- ci
- citool
- src
- tests
- docker
- host-x86_64/mingw-check-2
- scripts
- github-actions
- scripts
- doc
- rustc/src
- platform-support
- rustc-dev-guide
- src/tests
- librustdoc/clean
- tools
- build-manifest/src
- compiletest/src
- header
- miri
- cargo-miri
- src
- alloc_addresses
- bin
- borrow_tracker
- tree_borrows
- intrinsics
- shims
- unix
- linux_like
- tests
- pass
- both_borrows
- shims
- tree_borrows
- pass-dep/libc
- rust-analyzer
- .github/workflows
- crates
- hir/src
- semantics
- hir-def/src
- macro_expansion_tests/mbe
- hir-ty/src
- infer
- mir
- tests
- ide/src
- inlay_hints
- ide-assists/src/handlers
- ide-completion/src
- completions
- attribute
- tests
- ide-db/src
- ide-diagnostics/src/handlers
- parser
- src
- grammar
- expressions
- syntax_kind
- test_data
- generated
- parser
- err
- inline
- err
- ok
- ok
- proc-macro-srv/src
- server_impl
- project-model/src
- rust-analyzer
- src
- handlers
- lsp
- tests/slow-tests
- syntax
- src/ast
- generated
- test-fixture/src
- docs/book/src
- editors/code
- tests
- assembly/targets
- crashes
- debuginfo
- incremental/hashes
- mir-opt
- run-make
- cpp-global-destructors
- export-executable-symbols
- incr-foreign-head-span
- incr-prev-body-beyond-eof
- incr-test-moved-file
- linker-warning
- moved-src-dir-fingerprint-ice
- rustdoc-json
- fn_pointer
- fns
- methods
- ui
- abi
- async-await
- async-closures
- issues
- attributes
- check-cfg
- cross-crate
- auxiliary
- deprecation
- diagnostic-width
- drop
- dropck
- editions
- feature-gates
- impl-trait
- imports
- inline-const
- intrinsics
- issues
- layout
- lifetimes
- lifetime-errors
- linkage-attr/raw-dylib/windows
- linking
- lint/dead-code
- loops
- macros
- object-lifetime
- parser
- misspelled-keywords
- regions
- repr
- runtime
- rustdoc
- suggestions
- lifetimes
- test-attrs
- track-diagnostics
- traits
- const-traits
- type/pattern_types
- typeck
- unboxed-closures
- unsafe
- variance
- 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.
498 files changed
+8928
-5903
lines changedLines changed: 11 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
14 | 18 |
| |
15 | 19 |
| |
16 | 20 |
| |
| |||
60 | 64 |
| |
61 | 65 |
| |
62 | 66 |
| |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
63 | 74 |
| |
64 | 75 |
| |
65 | 76 |
| |
66 | 77 |
| |
67 | 78 |
| |
68 |
| - | |
69 | 79 |
| |
70 | 80 |
| |
71 | 81 |
| |
|
Lines changed: 34 additions & 20 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
162 | 162 |
| |
163 | 163 |
| |
164 | 164 |
| |
165 |
| - | |
| 165 | + | |
166 | 166 |
| |
167 | 167 |
| |
168 | 168 |
| |
| |||
235 | 235 |
| |
236 | 236 |
| |
237 | 237 |
| |
238 |
| - | |
| 238 | + | |
239 | 239 |
| |
240 | 240 |
| |
241 | 241 |
| |
| |||
2326 | 2326 |
| |
2327 | 2327 |
| |
2328 | 2328 |
| |
2329 |
| - | |
2330 | 2329 |
| |
2331 | 2330 |
| |
2332 | 2331 |
| |
| |||
2509 | 2508 |
| |
2510 | 2509 |
| |
2511 | 2510 |
| |
2512 |
| - | |
| 2511 | + | |
| 2512 | + | |
| 2513 | + | |
| 2514 | + | |
| 2515 | + | |
| 2516 | + | |
| 2517 | + | |
| 2518 | + | |
| 2519 | + | |
| 2520 | + | |
| 2521 | + | |
| 2522 | + | |
| 2523 | + | |
2513 | 2524 |
| |
2514 | 2525 |
| |
2515 | 2526 |
| |
| |||
3109 | 3120 |
| |
3110 | 3121 |
| |
3111 | 3122 |
| |
3112 |
| - | |
| 3123 | + | |
3113 | 3124 |
| |
3114 | 3125 |
| |
3115 | 3126 |
| |
| |||
3118 | 3129 |
| |
3119 | 3130 |
| |
3120 | 3131 |
| |
3121 |
| - | |
| 3132 | + | |
3122 | 3133 |
| |
3123 |
| - | |
| 3134 | + | |
3124 | 3135 |
| |
3125 | 3136 |
| |
| 3137 | + | |
3126 | 3138 |
| |
3127 | 3139 |
| |
3128 | 3140 |
| |
| |||
3422 | 3434 |
| |
3423 | 3435 |
| |
3424 | 3436 |
| |
3425 |
| - | |
| 3437 | + | |
3426 | 3438 |
| |
3427 | 3439 |
| |
3428 | 3440 |
| |
| |||
3463 | 3475 |
| |
3464 | 3476 |
| |
3465 | 3477 |
| |
3466 |
| - | |
| 3478 | + | |
3467 | 3479 |
| |
3468 | 3480 |
| |
3469 | 3481 |
| |
| |||
3640 | 3652 |
| |
3641 | 3653 |
| |
3642 | 3654 |
| |
| 3655 | + | |
3643 | 3656 |
| |
3644 | 3657 |
| |
3645 | 3658 |
| |
| |||
3786 | 3799 |
| |
3787 | 3800 |
| |
3788 | 3801 |
| |
| 3802 | + | |
3789 | 3803 |
| |
3790 | 3804 |
| |
3791 | 3805 |
| |
| |||
4495 | 4509 |
| |
4496 | 4510 |
| |
4497 | 4511 |
| |
4498 |
| - | |
| 4512 | + | |
4499 | 4513 |
| |
4500 | 4514 |
| |
4501 | 4515 |
| |
| |||
5247 | 5261 |
| |
5248 | 5262 |
| |
5249 | 5263 |
| |
5250 |
| - | |
| 5264 | + | |
5251 | 5265 |
| |
5252 | 5266 |
| |
5253 | 5267 |
| |
| |||
5908 | 5922 |
| |
5909 | 5923 |
| |
5910 | 5924 |
| |
5911 |
| - | |
5912 |
| - | |
5913 |
| - | |
5914 |
| - | |
5915 |
| - | |
5916 |
| - | |
5917 |
| - | |
5918 |
| - | |
5919 |
| - | |
5920 | 5925 |
| |
5921 | 5926 |
| |
5922 | 5927 |
| |
| |||
5941 | 5946 |
| |
5942 | 5947 |
| |
5943 | 5948 |
| |
| 5949 | + | |
| 5950 | + | |
| 5951 | + | |
| 5952 | + | |
| 5953 | + | |
| 5954 | + | |
| 5955 | + | |
| 5956 | + | |
| 5957 | + | |
5944 | 5958 |
| |
5945 | 5959 |
| |
5946 | 5960 |
| |
|
Lines changed: 7 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
173 | 173 |
| |
174 | 174 |
| |
175 | 175 |
| |
176 |
| - | |
177 |
| - | |
178 |
| - | |
179 |
| - | |
180 |
| - | |
181 |
| - | |
182 |
| - | |
| 176 | + | |
183 | 177 |
| |
184 | 178 |
| |
185 | 179 |
| |
| |||
435 | 429 |
| |
436 | 430 |
| |
437 | 431 |
| |
438 |
| - | |
| 432 | + | |
439 | 433 |
| |
440 | 434 |
| |
441 | 435 |
| |
442 | 436 |
| |
443 | 437 |
| |
444 |
| - | |
| 438 | + | |
445 | 439 |
| |
446 | 440 |
| |
447 | 441 |
| |
| |||
1289 | 1283 |
| |
1290 | 1284 |
| |
1291 | 1285 |
| |
1292 |
| - | |
| 1286 | + | |
1293 | 1287 |
| |
1294 | 1288 |
| |
1295 | 1289 |
| |
| |||
1308 | 1302 |
| |
1309 | 1303 |
| |
1310 | 1304 |
| |
1311 |
| - | |
| 1305 | + | |
1312 | 1306 |
| |
1313 | 1307 |
| |
1314 | 1308 |
| |
| |||
1342 | 1336 |
| |
1343 | 1337 |
| |
1344 | 1338 |
| |
1345 |
| - | |
| 1339 | + | |
1346 | 1340 |
| |
1347 | 1341 |
| |
1348 | 1342 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| |||
100 | 100 |
| |
101 | 101 |
| |
102 | 102 |
| |
103 |
| - | |
| 103 | + | |
104 | 104 |
| |
105 | 105 |
| |
106 | 106 |
| |
|
0 commit comments