| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-10-06 | Rollup merge of #76995 - LingMan:middle_matches, r=varkor | Yuki Okushi | -8/+8 | |
| Reduce boilerplate with the matches! macro Replaces simple bool `match`es of the form match $expr { $pattern => true _ => false } and their inverse with invocations of the matches! macro. Limited to rustc_middle for now to get my feet wet. | ||||
| 2020-09-25 | Address review comment | marmeladema | -3/+5 | |
| 2020-09-25 | Implement `Display` for `DisambiguatedDefPathData` and `DefPathData` | marmeladema | -5/+1 | |
| 2020-09-21 | Reduce boilerplate with the matches! macro | LingMan | -8/+8 | |
| Replaces simple bool `match`es of the form match $expr { $pattern => true _ => false } and their inverse with invocations of the matches! macro. | ||||
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+1912 | |
