| Age | Commit message (Expand) | Author | Lines |
| 2023-03-30 | Auto merge of #105587 - tgross35:once-cell-min, r=m-ou-se | bors | -11/+5 |
| 2023-03-30 | Auto merge of #109499 - spastorino:new-rpitit-19, r=compiler-errors | bors | -9/+41 |
| 2023-03-30 | Auto merge of #109224 - oli-obk:smir, r=pnkfelix | bors | -4/+27 |
| 2023-03-30 | canonicalize float var as float in new solver | Michael Goulet | -0/+8 |
| 2023-03-30 | Check pointee metadata correctly in ui test | Michael Goulet | -10/+8 |
| 2023-03-30 | Don't ICE on DiscriminantKind projection in new solver | Michael Goulet | -0/+43 |
| 2023-03-29 | Don't ICE on placeholder consts in deep reject | Michael Goulet | -0/+37 |
| 2023-03-29 | Stabilize a portion of 'once_cell' | Trevor Gross | -11/+5 |
| 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 | Bless some extra working tests under -Zlower-impl-trait-in-trait-to-assoc-ty | Santiago Pastorino | -3/+24 |
| 2023-03-29 | Properly skip RPITITs from ModChild and give a name in AssocItem | Santiago Pastorino | -1/+1 |
| 2023-03-29 | Walk return-position impl trait in trait deeply in associated_item_def_ids | Michael Goulet | -5/+16 |
| 2023-03-29 | Add regression test for #109695 | Guillaume Gomez | -0/+8 |
| 2023-03-29 | Add ignore-debug to static-relocation-model test | Ben Kimock | -0/+1 |
| 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 | Raise an aborting signal without UB | Ben Kimock | -2/+4 |
| 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 | privacy: Support `#![rustc_effective_visibility]` on the crate root | Vadim Petrochenkov | -24/+37 |
| 2023-03-28 | Skip no_mangle if the item has no name. | Camille GILLOT | -0/+19 |
| 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 |