Commit 27dbdb5
committed
Auto merge of rust-lang#155416 - Zalathar:rollup-D1EWnrR, r=Zalathar
Rollup of 19 pull requests
Successful merges:
- rust-lang#141633 (Suggest to bind `self.x` to `x` when field `x` may be in format string)
- rust-lang#152980 (c-variadic: fix implementation on `avr`)
- rust-lang#154491 (Extend `core::char`'s documentation of casing issues (and fix a rustdoc bug))
- rust-lang#155318 (Use mutable pointers for Unix path buffers)
- rust-lang#155335 (Bump bootstrap to 1.96 beta)
- rust-lang#155354 (Remove AttributeSafety from BUILTIN_ATTRIBUTES)
- rust-lang#154970 (rustdoc: preserve `doc(cfg)` on locally re-exported type aliases)
- rust-lang#155095 (changed the information provided by (mut x) to mut x (Fix 155030))
- rust-lang#155305 (Make `convert_while_ascii` unsafe)
- rust-lang#155358 (ImproperCTypes: Move erasing_region_normalisation into helper function)
- rust-lang#155377 (tests/debuginfo/basic-stepping.rs: Remove FIXME related to ZSTs)
- rust-lang#155383 (Rearrange `rustc_ast_pretty`)
- rust-lang#155384 (triagebot: notify on diagnostic attribute changes)
- rust-lang#155386 (Use `box_new` diagnostic item for Box::new suggestions)
- rust-lang#155391 (Small refactor of `QueryJob::latch` method)
- rust-lang#155395 (Tweak how the "copy path" rustdoc button works to allow some accessibility tool to work with rustdoc)
- rust-lang#155396 (`as_ref_unchecked` docs link fix)
- rust-lang#155411 (compiletest: Remove the `//@ should-ice` directive)
- rust-lang#155413 (fix: typo in `std::fs::hard_link` documentation)82 files changed
Lines changed: 1490 additions & 1416 deletions
File tree
- compiler
- rustc_ast_pretty/src
- pp
- rustc_attr_parsing/src
- attributes
- rustc_borrowck/src/diagnostics
- rustc_builtin_macros/src
- rustc_codegen_llvm/src
- rustc_data_structures/src
- rustc_expand/src
- rustc_feature/src
- rustc_hir_typeck/src/fn_ctxt
- rustc_hir/src
- rustc_index/src
- rustc_lint_defs/src
- rustc_lint/src/types
- rustc_middle/src
- query
- ty
- rustc_resolve/src/late
- rustc_span/src
- rustc_type_ir/src
- library
- alloc/src
- core/src
- cell
- char
- ffi
- mem
- ops
- panic
- ptr
- range
- slice
- str
- std/src
- sync
- sys
- fs
- paths
- src
- bootstrap/src/core
- build_steps
- doc/rustc-dev-guide/src/tests
- librustdoc
- clean
- html
- static/js
- tools/compiletest/src
- directives
- runtest
- tests
- codegen-llvm/issues
- debuginfo
- incremental
- run-make/c-link-to-rust-va-list-fn
- rustdoc-gui
- rustdoc-html
- reexport
- ui
- borrowck
- resolve
- suggestions
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
136 | 135 | | |
137 | 136 | | |
138 | 137 | | |
| |||
188 | 187 | | |
189 | 188 | | |
190 | 189 | | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
191 | 196 | | |
192 | 197 | | |
193 | 198 | | |
| |||
479 | 484 | | |
480 | 485 | | |
481 | 486 | | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
482 | 615 | | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
410 | 411 | | |
411 | 412 | | |
412 | 413 | | |
| 414 | + | |
413 | 415 | | |
414 | 416 | | |
415 | 417 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
105 | 106 | | |
106 | 107 | | |
107 | 108 | | |
| 109 | + | |
108 | 110 | | |
109 | 111 | | |
110 | 112 | | |
| |||
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
103 | 105 | | |
104 | 106 | | |
105 | 107 | | |
| 108 | + | |
106 | 109 | | |
107 | 110 | | |
108 | 111 | | |
| |||
220 | 223 | | |
221 | 224 | | |
222 | 225 | | |
| 226 | + | |
223 | 227 | | |
224 | 228 | | |
225 | 229 | | |
| |||
340 | 344 | | |
341 | 345 | | |
342 | 346 | | |
| 347 | + | |
343 | 348 | | |
344 | 349 | | |
345 | 350 | | |
| |||
542 | 547 | | |
543 | 548 | | |
544 | 549 | | |
| 550 | + | |
545 | 551 | | |
546 | 552 | | |
547 | 553 | | |
| |||
0 commit comments