File tree
482 files changed
+2077
-2077
lines changed- compiler
- dustc_ast
- src
- dustc_ast_passes/src
- dustc_builtin_macros/src
- dustc_codegen_cranelift/example
- dustc_codegen_llvm
- src
- dustc_codegen_ssa
- src
- dustc_data_structures/src
- dustc_driver
- src
- dustc_error_codes/src/error_codes
- dustc_errors/src
- dustc_expand/src
- dustc_graphviz/src
- dustc_hir/src
- dustc_incremental/src
- persist
- dustc_infer/src
- infer
- higher_ranked
- lexical_region_resolve
- region_constraints
- traits
- error_reporting
- dustc_lexer/src
- dustc_lint/src
- dustc_lint_defs/src
- dustc_llvm/src
- dustc_metadata/src
- dustc_middle
- src
- dep_graph
- hir
- middle
- mir
- traits
- ty
- dustc_mir/src
- borrow_check/diagnostics
- interpret
- dustc_mir_build/src/thir/pattern
- dustc_parse/src
- lexer
- parser
- dustc_parse_format/src
- dustc_passes/src
- dustc_plugin_impl/src
- dustc_privacy/src
- dustc_query_impl/src
- dustc_query_system/src
- dep_graph
- query
- dustc_resolve/src
- late
- dustc_save_analysis/src
- dustc_serialize/src
- dustc_span/src
- dustc_symbol_mangling/src
- dustc_target
- src
- dustc_trait_selection/src
- traits
- error_reporting
- select
- specialize
- dustc_ty_utils/src
- dustc_typeck
- src
- astconv
- check
- fn_ctxt
- method
- structured_errors
- variance
- library
- alloc
- src
- tests
- core
- benches
- src
- char
- fmt/rt
- hash
- macros
- mem
- ops
- ptr
- slice
- panic_abort/src
- panic_unwind/src
- proc_macro/src
- std/src
- term/src
- test/src
- src
- bootstrap
- build_helper
- ci
- docker
- host-x86_64
- armhf-gnu
- dist-i686-linux
- dist-powerpc64le-linux
- dist-riscv64-linux
- dist-various-1
- dist-various-2
- dist-x86_64-linux
- dist-x86_64-netbsd
- scripts
- github-actions
- scripts
- doc
- dustc/src
- targets
- dustdoc/src
- man
- unstable-book/src
- compiler-flags
- language-features
- library-features
- etc/installer
- msi
- libdustdoc
- clean
- formats
- html
- markdown
- static
- test
- dustdoc
- intra-doc
- dustdoc-ui
- run-make/x86_64-fortanix-unknown-sgx-lvi/enclave
- ui
- associated-consts
- associated-item
- associated-types
- async-await
- bad
- coherence
- compare-method
- conditional-compilation
- const-generics
- const_evaluatable_checked
- consts
- did_you_mean
- dust-2018
- editions
- empty
- error-codes
- extern
- feature-gates
- fmt
- fn
- foreign
- generics
- hrtb
- impl-trait
- in-band-lifetimes
- issues
- kindck
- lint
- loops
- malformed
- match
- nll
- object-safety
- or-patterns
- parser
- pattern/usefulness
- recursion
- regions
- resolve
- self
- specialization
- str
- structs
- suggestions
- traits
- alias
- negative-impls
- object
- wf-object
- type
- uninhabited
- wf
- tools
- build-manifest
- clippy
- .github/ISSUE_TEMPLATE
- clippy_lints/src
- loops
- methods
- transmute
- types
- clippy_utils/src
- doc
- tests
- ui
- error_index_generator
- lint-docs
- src
- unicode-table-generator
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
482 files changed
+2077
-2077
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
|
+9-9
+1,064-1,064
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
| 27 | + | |
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
483 | 483 |
| |
484 | 484 |
| |
485 | 485 |
| |
486 |
| - | |
| 486 | + | |
487 | 487 |
| |
488 | 488 |
| |
489 | 489 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
|
0 commit comments