| Age | Commit message (Expand) | Author | Lines |
| 2023-02-19 | Auto merge of #107921 - cjgillot:codegen-overflow-check, r=tmiasko | bors | -14/+176 |
| 2023-02-19 | Rollup merge of #108203 - compiler-errors:rpitit-fix-defaults-2, r=jackh726 | Guillaume Gomez | -0/+77 |
| 2023-02-19 | Rollup merge of #108129 - GuillaumeGomez:correctly-handle-links-starting-with... | Guillaume Gomez | -0/+28 |
| 2023-02-19 | Rollup merge of #107766 - GuillaumeGomez:fix-json-reexports-of-different-item... | Guillaume Gomez | -0/+25 |
| 2023-02-19 | Auto merge of #108228 - Dylan-DPC:rollup-i9t13qu, r=Dylan-DPC | bors | -84/+204 |
| 2023-02-19 | Rollup merge of #108189 - compiler-errors:non_lifetime_binders-bound-stuff, r... | Dylan DPC | -0/+85 |
| 2023-02-19 | Rollup merge of #108146 - notriddle:notriddle/rustdoc-search-reference, r=Gui... | Dylan DPC | -0/+8 |
| 2023-02-19 | Rollup merge of #107951 - petrochenkov:procmacdoc, r=jackh726 | Dylan DPC | -0/+27 |
| 2023-02-19 | Rollup merge of #107783 - notriddle:notriddle/item-table-ul, r=GuillaumeGomez | Dylan DPC | -84/+84 |
| 2023-02-19 | Auto merge of #107772 - compiler-errors:dyn-star-backend-is-ptr, r=eholk | bors | -0/+32 |
| 2023-02-19 | Auto merge of #107867 - compiler-errors:new-solver-fn-trait-safety, r=lcnr | bors | -0/+35 |
| 2023-02-18 | Add regression test for #107995 | Guillaume Gomez | -0/+28 |
| 2023-02-18 | Replace _with_overflow instrinsics in LowerIntrinsics. | Camille GILLOT | -0/+90 |
| 2023-02-18 | Fix codegen test. | Camille GILLOT | -1/+1 |
| 2023-02-18 | Add codegen test. | Camille GILLOT | -0/+14 |
| 2023-02-18 | Remove overflow checks from ConstProp. | Camille GILLOT | -14/+72 |
| 2023-02-18 | Add test | Michael Goulet | -0/+77 |
| 2023-02-18 | Pretty placeholders using their names | Michael Goulet | -5/+7 |
| 2023-02-18 | Collapse placeholders to root universe in canonicalizer if not preserving uni... | Michael Goulet | -2/+44 |
| 2023-02-18 | Don't ICE on bound types in sized conditions | Michael Goulet | -0/+41 |
| 2023-02-18 | Make dyn* have the same scalar pair ABI as corresponding fat pointer | Michael Goulet | -1/+3 |
| 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/+23 |
| 2023-02-18 | Check that built-in callable types validate their output type is `Sized` (in ... | Michael Goulet | -0/+35 |
| 2023-02-18 | Add regression test for #107677 | Guillaume Gomez | -0/+25 |
| 2023-02-18 | Auto merge of #108209 - petrochenkov:doclean, r=notriddle | bors | -16/+16 |
| 2023-02-18 | Rollup merge of #108186 - compiler-errors:closures-with-late-bound-types-r-ba... | Matthias Krüger | -14/+86 |
| 2023-02-18 | Rollup merge of #108162 - clubby789:issue-108155, r=Nilstrieb | Matthias Krüger | -0/+15 |
| 2023-02-18 | Rollup merge of #108031 - jieyouxu:issue-108019, r=estebank | Matthias Krüger | -4/+135 |
| 2023-02-18 | rustdoc: Cleanup broken link callbacks | Vadim Petrochenkov | -16/+16 |
| 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 | -0/+48 |
| 2023-02-18 | Auto merge of #99679 - repnop:kernel-address-sanitizer, r=cuviper | bors | -0/+75 |
| 2023-02-18 | Adjust tracking issue for non_lifetime_binders | Michael Goulet | -14/+14 |
| 2023-02-17 | Auto merge of #105274 - saethlin:instcombine-mut-ref, r=cjgillot | bors | -26/+8 |
| 2023-02-17 | Don't eagerly convert principal to string | clubby789 | -0/+15 |
| 2023-02-17 | Auto merge of #108159 - matthiaskrgr:rollup-5k2j7cx, r=matthiaskrgr | bors | -0/+52 |
| 2023-02-17 | Rollup merge of #107592 - workingjubilee:use-16-bit-enum-on-16-bit-targets, r... | Matthias Krüger | -0/+52 |
| 2023-02-17 | add predicate evaluation logic | Boxy | -2/+11 |
| 2023-02-16 | rustdoc: hide `reference` methods in search index | Michael Howell | -0/+8 |
| 2023-02-17 | Rollup merge of #108136 - eggyal:unmet_trait_alias_bound_on_generic_impl, r=c... | Matthias Krüger | -0/+40 |
| 2023-02-17 | Rollup merge of #108009 - c410-f3r:moar-tests, r=petrochenkov | Matthias Krüger | -0/+0 |
| 2023-02-17 | Rollup merge of #107489 - compiler-errors:non_lifetime_binders, r=cjgillot | Matthias Krüger | -30/+234 |
| 2023-02-16 | Default repr(C) enums to c_int size | Jubilee Young | -0/+52 |
| 2023-02-16 | Do not ICE on unmet trait alias impl bounds | Alan Egerton | -0/+40 |
| 2023-02-16 | Rollup merge of #108115 - eggyal:unmet_trait_alias_bound, r=compiler-errors | Matthias Krüger | -0/+30 |
| 2023-02-16 | Rollup merge of #108057 - GuillaumeGomez:fix-reexport-attr-merge, r=notriddle | Matthias Krüger | -0/+33 |
| 2023-02-16 | Rollup merge of #106347 - estebank:removal-suggestion, r=TaKO8Ki | Matthias Krüger | -206/+188 |
| 2023-02-16 | Move tests | Caio | -0/+0 |
| 2023-02-16 | Enable instcombine for mutable reborrows | Ben Kimock | -26/+8 |