File tree
232 files changed
+4341
-2058
lines changed- compiler
- rustc_borrowck/src/region_infer
- rustc_codegen_gcc/src/intrinsic
- rustc_codegen_llvm/src
- rustc_codegen_ssa/src
- back
- mir
- rustc_data_structures/src
- rustc_interface/src
- rustc_metadata/src
- rmeta/decoder
- rustc_middle/src
- query
- ty
- rustc_mir_build/src
- rustc_next_trait_solver/src
- solve/eval_ctxt
- rustc_passes/src
- rustc_resolve/src
- late
- rustdoc
- rustc_session/src
- rustc_span/src
- rustc_trait_selection/src/solve
- library/core/src
- ffi
- intrinsics
- num
- ptr
- docs
- slice
- src
- bootstrap
- defaults
- src
- bin
- core
- build_steps
- builder
- config
- utils
- ci
- citool
- src
- tests
- docker/host-x86_64
- mingw-check-1
- mingw-check-2
- mingw-check-tidy
- x86_64-gnu-nopt
- github-actions
- doc
- rustc-dev-guide
- src
- appendix
- borrow_check
- building
- bootstrapping
- solve
- tests
- ty_module
- rustc/src/platform-support
- unstable-book/src/compiler-flags
- etc
- completions
- test-float-parse/src
- tools
- clippy
- book/src
- development
- clippy_config/src
- clippy_dev/src
- clippy_lints/src
- doc
- loops
- methods
- operators
- clippy_utils
- src
- ast_utils
- lintcheck/src
- tests
- ui
- dbg_macro
- doc
- util/gh-pages
- generate-copyright/src
- miri
- src
- concurrency
- shims/unix
- tests
- crashes
- ui
- associated-type-bounds/return-type-notation
- associated-types
- attributes
- auxiliary
- const-ptr
- delegation
- namespace
- resolve
- stats
- ufcs
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
232 files changed
+4341
-2058
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
653 | 653 |
| |
654 | 654 |
| |
655 | 655 |
| |
656 |
| - | |
| 656 | + | |
657 | 657 |
| |
658 | 658 |
| |
659 | 659 |
| |
|
Lines changed: 5 additions & 47 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
177 | 177 |
| |
178 | 178 |
| |
179 | 179 |
| |
180 |
| - | |
181 |
| - | |
182 |
| - | |
183 |
| - | |
184 |
| - | |
185 |
| - | |
186 |
| - | |
187 |
| - | |
188 |
| - | |
189 |
| - | |
190 |
| - | |
191 |
| - | |
192 |
| - | |
193 | 180 |
| |
194 | 181 |
| |
195 | 182 |
| |
196 | 183 |
| |
197 | 184 |
| |
198 | 185 |
| |
199 |
| - | |
| 186 | + | |
200 | 187 |
| |
201 | 188 |
| |
202 | 189 |
| |
203 | 190 |
| |
204 | 191 |
| |
205 | 192 |
| |
206 |
| - | |
207 |
| - | |
208 |
| - | |
209 |
| - | |
210 |
| - | |
211 |
| - | |
212 |
| - | |
213 |
| - | |
214 |
| - | |
215 |
| - | |
216 |
| - | |
217 |
| - | |
218 |
| - | |
219 |
| - | |
220 |
| - | |
221 |
| - | |
222 |
| - | |
223 | 193 |
| |
224 | 194 |
| |
225 | 195 |
| |
226 | 196 |
| |
227 | 197 |
| |
228 | 198 |
| |
229 |
| - | |
| 199 | + | |
230 | 200 |
| |
231 | 201 |
| |
232 | 202 |
| |
| |||
237 | 207 |
| |
238 | 208 |
| |
239 | 209 |
| |
240 |
| - | |
241 |
| - | |
242 |
| - | |
243 |
| - | |
244 |
| - | |
245 |
| - | |
246 |
| - | |
247 |
| - | |
248 |
| - | |
249 |
| - | |
250 |
| - | |
251 |
| - | |
252 | 210 |
| |
253 | 211 |
| |
254 | 212 |
| |
| |||
582 | 540 |
| |
583 | 541 |
| |
584 | 542 |
| |
585 |
| - | |
| 543 | + | |
586 | 544 |
| |
587 | 545 |
| |
588 | 546 |
| |
| |||
1432 | 1390 |
| |
1433 | 1391 |
| |
1434 | 1392 |
| |
1435 |
| - | |
| 1393 | + | |
1436 | 1394 |
| |
1437 | 1395 |
| |
1438 | 1396 |
| |
| |||
4676 | 4634 |
| |
4677 | 4635 |
| |
4678 | 4636 |
| |
4679 |
| - | |
| 4637 | + | |
4680 | 4638 |
| |
4681 | 4639 |
| |
4682 | 4640 |
| |
|
Lines changed: 5 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
1 | 2 |
| |
2 | 3 |
| |
3 | 4 |
| |
| |||
197 | 198 |
| |
198 | 199 |
| |
199 | 200 |
| |
200 |
| - | |
201 |
| - | |
| 201 | + | |
| 202 | + | |
202 | 203 |
| |
203 | 204 |
| |
204 | 205 |
| |
| |||
502 | 503 |
| |
503 | 504 |
| |
504 | 505 |
| |
505 |
| - | |
| 506 | + | |
506 | 507 |
| |
507 | 508 |
| |
508 | 509 |
| |
| |||
809 | 810 |
| |
810 | 811 |
| |
811 | 812 |
| |
812 |
| - | |
813 |
| - | |
814 |
| - | |
815 | 813 |
| |
816 | 814 |
| |
817 | 815 |
| |
| |||
849 | 847 |
| |
850 | 848 |
| |
851 | 849 |
| |
852 |
| - | |
| 850 | + | |
853 | 851 |
| |
854 | 852 |
| |
855 | 853 |
| |
|
Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
215 | 215 |
| |
216 | 216 |
| |
217 | 217 |
| |
218 |
| - | |
219 |
| - | |
220 |
| - | |
| 218 | + | |
221 | 219 |
| |
222 | 220 |
| |
223 | 221 |
| |
|
Lines changed: 5 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
62 |
| - | |
63 |
| - | |
64 |
| - | |
65 |
| - | |
66 |
| - | |
67 |
| - | |
68 |
| - | |
69 |
| - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
70 | 67 |
| |
71 | 68 |
|
Lines changed: 16 additions & 24 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
| 26 | + | |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
| |||
205 | 205 |
| |
206 | 206 |
| |
207 | 207 |
| |
208 |
| - | |
209 | 208 |
| |
210 |
| - | |
211 |
| - | |
212 |
| - | |
213 |
| - | |
214 |
| - | |
215 |
| - | |
216 |
| - | |
217 |
| - | |
218 |
| - | |
219 |
| - | |
| 209 | + | |
220 | 210 |
| |
221 |
| - | |
222 |
| - | |
| 211 | + | |
223 | 212 |
| |
224 | 213 |
| |
225 | 214 |
| |
| |||
320 | 309 |
| |
321 | 310 |
| |
322 | 311 |
| |
323 |
| - | |
324 |
| - | |
| 312 | + | |
325 | 313 |
| |
326 | 314 |
| |
327 | 315 |
| |
| |||
400 | 388 |
| |
401 | 389 |
| |
402 | 390 |
| |
403 |
| - | |
| 391 | + | |
404 | 392 |
| |
405 | 393 |
| |
406 | 394 |
| |
| |||
492 | 480 |
| |
493 | 481 |
| |
494 | 482 |
| |
495 |
| - | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
496 | 491 |
| |
497 | 492 |
| |
498 | 493 |
| |
| |||
503 | 498 |
| |
504 | 499 |
| |
505 | 500 |
| |
506 |
| - | |
507 |
| - | |
508 |
| - | |
| 501 | + | |
| 502 | + | |
509 | 503 |
| |
510 |
| - | |
511 |
| - | |
512 |
| - | |
| 504 | + | |
513 | 505 |
| |
514 | 506 |
| |
515 | 507 |
| |
|
0 commit comments