Commit 5c67bd5
File tree
725 files changed
+4741
-4019
lines changed- .github/ISSUE_TEMPLATE
- compiler
- rustc_abi/src
- rustc_ast_pretty/src/pprust
- rustc_ast/src/util
- rustc_borrowck/src
- diagnostics
- type_check
- rustc_codegen_gcc/src
- rustc_codegen_llvm/src
- back
- rustc_codegen_ssa/src
- back
- traits
- rustc_const_eval/src
- const_eval
- interpret
- transform
- rustc_data_structures/src/obligation_forest
- rustc_driver/src
- rustc_error_codes/src
- error_codes
- rustc_error_messages
- locales/en-US
- src
- rustc_errors/src
- rustc_expand/src
- mbe
- rustc_feature/src
- rustc_hir_analysis/src
- astconv
- check
- rustc_hir_pretty/src
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_incremental/src
- persist
- rustc_infer/src/infer
- error_reporting
- higher_ranked
- rustc_interface
- src
- rustc_lint_defs/src
- rustc_lint/src
- rustc_metadata/src
- rmeta
- rustc_middle/src
- hir/map
- mir
- ty
- print
- rustc_mir_build/src/build/expr
- rustc_mir_transform/src
- coverage
- rustc_monomorphize/src
- partitioning
- rustc_parse/src
- parser
- rustc_passes/src
- rustc_resolve/src
- rustc_save_analysis/src
- rustc_session/src
- rustc_span/src
- rustc_trait_selection/src
- solve
- search_graph
- traits
- error_reporting
- select
- rustc_traits/src/chalk
- rustc_ty_utils/src
- library
- alloc/src
- collections/vec_deque
- core/src
- convert
- future
- intrinsics
- iter/sources
- mem
- ops
- slice
- task
- std/src
- net
- src
- bootstrap
- doc
- librustdoc/html
- render
- static
- css
- themes
- fonts
- js
- templates
- tools
- bump-stage0/src
- clippy/tests/ui
- miri/tests/fail/unaligned_pointers
- tests
- run-make-fulldeps/type-mismatch-same-crate-name
- run-make/incremental-session-fail
- rustdoc-gui
- rustdoc-ui
- rustdoc
- auxiliary
- const-generics
- inline_cross
- ui
- alloc-error
- argument-suggestions
- array-slice-vec
- associated-consts
- associated-type-bounds
- associated-types
- async-await
- in-trait
- issues
- autoref-autoderef
- binding
- binop
- blind
- block-result
- box
- c-variadic
- closures
- 2229_closure_analysis/diagnostics
- coercion
- compare-method
- confuse-field-and-method
- const-generics
- defaults
- generic_const_exprs
- issues
- consts
- const-eval
- cross
- deref-patterns
- derives
- destructuring-assignment
- diagnostic-width
- did_you_mean
- dst
- dyn-star
- empty
- error-codes
- extern
- feature-gates
- fmt
- fn
- fully-qualified-type
- function-pointer
- functions-closures
- generator
- generic-associated-types
- generics
- half-open-range-patterns
- higher-rank-trait-bounds
- impl-trait
- in-trait
- issues
- include-macros
- inference
- intrinsics
- issues
- issue-74236
- json
- kindck
- lang-items
- let-else
- lifetimes
- lint
- must_not_suspend
- loops
- match
- methods
- issues
- mismatched_types
- mut
- never_type
- nll
- or-patterns
- packed
- parser
- issues
- pattern
- print_type_sizes
- proc-macro
- range
- regions
- repeat-expr
- resolve
- return
- rfc-2005-default-binding-mode
- rfc-2008-non-exhaustive/uninhabited
- rfc-2294-if-let-guard
- rfc-2497-if-let-chains
- rfcs
- rfc-2396-target_feature-11
- rfc-2528-type-changing-struct-update
- self
- span
- specialization
- static
- structs
- str
- suggestions
- traits
- new-solver
- transmutability
- tuple
- type-alias-enum-variants
- type-alias-impl-trait
- type-inference
- typeck
- type
- type-check
- unboxed-closures
- unsized-locals
- unsized
- wf
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
725 files changed
+4741
-4019
lines changed| 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 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
342 | 342 | | |
343 | 343 | | |
344 | 344 | | |
345 | | - | |
| 345 | + | |
346 | 346 | | |
347 | 347 | | |
348 | 348 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1456 | 1456 | | |
1457 | 1457 | | |
1458 | 1458 | | |
| 1459 | + | |
| 1460 | + | |
1459 | 1461 | | |
1460 | 1462 | | |
1461 | 1463 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
74 | 77 | | |
75 | | - | |
76 | | - | |
77 | | - | |
| 78 | + | |
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
344 | 344 | | |
345 | 345 | | |
346 | 346 | | |
347 | | - | |
| 347 | + | |
348 | 348 | | |
349 | 349 | | |
350 | 350 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
190 | 196 | | |
191 | 197 | | |
192 | 198 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
369 | 369 | | |
370 | 370 | | |
371 | 371 | | |
| 372 | + | |
| 373 | + | |
372 | 374 | | |
373 | 375 | | |
374 | 376 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | 131 | | |
144 | 132 | | |
145 | 133 | | |
| |||
0 commit comments