| Age | Commit message (Expand) | Author | Lines |
| 2018-08-02 | Auto merge of #52782 - pnkfelix:issue-45696-dangly-paths-for-box, r=eddyb | bors | -5/+146 |
| 2018-08-01 | Rollup merge of #52915 - Zoxc:refine-gen-borrow-analysis, r=eddyb | Pietro Albini | -5/+14 |
| 2018-08-01 | Rollup merge of #52834 - matthewjasper:allow-zst-conflicts, r=pnkfelix | Pietro Albini | -0/+7 |
| 2018-08-01 | Special-case `Box` in `rustc_mir::borrow_check`. | Felix S. Klock II | -5/+146 |
| 2018-08-01 | Split out growth functionality into BitVector type | Mark Rousskov | -20/+20 |
| 2018-08-01 | Rollup merge of #52907 - pnkfelix:issue-52877-original-source-should-precede-... | Pietro Albini | -6/+11 |
| 2018-08-01 | Rollup merge of #52904 - pnkfelix:issue-51167-sort-by-span, r=petrochenkov | Pietro Albini | -0/+2 |
| 2018-08-01 | Rollup merge of #52883 - estebank:nll-diag-mut, r=oli-obk | Pietro Albini | -11/+43 |
| 2018-08-01 | Rollup merge of #52810 - matthewjasper:more-immutablity, r=pnkfelix | Pietro Albini | -2/+8 |
| 2018-07-31 | address review feedback (`sort_by_key` is so much cleaner here than `sort_by`!). | Felix S. Klock II | -3/+1 |
| 2018-07-31 | Don't count MIR locals as borrowed after StorageDead when finding locals live... | John Kåre Alsaker | -5/+14 |
| 2018-07-31 | Allow borrow conflicts for promoted length 0 arrays | Matthew Jasper | -0/+7 |
| 2018-07-31 | NLL: On "cannot move out of type" error, print original source before rewrite. | Felix S. Klock II | -6/+11 |
| 2018-07-31 | Sort NLL error diagnostics by span in an attempt to make them match source order | Felix S. Klock II | -0/+4 |
| 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 | Include lifetime in mutability suggestion in NLL messages | Esteban Küber | -11/+43 |
| 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 make "fake" match variables mutable | Matthew Jasper | -2/+8 |
| 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 |