| Age | Commit message (Expand) | Author | Lines |
| 2019-08-24 | Don't unwrap the result of `span_to_snippet` | Matthew Jasper | -0/+45 |
| 2019-08-06 | Rollup merge of #63230 - tmandry:disallow-possibly-uninitialized, r=Centril | Mazdak Farrokhzad | -0/+49 |
| 2019-08-05 | Make use of possibly uninitialized data a hard error | Tyler Mandry | -0/+49 |
| 2019-07-30 | Add tests for #27282, #31287 as hard errors. | Mazdak Farrokhzad | -0/+50 |
| 2019-07-30 | borrowck-migrate-to-nll: use #38899 for testing. | Mazdak Farrokhzad | -30/+32 |
| 2019-07-30 | borrowck-mutate-in-guard: update test. | Mazdak Farrokhzad | -61/+8 |
| 2019-07-28 | Rollup merge of #63051 - estebank:borrow-ice, r=matthewjasper | Mazdak Farrokhzad | -0/+45 |
| 2019-07-28 | borrowck-describe-lvalue: --bless --compare-mode=nll. | Mazdak Farrokhzad | -8/+8 |
| 2019-07-28 | --bless tests due to new subslice syntax. | Mazdak Farrokhzad | -22/+22 |
| 2019-07-28 | Use new 'p @ ..' syntax in tests. | Mazdak Farrokhzad | -20/+20 |
| 2019-07-27 | review comments | Esteban Küber | -19/+34 |
| 2019-07-27 | Avoid ICE when referencing desugared local binding in borrow error | Esteban Küber | -0/+30 |
| 2019-07-27 | tests: Move run-pass tests with naming conflicts to ui | Vadim Petrochenkov | -0/+341 |
| 2019-07-27 | tests: Move run-pass tests without naming conflicts to ui | Vadim Petrochenkov | -0/+709 |
| 2019-07-22 | Bless output of test borrowck/promote-ref-mut-in-let-issue-46557.rs for Polo... | lqd | -0/+59 |
| 2019-07-22 | Bless output of test borrowck/two-phase-surprise-no-conflict.rs for Polonius | lqd | -0/+148 |
| 2019-07-22 | Bless output of test borrowck/borrowck-escaping-closure-error-2.rs for Polonius | lqd | -0/+16 |
| 2019-07-22 | Ignore two-phase-reservation-sharing-interference-2.rs in Polonius compare mode | lqd | -12/+13 |
| 2019-07-22 | Ignore test issue-45983 in the polonius compare mode | lqd | -3/+4 |
| 2019-07-22 | Ignore NLL migrate mode test in the Polonius compare-mode | lqd | -2/+3 |
| 2019-07-17 | normalize use of backticks in compiler messages for librustc/lint | Samy Kacimi | -3/+3 |
| 2019-07-13 | Auto merge of #62468 - rust-lang:mutable-overloaded-operators, r=estebank | bors | -73/+95 |
| 2019-07-10 | Rollup merge of #62465 - matthewjasper:never-type-storage, r=pnkfelix | Mazdak Farrokhzad | -0/+14 |
| 2019-07-09 | Auto merge of #62233 - matthewjasper:exit-arm-scopes, r=pnkfelix | bors | -0/+21 |
| 2019-07-07 | Add help message for mutation though overloaded place operators | Matthew Jasper | -73/+95 |
| 2019-07-07 | Only omit StorageLive/Dead for variable that are never initialized | Matthew Jasper | -0/+14 |
| 2019-07-06 | Exit arm scopes correctly in the HIR CFG | Matthew Jasper | -0/+21 |
| 2019-07-06 | normalize use of backticks/lowercase in compiler messages for librustc_mir | Samy Kacimi | -2/+2 |
| 2019-07-06 | Make WhileTrue into an EarlyLintPass lint. | Mazdak Farrokhzad | -1/+9 |
| 2019-07-03 | Migrate compile-pass annotations to build-pass | Yuki Okushi | -1/+1 |
| 2019-06-13 | Create fewer basic blocks in match MIR lowering | Matthew Jasper | -7/+7 |
| 2019-06-04 | Remove asterisk suggestion for move errors in borrowck | Kenny Goodin | -5/+5 |
| 2019-06-03 | Update tests for changes to cannot move errors | Matthew Jasper | -191/+145 |
| 2019-06-02 | Auto merge of #61460 - Centril:rollup-8txhjx4, r=Centril | bors | -2/+2 |
| 2019-06-01 | rustc: collect upvars from HIR, instead of during name resolution. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-05-31 | Make generics always have a valid span | Esteban Küber | -2/+2 |
| 2019-05-29 | Update ui test suite to use dyn | memoryruins | -17/+17 |
| 2019-05-21 | Add FAQ for NLL migration | Jethro Beekman | -0/+7 |
| 2019-05-12 | Remove feature(nll) when compare mode is sufficient | Matthew Jasper | -33/+11 |
| 2019-05-12 | Change compare mode to use -Zborrowck=mir | Matthew Jasper | -0/+595 |
| 2019-05-03 | Update tests | Christopher Vittal | -169/+29 |
| 2019-04-23 | Rollup merge of #60169 - varkor:tidy-unnecessary-ignore-newline, r=kennytm | Mazdak Farrokhzad | -6/+4 |
| 2019-04-23 | Update ui tests | varkor | -4/+4 |
| 2019-04-23 | Remove unnecessary ignore-tidy-linelength | varkor | -2/+0 |
| 2019-04-23 | Auto merge of #60125 - estebank:continue-evaluating, r=oli-obk | bors | -4/+33 |
| 2019-04-22 | Never stop due to errors before borrow checking | Esteban Küber | -4/+33 |
| 2019-04-22 | Remove double trailing newlines | varkor | -3/+0 |
| 2019-04-22 | update tests for migrate mode by default | Matthew Jasper | -9781/+2149 |
| 2019-04-18 | hide `--explain` hint if error has no extended info | Andy Russell | -126/+91 |
| 2019-04-07 | Auto merge of #58739 - matthewjasper:more-restrictive-tpb, r=pnkfelix | bors | -33/+318 |