| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-10-09 | Suggest `if let` on `let` refutable binding | Esteban Küber | -0/+7 | |
| 2019-09-06 | Fixed grammar/style in error messages and reblessed tests. | Alexander Regueiro | -3/+3 | |
| 2019-08-31 | Use span label instead of note for cause in E0631 | Esteban Küber | -10/+6 | |
| 2019-08-10 | diagnostics: Describe crate root modules in `DefKind::Mod` as "crate" | Vadim Petrochenkov | -2/+2 | |
| 2019-08-05 | Make use of possibly uninitialized data a hard error | Tyler Mandry | -25/+3 | |
| 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-07-07 | Raise the default recursion limit to 128 | Simonas Kazlauskas | -1/+1 | |
| 2019-05-21 | Add FAQ for NLL migration | Jethro Beekman | -0/+1 | |
| 2019-05-12 | Change compare mode to use -Zborrowck=mir | Matthew Jasper | -0/+16 | |
| 2019-04-23 | Auto merge of #60125 - estebank:continue-evaluating, r=oli-obk | bors | -1/+14 | |
| Don't stop evaluating due to errors before borrow checking r? @oli-obk Fix #60005. Follow up to #59903. Blocked on #53708, fixing the ICE in `src/test/ui/consts/match_ice.rs`. | ||||
| 2019-04-22 | Never stop due to errors before borrow checking | Esteban Küber | -1/+14 | |
| 2019-04-22 | Remove double trailing newlines | varkor | -1/+0 | |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -2/+2 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -81/+11 | |
| 2018-12-24 | make non_camel_case_types an early lint | Andy Russell | -5/+5 | |
| 2018-10-25 | Deduplicate all the ~~things~~ errors | Oliver Schneider | -0/+5 | |
| 2018-10-25 | Report const eval error inside the query | Oliver Schneider | -0/+5 | |
| 2018-09-30 | Deduplicate errors in the obligation forest. | Diogo Sousa | -8/+28 | |
| Fixes #40827. | ||||
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+212 | |
