| Age | Commit message (Expand) | Author | Lines |
| 2023-03-29 | Rollup merge of #109726 - GuillaumeGomez:doc-hidden-crate, r=notriddle | Matthias Krüger | -0/+8 |
| 2023-03-29 | Rollup merge of #109700 - clubby789:tidy-fluent-escape, r=compiler-errors | Matthias Krüger | -2/+36 |
| 2023-03-29 | Rollup merge of #109675 - compiler-errors:object-heck, r=lcnr | Matthias Krüger | -6/+21 |
| 2023-03-29 | Rollup merge of #109554 - MU001999:master, r=WaffleLapkin | Matthias Krüger | -0/+35 |
| 2023-03-29 | Check for escape sequences in Fluent resources | clubby789 | -2/+36 |
| 2023-03-29 | Auto merge of #108089 - Zoxc:windows-tls, r=bjorn3 | bors | -0/+51 |
| 2023-03-29 | Do not consider elaborated projection predicates for objects in new solver | Michael Goulet | -6/+21 |
| 2023-03-29 | Add regression test for #109695 | Guillaume Gomez | -0/+8 |
| 2023-03-29 | Use #[cfg(target_thread_local)] on items | John Kåre Alsaker | -2/+4 |
| 2023-03-29 | Auto merge of #109670 - lqd:init-mask, r=oli-obk | bors | -2/+2 |
| 2023-03-29 | Rollup merge of #109683 - compiler-errors:self-ty-overflow, r=lcnr | Dylan DPC | -0/+52 |
| 2023-03-29 | Rollup merge of #109664 - m-ou-se:format-args-placeholder-span, r=oli-obk | Dylan DPC | -37/+110 |
| 2023-03-29 | Rollup merge of #109534 - petrochenkov:noprimuse, r=GuillaumeGomez | Dylan DPC | -1/+1 |
| 2023-03-29 | Rollup merge of #108335 - compiler-errors:non_lifetime_binders-rustdoc, r=Gui... | Dylan DPC | -0/+33 |
| 2023-03-29 | Auto merge of #109714 - matthiaskrgr:rollup-wipns5h, r=matthiaskrgr | bors | -5/+165 |
| 2023-03-29 | Rollup merge of #109708 - spastorino:new-rpitit-20, r=compiler-errors | Matthias Krüger | -2/+38 |
| 2023-03-29 | Rollup merge of #109694 - BelovDV:fix-panic-jobserver-token, r=bjorn3 | Matthias Krüger | -0/+12 |
| 2023-03-29 | Rollup merge of #109548 - pommicket:better-column-numbers-with-hard-tabs, r=p... | Matthias Krüger | -0/+32 |
| 2023-03-29 | Rollup merge of #109149 - mj10021:issue-108713-fix, r=compiler-errors,WaffleL... | Matthias Krüger | -3/+83 |
| 2023-03-29 | Test that TLS access works outside of the dylib it's defined in | John Kåre Alsaker | -0/+49 |
| 2023-03-29 | add run-rustfix | Mu42 | -2/+10 |
| 2023-03-28 | Simplify transmutes in MIR InstCombine | Scott McMurray | -0/+290 |
| 2023-03-28 | Specialization involving RPITITs is broken so ignore the diagnostic differenc... | Santiago Pastorino | -2/+38 |
| 2023-03-28 | Check for overflow in assemble_candidates_after_normalizing_self_ty | Michael Goulet | -0/+52 |
| 2023-03-28 | rustdoc + rustdoc-json support for non_lifetime_binders | Michael Goulet | -0/+33 |
| 2023-03-28 | Auto merge of #109692 - Nilstrieb:rollup-hq65rps, r=Nilstrieb | bors | -4/+179 |
| 2023-03-28 | [fix] don't panic on failure to acquire jobserver token | Daniil Belov | -0/+12 |
| 2023-03-28 | rustdoc: Unsupport importing `doc(primitive)` and `doc(keyword)` modules | Vadim Petrochenkov | -1/+1 |
| 2023-03-28 | Create AnnotationColumn struct to fix hard tab column numbers in errors | pommicket | -0/+32 |
| 2023-03-28 | Auto merge of #108080 - oli-obk:FnPtr-trait, r=lcnr | bors | -20/+9 |
| 2023-03-28 | Rollup merge of #109629 - aliemjay:remove-givens, r=lcnr | nils | -0/+82 |
| 2023-03-28 | Rollup merge of #109470 - compiler-errors:gat-normalize-bound, r=jackh726 | nils | -0/+17 |
| 2023-03-28 | Rollup merge of #109321 - compiler-errors:illegal-mono-w-regions, r=cjgillot | nils | -0/+19 |
| 2023-03-28 | Rollup merge of #102472 - lcnr:static-in-eval, r=jackh726 | nils | -4/+61 |
| 2023-03-28 | Auto merge of #109557 - fee1-dead-contrib:mv-const-traits, r=oli-obk | bors | -259/+397 |
| 2023-03-28 | fix long line | Deadbeef | -23/+25 |
| 2023-03-28 | Move const trait bounds checks to MIR constck | Deadbeef | -259/+395 |
| 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 #108548 - jamen:master, r=compiler-errors | Matthias Krüger | -10/+156 |
| 2023-03-28 | Erase impl regions when checking for impossible to eagerly monomorphize items | Michael Goulet | -0/+19 |
| 2023-03-27 | check for write macro and write_fmt with err msg | James Dietz | -3/+83 |
| 2023-03-27 | Auto merge of #109440 - WaffleLapkin:make_tidy_slower, r=jyn514 | bors | -2/+1 |
| 2023-03-27 | Bless tidy | Maybe Waffle | -2/+1 |
| 2023-03-27 | update codegen test expectations | Rémy Rakic | -2/+2 |
| 2023-03-27 | Rollup merge of #109637 - bjorn3:add_test_annotation, r=tmiasko | Guillaume Gomez | -0/+1 |
| 2023-03-27 | Rollup merge of #109330 - GuillaumeGomez:intermediate-reexport-intra-doc-ice,... | Guillaume Gomez | -0/+14 |
| 2023-03-27 | Add notes to non-structural const in pattern error message | Jamen Marz | -10/+156 |
| 2023-03-27 | Add test for span of implicit format args captures. | Mara Bos | -0/+73 |
| 2023-03-27 | Bless mir-opt tests. | Mara Bos | -22/+22 |
| 2023-03-27 | Bless UI tests. | Mara Bos | -15/+15 |