This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree
985 files changed
+1815
-12128
lines changed- compiler
- rustc_apfloat/src
- rustc_ast/src
- rustc_builtin_macros/src
- rustc_codegen_llvm/src
- rustc_codegen_ssa/src
- rustc_driver/src
- rustc_error_codes/src/error_codes
- rustc_errors/src
- rustc_feature/src
- rustc_graphviz/src
- rustc_incremental/src
- rustc_infer/src/infer
- lexical_region_resolve
- rustc_interface/src
- rustc_lint/src
- rustc_llvm/src
- rustc_metadata/src
- rustc_middle/src
- ty
- rustc_passes/src
- rustc_plugin_impl/src
- rustc_privacy/src
- rustc_query_impl/src
- rustc_resolve/src
- rustc_save_analysis/src
- rustc_serialize/src
- rustc_session/src
- rustc_span/src
- rustc_symbol_mangling/src
- rustc_target/src
- rustc_traits/src
- rustc_ty_utils/src
- rustc_typeck/src
- check
- library
- alloc/src
- panic_abort/src
- panic_unwind/src
- proc_macro/src
- profiler_builtins/src
- std/src
- test/src
- unwind/src
- src
- bootstrap
- librustdoc
- test
- mir-opt
- nll
- run-make-fulldeps/rustdoc-error-lines
- ui
- associated-type-bounds
- associated-types
- cache
- async-await
- issues
- multiple-lifetimes
- borrowck
- closure-expected-type
- closures
- closure-expected-type
- const-generics
- consts/const-blocks
- error-codes
- feature-gates
- fn
- generator
- generic-associated-types
- bugs
- extended
- higher-rank-trait-bounds
- normalize-under-binder
- hr-subtype
- hrtb
- impl-header-lifetime-elision
- impl-trait
- multiple-lifetimes
- issues
- kindck
- lifetimes
- lifetime-errors
- lub-glb
- match
- meta
- mismatched_types
- nll
- closure-requirements
- polonius
- relate_tys
- ty-outlives
- user-annotations
- object-lifetime
- parser/issues
- regions
- self
- elision
- suggestions
- lifetimes
- traits
- object
- trait-upcasting
- type-alias-impl-trait
- unboxed-closures
- underscore-lifetime
- variance
- wf
- where-clauses
- tools
- clippy/tests/ui/crashes
- compiletest/src
- tidy/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
985 files changed
+1815
-12128
lines changedLines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 |
| - | |
37 | 36 |
| |
38 | 37 |
| |
39 | 38 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
21 | 20 |
| |
22 | 21 |
| |
23 | 22 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
13 | 12 |
| |
14 | 13 |
| |
15 | 14 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
13 | 12 |
| |
14 | 13 |
| |
15 | 14 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
7 | 6 |
| |
8 | 7 |
| |
9 | 8 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
9 | 8 |
| |
10 | 9 |
| |
11 | 10 |
| |
|
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 |
| |
2 | 4 |
| |
3 | 5 |
| |
4 | 6 |
| |
5 |
| - | |
| 7 | + | |
6 | 8 |
| |
7 | 9 |
| |
8 | 10 |
| |
|
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 |
| |
2 | 4 |
| |
3 | 5 |
| |
4 | 6 |
| |
5 |
| - | |
| 7 | + | |
6 | 8 |
| |
7 | 9 |
| |
8 | 10 |
| |
|
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 |
| |
2 | 4 |
| |
3 | 5 |
| |
4 | 6 |
| |
5 |
| - | |
| 7 | + | |
6 | 8 |
| |
7 | 9 |
| |
8 | 10 |
| |
|
Lines changed: 48 additions & 17 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
7 |
| - | |
8 |
| - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
9 | 9 |
| |
10 |
| - | |
11 |
| - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
12 | 24 |
| |
13 | 25 |
| |
14 | 26 |
| |
15 | 27 |
| |
16 |
| - | |
| 28 | + | |
17 | 29 |
| |
18 | 30 |
| |
19 |
| - | |
| 31 | + | |
20 | 32 |
| |
21 | 33 |
| |
22 |
| - | |
23 |
| - | |
24 |
| - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
25 | 37 |
| |
26 |
| - | |
27 |
| - | |
28 |
| - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
29 | 51 |
| |
30 | 52 |
| |
31 | 53 |
| |
32 | 54 |
| |
33 | 55 |
| |
34 | 56 |
| |
35 |
| - | |
36 |
| - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
37 | 68 |
| |
38 |
| - | |
39 |
| - | |
| 69 | + | |
| 70 | + | |
40 | 71 |
| |
41 | 72 |
|
0 commit comments