| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 | Auto merge of #59276 - oli-obk:cleanups, r=eddyb | bors | -397/+488 |
| 2019-05-25 | Update nll ui tests | Oliver Scherer | -1/+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 |
| 2019-05-25 | Break cycle during array length printing | Oliver Scherer | -1/+1 |
| 2019-05-25 | rustc: integrate ty::Const into ty::print as print_const. | Eduard-Mihai Burtescu | -107/+160 |
| 2019-05-25 | Update ui tests | Oliver Scherer | -1/+1 |
| 2019-05-25 | Print unevaluted constants as `_` or as their source representation | Oliver Scherer | -4/+13 |
| 2019-05-25 | Use `write_char` to skip the formatting infrastructure | Oliver Scherer | -1/+1 |
| 2019-05-25 | Fix tidy | Oliver Scherer | -0/+1 |
| 2019-05-25 | Print generic args in function calls in MIR | Oliver Scherer | -7/+7 |
| 2019-05-25 | Group common printing code during constant pretty printing | Oliver Scherer | -56/+73 |
| 2019-05-25 | Render unresolved anon consts like closures | Oliver Scherer | -4/+10 |
| 2019-05-25 | `u8` is printed as a number, not a character | Oliver Scherer | -3/+3 |
| 2019-05-25 | Render const byte slices in MIR | Oliver Scherer | -22/+34 |
| 2019-05-25 | Make `ConstValue::Slice` solely take `[u8]` and `str` | Oliver Scherer | -162/+157 |
| 2019-05-25 | Refactor string constant printing to prep for byte string printing | Oliver Scherer | -3/+3 |
| 2019-05-25 | Add test showing how byte slices are printed in MIR | Oliver Scherer | -0/+15 |
| 2019-05-25 | Don't use `ty::Const` without immediately interning | Oliver Scherer | -182/+114 |
| 2019-05-25 | Print const chars escaped with surrounding quotes | Oliver Scherer | -1/+1 |
| 2019-05-25 | Merge the string printing paths of ty::Const | Oliver Scherer | -8/+12 |
| 2019-05-25 | There's a tcx in scope, don't use the tls one | Oliver Scherer | -15/+11 |
| 2019-05-25 | Reuse the pretty printing architecture for printing of constants | Oliver Scherer | -80/+100 |
| 2019-05-25 | Ignore .vscode even if it is a symlink | Oliver Scherer | -1/+1 |
| 2019-05-25 | Remove unnecessary secondary recursion | Oliver Scherer | -1/+1 |
| 2019-05-25 | Auto merge of #61150 - Centril:rollup-wmm7qga, r=Centril | bors | -186/+464 |
| 2019-05-25 | Rollup merge of #61104 - spastorino:eval-place-to-op-iterate, r=oli-obk | Mazdak Farrokhzad | -27/+39 |
| 2019-05-25 | Rollup merge of #61103 - spastorino:find-iterate, r=oli-obk | Mazdak Farrokhzad | -13/+14 |
| 2019-05-25 | Rollup merge of #61099 - spastorino:ignore-borrow-iterate, r=oli-obk | Mazdak Farrokhzad | -35/+33 |
| 2019-05-25 | Rollup merge of #61094 - spastorino:find-local-iterate, r=oli-obk | Mazdak Farrokhzad | -8/+11 |
| 2019-05-25 | Rollup merge of #61093 - spastorino:borrow-of-local-data-iterate, r=oli-obk | Mazdak Farrokhzad | -15/+13 |
| 2019-05-25 | Rollup merge of #61092 - spastorino:sanitize-place-iterative, r=oli-obk | Mazdak Farrokhzad | -75/+78 |
| 2019-05-25 | Rollup merge of #61138 - varkor:async-await-tests, r=cramertj | Mazdak Farrokhzad | -2/+74 |
| 2019-05-25 | Rollup merge of #61134 - nvzqz:reverse_bits-must_use, r=varkor | Mazdak Farrokhzad | -0/+3 |
| 2019-05-25 | Rollup merge of #61125 - XAMPPRocky:master, r=jonas-schievink | Mazdak Farrokhzad | -1/+1 |
| 2019-05-25 | Rollup merge of #61121 - RalfJung:miri-value-printing, r=oli-obk | Mazdak Farrokhzad | -3/+47 |
| 2019-05-25 | Rollup merge of #61118 - pnkfelix:issue-60654-dont-ice-on-gat, r=varkor | Mazdak Farrokhzad | -10/+40 |
| 2019-05-25 | Rollup merge of #61116 - scottmcm:vcpp-download-link, r=alexcrichton | Mazdak Farrokhzad | -4/+3 |
| 2019-05-25 | Rollup merge of #61113 - SimonSapin:fnbox, r=alexcrichton | Mazdak Farrokhzad | -35/+54 |