| Age | Commit message (Expand) | Author | Lines |
| 2023-03-21 | Remove `unique` and move `VerboseTimingGuard` fields into a new struct | John Kåre Alsaker | -35/+32 |
| 2023-03-21 | Use uninit checking from rustc | Nilstrieb | -31/+83 |
| 2023-03-21 | Add `-Z time-passes-format` to allow specifying a JSON output for `-Z time-pa... | John Kåre Alsaker | -27/+105 |
| 2023-03-21 | Reduce output spam | John Kåre Alsaker | -6/+6 |
| 2023-03-21 | Ignore the vendor directory for tidy tests. | James Farrell | -0/+1 |
| 2023-03-21 | Do not suggest bounds restrictions for synthesized RPITITs | Santiago Pastorino | -4/+36 |
| 2023-03-21 | woops | lcnr | -1/+1 |
| 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 | -7/+7 |
| 2023-03-21 | Use local key in providers | Michael Goulet | -395/+458 |
| 2023-03-21 | disable global caching during coherence | lcnr | -1/+2 |
| 2023-03-21 | enable `intercrate` in the solver `InferCtxt` | lcnr | -8/+20 |
| 2023-03-21 | new solver cleanup + coherence | lcnr | -52/+203 |
| 2023-03-21 | Set LLVM `LLVM_UNREACHABLE_OPTIMIZE` to `OFF` | Ian Douglas Scott | -1/+2 |
| 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 | rustdoc: Factor out some doc link resolution code into a separate function | Vadim Petrochenkov | -24/+27 |
| 2023-03-21 | rustdoc: Cleanup parent module tracking for doc links | Vadim Petrochenkov | -168/+103 |
| 2023-03-21 | Eagerly intern and check CrateNum/StableCrateId collisions | Oli Scherer | -61/+33 |
| 2023-03-21 | Auto merge of #109442 - Nilstrieb:rollup-seb5xsa, r=Nilstrieb | bors | -562/+1234 |
| 2023-03-21 | add delay_span_bug | yukang | -1/+7 |
| 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 | Detect uninhabited types early in const eval. | Oli Scherer | -30/+28 |
| 2023-03-21 | Use hex literal for INDEX_MASK | Martin Gammelsæter | -2/+2 |
| 2023-03-21 | use the correct param env | lcnr | -2/+1 |
| 2023-03-21 | evaluate: improve and fix recursion depth handling | lcnr | -95/+60 |
| 2023-03-21 | remove some trait solver helpers | lcnr | -2/+4 |
| 2023-03-21 | remove some trait solver helpers | lcnr | -288/+198 |
| 2023-03-21 | Add a layout argument to `enforce_validity`. | Oli Scherer | -9/+11 |
| 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 | Return equal for two identical projections | yukang | -4/+43 |
| 2023-03-20 | doc: add generics improvements to rustdoc book | Michael Howell | -5/+12 |
| 2023-03-20 | rustdoc: add support for type filters in arguments and generics | Michael Howell | -150/+301 |