This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
File tree
176 files changed
+549
-1266
lines changed- compiler
- rustc_ast/src
- rustc_ast_passes/src
- rustc_builtin_macros/src
- rustc_codegen_cranelift/src
- rustc_codegen_gcc
- build_system/src
- example
- src
- tests/run
- rustc_codegen_llvm/src
- rustc_codegen_ssa
- src
- rustc_error_codes/src
- error_codes
- rustc_feature/src
- rustc_hir/src
- rustc_hir_analysis
- src
- check
- rustc_middle/src/traits
- rustc_passes
- src
- rustc_session/src
- rustc_trait_selection
- src
- error_reporting
- infer
- traits
- src
- doc
- rustc/src/platform-support
- unstable-book/src/language-features
- tools
- clippy/tests/ui
- crashes
- crate_level_checks
- missing_const_for_fn
- miri
- src
- bin
- test-cargo-miri/no-std-smoke/src
- tests
- fail
- alloc
- panic
- pass
- tidy/src
- tests
- codegen
- codegen-units
- item-collection
- partitioning
- run-make
- crate-circular-deps-link
- fmt-write-bloat
- no-alloc-shim
- sepcomp-inlining
- ui
- array-slice-vec
- async-await
- duplicate
- error-codes
- extern
- feature-gates
- for-loop-while
- issues
- lang-items
- lint/dead-code
- print_type_sizes
- privacy
- rfcs
- rfc-2091-track-caller
- rfc-2396-target_feature-11
- runtime
- on-broken-pipe/auxiliary
- sanitizer
- test-attrs
- use
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
176 files changed
+549
-1266
lines changedDiff for: compiler/rustc_ast/src/entry.rs
+1-9
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
22 |
| - | |
23 |
| - | |
24 |
| - | |
25 |
| - | |
26 |
| - | |
27 | 21 |
| |
28 | 22 |
| |
29 | 23 |
| |
| |||
40 | 34 |
| |
41 | 35 |
| |
42 | 36 |
| |
43 |
| - | |
44 |
| - | |
45 |
| - | |
| 37 | + | |
46 | 38 |
| |
47 | 39 |
| |
48 | 40 |
| |
|
-12
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
230 | 230 |
| |
231 | 231 |
| |
232 | 232 |
| |
233 |
| - | |
234 |
| - | |
235 |
| - | |
236 |
| - | |
237 |
| - | |
238 |
| - | |
239 |
| - | |
240 |
| - | |
241 |
| - | |
242 |
| - | |
243 |
| - | |
244 |
| - | |
245 | 233 |
| |
246 | 234 |
| |
247 | 235 |
| |
|
0 commit comments