| Age | Commit message (Expand) | Author | Lines |
| 2023-02-19 | Use the correct ParamEnv | León Orell Valerian Liehr | -3/+41 |
| 2023-02-19 | Type-directed probing for inherent associated types | León Orell Valerian Liehr | -54/+581 |
| 2023-02-19 | Auto merge of #108228 - Dylan-DPC:rollup-i9t13qu, r=Dylan-DPC | bors | -161/+275 |
| 2023-02-19 | Rollup merge of #108189 - compiler-errors:non_lifetime_binders-bound-stuff, r... | Dylan DPC | -9/+103 |
| 2023-02-19 | Rollup merge of #108146 - notriddle:notriddle/rustdoc-search-reference, r=Gui... | Dylan DPC | -0/+18 |
| 2023-02-19 | Rollup merge of #108130 - tshepang:just-one-example, r=workingjubilee | Dylan DPC | -42/+0 |
| 2023-02-19 | Rollup merge of #107951 - petrochenkov:procmacdoc, r=jackh726 | Dylan DPC | -1/+33 |
| 2023-02-19 | Rollup merge of #107783 - notriddle:notriddle/item-table-ul, r=GuillaumeGomez | Dylan DPC | -101/+103 |
| 2023-02-19 | Rollup merge of #106933 - schuelermine:fix/doc/102451, r=Amanieu | Dylan DPC | -6/+14 |
| 2023-02-19 | Rollup merge of #104659 - tshepang:reflow, r=workingjubilee | Dylan DPC | -2/+4 |
| 2023-02-19 | Auto merge of #107772 - compiler-errors:dyn-star-backend-is-ptr, r=eholk | bors | -95/+129 |
| 2023-02-19 | Auto merge of #107867 - compiler-errors:new-solver-fn-trait-safety, r=lcnr | bors | -74/+135 |
| 2023-02-18 | Auto merge of #107542 - compiler-errors:param-envs-with-inference-vars-are-cu... | bors | -7/+23 |
| 2023-02-18 | Auto merge of #106241 - Sp00ph:vec_deque_iter_methods, r=the8472 | bors | -2/+329 |
| 2023-02-18 | Pretty placeholders using their names | Michael Goulet | -6/+11 |
| 2023-02-18 | Collapse placeholders to root universe in canonicalizer if not preserving uni... | Michael Goulet | -6/+53 |
| 2023-02-18 | Don't ICE on bound types in sized conditions | Michael Goulet | -4/+46 |
| 2023-02-18 | Emit the right types for vtable pointers when dropping dyn* | Michael Goulet | -80/+78 |
| 2023-02-18 | Make dyn* have the same scalar pair ABI as corresponding fat pointer | Michael Goulet | -2/+9 |
| 2023-02-18 | Add codegen test | Michael Goulet | -0/+7 |
| 2023-02-18 | Use inttoptr to support usize as dyn* value, use pointercast to make sure poi... | Michael Goulet | -0/+31 |
| 2023-02-18 | Add consider_implied_clause | Michael Goulet | -102/+97 |
| 2023-02-18 | Check that built-in callable types validate their output type is `Sized` (in ... | Michael Goulet | -14/+80 |
| 2023-02-18 | make first component of dyn* use pointer layout+type, and adjust DynStar comment | Ralf Jung | -15/+6 |
| 2023-02-18 | Auto merge of #108209 - petrochenkov:doclean, r=notriddle | bors | -72/+61 |
| 2023-02-18 | Update documentation of select_nth_unstable and select_nth_unstable_by and se... | Anselm Schüler | -6/+14 |
| 2023-02-18 | Auto merge of #108211 - matthiaskrgr:rollup-e59onmm, r=matthiaskrgr | bors | -157/+427 |
| 2023-02-18 | Rollup merge of #108205 - tshepang:why-special-case, r=cjgillot | Matthias Krüger | -0/+5 |
| 2023-02-18 | Rollup merge of #108197 - weihanglo:update-cargo, r=weihanglo | Matthias Krüger | -15/+4 |
| 2023-02-18 | Rollup merge of #108186 - compiler-errors:closures-with-late-bound-types-r-ba... | Matthias Krüger | -102/+210 |
| 2023-02-18 | Rollup merge of #108162 - clubby789:issue-108155, r=Nilstrieb | Matthias Krüger | -4/+24 |
| 2023-02-18 | Rollup merge of #108046 - oli-obk:no_evaluating_fed_queries, r=cjgillot | Matthias Krüger | -19/+6 |
| 2023-02-18 | Rollup merge of #108031 - jieyouxu:issue-108019, r=estebank | Matthias Krüger | -17/+178 |
| 2023-02-18 | doc links: Filter away autolinks in both rustc and rustdoc | Vadim Petrochenkov | -18/+27 |
| 2023-02-18 | rustdoc: Cleanup broken link callbacks | Vadim Petrochenkov | -58/+43 |
| 2023-02-18 | rustdoc: Do not use Footnotes and HeadingLinks when extracting doc links | Vadim Petrochenkov | -8/+3 |
| 2023-02-18 | Auto merge of #107329 - joboet:optimize_lazylock, r=m-ou-se | bors | -17/+120 |
| 2023-02-18 | add a summary, in addition to the link | Tshepang Mbambo | -2/+5 |
| 2023-02-18 | link to llvm changes that prompted the special cases | Tshepang Mbambo | -0/+2 |
| 2023-02-18 | Auto merge of #106476 - keith:ks/add-sanitizer-support-for-modern-ios-platfor... | bors | -10/+49 |
| 2023-02-18 | Add addl test | Michael Goulet | -0/+24 |
| 2023-02-18 | Move late-bound arg type checks to resolve_bound_vars | Michael Goulet | -87/+171 |
| 2023-02-18 | Auto merge of #99679 - repnop:kernel-address-sanitizer, r=cuviper | bors | -12/+142 |
| 2023-02-18 | Adjust tracking issue for non_lifetime_binders | Michael Goulet | -15/+15 |
| 2023-02-18 | Auto merge of #108112 - nnethercote:clarify-iterator-interners, r=oli-obk,com... | bors | -186/+173 |
| 2023-02-17 | Update cargo | Weihang Lo | -15/+4 |
| 2023-02-17 | Auto merge of #105274 - saethlin:instcombine-mut-ref, r=cjgillot | bors | -31/+9 |
| 2023-02-17 | Auto merge of #108075 - WaffleLapkin:de-arena-allocates-you-OwO, r=Nilstrieb | bors | -101/+93 |
| 2023-02-17 | Add comment explaining the search index tweak | Michael Howell | -0/+6 |
| 2023-02-17 | Don't allow evaluating queries that were fed in a previous compiler run | Oli Scherer | -19/+6 |