| Age | Commit message (Expand) | Author | Lines |
| 2019-05-27 | Tests for external linkage symbol collision check. | Felix S. Klock II | -0/+67 |
| 2019-05-27 | Regression test for issue #59548. | Felix S. Klock II | -0/+23 |
| 2019-05-27 | Refine the message to at least *mention* the attribute itself. | Felix S. Klock II | -3/+4 |
| 2019-05-27 | Always supply span to check_and_apply_linkage, sidestepping need to add `bug!... | Felix S. Klock II | -16/+6 |
| 2019-05-27 | Move existing `#[linkage]` tests to a subdirectory where I can add more tests. | Felix S. Klock II | -0/+0 |
| 2019-05-27 | Auto merge of #61215 - paoloteti:armebv7r, r=alexcrichton | bors | -1/+0 |
| 2019-05-27 | Auto merge of #61147 - estebank:suggest-as-ref, r=oli-obk | bors | -77/+189 |
| 2019-05-26 | Docker: remove environment variable `CC_armebv7r_none_eabi` | Paolo Teti | -1/+0 |
| 2019-05-26 | Update clippy submodule | Oliver Scherer | -10/+8 |
| 2019-05-26 | Auto merge of #61210 - Centril:rollup-ofr6h5b, r=Centril | bors | -111/+109 |
| 2019-05-26 | Rollup merge of #61205 - airt:docs-fix-typo-#61197, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-05-26 | Rollup merge of #61120 - spastorino:eval-place-iterate, r=oli-obk | Mazdak Farrokhzad | -29/+29 |
| 2019-05-26 | Rollup merge of #61102 - spastorino:move-path-for-iterate, r=oli-obk | Mazdak Farrokhzad | -68/+73 |
| 2019-05-26 | Rollup merge of #61077 - nnethercote:tweak-prefill, r=petrochenkov | Mazdak Farrokhzad | -13/+6 |
| 2019-05-26 | Auto merge of #61080 - mati865:mingw_pgo, r=sanxiyn | bors | -1/+5 |
| 2019-05-26 | Auto merge of #61201 - Centril:rollup-975knrk, r=Centril | bors | -653/+869 |
| 2019-05-26 | docs: fix typo #61197 | airt | -1/+1 |
| 2019-05-26 | Auto merge of #60852 - alexcrichton:std-backtrace, r=sfackler | bors | -2134/+168 |
| 2019-05-26 | Rollup merge of #61193 - spastorino:add-comment, r=RalfJung | Mazdak Farrokhzad | -0/+2 |
| 2019-05-26 | Rollup merge of #61189 - oli-obk:turbofish_ice, r=varkor | Mazdak Farrokhzad | -34/+66 |
| 2019-05-26 | Rollup merge of #61184 - wesleywiser:const_prop_tracing, r=oli-obk | Mazdak Farrokhzad | -1/+11 |
| 2019-05-26 | Rollup merge of #61173 - fabric-and-ink:minor-cleanup, r=varkor | Mazdak Farrokhzad | -25/+1 |
| 2019-05-26 | Rollup merge of #61161 - RalfJung:maybe-uninit, r=Centril | Mazdak Farrokhzad | -2/+2 |
| 2019-05-26 | Rollup merge of #61144 - estebank:issue-61108, r=matthewjasper | Mazdak Farrokhzad | -18/+39 |
| 2019-05-26 | Rollup merge of #61114 - RalfJung:vec, r=Gankro | Mazdak Farrokhzad | -7/+92 |
| 2019-05-26 | Rollup merge of #61087 - estebank:parsepalooza, r=Centril | Mazdak Farrokhzad | -566/+656 |
| 2019-05-25 | std: Depend on `backtrace` crate from crates.io | Alex Crichton | -2134/+168 |
| 2019-05-26 | Make move_path_for iterate instead of recurse | Santiago Pastorino | -14/+27 |
| 2019-05-25 | Auto merge of #56595 - ljedrz:x_py_clippy_fix, r=oli-obk | bors | -17/+105 |
| 2019-05-25 | Inline move_path_for_projection inside move_path_for | Santiago Pastorino | -61/+53 |
| 2019-05-25 | Make eval_place iterate instead of recurse | Santiago Pastorino | -29/+29 |
| 2019-05-25 | Add comment to explain why we change the layout for Projection | Santiago Pastorino | -0/+2 |
| 2019-05-25 | Turn ICE on type arguments on variables into an error | Oliver Scherer | -34/+66 |
| 2019-05-25 | review comments: move back some methods and clean up wording | Esteban Küber | -192/+196 |
| 2019-05-25 | Move some methods to `diagnostics.rs` away from `parser.rs` | Esteban Küber | -413/+462 |
| 2019-05-25 | Tweak `self` arg not as first argument of a method diagnostic | Esteban Küber | -43/+80 |
| 2019-05-25 | Add support for suggesting as_ref to Result accesses | Esteban Küber | -3/+54 |
| 2019-05-25 | Auto merge of #59276 - oli-obk:cleanups, r=eddyb | bors | -396/+487 |
| 2019-05-25 | Update nll ui tests | Oliver Scherer | -1/+1 |
| 2019-05-25 | Add additional trace statements to the const propagator | Wesley Wiser | -1/+11 |
| 2019-05-25 | Add clippy and fix commands to x.py | ljedrz | -17/+105 |
| 2019-05-25 | Auto-derive Encode and Decode implementations | Fabian Drinck | -25/+1 |
| 2019-05-25 | Auto merge of #61151 - Centril:rollup-5rpyhfo, r=Centril | bors | -173/+188 |
| 2019-05-25 | shadow as_ptr as as_mut_ptr in Vec to avoid going through Deref | Ralf Jung | -7/+71 |
| 2019-05-25 | add test checking that Vec push/pop does not invalidate pointers | Ralf Jung | -0/+21 |
| 2019-05-25 | Fix missing tcx | varkor | -1/+2 |
| 2019-05-25 | Only print integers in symbol path's constants | Oliver Scherer | -2/+10 |
| 2019-05-25 | Update ui tests | Oliver Scherer | -1/+23 |
| 2019-05-25 | Print types for unevaluated constants | Oliver Scherer | -2/+2 |
| 2019-05-25 | Fix rebase fallout | Oliver Scherer | -7/+7 |