| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-08-05 | Make use of possibly uninitialized data a hard error | Tyler Mandry | -23/+0 | |
| 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-05-12 | Change compare mode to use -Zborrowck=mir | Matthew Jasper | -0/+23 | |
