File tree
706 files changed
+12472
-6270
lines changed- compiler
- rustc_arena/src
- rustc_ast_lowering/src
- rustc_ast_passes/src
- rustc_ast/src
- util
- rustc_attr/src
- rustc_borrowck/src
- rustc_builtin_macros/src
- rustc_codegen_ssa
- src
- rustc_const_eval/src
- const_eval
- transform
- rustc_data_structures/src
- rustc_errors/src
- rustc_expand/src/mbe
- rustc_feature/src
- rustc_hir_analysis/src
- astconv
- check
- compare_impl_item
- coherence
- collect
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_hir/src
- rustc_incremental/src/persist
- rustc_infer/src/infer
- error_reporting
- relate
- rustc_interface/src
- rustc_lexer/src
- rustc_lint_defs/src
- rustc_lint
- src
- rustc_macros/src/diagnostics
- rustc_middle/src
- middle
- mir
- interpret
- ty
- print
- rustc_mir_build/src
- build/expr
- thir
- pattern
- rustc_mir_dataflow/src
- rustc_mir_transform/src
- rustc_monomorphize/src
- rustc_parse_format/src
- rustc_passes/src
- rustc_pattern_analysis/src
- rustc_privacy/src
- rustc_query_system/src/dep_graph
- rustc_resolve/src
- rustc_session/src
- rustc_smir/src
- rustc_internal
- rustc_smir
- convert
- rustc_span/src
- rustc_trait_selection/src/traits
- error_reporting
- select
- specialize
- rustc_ty_utils/src
- library
- alloc
- src
- vec
- tests
- core
- benches
- src
- iter
- adapters
- sources
- num
- ops
- slice
- str
- tests
- iter
- adapters
- proc_macro/src
- std
- src
- os
- unix/net
- xous
- services
- sys_common/once
- sys
- cmath
- pal
- hermit
- sgx
- solid
- teeos
- uefi
- unix
- unsupported
- wasi
- wasm
- windows
- xous
- locks
- net
- thread
- tests
- src
- bootstrap
- src/core/build_steps
- doc
- rustc/src
- unstable-book/src
- compiler-flags
- language-features
- librustdoc
- clean
- html
- static/js
- passes
- lint
- tools
- clippy
- clippy_lints/src
- casts
- loops
- matches
- methods
- operators
- utils/internal_lints
- clippy_utils/src
- tests
- ui-internal
- ui
- miri
- src
- tests
- fail
- pass
- remote-test-client/src
- remote-test-server/src
- rust-analyzer
- crates
- base-db/src
- hir-def/src
- body
- data
- dyn_map
- hir
- item_tree
- macro_expansion_tests
- nameres
- tests
- path
- hir-expand/src
- hir-ty
- src
- diagnostics
- match_check
- infer
- layout
- tests
- mir
- eval
- shim
- lower
- tests
- hir/src
- semantics
- ide-assists/src
- handlers
- tests
- utils
- ide-completion/src
- completions
- item_list
- context
- render
- tests
- ide-db/src
- generated
- imports
- insert_use
- ide-diagnostics/src
- handlers
- ide-ssr/src
- ide/src
- annotations
- doc_links
- hover
- inlay_hints
- load-cargo/src
- mbe/src
- expander
- parser
- src
- grammar
- items
- tests
- test_data/parser
- err
- inline
- err
- ok
- project-model
- src
- test_data/output
- rust-analyzer
- src
- bin
- cli
- handlers
- lsp
- tests/slow-tests
- span/src
- stdx/src
- syntax/src
- ast
- test-fixture/src
- test-utils/src
- vfs-notify/src
- vfs/src
- docs/user
- editors/code
- lib
- la-arena/src
- line-index/src
- lsp-server/src
- xtask/src
- rust-installer
- rustfmt
- src/parse/macros
- tests
- source/macros
- target/macros
- tests
- incremental
- rustdoc-gui
- ui-fulldeps/stable-mir
- ui
- associated-type-bounds/return-type-notation
- codegen
- const-generics
- generic_const_exprs
- dyn-star
- extern
- auxiliary
- feature-gates
- half-open-range-patterns
- imports
- auxiliary
- lexer
- lint
- let_underscore
- rfc-2457-non-ascii-idents
- or-patterns
- rfcs
- rfc-0000-never_patterns
- rfc-2396-target_feature-11
- specialization/min_specialization
- suggestions
- traits
- next-solver
- trait-upcasting
- unsafe
- unsafe_op_in_unsafe_fn
- auxiliary
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
706 files changed
+12472
-6270
lines changedLines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| 18 | + | |
18 | 19 |
| |
19 | 20 |
| |
20 | 21 |
| |
| |||
29 | 30 |
| |
30 | 31 |
| |
31 | 32 |
| |
32 |
| - | |
| 33 | + | |
33 | 34 |
| |
34 |
| - | |
| 35 | + | |
| 36 | + | |
35 | 37 |
| |
36 | 38 |
| |
37 | 39 |
| |
|
Lines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
484 | 484 |
| |
485 | 485 |
| |
486 | 486 |
| |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
487 | 500 |
| |
488 | 501 |
| |
489 | 502 |
| |
|
Lines changed: 4 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
| 30 | + | |
30 | 31 |
| |
31 | 32 |
| |
32 | 33 |
| |
| |||
1833 | 1834 |
| |
1834 | 1835 |
| |
1835 | 1836 |
| |
1836 |
| - | |
| 1837 | + | |
1837 | 1838 |
| |
1838 | 1839 |
| |
1839 | 1840 |
| |
| |||
3304 | 3305 |
| |
3305 | 3306 |
| |
3306 | 3307 |
| |
3307 |
| - | |
3308 |
| - | |
3309 |
| - | |
| 3308 | + | |
3310 | 3309 |
| |
3311 |
| - | |
3312 |
| - | |
3313 |
| - | |
| 3310 | + | |
3314 | 3311 |
| |
3315 | 3312 |
| |
3316 | 3313 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
366 | 366 |
| |
367 | 367 |
| |
368 | 368 |
| |
369 |
| - | |
| 369 | + | |
370 | 370 |
| |
371 | 371 |
| |
372 | 372 |
| |
|
Lines changed: 8 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1899 | 1899 |
| |
1900 | 1900 |
| |
1901 | 1901 |
| |
1902 |
| - | |
| 1902 | + | |
| 1903 | + | |
| 1904 | + | |
| 1905 | + | |
1903 | 1906 |
| |
1904 | 1907 |
| |
1905 | 1908 |
| |
1906 | 1909 |
| |
1907 | 1910 |
| |
1908 | 1911 |
| |
1909 | 1912 |
| |
1910 |
| - | |
| 1913 | + | |
| 1914 | + | |
| 1915 | + | |
| 1916 | + | |
1911 | 1917 |
| |
1912 | 1918 |
| |
1913 | 1919 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
398 | 398 |
| |
399 | 399 |
| |
400 | 400 |
| |
401 |
| - | |
| 401 | + | |
| 402 | + | |
402 | 403 |
| |
403 | 404 |
| |
404 | 405 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1185 | 1185 |
| |
1186 | 1186 |
| |
1187 | 1187 |
| |
1188 |
| - | |
| 1188 | + | |
1189 | 1189 |
| |
1190 |
| - | |
| 1190 | + | |
1191 | 1191 |
| |
1192 | 1192 |
| |
1193 | 1193 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
296 | 296 |
| |
297 | 297 |
| |
298 | 298 |
| |
299 |
| - | |
| 299 | + | |
300 | 300 |
| |
301 | 301 |
| |
302 | 302 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
415 | 415 |
| |
416 | 416 |
| |
417 | 417 |
| |
418 |
| - | |
| 418 | + | |
419 | 419 |
| |
420 | 420 |
| |
421 | 421 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
57 |
| - | |
| 57 | + | |
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
| |||
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
89 |
| - | |
| 89 | + | |
90 | 90 |
| |
91 | 91 |
| |
92 | 92 |
| |
| |||
148 | 148 |
| |
149 | 149 |
| |
150 | 150 |
| |
151 |
| - | |
| 151 | + | |
152 | 152 |
| |
153 | 153 |
| |
154 | 154 |
| |
|
0 commit comments