This repository was archived by the owner on Jan 7, 2022. It is now read-only.
File tree
1,215 files changed
+26226
-14978
lines changed- compiler
- rustc_arena/src
- rustc_ast/src
- attr
- rustc_ast_lowering/src
- rustc_ast_passes/src
- rustc_ast_pretty/src/pprust
- rustc_attr/src
- rustc_builtin_macros/src
- deriving
- generic
- rustc_codegen_cranelift/src
- abi
- bin
- debuginfo
- driver
- rustc_codegen_llvm/src
- back
- debuginfo
- rustc_codegen_ssa/src
- back
- debuginfo
- mir
- traits
- rustc_data_structures/src
- graph/scc
- rustc_driver/src
- rustc_error_codes/src/error_codes
- rustc_errors/src
- rustc_expand/src
- mbe
- mut_visit
- rustc_feature/src
- rustc_hir/src
- rustc_incremental/src/persist
- rustc_index/src
- rustc_infer/src
- infer
- canonical
- error_reporting
- nice_region_error
- higher_ranked
- lexical_region_resolve
- nll_relate
- outlives
- traits
- rustc_interface
- src
- rustc_lint
- src
- rustc_lint_defs/src
- rustc_llvm/llvm-wrapper
- rustc_macros/src
- rustc_metadata/src
- rmeta
- decoder
- rustc_middle
- src
- dep_graph
- hir/map
- ich
- infer
- middle
- mir
- interpret
- query
- traits
- ty
- consts
- print
- query
- rustc_mir
- src
- borrow_check
- diagnostics
- region_infer
- type_check
- const_eval
- dataflow
- framework
- interpret
- monomorphize
- partitioning
- transform
- check_consts
- coverage
- test_macros
- src
- util
- rustc_mir_build/src
- build
- expr
- matches
- thir
- cx
- pattern
- rustc_parse/src
- lexer
- parser
- rustc_passes/src
- rustc_privacy/src
- rustc_query_system/src
- dep_graph
- query
- rustc_resolve/src
- late
- rustc_save_analysis/src
- rustc_session/src
- rustc_span/src
- rustc_symbol_mangling/src
- rustc_target/src
- abi
- call
- asm
- spec
- tests
- rustc_trait_selection/src
- traits
- error_reporting
- query
- type_op
- select
- specialize
- rustc_traits
- src
- chalk
- rustc_ty_utils
- src
- rustc_typeck/src
- astconv
- check
- fn_ctxt
- method
- collect
- impl_wf_check
- library
- alloc
- src
- collections
- btree
- map
- tests
- node
- set
- vec_deque
- core
- src
- alloc
- array
- iter
- adapters
- sources
- macros
- mem
- num
- ops
- ptr
- slice
- str
- sync
- task
- tests
- num
- proc_macro/src
- bridge
- std
- src
- backtrace
- collections/hash
- ffi
- fs
- io
- net
- num
- sys
- cloudabi
- shims
- hermit
- sgx
- abi
- unix
- ext
- kernel_copy
- unsupported
- wasi
- wasm
- windows
- ext
- thread
- time
- tests
- test
- src
- helpers
- src
- bootstrap
- ci
- docker/host-x86_64
- dist-i686-freebsd
- dist-various-2
- dist-x86_64-linux
- x86_64-gnu-llvm-9
- github-actions
- scripts
- doc
- rustc/src
- unstable-book/src
- language-features
- library-features
- etc
- librustdoc
- clean
- doctest
- formats
- html
- highlight
- fixtures
- render
- static
- json
- passes
- test
- codegen
- compile-fail
- consts
- debuginfo
- incremental
- add_private_fn_at_krate_root_cc
- change_add_field
- change_private_impl_method
- change_pub_inherent_method_body
- change_pub_inherent_method_sig
- issue-49595
- mir-opt
- inline
- pretty
- run-make
- incr-prev-body-beyond-eof
- issue-36710
- run-make-fulldeps
- coverage-reports-base
- coverage-spanview-base
- rustdoc
- const-generics
- auxiliary
- inline_cross
- rustdoc-ui
- error-in-impl-trait
- ui
- abi
- issues
- associated-types
- ast-json
- async-await
- issues
- multiple-lifetimes
- auxiliary
- bad
- borrowck
- cfg
- chalkify
- closures/2229_closure_analysis
- conditional-compilation
- const-generics
- auxiliary
- const_evaluatable_checked
- issues
- min_const_generics
- consts
- const-eval
- control-flow
- std/net
- cross/cross-file-errors
- destructuring-assignment
- dropck
- error-codes
- expr/compound-assignment
- feature-gate
- feature-gates
- fmt
- generator/print
- generics
- hygiene
- impl-trait/issues
- issues
- layout
- lint
- macros
- malformed
- match
- mir
- auxiliary
- mir-inlining
- mismatched_types
- nll
- parser
- pattern
- usefulness
- auxiliary
- integer-ranges
- print-fuel
- privacy
- proc-macro
- regions
- rfc-2008-non-exhaustive
- rfc-2565-param-attrs
- sanitize
- self
- elision
- span
- suggestions
- test-attrs
- threads-sendsync
- traits
- type/ascription
- ui-fulldeps
- tools
- build-manifest/src
- clippy
- clippy_lints/src
- methods
- utils
- tests/ui
- crashes
- compiletest/src
- rustbook
- src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
1,215 files changed
+26226
-14978
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| 8 | + | |
8 | 9 |
| |
9 | 10 |
| |
10 | 11 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
148 | 148 |
| |
149 | 149 |
| |
150 | 150 |
| |
| 151 | + | |
151 | 152 |
| |
152 | 153 |
| |
153 | 154 |
| |
|
Lines changed: 32 additions & 28 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| |||
132 | 132 |
| |
133 | 133 |
| |
134 | 134 |
| |
135 |
| - | |
| 135 | + | |
136 | 136 |
| |
137 | 137 |
| |
138 | 138 |
| |
139 | 139 |
| |
140 | 140 |
| |
141 |
| - | |
| 141 | + | |
142 | 142 |
| |
143 | 143 |
| |
144 | 144 |
| |
| |||
470 | 470 |
| |
471 | 471 |
| |
472 | 472 |
| |
473 |
| - | |
| 473 | + | |
474 | 474 |
| |
475 |
| - | |
| 475 | + | |
476 | 476 |
| |
477 | 477 |
| |
478 | 478 |
| |
| |||
482 | 482 |
| |
483 | 483 |
| |
484 | 484 |
| |
485 |
| - | |
| 485 | + | |
486 | 486 |
| |
487 |
| - | |
| 487 | + | |
488 | 488 |
| |
489 | 489 |
| |
490 | 490 |
| |
| |||
495 | 495 |
| |
496 | 496 |
| |
497 | 497 |
| |
498 |
| - | |
| 498 | + | |
499 | 499 |
| |
500 |
| - | |
| 500 | + | |
501 | 501 |
| |
502 | 502 |
| |
503 | 503 |
| |
504 | 504 |
| |
505 | 505 |
| |
506 | 506 |
| |
507 | 507 |
| |
508 |
| - | |
| 508 | + | |
509 | 509 |
| |
510 |
| - | |
| 510 | + | |
511 | 511 |
| |
512 | 512 |
| |
513 | 513 |
| |
| |||
731 | 731 |
| |
732 | 732 |
| |
733 | 733 |
| |
| 734 | + | |
| 735 | + | |
| 736 | + | |
| 737 | + | |
| 738 | + | |
| 739 | + | |
| 740 | + | |
734 | 741 |
| |
735 | 742 |
| |
736 | 743 |
| |
| |||
990 | 997 |
| |
991 | 998 |
| |
992 | 999 |
| |
993 |
| - | |
| 1000 | + | |
994 | 1001 |
| |
995 |
| - | |
| 1002 | + | |
996 | 1003 |
| |
997 | 1004 |
| |
998 | 1005 |
| |
| |||
1301 | 1308 |
| |
1302 | 1309 |
| |
1303 | 1310 |
| |
1304 |
| - | |
| 1311 | + | |
1305 | 1312 |
| |
1306 |
| - | |
| 1313 | + | |
1307 | 1314 |
| |
1308 | 1315 |
| |
1309 | 1316 |
| |
| |||
2190 | 2197 |
| |
2191 | 2198 |
| |
2192 | 2199 |
| |
2193 |
| - | |
| 2200 | + | |
2194 | 2201 |
| |
2195 |
| - | |
| 2202 | + | |
2196 | 2203 |
| |
2197 | 2204 |
| |
2198 | 2205 |
| |
2199 | 2206 |
| |
2200 | 2207 |
| |
2201 | 2208 |
| |
2202 |
| - | |
2203 |
| - | |
2204 |
| - | |
2205 |
| - | |
2206 |
| - | |
2207 |
| - | |
2208 | 2209 |
| |
2209 | 2210 |
| |
2210 | 2211 |
| |
| |||
3032 | 3033 |
| |
3033 | 3034 |
| |
3034 | 3035 |
| |
| 3036 | + | |
3035 | 3037 |
| |
3036 | 3038 |
| |
3037 | 3039 |
| |
| |||
3813 | 3815 |
| |
3814 | 3816 |
| |
3815 | 3817 |
| |
3816 |
| - | |
| 3818 | + | |
3817 | 3819 |
| |
3818 | 3820 |
| |
3819 | 3821 |
| |
| |||
3842 | 3844 |
| |
3843 | 3845 |
| |
3844 | 3846 |
| |
| 3847 | + | |
3845 | 3848 |
| |
3846 | 3849 |
| |
3847 | 3850 |
| |
| |||
3941 | 3944 |
| |
3942 | 3945 |
| |
3943 | 3946 |
| |
| 3947 | + | |
3944 | 3948 |
| |
3945 | 3949 |
| |
3946 | 3950 |
| |
| |||
4250 | 4254 |
| |
4251 | 4255 |
| |
4252 | 4256 |
| |
4253 |
| - | |
| 4257 | + | |
4254 | 4258 |
| |
4255 | 4259 |
| |
4256 | 4260 |
| |
| |||
4348 | 4352 |
| |
4349 | 4353 |
| |
4350 | 4354 |
| |
4351 |
| - | |
| 4355 | + | |
4352 | 4356 |
| |
4353 | 4357 |
| |
4354 | 4358 |
| |
| |||
4677 | 4681 |
| |
4678 | 4682 |
| |
4679 | 4683 |
| |
4680 |
| - | |
| 4684 | + | |
4681 | 4685 |
| |
4682 | 4686 |
| |
4683 | 4687 |
| |
|
Lines changed: 141 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 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
1 | 141 |
| |
2 | 142 |
| |
3 | 143 |
| |
| |||
90 | 230 |
| |
91 | 231 |
| |
92 | 232 |
| |
| 233 | + | |
93 | 234 |
| |
94 | 235 |
| |
95 | 236 |
| |
|
0 commit comments