| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-10-29 | Rename some `OwnerId` fields. | Nicholas Nethercote | -1/+1 | |
| spastorino noticed some silly expressions like `item_id.def_id.def_id`. This commit renames several `def_id: OwnerId` fields as `owner_id`, so those expressions become `item_id.owner_id.def_id`. `item_id.owner_id.local_def_id` would be even clearer, but the use of `def_id` for values of type `LocalDefId` is *very* widespread, so I left that alone. | ||||
| 2022-10-20 | rustc_hir_typeck: fix paths and partially mv files | lcnr | -5/+4 | |
| 2022-10-07 | Change InferCtxtBuilder from enter to build | Cameron Steffen | -33/+31 | |
| 2022-10-07 | Introduce TypeErrCtxt | Cameron Steffen | -4/+4 | |
| TypeErrCtxt optionally has a TypeckResults so that InferCtxt doesn't need to. | ||||
| 2022-10-01 | Change feature name to is_some_and | Cameron Steffen | -1/+1 | |
| 2022-09-27 | rustc_typeck to rustc_hir_analysis | lcnr | -0/+555 | |
