| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2021-09-07 | Rename rustc_mir to rustc_const_eval. | Camille GILLOT | -84/+0 |
| 2021-08-26 | review | lcnr | -1/+1 |
| 2021-08-26 | update `TypeFlags` to deal with missing ct substs | lcnr | -14/+10 |
| 2021-08-26 | make unevaluated const substs optional | lcnr | -2/+2 |
| 2021-08-26 | require a `tcx` for `TypeVisitor` | lcnr | -0/+4 |
| 2021-01-14 | Use Option::map_or instead of `.map(..).unwrap_or(..)` | LingMan | -2/+1 |
| 2020-12-07 | small `TypeVisitor` refactor | Bastian Kauschke | -4/+5 |
| 2020-11-26 | Fix new 'unnecessary trailing semicolon' warnings | Aaron Hill | -1/+1 |
| 2020-11-14 | Set the default `BreakTy` to `!` | LeSeulArtichaut | -0/+2 |
| 2020-11-14 | Introduce `TypeVisitor::BreakTy` | LeSeulArtichaut | -2/+2 |
| 2020-10-30 | Remove implicit `Continue` type | LeSeulArtichaut | -2/+2 |
| 2020-10-30 | Use `ControlFlow::is{break,continue}` | LeSeulArtichaut | -1/+1 |
| 2020-10-30 | TypeVisitor: use `ControlFlow` in rustc_{mir,privacy,traits,typeck} | LeSeulArtichaut | -13/+10 |
| 2020-09-04 | Change ty.kind to a method | LeSeulArtichaut | -2/+2 |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+85 |
