File tree
286 files changed
+145
-508
lines changed- compiler
- rustc_ast/src
- rustc_ast_lowering/src
- rustc_ast_passes/src
- rustc_borrowck/src
- region_infer
- type_check
- rustc_builtin_macros/src
- rustc_codegen_cranelift/src
- abi
- intrinsics
- rustc_codegen_llvm/src
- debuginfo
- rustc_codegen_ssa/src/mir
- rustc_const_eval/src/transform/check_consts
- rustc_data_structures/src
- fingerprint
- graph/implementation
- intern
- obligation_forest
- sip128
- rustc_errors/src
- json
- markdown/tests
- rustc_expand/src
- rustc_hir_analysis/src/check
- rustc_hir_pretty/src
- rustc_hir_typeck/src
- fn_ctxt
- rustc_incremental/src/persist
- rustc_infer/src/errors
- rustc_interface/src
- rustc_lint/src
- rustc_macros/src
- rustc_metadata/src/rmeta
- rustc_middle/src
- hir/map
- middle
- mir
- ty
- print
- rustc_mir_build/src
- build/expr
- thir/pattern
- rustc_mir_dataflow/src/framework
- rustc_mir_transform/src
- coverage
- rustc_parse/src/parser
- rustc_query_system/src
- dep_graph
- query
- rustc_smir/src/rustc_smir
- rustc_span/src
- source_map
- rustc_trait_selection/src/traits
- rustc_ty_utils/src
- stable_mir/src
- library
- alloc
- benches
- btree
- src
- collections
- binary_heap
- btree
- map
- set
- ffi/c_str
- rc
- sync
- tests
- core
- benches/num/flt2dec
- strategy
- src
- array
- char
- convert
- future
- iter/adapters
- mem
- ops
- ptr
- slice
- task
- tests
- hash
- iter
- adapters
- num
- std/src
- backtrace
- env
- ffi/os_str
- io/error
- net
- tcp
- udp
- os/unix
- path
- sync/mpsc
- sys_common/wtf8
- test/src
- term/terminfo/parm
- src
- librustdoc
- clean
- cfg
- types
- html/render
- tools
- clippy/clippy_lints/src
- loops
- methods
- miri
- src
- borrow_tracker
- stacked_borrows
- tree_borrows
- concurrency
- shims
- unix
- linux
- tests
- pass
- pass-dep/shims
- rust-analyzer/crates/stdx/src
- rustfmt/src
- config
- emitter
- tests
- ui
- box
- unit
- coherence
- consts
- coroutine
- extern
- for-loop-while
- issues
- moves
- overloaded
- regions
- specialization
- stdlib-unit-tests
- structs-enums
- suggestions
- traits
- inheritance
- negative-impls
- wf-object
- ufcs
- unboxed-closures
- zero-sized
- ui-fulldeps
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
286 files changed
+145
-508
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| 10 | + | |
10 | 11 |
| |
11 | 12 |
| |
12 | 13 |
| |
13 |
| - | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
|
0 commit comments