| Age | Commit message (Expand) | Author | Lines |
| 2023-03-23 | Use span_look_ahead instead of next_point | Mu42 | -6/+3 |
| 2023-03-22 | Fixes #109436: add parentheses properly | Mu42 | -7/+56 |
| 2023-03-21 | Auto merge of #109453 - matthiaskrgr:rollup-odn02wu, r=matthiaskrgr | bors | -139/+597 |
| 2023-03-21 | Auto merge of #109092 - compiler-errors:local-key, r=cjgillot | bors | -632/+438 |
| 2023-03-21 | Rollup merge of #109446 - spastorino:new-rpitit-17, r=compiler-errors | Matthias Krüger | -4/+36 |
| 2023-03-21 | Rollup merge of #109441 - oli-obk:fn_trait_new_solver, r=compiler-errors | Matthias Krüger | -28/+189 |
| 2023-03-21 | Rollup merge of #109415 - nnethercote:refactor-handle_missing_lit, r=petroche... | Matthias Krüger | -14/+8 |
| 2023-03-21 | Rollup merge of #109403 - chenyukang:yukang/fix-109396, r=estebank | Matthias Krüger | -1/+47 |
| 2023-03-21 | Rollup merge of #109336 - compiler-errors:constrain-to-ct-err, r=BoxyUwU | Matthias Krüger | -13/+51 |
| 2023-03-21 | Rollup merge of #108729 - bvanjoi:fix-issue-97534, r=petrochenkov | Matthias Krüger | -15/+106 |
| 2023-03-21 | Rollup merge of #108164 - joboet:discard_messages_mpmc_array, r=Amanieu | Matthias Krüger | -26/+98 |
| 2023-03-21 | Rollup merge of #96391 - ChrisDenton:command-non-verbatim, r=joshtriplett | Matthias Krüger | -38/+62 |
| 2023-03-21 | Do not suggest bounds restrictions for synthesized RPITITs | Santiago Pastorino | -4/+36 |
| 2023-03-21 | query_keys_local is conditional on separate_provide_if_extern | Michael Goulet | -15/+14 |
| 2023-03-21 | LocalCrate key | Michael Goulet | -21/+33 |
| 2023-03-21 | AsLocalKey trait | Michael Goulet | -313/+48 |
| 2023-03-21 | IdentitySubsts::identity_for_item takes Into<DefId> | Michael Goulet | -28/+27 |
| 2023-03-21 | Use LocalDefId in ItemCtxt | Michael Goulet | -104/+102 |
| 2023-03-21 | Use local key in providers | Michael Goulet | -395/+458 |
| 2023-03-21 | Auto merge of #108659 - ferrocene:pa-test-metrics, r=Mark-Simulacrum | bors | -38/+504 |
| 2023-03-21 | handle tests timing out | Pietro Albini | -0/+4 |
| 2023-03-21 | Auto merge of #109442 - Nilstrieb:rollup-seb5xsa, r=Nilstrieb | bors | -562/+1234 |
| 2023-03-21 | Rollup merge of #109408 - RalfJung:retags, r=compiler-errors | nils | -1/+2 |
| 2023-03-21 | Rollup merge of #109390 - cbeuw:aggregate-lit, r=oli-obk | nils | -1/+135 |
| 2023-03-21 | Rollup merge of #109386 - aDotInTheVoid:mailmap, r=WaffleLapkin | nils | -1/+2 |
| 2023-03-21 | Rollup merge of #109385 - lcnr:typo, r=Dylan-DPC | nils | -1/+1 |
| 2023-03-21 | Rollup merge of #109240 - compiler-errors:dont-binder-twice, r=oli-obk | nils | -30/+33 |
| 2023-03-21 | Rollup merge of #109124 - ferrocene:pa-compression-mode, r=Mark-Simulacrum | nils | -47/+127 |
| 2023-03-21 | Rollup merge of #108896 - BoxyUwU:new_solver_add_goal_fn, r=lcnr | nils | -443/+531 |
| 2023-03-21 | Rollup merge of #108842 - compiler-errors:non_lifetime_binders-object-safe, r... | nils | -3/+111 |
| 2023-03-21 | Rollup merge of #108326 - tmiasko:read-buf, r=thomcc | nils | -31/+250 |
| 2023-03-21 | Rollup merge of #106434 - clubby789:document-sum-result, r=the8472 | nils | -4/+42 |
| 2023-03-21 | Also check function items' signatures for Fn* trait compatibility | Oli Scherer | -8/+81 |
| 2023-03-21 | Deduplicate fn trait compatibility checks | Oli Scherer | -29/+21 |
| 2023-03-21 | Only implement Fn* traits for extern "Rust" safe function pointers. | Oli Scherer | -2/+98 |
| 2023-03-21 | change default to fast for everyone but the user profile | Pietro Albini | -2/+6 |
| 2023-03-21 | Auto merge of #106967 - saethlin:remove-vec-as-ptr-assume, r=thomcc | bors | -11/+21 |
| 2023-03-21 | Auto merge of #108717 - TDecki:dec2flt-inline, r=thomcc | bors | -1/+18 |
| 2023-03-21 | Auto merge of #108262 - ChrisDenton:libntdll, r=Mark-Simulacrum | bors | -118/+114 |
| 2023-03-21 | Add ntdll to run-make-fulldeps extraflags | Chris Denton | -2/+2 |
| 2023-03-20 | Auto merge of #109046 - Zoxc:split-execute-job, r=cjgillot,michaelwoerister | bors | -30/+42 |
| 2023-03-20 | Enforce non-lifetime-binders in supertrait preds are not object safe | Michael Goulet | -3/+111 |
| 2023-03-21 | Refactor `handle_missing_lit`. | Nicholas Nethercote | -14/+8 |
| 2023-03-20 | Auto merge of #106610 - euclio:windows-rs, r=ChrisDenton | bors | -280/+379 |
| 2023-03-20 | not *all* retags might be explicit in Runtime MIR | Ralf Jung | -1/+2 |
| 2023-03-20 | Auto merge of #109384 - matthiaskrgr:rollup-hu348gs, r=matthiaskrgr | bors | -260/+460 |
| 2023-03-21 | Avoid ICE of attempt to add with overflow in emitter | yukang | -1/+47 |
| 2023-03-20 | migrate compiler, bootstrap, and compiletest to windows-rs | Andy Russell | -280/+379 |
| 2023-03-20 | Add example for `Option::product` and `Result::product` | clubby789 | -4/+36 |
| 2023-03-20 | Use builtin_index instead of match | Andy Wang | -5/+2 |