| Age | Commit message (Expand) | Author | Lines |
| 2023-03-22 | Rollup merge of #109358 - petrochenkov:nosess, r=cjgillot | Matthias Krüger | -187/+158 |
| 2023-03-22 | Rollup merge of #109213 - oli-obk:cstore, r=cjgillot | Matthias Krüger | -60/+31 |
| 2023-03-22 | Rollup merge of #109203 - Ezrashaw:refactor-ident-parsing, r=Nilstrieb | Matthias Krüger | -65/+141 |
| 2023-03-23 | Rollup merge of #109435 - oli-obk:🇨🇭🥚_copy_op, r=RalfJung | Dylan DPC | -9/+11 |
| 2023-03-23 | Rollup merge of #109414 - spastorino:new-rpitit-16, r=compiler-errors | Dylan DPC | -1/+4 |
| 2023-03-23 | Rollup merge of #109405 - compiler-errors:rpitit-as-opaques, r=spastorino | Dylan DPC | -16/+43 |
| 2023-03-23 | Rollup merge of #109317 - ehuss:discriminant-link-fix, r=Nilstrieb | Dylan DPC | -5/+4 |
| 2023-03-23 | Rollup merge of #109312 - petrochenkov:docice5, r=GuillaumeGomez | Dylan DPC | -8/+10 |
| 2023-03-23 | Rollup merge of #109280 - compiler-errors:no-vec-map, r=Mark-Simulacrum | Dylan DPC | -263/+16 |
| 2023-03-23 | Rollup merge of #109179 - llogiq:intrinsically-option-as-slice, r=eholk | Dylan DPC | -0/+47 |
| 2023-03-22 | rustc: Remove unused `Session` argument from some attribute functions | Vadim Petrochenkov | -187/+158 |
| 2023-03-22 | Auto merge of #109119 - lcnr:trait-system-cleanup, r=compiler-errors | bors | -339/+223 |
| 2023-03-22 | Auto merge of #109087 - cjgillot:sparse-bb-clear, r=davidtwco | bors | -22/+61 |
| 2023-03-21 | RPITITs are DefKind::Opaque with new lowering strategy | Michael Goulet | -15/+36 |
| 2023-03-21 | Always encode RPITITs | Santiago Pastorino | -1/+7 |
| 2023-03-21 | Auto merge of #109453 - matthiaskrgr:rollup-odn02wu, r=matthiaskrgr | bors | -62/+96 |
| 2023-03-21 | Do not consider synthesized RPITITs on missing items checks | Santiago Pastorino | -1/+4 |
| 2023-03-21 | Rollup merge of #109446 - spastorino:new-rpitit-17, r=compiler-errors | Matthias Krüger | -0/+1 |
| 2023-03-21 | Rollup merge of #109441 - oli-obk:fn_trait_new_solver, r=compiler-errors | Matthias Krüger | -27/+45 |
| 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/+1 |
| 2023-03-21 | Rollup merge of #109336 - compiler-errors:constrain-to-ct-err, r=BoxyUwU | Matthias Krüger | -5/+18 |
| 2023-03-21 | Rollup merge of #108729 - bvanjoi:fix-issue-97534, r=petrochenkov | Matthias Krüger | -15/+23 |
| 2023-03-21 | Do not suggest bounds restrictions for synthesized RPITITs | Santiago Pastorino | -0/+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 | -20/+31 |
| 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 | -385/+449 |
| 2023-03-21 | rustdoc: Cleanup parent module tracking for doc links | Vadim Petrochenkov | -8/+10 |
| 2023-03-21 | Eagerly intern and check CrateNum/StableCrateId collisions | Oli Scherer | -60/+31 |
| 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/+23 |
| 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/+27 |
| 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/+31 |
| 2023-03-21 | Also check function items' signatures for Fn* trait compatibility | Oli Scherer | -5/+14 |
| 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 | -1/+18 |
| 2023-03-21 | Detect uninhabited types early in const eval. | Oli Scherer | -2/+2 |
| 2023-03-21 | use the correct param env | lcnr | -2/+1 |
| 2023-03-21 | evaluate: improve and fix recursion depth handling | lcnr | -52/+29 |
| 2023-03-21 | remove some trait solver helpers | lcnr | -286/+194 |
| 2023-03-21 | Add a layout argument to `enforce_validity`. | Oli Scherer | -8/+10 |
| 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/+31 |
| 2023-03-21 | Refactor `handle_missing_lit`. | Nicholas Nethercote | -14/+8 |
| 2023-03-20 | Auto merge of #106610 - euclio:windows-rs, r=ChrisDenton | bors | -124/+150 |