| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2022-05-20 | Remove `crate` visibility usage in compiler | Jacob Pratt | -1/+1 |
| 2022-01-29 | Check the number of arguments first in `is_recursive_call` | Tomasz Miąsko | -4/+10 |
| 2022-01-26 | Ignore unwinding edges when checking for unconditional recursion | Tomasz Miąsko | -4/+8 |
| 2022-01-15 | Reduce use of local_def_id_to_hir_id. | Camille GILLOT | -2/+1 |
| 2021-10-19 | Replace FnLikeNode by FnKind. | Camille GILLOT | -3/+2 |
| 2021-03-09 | Do not store attrs in FnKind. | Camille GILLOT | -1/+1 |
| 2020-10-22 | Don't re-export std::ops::ControlFlow in the compiler. | Leonora Tindall | -1/+2 |
| 2020-10-21 | Fix formatting | bishtpawan | -6/+7 |
| 2020-10-20 | Fix build failure of rustfmt | bishtpawan | -2/+3 |
| 2020-10-04 | Replace `(Body, DefId)` with `Body` where possible | Dylan MacKenzie | -12/+11 |
| 2020-09-07 | Rollup merge of #76318 - scottmcm:one-control-flow, r=ecstatic-morse | Dylan DPC | -3/+3 |
| 2020-09-04 | Change ty.kind to a method | LeSeulArtichaut | -1/+1 |
| 2020-09-04 | Use ops::ControlFlow in graph::iterate | Scott McMurray | -3/+3 |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+161 |
