| Age | Commit message (Expand) | Author | Lines |
| 2023-03-15 | Add revisions to fixed tests in -Zlower-impl-trait-in-trait-to-assoc-ty | Santiago Pastorino | -19/+180 |
| 2023-03-15 | Feed is_type_alias_impl_trait for RPITITs on the trait side | Santiago Pastorino | -0/+3 |
| 2023-03-15 | ImplTraitPlaceholder -> is_impl_trait_in_trait | Santiago Pastorino | -34/+41 |
| 2023-03-15 | rustdoc: remove `std::` from primitive intra-doc link tooltips | Michael Howell | -0/+8 |
| 2023-03-15 | Auto merge of #109169 - bjorn3:sync_cg_clif-2023-03-15, r=bjorn3 | bors | -792/+873 |
| 2023-03-15 | unequal → not equal | gimbles | -21/+21 |
| 2023-03-15 | inherit_overflow: adapt pattern to also work with v0 mangling | Augie Fackler | -1/+1 |
| 2023-03-15 | Implementing "<test_binary> --list --format json" #107307 #49359 | Partha P. Das | -46/+554 |
| 2023-03-15 | Account for debuginfo on _0 without naming it. | Camille GILLOT | -6/+2 |
| 2023-03-15 | Skip serializing ascii chars in case LUTs | Martin Gammelsæter | -40/+11 |
| 2023-03-15 | Update docsfs module documentation | Guillaume Gomez | -1/+0 |
| 2023-03-15 | Add macro test | blyxyas | -21/+39 |
| 2023-03-15 | Make impl_trait_in_trait_container consider newly generated RPITITs | Santiago Pastorino | -4/+10 |
| 2023-03-15 | Properly implement generics_of for traits | Santiago Pastorino | -2/+31 |
| 2023-03-15 | Rename impl_trait_in_trait_parent to impl_trait_in_trait_parent_fn | Santiago Pastorino | -10/+10 |
| 2023-03-15 | Revert "Auto merge of #107376 - aliemjay:remove-givens, r=lcnr" | Rémy Rakic | -87/+152 |
| 2023-03-15 | Set CMAKE_SYSTEM_NAME for Linux targets | Alan Egerton | -0/+2 |
| 2023-03-15 | Auto merge of #109164 - Dylan-DPC:rollup-0bwxwos, r=Dylan-DPC | bors | -296/+294 |
| 2023-03-15 | Merge commit 'dec0daa8f6d0a0e1c702f169abb6bf3eee198c67' into sync_cg_clif-202... | bjorn3 | -792/+873 |
| 2023-03-15 | Rustup to rustc 1.70.0-nightly (171693274 2023-03-14) | bjorn3 | -1/+1 |
| 2023-03-15 | Sync from rust 1716932743a7b3705cbf0c34db0c4e070ed1930d | bjorn3 | -6/+6 |
| 2023-03-15 | Introduce Box::new in mini_core | bjorn3 | -0/+11 |
| 2023-03-15 | Use patched git-subtree from bjorn3/git@tqc-subtree-portable | bjorn3 | -3/+22 |
| 2023-03-15 | Auto merge of #14361 - Veykril:if-then-parse, r=Veykril | bors | -21/+21 |
| 2023-03-15 | Auto merge of #12958 - zachs18:async_closure, r=Veykril | bors | -43/+114 |
| 2023-03-15 | fix: Fix ast::IfExpr child accessors | Lukas Wirth | -21/+21 |
| 2023-03-15 | Auto merge of #14362 - Veykril:remove-dbg, r=Veykril | bors | -3/+4 |
| 2023-03-15 | internal: Prioritize remove-dbg assist over inline-macro | Lukas Wirth | -3/+4 |
| 2023-03-15 | Bump to latest rustc-perf | Mark Rousskov | -4/+4 |
| 2023-03-15 | always make `define_opaque_types` explicit | lcnr | -224/+307 |
| 2023-03-15 | Bump to latest beta | Mark Rousskov | -453/+429 |
| 2023-03-15 | Bump version placeholders | Mark Rousskov | -24/+24 |
| 2023-03-15 | Simplify | Lukas Wirth | -71/+52 |
| 2023-03-15 | Auto merge of #2806 - saethlin:better-install, r=RalfJung | bors | -17/+15 |
| 2023-03-15 | use date-based cache key | Ralf Jung | -4/+4 |
| 2023-03-15 | Rollup merge of #109157 - michaelwoerister:tb, r=Mark-Simulacrum | Dylan DPC | -1/+0 |
| 2023-03-15 | Rollup merge of #109154 - chenyukang:yukang/fix-109152, r=compiler-errors | Dylan DPC | -2/+39 |
| 2023-03-15 | Rollup merge of #109150 - weihanglo:update-cargo, r=weihanglo | Dylan DPC | -2/+2 |
| 2023-03-15 | Rollup merge of #109136 - compiler-errors:simplify-proc-macro-checking, r=oli... | Dylan DPC | -275/+212 |
| 2023-03-15 | Rollup merge of #109111 - MU001999:master, r=jyn514 | Dylan DPC | -0/+1 |
| 2023-03-15 | Rollup merge of #109109 - compiler-errors:polymorphize-foreign, r=Nilstrieb | Dylan DPC | -10/+28 |
| 2023-03-15 | Rollup merge of #108991 - ozkanonur:new-llvm-flag, r=albertlarsan68 | Dylan DPC | -6/+12 |
| 2023-03-15 | Add RANLIB_x86_64_unknown_illumos env for dist-x86_64-illumos dockerfile | hi-rustin | -4/+5 |
| 2023-03-15 | Add test for async closure types. | Zachary S | -1/+41 |
| 2023-03-15 | fix: Fix return type of async closures. | Zachary S | -32/+82 |
| 2023-03-15 | Deduplicate logic between projection normalization with and without escaping ... | Oli Scherer | -59/+21 |
| 2023-03-15 | Exhaustively match over all alias kinds | Oli Scherer | -20/+29 |
| 2023-03-15 | Auto merge of #14359 - Veykril:opt-out-retry, r=Veykril | bors | -1/+37 |
| 2023-03-15 | Auto merge of #109035 - scottmcm:ptr-read-should-know-undef, r=WaffleLapkin,J... | bors | -48/+358 |
| 2023-03-15 | fix: Do not retry inlay hint requests | Lukas Wirth | -1/+37 |