| Age | Commit message (Expand) | Author | Lines |
| 2023-02-20 | basic dyn* support for Miri | Ralf Jung | -84/+325 |
| 2023-02-19 | Auto merge of #108237 - GuillaumeGomez:rollup-olxq5dt, r=GuillaumeGomez | bors | -91/+294 |
| 2023-02-19 | Rollup merge of #108212 - KittyBorgX:master, r=jyn514 | Guillaume Gomez | -9/+0 |
| 2023-02-19 | Rollup merge of #108203 - compiler-errors:rpitit-fix-defaults-2, r=jackh726 | Guillaume Gomez | -37/+161 |
| 2023-02-19 | Rollup merge of #108188 - jyn514:ra-sysroot, r=albertlarsan68 | Guillaume Gomez | -2/+3 |
| 2023-02-19 | Rollup merge of #108129 - GuillaumeGomez:correctly-handle-links-starting-with... | Guillaume Gomez | -2/+32 |
| 2023-02-19 | Rollup merge of #107766 - GuillaumeGomez:fix-json-reexports-of-different-item... | Guillaume Gomez | -41/+98 |
| 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 | Download rustfmt regardless of rustc being set in config.toml | KittyBorgX | -9/+0 |
| 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 | Add regression test for #107995 | Guillaume Gomez | -0/+28 |
| 2023-02-18 | Correctly handle if a link starts with a whitespace | Guillaume Gomez | -2/+4 |
| 2023-02-18 | Add test | Michael Goulet | -0/+77 |
| 2023-02-18 | Assume we can normalize trait default method RPITITs in param-env instead | Michael Goulet | -4/+81 |
| 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 | Remove default trait RPITIT candidates | Michael Goulet | -33/+3 |
| 2023-02-18 | make first component of dyn* use pointer layout+type, and adjust DynStar comment | Ralf Jung | -15/+6 |
| 2023-02-18 | Improve code readability | Guillaume Gomez | -10/+21 |
| 2023-02-18 | Fix bad handling of primitive types | Guillaume Gomez | -30/+48 |
| 2023-02-18 | Add regression test for #107677 | Guillaume Gomez | -0/+25 |
| 2023-02-18 | Allow reexports of items with same name but different types to both appear | Guillaume Gomez | -57/+60 |
| 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 |