| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-11-27 | Add memoization for const function evaluations | David Hewitt | -58/+13 | |
| When a const function is being evaluated, as long as all its arguments are zero-sized-types (or it has no arguments) then we can trivially memoize the evaluation result using the existing query mechanism. | ||||
| 2019-10-01 | Change to use exprPrecedence instead of exprKind. | Sam Radhakrishnan | -1/+1 | |
| 2019-09-08 | Give method not found a primary span label | Esteban Küber | -1/+1 | |
| 2019-07-07 | Raise the default recursion limit to 128 | Simonas Kazlauskas | -5/+5 | |
| 2019-04-22 | Continue evaluating after item-type checking | Esteban Küber | -2/+13 | |
| 2019-04-18 | hide `--explain` hint if error has no extended info | Andy Russell | -1/+1 | |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -4/+4 | |
| 2019-01-11 | Update tests | John Kåre Alsaker | -0/+8 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -122/+62 | |
| 2018-12-24 | make non_camel_case_types an early lint | Andy Russell | -11/+11 | |
| 2018-11-21 | Enclose type in backticks for "reached the recursion limit while ↵ | varkor | -3/+3 | |
| auto-dereferencing" error | ||||
| 2018-11-14 | put file and line into miri backtrace | Ralf Jung | -51/+51 | |
| 2018-10-25 | Rebase fallout | Oliver Schneider | -1/+1 | |
| 2018-10-25 | Report const eval error inside the query | Oliver Schneider | -10/+8 | |
| 2018-10-16 | Check the type of statics and constants for `Sized`ness | Oliver Scherer | -2/+2 | |
| 2018-10-05 | Stabilize `min_const_fn` | Oliver Schneider | -2/+1 | |
| 2018-08-31 | Restrict most uses of `const_fn` to `min_const_fn` | Oliver Schneider | -1/+1 | |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+315 | |
