| Age | Commit message (Expand) | Author | Lines |
| 2018-10-22 | [review comments] modify test and clean up code | Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer | -8/+5 |
| 2018-10-22 | review comments | Esteban Küber | -105/+54 |
| 2018-10-22 | Suggest appropriate syntax on missing lifetime specifier in return type | Esteban Küber | -34/+146 |
| 2018-10-22 | Auto merge of #55126 - GuillaumeGomez:improve-search-tabs, r=QuietMisdreavus | bors | -23/+14 |
| 2018-10-21 | Auto merge of #55179 - bjorn3:miri_public_op_field, r=RalfJung | bors | -19/+31 |
| 2018-10-21 | Auto merge of #55236 - petrochenkov:pfail, r=davidtwco | bors | -133/+3245 |
| 2018-10-21 | improve search tabs look | Guillaume Gomez | -23/+14 |
| 2018-10-21 | Auto merge of #52984 - fabric-and-ink:remove-canonical-var, r=scalexm | bors | -49/+65 |
| 2018-10-21 | Address review comments | bjorn3 | -0/+3 |
| 2018-10-21 | Rename read_local_of_frame to access_local | bjorn3 | -2/+2 |
| 2018-10-21 | Rename alloc_map_ref to alloc_map | bjorn3 | -1/+1 |
| 2018-10-21 | Add alloc_map accessor | bjorn3 | -0/+5 |
| 2018-10-21 | Use `read_local_of_frame` in `eval_place_to_op` | bjorn3 | -31/+23 |
| 2018-10-21 | Fix errors | bjorn3 | -4/+6 |
| 2018-10-21 | Add method to get OpTy for local from arbitrary frame | bjorn3 | -1/+11 |
| 2018-10-21 | Make OpTy field op public for priroda | bjorn3 | -1/+1 |
| 2018-10-21 | Auto merge of #55069 - matthewjasper:explain-free-region-liveness, r=nikomats... | bors | -1836/+1938 |
| 2018-10-21 | Use new region infer errors for explaining borrows | Matthew Jasper | -1820/+1849 |
| 2018-10-21 | Fix a few tests with target-specific output | Vadim Petrochenkov | -31/+51 |
| 2018-10-21 | Make sure all ui/parse tests have `-Z parse-only` | Vadim Petrochenkov | -119/+151 |
| 2018-10-21 | Make some ui/parser tests compile-pass | Vadim Petrochenkov | -68/+11 |
| 2018-10-21 | Move more parsing tests to ui/parser | Vadim Petrochenkov | -0/+0 |
| 2018-10-21 | Remove the parse-fail test suite | Vadim Petrochenkov | -17/+6 |
| 2018-10-21 | Move parse-fail tests to UI | Vadim Petrochenkov | -0/+3128 |
| 2018-10-21 | Auto merge of #55125 - RalfJung:stacked-borrows, r=oli-obk | bors | -166/+316 |
| 2018-10-20 | Update Cargo, build curl/OpenSSL statically via features | Alex Crichton | -433/+284 |
| 2018-10-21 | update miri | Ralf Jung | -19/+5 |
| 2018-10-20 | Auto merge of #55230 - Manishearth:rollup, r=Manishearth | bors | -34/+547 |
| 2018-10-20 | Give an error number for "borrowed data escapes outside of closure" | Matthew Jasper | -9/+31 |
| 2018-10-20 | Use more accurate `ConstraintCategory`s | Matthew Jasper | -6/+55 |
| 2018-10-20 | Prefer type annotations and returns in free region errors | Matthew Jasper | -1/+3 |
| 2018-10-20 | Rollup merge of #55213 - qmx:tidy-fix, r=tmandry | Manish Goregaokar | -0/+1 |
| 2018-10-20 | Rollup merge of #55203 - scalexm:program-clauses, r=nikomatsakis | Manish Goregaokar | -25/+214 |
| 2018-10-20 | Rollup merge of #55189 - steveklabnik:update-books, r=QuietMisdreavus | Manish Goregaokar | -0/+0 |
| 2018-10-20 | Rollup merge of #55073 - alexcrichton:demote-simd, r=nagisa | Manish Goregaokar | -9/+332 |
| 2018-10-20 | Auto merge of #55156 - PramodBisht:issue/52717, r=estebank | bors | -20/+56 |
| 2018-10-20 | Rename InferTy::CanonicalTy to BoundTy and add DebruijnIndex to variant type | Fabian Drinck | -27/+43 |
| 2018-10-20 | Rename CanonicalVar to BoundTyIndex | Fabian Drinck | -26/+26 |
| 2018-10-20 | Auto merge of #55119 - varkor:unwarned-match-on-never, r=nikomatsakis | bors | -54/+64 |
| 2018-10-20 | update books for the next release | Steve Klabnik | -0/+0 |
| 2018-10-20 | Auto merge of #55014 - ljedrz:lazyboye_unwraps, r=matthewjasper | bors | -54/+57 |
| 2018-10-20 | Auto merge of #55114 - oli-obk:fx#map, r=nikomatsakis | bors | -558/+428 |
| 2018-10-20 | Auto merge of #55007 - davidtwco:issue-39175, r=petrochenkov | bors | -10/+104 |
| 2018-10-19 | Auto merge of #55162 - nikomatsakis:issue-54902-underscore-bound, r=tmandry | bors | -362/+910 |
| 2018-10-19 | add more to the ERROR messages | Niko Matsakis | -27/+27 |
| 2018-10-19 | fix error messages | Niko Matsakis | -11/+21 |
| 2018-10-19 | ignore target folders | Douglas Campos | -0/+1 |
| 2018-10-19 | Write an initial version of the `program_clauses` callback | scalexm | -25/+214 |
| 2018-10-19 | Only suggest paths that exist. | David Wood | -10/+104 |
| 2018-10-19 | normalize the self-type that we extract from impl | Niko Matsakis | -0/+26 |