File tree
341 files changed
+8886
-3945
lines changed- src
- bootstrap
- bin
- build_helper
- ci/docker
- cross2
- scripts
- doc
- man
- unstable-book/src
- language-features
- library-features
- etc
- installer
- exe
- msi
- pkg
- grammar
- liballoc
- liballoc_jemalloc
- libcore
- iter
- str
- tests
- libproc_macro
- libprofiler_builtins
- librustc
- dep_graph
- hir
- ich
- lint
- middle
- mir
- session
- traits
- trans
- ty
- maps
- util
- librustc_back
- target
- librustc_borrowck
- borrowck
- gather_loans
- librustc_data_structures
- graph
- librustc_driver
- librustc_incremental/persist
- librustc_lint
- librustc_llvm
- librustc_mir
- build
- matches
- transform
- nll
- util
- librustc_passes
- librustc_resolve
- librustc_save_analysis
- librustc_trans
- back
- librustc_typeck
- check
- method
- coherence
- librustdoc
- clean
- html
- static
- styles
- libstd
- collections/hash
- ffi
- net
- sync
- mpsc
- sys
- unix
- windows/ext
- sys_common
- thread
- libsyntax
- parse
- lexer
- print
- libsyntax_pos
- rustc/compiler_builtins_shim
- rustllvm
- test
- codegen
- auxiliary
- codegen-units
- item-collection
- partitioning
- compile-fail
- borrowck
- hygiene
- debuginfo
- incremental
- hashes
- mir-opt
- parse-fail
- pretty
- run-fail
- run-make
- archive-duplicate-names
- compiler-rt-works-on-mingw
- inline-always-many-cgu
- invalid-library
- issue-19371
- issue-22131
- rustdoc-output-path
- sepcomp-cci-copies
- sepcomp-inlining
- staticlib-blank-lib
- target-specs
- run-pass
- specialization/defaultimpl
- auxiliary
- thinlto
- auxiliary
- rustdoc
- ui
- did_you_mean
- lint
- mismatched_types
- span
- suggestions
- tools
- build-manifest/src
- 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.
341 files changed
+8886
-3945
lines changed+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| 19 | + | |
19 | 20 |
| |
20 | 21 |
| |
21 | 22 |
| |
| |||
193 | 194 |
| |
194 | 195 |
| |
195 | 196 |
| |
196 |
| - | |
| 197 | + | |
197 | 198 |
| |
198 | 199 |
| |
199 | 200 |
| |
|
+6-6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
7 |
| - | |
8 |
| - | |
9 |
| - | |
10 |
| - | |
11 |
| - | |
12 | 6 |
| |
13 | 7 |
| |
14 | 8 |
| |
15 | 9 |
| |
16 | 10 |
| |
17 | 11 |
| |
18 | 12 |
| |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
|
+13-7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
250 | 250 |
| |
251 | 251 |
| |
252 | 252 |
| |
253 |
| - | |
254 |
| - | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
255 | 256 |
| |
256 | 257 |
| |
257 |
| - | |
258 |
| - | |
259 |
| - | |
260 |
| - | |
261 | 258 |
| |
262 | 259 |
| |
263 | 260 |
| |
| |||
303 | 300 |
| |
304 | 301 |
| |
305 | 302 |
| |
306 |
| - | |
| 303 | + | |
307 | 304 |
| |
308 | 305 |
| |
309 | 306 |
| |
| |||
312 | 309 |
| |
313 | 310 |
| |
314 | 311 |
| |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
315 | 321 |
| |
316 | 322 |
| |
317 | 323 |
| |
|
+23-24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 |
| - | |
| 37 | + | |
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
42 |
| - | |
| 42 | + | |
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
| |||
126 | 126 |
| |
127 | 127 |
| |
128 | 128 |
| |
129 |
| - | |
| 129 | + | |
130 | 130 |
| |
131 | 131 |
| |
132 | 132 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
35 |
| - | |
36 | 34 |
| |
37 | 35 |
| |
38 | 36 |
| |
| |||
122 | 120 |
| |
123 | 121 |
| |
124 | 122 |
| |
125 |
| - | |
126 |
| - | |
127 |
| - | |
128 |
| - | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
129 | 126 |
| |
130 | 127 |
| |
131 | 128 |
| |
132 | 129 |
| |
133 | 130 |
| |
134 |
| - | |
135 |
| - | |
136 |
| - | |
137 |
| - | |
138 | 131 |
| |
139 | 132 |
| |
140 | 133 |
| |
| |||
258 | 251 |
| |
259 | 252 |
| |
260 | 253 |
| |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
261 | 259 |
| |
262 | 260 |
| |
263 | 261 |
| |
| |||
270 | 268 |
| |
271 | 269 |
| |
272 | 270 |
| |
273 |
| - | |
| 271 | + | |
274 | 272 |
| |
275 | 273 |
| |
276 | 274 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
50 | 61 |
| |
51 | 62 |
| |
52 | 63 |
| |
|
0 commit comments