| Age | Commit message (Expand) | Author | Lines |
| 2023-02-18 | Auto merge of #108209 - petrochenkov:doclean, r=notriddle | bors | -43/+18 |
| 2023-02-18 | Rollup merge of #108197 - weihanglo:update-cargo, r=weihanglo | Matthias Krüger | -0/+0 |
| 2023-02-18 | doc links: Filter away autolinks in both rustc and rustdoc | Vadim Petrochenkov | -16/+8 |
| 2023-02-18 | rustdoc: Cleanup broken link callbacks | Vadim Petrochenkov | -29/+17 |
| 2023-02-18 | rustdoc: Do not use Footnotes and HeadingLinks when extracting doc links | Vadim Petrochenkov | -8/+3 |
| 2023-02-18 | Auto merge of #106476 - keith:ks/add-sanitizer-support-for-modern-ios-platfor... | bors | -4/+34 |
| 2023-02-18 | Auto merge of #99679 - repnop:kernel-address-sanitizer, r=cuviper | bors | -0/+29 |
| 2023-02-18 | Auto merge of #108112 - nnethercote:clarify-iterator-interners, r=oli-obk,com... | bors | -5/+3 |
| 2023-02-17 | Update cargo | Weihang Lo | -0/+0 |
| 2023-02-17 | Auto merge of #108075 - WaffleLapkin:de-arena-allocates-you-OwO, r=Nilstrieb | bors | -3/+3 |
| 2023-02-17 | Auto merge of #108159 - matthiaskrgr:rollup-5k2j7cx, r=matthiaskrgr | bors | -0/+66 |
| 2023-02-17 | Rollup merge of #107956 - KittyBorgX:master, r=ozkanonur | Matthias Krüger | -0/+66 |
| 2023-02-17 | Replace more `mk_foo` calls with `infer_foo`. | Nicholas Nethercote | -4/+2 |
| 2023-02-17 | Replace `mk_foo` calls with `infer_foo` where possible. | Nicholas Nethercote | -1/+1 |
| 2023-02-17 | Add `Clause::ConstArgHasType` variant | Boxy | -1/+3 |
| 2023-02-17 | Auto merge of #107753 - kylematsuda:type-of, r=BoxyUwU | bors | -83/+114 |
| 2023-02-17 | Copy `bin/*` and `lib/*.dylib` files to `stage0-sysroot` | KittyBorgX | -0/+66 |
| 2023-02-16 | fix new usage of type_of | Kyle Matsuda | -1/+1 |
| 2023-02-16 | changes from review | Kyle Matsuda | -1/+6 |
| 2023-02-16 | remove bound_type_of query; make type_of return EarlyBinder; change type_of i... | Kyle Matsuda | -96/+85 |
| 2023-02-16 | change usages of type_of to bound_type_of | Kyle Matsuda | -80/+117 |
| 2023-02-17 | Rollup merge of #108104 - matthiaskrgr:into, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-02-17 | Rollup merge of #108009 - c410-f3r:moar-tests, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2023-02-17 | Rollup merge of #107905 - clubby789:x-free-args, r=albertlarsan68 | Matthias Krüger | -1/+20 |
| 2023-02-17 | Rollup merge of #107489 - compiler-errors:non_lifetime_binders, r=cjgillot | Matthias Krüger | -7/+7 |
| 2023-02-16 | don't into self | Matthias Krüger | -1/+1 |
| 2023-02-16 | Rollup merge of #108099 - matthiaskrgr:str_to_char, r=GuillaumeGomez | Matthias Krüger | -3/+3 |
| 2023-02-16 | Rollup merge of #108057 - GuillaumeGomez:fix-reexport-attr-merge, r=notriddle | Matthias Krüger | -27/+145 |
| 2023-02-16 | Move tests | Caio | -1/+1 |
| 2023-02-16 | Remove save-analysis. | Nicholas Nethercote | -28/+9 |
| 2023-02-16 | Rename some region-specific stuff | Michael Goulet | -7/+7 |
| 2023-02-15 | use chars instead of strings where applicable | Matthias Krüger | -3/+3 |
| 2023-02-15 | Rollup merge of #108076 - GuillaumeGomez:more-let-chain, r=notriddle | Matthias Krüger | -251/+220 |
| 2023-02-15 | Rollup merge of #108047 - oli-obk:machine->🞋, r=RalfJung | Matthias Krüger | -111/+111 |
| 2023-02-15 | Rollup merge of #108021 - zephaniahong:oldx, r=albertlarsan68 | Matthias Krüger | -16/+60 |
| 2023-02-15 | Copy `ty::AssocItem` even in rustdoc | Maybe Waffle | -3/+3 |
| 2023-02-15 | Auto merge of #108006 - cjgillot:def-impl, r=oli-obk | bors | -5/+5 |
| 2023-02-15 | Use more let chain | Guillaume Gomez | -251/+220 |
| 2023-02-15 | Use target instead of machine for mir interpreter integer handling. | Oli Scherer | -111/+111 |
| 2023-02-15 | make x look for x.py if shell script does not exist | Zephaniah Ong | -16/+60 |
| 2023-02-15 | Rollup merge of #107163 - mikebenfield:parameters-pr, r=TaKO8Ki | Dylan DPC | -2/+2 |
| 2023-02-14 | Add `kernel-address` sanitizer support for freestanding targets | Wesley Norris | -0/+29 |
| 2023-02-15 | Correctly handle reexports of `#[doc(hidden)]` is reexport does not use `#[do... | Guillaume Gomez | -4/+15 |
| 2023-02-14 | Correctly handle reexport traversal by fixing multiple bugs, especially for i... | Guillaume Gomez | -59/+85 |
| 2023-02-14 | Auto merge of #108056 - matthiaskrgr:rollup-oa6bxvh, r=matthiaskrgr | bors | -131/+150 |
| 2023-02-14 | Add `of_trait` to DefKind::Impl. | Camille GILLOT | -5/+5 |
| 2023-02-14 | Prevent some attributes from being merged with others on reexports | Guillaume Gomez | -8/+89 |
| 2023-02-14 | Rollup merge of #108007 - compiler-errors:str-less-kind, r=Nilstrieb | Matthias Krüger | -11/+10 |
| 2023-02-14 | Rollup merge of #107733 - Kobzol:opt-build-metrics, r=Mark-Simulacrum | Matthias Krüger | -34/+124 |
| 2023-02-14 | Rollup merge of #107626 - jyn514:x-fix, r=Mark-Simulacrum | Matthias Krüger | -0/+4 |