| Age | Commit message (Expand) | Author | Lines |
| 2023-03-29 | Walk return-position impl trait in trait deeply in associated_item_def_ids | Michael Goulet | -21/+35 |
| 2023-03-28 | Auto merge of #109692 - Nilstrieb:rollup-hq65rps, r=Nilstrieb | bors | -748/+1014 |
| 2023-03-28 | Auto merge of #108080 - oli-obk:FnPtr-trait, r=lcnr | bors | -180/+476 |
| 2023-03-28 | Rollup merge of #109629 - aliemjay:remove-givens, r=lcnr | nils | -152/+114 |
| 2023-03-28 | Rollup merge of #109562 - bjorn3:update_ar_archive_writer, r=Mark-Simulacrum | nils | -4/+4 |
| 2023-03-28 | Rollup merge of #109470 - compiler-errors:gat-normalize-bound, r=jackh726 | nils | -53/+67 |
| 2023-03-28 | Rollup merge of #109321 - compiler-errors:illegal-mono-w-regions, r=cjgillot | nils | -19/+48 |
| 2023-03-28 | Rollup merge of #108480 - Zoxc:rayon-tlv, r=cuviper | nils | -71/+38 |
| 2023-03-28 | Rollup merge of #102472 - lcnr:static-in-eval, r=jackh726 | nils | -102/+151 |
| 2023-03-28 | Rollup merge of #92284 - the8472:simplify-advance-by, r=scottmcm | nils | -326/+383 |
| 2023-03-28 | Rollup merge of #91793 - devnexen:anc_data_fbsd, r=ChrisDenton | nils | -21/+209 |
| 2023-03-28 | Auto merge of #109557 - fee1-dead-contrib:mv-const-traits, r=oli-obk | bors | -311/+428 |
| 2023-03-28 | fix long line | Deadbeef | -23/+25 |
| 2023-03-28 | Move const trait bounds checks to MIR constck | Deadbeef | -311/+426 |
| 2023-03-28 | Auto merge of #109690 - matthiaskrgr:rollup-6p5m0es, r=matthiaskrgr | bors | -37/+211 |
| 2023-03-28 | Rollup merge of #109687 - joshtriplett:document-windows-isterminal-heuristics... | Matthias Krüger | -0/+9 |
| 2023-03-28 | Rollup merge of #109685 - est31:not_llvm_but_backend, r=jyn514 | Matthias Krüger | -1/+1 |
| 2023-03-28 | Rollup merge of #109682 - clubby789:c-str-inline, r=scottmcm | Matthias Krüger | -0/+5 |
| 2023-03-28 | Rollup merge of #109678 - compiler-errors:dont-shadow-in-incremental_verify_i... | Matthias Krüger | -2/+1 |
| 2023-03-28 | Rollup merge of #109669 - rustbot:docs-update, r=ehuss | Matthias Krüger | -0/+0 |
| 2023-03-28 | Rollup merge of #109667 - clubby789:fix-stage0-doc, r=ozkanonur | Matthias Krüger | -4/+5 |
| 2023-03-28 | Rollup merge of #109661 - fortanix:raoul/EDP-107-fix_lvi_mitigation_tests_llv... | Matthias Krüger | -7/+7 |
| 2023-03-28 | Rollup merge of #109565 - WaffleLapkin:better_docs_for_e0223, r=oli-obk | Matthias Krüger | -13/+15 |
| 2023-03-28 | Rollup merge of #108548 - jamen:master, r=compiler-errors | Matthias Krüger | -10/+168 |
| 2023-03-28 | Auto merge of #109577 - jonhoo:long-tar-names, r=Mark-Simulacrum | bors | -4/+3 |
| 2023-03-28 | Add "Platform-specific behavior" heading and link to changes disclaimer | Josh Triplett | -0/+5 |
| 2023-03-28 | Erase impl regions when checking for impossible to eagerly monomorphize items | Michael Goulet | -19/+48 |
| 2023-03-28 | Document the heuristics IsTerminal uses on Windows | Josh Triplett | -0/+4 |
| 2023-03-28 | Auto merge of #109561 - raphamorim:master, r=cuviper | bors | -1/+1 |
| 2023-03-28 | Make doc comment a little bit more accurate | est31 | -1/+1 |
| 2023-03-28 | Add `#[inline]` to CStr trait implementations | clubby789 | -0/+5 |
| 2023-03-27 | Auto merge of #109440 - WaffleLapkin:make_tidy_slower, r=jyn514 | bors | -67/+87 |
| 2023-03-27 | no shadow plz | Michael Goulet | -2/+1 |
| 2023-03-27 | Auto merge of #109668 - GuillaumeGomez:rollup-j01if4b, r=GuillaumeGomez | bors | -156/+235 |
| 2023-03-27 | Bless tidy | Maybe Waffle | -11/+11 |
| 2023-03-27 | Remove useless Clone bounds | Maybe Waffle | -2/+2 |
| 2023-03-27 | Don't skip all directories when tidy-checking | Maybe Waffle | -56/+76 |
| 2023-03-27 | Improve documentation for E0223 | Maybe Waffle | -13/+15 |
| 2023-03-27 | Update books | rustbot | -0/+0 |
| 2023-03-27 | Rollup merge of #109666 - clubby789:ascii-case-comment, r=fee1-dead | Guillaume Gomez | -1/+1 |
| 2023-03-27 | Rollup merge of #109637 - bjorn3:add_test_annotation, r=tmiasko | Guillaume Gomez | -0/+1 |
| 2023-03-27 | Rollup merge of #109512 - fee1-dead-contrib:bump-askama_derive, r=Mark-Simula... | Guillaume Gomez | -36/+47 |
| 2023-03-27 | Rollup merge of #109445 - Teapot4195:issue-109407-fix, r=ozkanonur | Guillaume Gomez | -4/+13 |
| 2023-03-27 | Rollup merge of #109354 - Swatinem:rm-closureid, r=compiler-errors | Guillaume Gomez | -64/+56 |
| 2023-03-27 | Rollup merge of #109330 - GuillaumeGomez:intermediate-reexport-intra-doc-ice,... | Guillaume Gomez | -51/+117 |
| 2023-03-27 | Always set `RUSTC_BOOTSTRAP` with `x doc` | clubby789 | -4/+5 |
| 2023-03-27 | socket ancillary data implementation for FreeBSD (from 13 and above). | David CARLIER | -21/+209 |
| 2023-03-27 | Add notes to non-structural const in pattern error message | Jamen Marz | -10/+168 |
| 2023-03-27 | Fix ASCII case comment | clubby789 | -1/+1 |
| 2023-03-27 | fix advance_by impl for vec_deque and add tests | The 8472 | -7/+30 |