| Age | Commit message (Expand) | Author | Lines |
| 2023-02-20 | Auto merge of #105961 - fmease:iat-type-directed-probing, r=jackh726 | bors | -84/+946 |
| 2023-02-19 | Add some FIXMEs for follow-up PRs | León Orell Valerian Liehr | -4/+9 |
| 2023-02-19 | Collect fulfillment errors across impls | León Orell Valerian Liehr | -2/+42 |
| 2023-02-19 | Auto merge of #108128 - clubby789:builtin-derived-attr, r=jackh726 | bors | -34/+60 |
| 2023-02-19 | Auto merge of #107921 - cjgillot:codegen-overflow-check, r=tmiasko | bors | -217/+250 |
| 2023-02-19 | Deduplicate fresh_item_substs | León Orell Valerian Liehr | -60/+35 |
| 2023-02-19 | Add a test and several known bugs | León Orell Valerian Liehr | -0/+127 |
| 2023-02-19 | Fix substitution bug | León Orell Valerian Liehr | -19/+67 |
| 2023-02-19 | Use InferCtxt::probe to properly detect ambiguous candidates | León Orell Valerian Liehr | -21/+62 |
| 2023-02-19 | Switch from for-loop to filter_map | León Orell Valerian Liehr | -27/+26 |
| 2023-02-19 | Groundwork for detecting ambiguous candidates | León Orell Valerian Liehr | -2/+85 |
| 2023-02-19 | Make use of ObligationCtxt | León Orell Valerian Liehr | -54/+33 |
| 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 #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 | Stop implementing _with_overflow intrinsics in codegen backends. | Camille GILLOT | -50/+0 |
| 2023-02-18 | Replace _with_overflow instrinsics in LowerIntrinsics. | Camille GILLOT | -3/+113 |
| 2023-02-18 | Adapt cg_clif. | Camille GILLOT | -10/+7 |
| 2023-02-18 | Fix codegen test. | Camille GILLOT | -1/+1 |
| 2023-02-18 | Rename checked_binop_checks_overflow. | Camille GILLOT | -7/+8 |
| 2023-02-18 | Remove special case in rvalue codegen. | Camille GILLOT | -12/+0 |
| 2023-02-18 | Make name more explicit. | Camille GILLOT | -2/+2 |
| 2023-02-18 | Comment codegen optimization. | Camille GILLOT | -0/+3 |
| 2023-02-18 | Update compiler/rustc_middle/src/mir/syntax.rs | Camille Gillot | -1/+2 |
| 2023-02-18 | Remove exception from MIR doc. | Camille GILLOT | -4/+0 |
| 2023-02-18 | Adapt interpreter. | Camille GILLOT | -15/+3 |
| 2023-02-18 | Fix CTFE interpreter. | Camille GILLOT | -1/+1 |
| 2023-02-18 | Remove outdated comment. | Camille GILLOT | -3/+0 |
| 2023-02-18 | Adapt interpreter. | Camille GILLOT | -11/+13 |
| 2023-02-18 | Correct comment. | Camille GILLOT | -2/+4 |
| 2023-02-18 | Add comment. | Camille GILLOT | -0/+3 |