| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-08-19 | Fix redundant explicit link in rustc_borrowck | Kyle Lin | -1/+1 | |
| 2023-05-25 | Move DefiningAnchor | Michael Goulet | -1/+2 | |
| 2023-05-23 | Add RegionInferenceContext::outlives_constraints | Dominik Stolz | -0/+1 | |
| 2023-05-23 | Move BodyWithBorrowckFacts to consumers | Dominik Stolz | -3/+33 | |
| 2023-05-23 | Make place helpers accessible | Dominik Stolz | -0/+2 | |
| 2023-05-23 | Allow consumers to retrieve borrowck output | Jonáš Fiala | -6/+50 | |
| 2023-04-24 | Split `{Idx, IndexVec, IndexSlice}` into their own modules | Maybe Waffle | -1/+1 | |
| 2023-04-20 | Remove WithOptconstParam. | Camille GILLOT | -6/+3 | |
| 2023-04-02 | Use `&IndexSlice` instead of `&IndexVec` where possible | Scott McMurray | -2/+2 | |
| All the same reasons as for `[T]`: more general, less pointer chasing, and `&mut IndexSlice` emphasizes that it doesn't change *length*. | ||||
| 2023-01-11 | Change `src/test` to `tests` in source files, fix tidy and tests | Albert Larsan | -1/+1 | |
| 2022-12-20 | rustc: Remove needless lifetimes | Jeremy Stucki | -3/+3 | |
| 2022-11-09 | lint auto pass | AndyJado | -0/+2 | |
| Revert "lint auto pass" This reverts commit e58e4466384924c491a932d3f18ef50ffa5a5065. | ||||
| 2022-10-07 | Change InferCtxtBuilder from enter to build | Cameron Steffen | -5/+4 | |
| 2022-07-20 | take opaq types | ouz-a | -2/+2 | |
| 2021-10-06 | Add InferCtxt::with_opaque_type_inference to get_body_with_borrowck_facts | Will Crichton | -1/+1 | |
| 2021-09-15 | Allow call to get_body_with_borrowck_facts without -Z polonius | Will Crichton | -3/+3 | |
| 2021-09-07 | Move rustc_mir::borrow_check to new crate rustc_borrowck. | Camille GILLOT | -0/+39 | |
