File tree
244 files changed
+807
-618
lines changed- compiler
- rustc_ast_lowering/src
- rustc_ast_passes/src
- rustc_borrowck/src
- diagnostics
- rustc_codegen_cranelift/src
- driver
- rustc_const_eval/src/check_consts
- rustc_hir_analysis/src
- collect
- hir_ty_lowering
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_lint
- src
- rustc_metadata/src
- rmeta
- rustc_middle/src/ty
- rustc_parse/src/parser
- rustc_resolve/src
- late
- rustc_session/src
- rustc_span/src
- rustc_trait_selection/src/traits
- library
- alloc/src
- core
- src
- alloc
- intrinsics
- mem
- task
- tests
- src
- bootstrap/src/core/builder
- doc/unstable-book/src/compiler-flags
- tools/miri/tests/pass
- issues
- tests
- coverage
- auxiliary
- crashes
- mir-opt
- run-make/missing-unstable-trait-bound
- rustdoc-ui
- issues
- synthetic-auto-trait-impls
- ui
- associated-types
- async-await
- async-closures
- auxiliary
- async-fn/auxiliary
- in-trait
- auto-traits
- binop
- borrowck
- builtin-superkinds
- closures
- coherence/fuzzing
- const-generics
- generic_arg_infer
- issues
- consts
- coroutine
- dropck
- drop
- dyn-star
- error-codes
- errors
- trait-bound-error-spans
- traits
- generic-associated-types
- higher-ranked
- trait-bounds
- normalize-under-binder
- impl-trait
- in-trait
- issues
- kindck
- layout
- lazy-type-alias
- methods
- mir/validate
- missing-trait-bounds
- moves
- regions
- resolve
- sanitizer/cfi
- specialization
- defaultimpl
- min_specialization
- suggestions
- trait-bounds
- traits
- alias
- bound
- const-traits
- inductive-overflow
- inheritance
- next-solver
- diagnostics
- typeck
- tuple
- type-alias-impl-trait
- type-alias
- typeck
- type
- type-check
- union
- unop
- wf
- where-clauses
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
244 files changed
+807
-618
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2011 | 2011 |
| |
2012 | 2012 |
| |
2013 | 2013 |
| |
2014 |
| - | |
| 2014 | + | |
| 2015 | + | |
2015 | 2016 |
| |
2016 | 2017 |
| |
2017 | 2018 |
| |
|
Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| 7 | + | |
7 | 8 |
| |
8 |
| - | |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| |||
690 | 690 |
| |
691 | 691 |
| |
692 | 692 |
| |
| 693 | + | |
693 | 694 |
| |
694 | 695 |
| |
695 | 696 |
| |
|
Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1450 | 1450 |
| |
1451 | 1451 |
| |
1452 | 1452 |
| |
| 1453 | + | |
1453 | 1454 |
| |
1454 | 1455 |
| |
1455 | 1456 |
| |
| |||
1463 | 1464 |
| |
1464 | 1465 |
| |
1465 | 1466 |
| |
1466 |
| - | |
1467 |
| - | |
1468 |
| - | |
| 1467 | + | |
| 1468 | + | |
| 1469 | + | |
1469 | 1470 |
| |
1470 | 1471 |
| |
1471 | 1472 |
| |
|
Lines changed: 4 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
| 36 | + | |
36 | 37 |
| |
37 |
| - | |
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
| |||
524 | 524 |
| |
525 | 525 |
| |
526 | 526 |
| |
527 |
| - | |
| 527 | + | |
528 | 528 |
| |
529 | 529 |
| |
530 | 530 |
| |
| |||
540 | 540 |
| |
541 | 541 |
| |
542 | 542 |
| |
543 |
| - | |
544 |
| - | |
545 |
| - | |
546 |
| - | |
| 543 | + | |
| 544 | + | |
547 | 545 |
| |
548 | 546 |
| |
549 | 547 |
| |
|
Lines changed: 2 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
77 |
| - | |
| 77 | + | |
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
| |||
276 | 276 |
| |
277 | 277 |
| |
278 | 278 |
| |
279 |
| - | |
280 |
| - | |
281 |
| - | |
282 |
| - | |
283 |
| - | |
284 |
| - | |
| 279 | + | |
285 | 280 |
| |
286 | 281 |
| |
287 | 282 |
| |
|
Lines changed: 2 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
189 | 189 |
| |
190 | 190 |
| |
191 | 191 |
| |
192 |
| - | |
| 192 | + | |
193 | 193 |
| |
194 | 194 |
| |
195 | 195 |
| |
196 | 196 |
| |
197 | 197 |
| |
198 |
| - | |
199 |
| - | |
200 |
| - | |
201 |
| - | |
202 |
| - | |
203 |
| - | |
| 198 | + | |
204 | 199 |
| |
205 | 200 |
| |
206 | 201 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
140 | 140 |
| |
141 | 141 |
| |
142 | 142 |
| |
143 |
| - | |
| 143 | + | |
144 | 144 |
| |
145 | 145 |
| |
146 | 146 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
419 | 419 |
| |
420 | 420 |
| |
421 | 421 |
| |
422 |
| - | |
| 422 | + | |
423 | 423 |
| |
424 | 424 |
| |
425 | 425 |
| |
|
Lines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
279 | 279 |
| |
280 | 280 |
| |
281 | 281 |
| |
282 |
| - | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
283 | 289 |
| |
284 | 290 |
| |
285 | 291 |
| |
|
Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
307 | 307 |
| |
308 | 308 |
| |
309 | 309 |
| |
310 |
| - | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
311 | 315 |
| |
312 | 316 |
| |
313 | 317 |
| |
|
0 commit comments