File tree
807 files changed
+11180
-6270
lines changed- compiler
- rustc_ast_lowering/src
- rustc_ast_pretty/src/pprust
- state
- rustc_ast/src
- attr
- expand
- util
- rustc_attr/src
- rustc_borrowck/src
- diagnostics
- rustc_builtin_macros/src
- rustc_codegen_gcc/src
- rustc_codegen_llvm/src
- rustc_codegen_ssa
- src
- back
- debuginfo
- mir
- rustc_const_eval/src/transform/check_consts
- rustc_data_structures/src
- graph
- dominators
- scc
- obligation_forest
- rustc_driver/src
- rustc_error_codes/src
- error_codes
- rustc_error_messages/locales/en-US
- rustc_errors
- src
- rustc_expand/src/mbe
- rustc_feature/src
- rustc_graphviz/src
- rustc_hir_analysis/src
- astconv
- check
- coherence
- collect
- structured_errors
- rustc_hir_pretty/src
- rustc_hir_typeck/src
- fn_ctxt
- generator_interior/drop_ranges
- method
- rustc_hir/src
- rustc_index/src
- rustc_infer/src
- errors
- infer
- error_reporting
- nice_region_error
- rustc_interface/src
- rustc_lint/src
- rustc_llvm
- rustc_log/src
- rustc_macros/src
- diagnostics
- symbols
- rustc_metadata/src
- rmeta
- decoder
- rustc_middle/src
- hir/map
- mir
- ty
- util
- rustc_mir_build/src
- thir/pattern
- rustc_mir_dataflow/src
- framework
- move_paths
- rustc_mir_transform/src
- rustc_monomorphize
- src
- partitioning
- rustc_parse_format/src
- rustc_parse/src/parser
- rustc_privacy/src
- rustc_query_impl
- src
- rustc_query_system/src
- dep_graph
- query
- rustc_resolve/src
- rustc_save_analysis/src
- rustc_session/src
- rustc_span/src
- rustc_symbol_mangling/src
- typeid
- rustc_target/src
- abi/call
- asm
- spec
- rustc_trait_selection/src
- solve
- traits
- error_reporting
- select
- rustc_traits/src
- rustc_transmute/src/layout
- rustc_ty_utils/src
- rustc_type_ir/src
- library
- alloc
- benches
- src
- boxed
- collections
- binary_heap
- linked_list
- vec_deque
- slice
- vec
- tests
- core
- benches/num/int_log
- src
- future
- iter/sources
- macros
- str
- tests
- num/flt2dec
- std
- src
- collections/hash
- map
- fs
- sync/rwlock
- sys_common
- tests
- test/src
- formatters
- term/terminfo
- src
- bootstrap
- ci/docker
- host-x86_64
- dist-various-2
- x86_64-gnu-tools
- scripts
- doc
- rustc/src
- platform-support
- unstable-book/src/compiler-flags
- etc
- librustdoc
- clean
- html
- render
- static
- css
- js
- templates
- json
- passes
- test
- assembly/stack-protector
- codegen
- incremental/hashes
- mir-opt
- const_prop
- dataflow-const-prop
- dead-store-elimination
- dest-prop
- run-make/dump-mono-stats
- rustdoc-gui
- src/lib2
- http
- implementors
- rustdoc-json
- primitives
- reexport
- rustdoc-ui
- rustdoc
- src-links
- ui
- alloc-error
- argument-suggestions
- associated-consts
- associated-types
- async-await/in-trait
- borrowck
- c-variadic
- chalkify
- bugs
- check-cfg
- closures
- 2229_closure_analysis/diagnostics/borrowck
- codegen
- coherence
- command
- compare-method
- const-generics
- generic_const_exprs
- consts
- dropck
- drop
- enum-discriminant
- error-codes
- extern
- fmt
- fn
- generator
- generic-associated-types
- generics
- higher-rank-trait-bounds
- illegal-sized-bound
- impl-trait
- explicit-generic-args-with-impl-trait
- in-trait
- issues
- implied-bounds
- issues
- layout
- lexer
- lifetimes
- macros
- methods
- issues
- mismatched_types
- nll
- parser
- issues
- privacy
- process
- regions
- resolve
- rfc-0107-bind-by-move-pattern-guards
- span
- specialization/min_specialization
- suggestions
- traits
- tuple
- typeck
- type
- ascription
- type-check
- ufcs
- unboxed-closures
- underscore-lifetime
- unsafe
- auxiliary
- wf
- tools
- build-manifest/src
- build_helper
- src
- bump-stage0/src
- clippy
- clippy_lints/src
- casts
- loops
- matches
- unit_types
- utils/internal_lints
- clippy_utils/src
- compiletest/src
- error_index_generator
- jsondoclint
- src
- validator
- miri
- rustc-workspace-hack
- rustdoc-gui
- rustfmt/tests/target
- tidy
- src
- x/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
807 files changed
+11180
-6270
lines changedLarge diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2170 | 2170 | | |
2171 | 2171 | | |
2172 | 2172 | | |
2173 | | - | |
| 2173 | + | |
2174 | 2174 | | |
2175 | 2175 | | |
2176 | | - | |
| 2176 | + | |
2177 | 2177 | | |
2178 | 2178 | | |
2179 | 2179 | | |
| |||
2185 | 2185 | | |
2186 | 2186 | | |
2187 | 2187 | | |
2188 | | - | |
| 2188 | + | |
2189 | 2189 | | |
2190 | 2190 | | |
2191 | 2191 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
217 | | - | |
| 217 | + | |
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | | - | |
| 225 | + | |
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
313 | | - | |
| 313 | + | |
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
129 | | - | |
130 | | - | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
131 | 131 | | |
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 | + | |
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| |||
756 | 756 | | |
757 | 757 | | |
758 | 758 | | |
759 | | - | |
| 759 | + | |
760 | 760 | | |
761 | 761 | | |
762 | 762 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
261 | | - | |
262 | | - | |
| 261 | + | |
263 | 262 | | |
264 | 263 | | |
265 | 264 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
| 171 | + | |
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
| 195 | + | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
| 203 | + | |
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| |||
333 | 333 | | |
334 | 334 | | |
335 | 335 | | |
336 | | - | |
| 336 | + | |
337 | 337 | | |
338 | 338 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
265 | | - | |
| 265 | + | |
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
| |||
0 commit comments