| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-01-16 | Move some tests to more reasonable directories - 2 | Caio | -23/+0 | |
| Address comments Update limits | ||||
| 2020-05-28 | standardize limit comparisons with `Limit` type | David Wood | -1/+1 | |
| This commit introduces a `Limit` type which is used to ensure that all comparisons against limits within the compiler are consistent (which can result in ICEs if they aren't). Signed-off-by: David Wood <david@davidtw.co> | ||||
| 2020-02-05 | `#![recursion_limit = "X"]`: note current crate name. | Mazdak Farrokhzad | -1/+1 | |
| 2019-11-21 | Point at type in `let` assignment on type errors | Esteban Küber | -1/+3 | |
| 2019-11-18 | Specific labels when referring to "expected" and "found" types | Esteban Küber | -2/+2 | |
| 2019-04-18 | hide `--explain` hint if error has no extended info | Andy Russell | -1/+1 | |
| 2018-11-21 | Enclose type in backticks for "reached the recursion limit while ↵ | varkor | -1/+1 | |
| auto-dereferencing" error | ||||
| 2018-09-20 | Add test for deref recursion limit printing twice | memoryruins | -0/+21 | |
