| Age | Commit message (Expand) | Author | Lines |
| 2018-07-31 | region_infer: rustfmt, pacifying the mercilous tidy | Niko Matsakis | -24/+48 |
| 2018-07-31 | free RegionBoundPairs earlier and avoid normalizing twice | Niko Matsakis | -24/+41 |
| 2018-07-31 | remove `region_bound_pairs` from FRR as they are not needed later | Niko Matsakis | -25/+26 |
| 2018-07-31 | make a free fn for creating the URR | Niko Matsakis | -43/+42 |
| 2018-07-31 | remove universal-region-relation computation from universal_regions | Niko Matsakis | -300/+206 |
| 2018-07-31 | introduce, but do not use, `free_region_relation` computation | Niko Matsakis | -4/+241 |
| 2018-07-30 | Auto merge of #52830 - matthewjasper:bootstrap-prep, r=matthewjasper | bors | -2/+2 |
| 2018-07-30 | Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov | bors | -9/+9 |
| 2018-07-29 | Remove unused `mut`s | Matthew Jasper | -2/+2 |
| 2018-07-29 | Auto merge of #52620 - mikhail-m1:51351, r=nikomatsakis | bors | -2/+79 |
| 2018-07-29 | fix issues #51351 and #52133 | Mikhail Modin | -2/+79 |
| 2018-07-29 | Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkov | bors | -11/+11 |
| 2018-07-28 | Don't format!() string literals | ljedrz | -9/+9 |
| 2018-07-28 | Auto merge of #52802 - kennytm:rollup, r=kennytm | bors | -1/+1 |
| 2018-07-28 | Rollup merge of #52781 - ljedrz:avoid_vec_arguments, r=nikomatsakis | kennytm | -1/+1 |
| 2018-07-28 | Auto merge of #52678 - matthewjasper:better-spans, r=nikomatsakis | bors | -24/+19 |
| 2018-07-27 | Use slices where a vector is not necessary | ljedrz | -1/+1 |
| 2018-07-27 | Auto merge of #52648 - davidtwco:issue-52533, r=nikomatsakis | bors | -93/+130 |
| 2018-07-27 | Region inference error messages no longer start with 'free region' | David Wood | -6/+7 |
| 2018-07-27 | Auto merge of #52733 - pnkfelix:issue-51348-make-temp-for-each-candidate-in-a... | bors | -3/+10 |
| 2018-07-27 | Improved mechanism for naming regions in non-annotated types. | David Wood | -34/+22 |
| 2018-07-27 | Change label from closure to function where appropriate. | David Wood | -15/+17 |
| 2018-07-27 | Fixed missing whitespace on some elaborated types. | David Wood | -3/+3 |
| 2018-07-27 | Improved fully elaborated type generation to replace `'_#2r`-style regions. | David Wood | -13/+39 |
| 2018-07-27 | Added fully elaborated type label for inferred arguments. | David Wood | -15/+57 |
| 2018-07-27 | Simplified closure handling to need no new cosntraint categories. | David Wood | -67/+45 |
| 2018-07-27 | Prefer to_string() to format!() | ljedrz | -11/+11 |
| 2018-07-27 | Auto merge of #52681 - pnkfelix:z-borrowck-migrate, r=nikomatsakis | bors | -16/+76 |
| 2018-07-26 | Auto merge of #52673 - oli-obk:mutable_promoted, r=nagisa,cramertj,estebank | bors | -2/+6 |
| 2018-07-26 | Use better spans for cannot-move errors | Matthew Jasper | -24/+19 |
| 2018-07-26 | Auto merge of #52735 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -95/+14 |
| 2018-07-26 | Rollup merge of #52617 - matthewjasper:remove-unused-code, r=nikomatsakis | Mark Rousskov | -95/+14 |
| 2018-07-26 | Add scary warnings to errors-downgraded-to-warnings in borrowck=migrate. | Felix S. Klock II | -14/+53 |
| 2018-07-26 | Add `-Z borrowck=migrate` flag, use it to link NLL up to AST-borrowck. | Felix S. Klock II | -3/+24 |
| 2018-07-26 | Improve the information provided when this assertion fails. | Felix S. Klock II | -3/+10 |
| 2018-07-25 | ignore code example in comment | Niko Matsakis | -1/+1 |
| 2018-07-25 | Nit: improve Binders comment in `relate_tys` | Niko Matsakis | -8/+10 |
| 2018-07-25 | Nit: fix Debug impl of `PlaceholderIndex` | Niko Matsakis | -1/+1 |
| 2018-07-25 | [nit] remove outdated comment | Niko Matsakis | -2/+0 |
| 2018-07-25 | improve heuristics for what makes an interesting constraint | Niko Matsakis | -1/+42 |
| 2018-07-25 | [WIP] debug logs in error-reporting | Niko Matsakis | -3/+14 |
| 2018-07-25 | [3f0fb4f7] improve comment on `to_location` | Niko Matsakis | -2/+3 |
| 2018-07-25 | 0-length arrays can even be mutably promoted | Oliver Schneider | -2/+6 |
| 2018-07-25 | introduce new subtyping | Niko Matsakis | -119/+855 |
| 2018-07-25 | remove `num_universal_regions` etc from RegionValueElements | Niko Matsakis | -12/+11 |
| 2018-07-25 | represent `LivenessValues` with a specialized type | Niko Matsakis | -42/+76 |
| 2018-07-25 | extract `region_value_str` helper | Niko Matsakis | -77/+73 |
| 2018-07-25 | generate extra liveness constraints before regioncx is created | Niko Matsakis | -15/+21 |
| 2018-07-25 | consolidate and use `find_sub_region_live_at` for everything | Niko Matsakis | -84/+26 |
| 2018-07-25 | extract a `best_blame_constraint` helper | Niko Matsakis | -63/+123 |