| Age | Commit message (Expand) | Author | Lines |
| 2023-05-02 | Make ConstProp tests unit. | Camille GILLOT | -106/+177 |
| 2023-05-02 | Auto merge of #109128 - chenyukang:yukang/remove-type-ascription, r=estebank | bors | -1140/+752 |
| 2023-05-02 | Auto merge of #111089 - Dylan-DPC:rollup-b8oj6du, r=Dylan-DPC | bors | -1153/+1699 |
| 2023-05-02 | Rollup merge of #111048 - compiler-errors:rpitit-not-incomplete, r=jackh726 | Dylan DPC | -363/+59 |
| 2023-05-02 | Rollup merge of #110955 - fee1-dead-contrib:sus-operation, r=compiler-errors | Dylan DPC | -200/+237 |
| 2023-05-02 | Rollup merge of #110895 - Ayush1325:thread-local-fix, r=thomcc | Dylan DPC | -1/+1 |
| 2023-05-02 | Rollup merge of #110512 - compiler-errors:fix-elaboration-with-associated-typ... | Dylan DPC | -146/+445 |
| 2023-05-02 | Rollup merge of #108668 - gibbyfree:stabilizedebuggervisualizer, r=wesleywiser | Dylan DPC | -58/+11 |
| 2023-05-02 | Rollup merge of #108161 - WaffleLapkin:const_param_ty, r=BoxyUwU | Dylan DPC | -179/+673 |
| 2023-05-02 | Rollup merge of #105076 - mina86:a, r=scottmcm | Dylan DPC | -206/+273 |
| 2023-05-02 | Mark RPITIT and AFIT as no longer incomplete | Michael Goulet | -363/+59 |
| 2023-05-02 | Auto merge of #109521 - tmiasko:const-prop-validation, r=wesleywiser | bors | -40/+247 |
| 2023-05-02 | Auto merge of #106075 - nbdd0121:ffi-unwind, r=joshtriplett | bors | -280/+53 |
| 2023-05-01 | fix stderrs | Gibby Free | -3/+3 |
| 2023-05-01 | remove bootstrap from tests | Gibby Free | -5/+0 |
| 2023-05-01 | Auto merge of #111066 - matthiaskrgr:rollup-4k6rj23, r=matthiaskrgr | bors | -16/+180 |
| 2023-05-01 | Auto merge of #111067 - albertlarsan68:fix-multiprocessing-x-py, r=jyn514 | bors | -19/+40 |
| 2023-05-01 | Make x.py work again in most (all?) cases | Albert Larsan | -19/+40 |
| 2023-05-01 | Don't use implied trait predicates in gather_explicit_predicates_of | Michael Goulet | -79/+319 |
| 2023-05-01 | Do not consider associated type bounds for super_predicates_that_define_assoc... | Michael Goulet | -16/+94 |
| 2023-05-01 | Simplify type_parameter_bounds_in_generics | Michael Goulet | -53/+34 |
| 2023-05-01 | Rollup merge of #111065 - est31:send_mut_ref, r=m-ou-se | Matthias Krüger | -1/+6 |
| 2023-05-01 | Rollup merge of #111057 - xfix:tcpstream-as-raw-fd-inline, r=m-ou-se | Matthias Krüger | -0/+69 |
| 2023-05-01 | Rollup merge of #111042 - Zalathar:no-coverage, r=wesleywiser | Matthias Krüger | -2/+26 |
| 2023-05-01 | Rollup merge of #111038 - tmiasko:untainted-promoteds, r=compiler-errors | Matthias Krüger | -4/+27 |
| 2023-05-01 | Rollup merge of #110987 - infdahai:wasi_clock_time, r=m-ou-se | Matthias Krüger | -2/+2 |
| 2023-05-01 | Rollup merge of #110093 - beetrees:set-times-32-bit, r=joshtriplett | Matthias Krüger | -2/+39 |
| 2023-05-01 | Rollup merge of #109540 - marcospb19:edit-Path-with_file_name-example, r=m-ou-se | Matthias Krüger | -5/+11 |
| 2023-05-01 | Explicitly document how Send and Sync relate to references | est31 | -1/+6 |
| 2023-05-01 | Auto merge of #111010 - scottmcm:mem-replace-simpler, r=WaffleLapkin | bors | -59/+233 |
| 2023-05-01 | Fix `StructuralEq` impls for `&T`, `[T]` and `[T; N]` | Maybe Waffle | -3/+3 |
| 2023-05-01 | Inline AsRawFd implementations | Konrad Borowski | -0/+11 |
| 2023-05-01 | Inline socket function implementations | Konrad Borowski | -0/+9 |
| 2023-05-01 | Inline AsInner implementations | Konrad Borowski | -0/+49 |
| 2023-05-01 | Auto merge of #111036 - RalfJung:miri, r=RalfJung | bors | -455/+1436 |
| 2023-05-01 | soften the wording for removing type ascription | yukang | -23/+16 |
| 2023-05-01 | sync with master | yukang | -24/+0 |
| 2023-05-01 | remove rustfmt testcase for type ascription | yukang | -23/+0 |
| 2023-05-01 | fix doc test in mir_build for removing type ascription | yukang | -2/+1 |
| 2023-05-01 | fix tests | yukang | -135/+76 |
| 2023-05-01 | fix parser size | yukang | -1/+1 |
| 2023-05-01 | clean up Colon from clippy | yukang | -5/+6 |
| 2023-05-01 | fix test cases | yukang | -252/+121 |
| 2023-05-01 | clean up debug code | yukang | -21/+5 |
| 2023-05-01 | remove current_type_ascription from DiagnosticMetadata | yukang | -13/+1 |
| 2023-05-01 | remove type_ascription_path_suggestions in parser | yukang | -41/+0 |
| 2023-05-01 | Remove more diagnostics for ascription in resolve | yukang | -80/+8 |
| 2023-05-01 | Rip it out | Nilstrieb | -949/+946 |
| 2023-05-01 | Auto merge of #111026 - compiler-errors:only-typeck-root, r=cjgillot | bors | -1/+1 |
| 2023-04-30 | Update MIRI compiletests | Scott McMurray | -3/+3 |