| Age | Commit message (Expand) | Author | Lines |
| 2023-02-21 | address review | b-naber | -17/+31 |
| 2023-02-20 | remove cfg attributes | b-naber | -12/+6 |
| 2023-02-19 | add some cfgs back | b-naber | -124/+134 |
| 2023-02-19 | remove cfgs | b-naber | -209/+78 |
| 2023-02-19 | rebase | b-naber | -81/+92 |
| 2023-02-19 | some conditional imports | b-naber | -5/+5 |
| 2023-02-19 | sccs info | b-naber | -8/+74 |
| 2023-02-19 | collect existentials and placeholders | b-naber | -20/+76 |
| 2023-02-19 | collect region contexts during mir renumbering | b-naber | -42/+364 |
| 2023-02-19 | add BorrowckInferCtxt | b-naber | -1/+29 |
| 2023-02-19 | Auto merge of #107921 - cjgillot:codegen-overflow-check, r=tmiasko | bors | -217/+250 |
| 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 |
| 2023-02-18 | Add codegen test. | Camille GILLOT | -0/+14 |
| 2023-02-18 | Remove overflow checks from ConstProp. | Camille GILLOT | -116/+88 |
| 2023-02-18 | Do not codegen overflow check when not required. | Camille GILLOT | -2/+11 |