| Age | Commit message (Expand) | Author | Lines |
| 2018-09-04 | Properly prevent the promotion of unstable const fns | Oliver Schneider | -3/+1 |
| 2018-08-30 | Don't hash the ctfe memory | Oliver Schneider | -3/+3 |
| 2018-08-25 | Remove an overly pedantic and wrong assertion | Oliver Schneider | -5/+0 |
| 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/+243 |
| 2018-07-30 | Auto merge of #52830 - matthewjasper:bootstrap-prep, r=matthewjasper | bors | -5/+5 |
| 2018-07-30 | Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov | bors | -20/+20 |
| 2018-07-29 | Auto merge of #52738 - ljedrz:push_to_extend, r=eddyb | bors | -4/+3 |
| 2018-07-29 | Sanity-check all constants | Oliver Schneider | -142/+407 |
| 2018-07-29 | Remove unused `mut`s | Matthew Jasper | -5/+5 |
| 2018-07-29 | Replace push loops with collect() and extend() where possible | ljedrz | -4/+3 |
| 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-29 | Auto merge of #52764 - sinkuu:cleanup, r=nikomatsakis | bors | -8/+6 |
| 2018-07-28 | Don't format!() string literals | ljedrz | -20/+20 |
| 2018-07-28 | Auto merge of #52711 - eddyb:unsized-manuallydrop, r=nikomatsakis | bors | -1/+3 |
| 2018-07-28 | Auto merge of #52802 - kennytm:rollup, r=kennytm | bors | -3/+3 |
| 2018-07-28 | Rollup merge of #52781 - ljedrz:avoid_vec_arguments, r=nikomatsakis | kennytm | -3/+3 |
| 2018-07-28 | Auto merge of #52678 - matthewjasper:better-spans, r=nikomatsakis | bors | -28/+23 |
| 2018-07-27 | Auto merge of #52336 - ishitatsuyuki:dyn-rollup, r=Mark-Simulacrum | bors | -2/+0 |
| 2018-07-27 | Use slices where a vector is not necessary | ljedrz | -3/+3 |
| 2018-07-27 | Simplify | Shotaro Yamada | -6/+4 |
| 2018-07-27 | Use str::repeat | Shotaro Yamada | -2/+2 |
| 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 | -40/+104 |
| 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 | -17/+90 |
| 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 | Use better spans for dummy accesses used in matches | Matthew Jasper | -4/+4 |
| 2018-07-26 | review feedback: no reason to clone just to make a singleton slice. | Felix S. Klock II | -2/+4 |
| 2018-07-26 | Auto merge of #52735 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -110/+109 |
| 2018-07-26 | Rollup merge of #52695 - oli-obk:const_err_panic, r=petrochenkov | Mark Rousskov | -11/+93 |
| 2018-07-26 | Rollup merge of #52692 - ljedrz:sort_improvements, r=petrochenkov | Mark Rousskov | -4/+2 |
| 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 | Allow elaborate_drops to progress under errors that come up during borrowck=m... | Felix S. Klock II | -1/+14 |
| 2018-07-26 | Add `-Z borrowck=migrate` flag, use it to link NLL up to AST-borrowck. | Felix S. Klock II | -3/+24 |