| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -6/+0 | |
| 2020-06-28 | Update tests | Dylan MacKenzie | -1/+0 | |
| 2020-02-01 | Update existing tests for or-patterns | Matthew Jasper | -4/+4 | |
| 2019-09-06 | Fixed grammar/style in error messages and reblessed tests. | Alexander Regueiro | -2/+2 | |
| 2019-08-05 | Make use of possibly uninitialized data a hard error | Tyler Mandry | -6/+2 | |
| This is one of the behaviors we no longer allow in NLL. Since it can lead to undefined behavior, I think it's definitely worth making it a hard error without waiting to turn off migration mode (#58781). Closes #60450. My ulterior motive here is making it impossible to leave variables partially initialized across a yield (see discussion at #63035), so tests are included for that. | ||||
| 2019-04-22 | Never stop due to errors before borrow checking | Esteban Küber | -1/+7 | |
| 2019-01-09 | Fix irrefutable slice patterns in const fn | Oliver Scherer | -0/+5 | |
