| Age | Commit message (Expand) | Author | Lines |
| 2019-05-25 | Make eval_place iterate instead of recurse | Santiago Pastorino | -29/+29 |
| 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 | Auto merge of #61151 - Centril:rollup-5rpyhfo, r=Centril | bors | -173/+188 |
| 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 | Remove unnecessary secondary recursion | Oliver Scherer | -1/+1 |
| 2019-05-25 | Auto merge of #61150 - Centril:rollup-wmm7qga, r=Centril | bors | -174/+418 |
| 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 #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 #61113 - SimonSapin:fnbox, r=alexcrichton | Mazdak Farrokhzad | -35/+54 |
| 2019-05-25 | Rollup merge of #61111 - Cerberuser:patch-1, r=steveklabnik | Mazdak Farrokhzad | -4/+7 |
| 2019-05-25 | Rollup merge of #61110 - ehuss:revert-edition-override, r=Mark-Simulacrum | Mazdak Farrokhzad | -3/+1 |
| 2019-05-25 | Rollup merge of #61107 - blkerby:docs_typos, r=Centril | Mazdak Farrokhzad | -2/+4 |
| 2019-05-25 | Rollup merge of #61096 - ehuss:tidy-license-short-circuit, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-05-25 | Rollup merge of #61095 - ehuss:update-cargo, r=alexcrichton | Mazdak Farrokhzad | -0/+3 |
| 2019-05-25 | Rollup merge of #61026 - estebank:macro-eof-spans, r=petrochenkov | Mazdak Farrokhzad | -114/+184 |
| 2019-05-25 | Auto merge of #60441 - vext01:try-to-kill-projection-params, r=oli-obk | bors | -67/+55 |
| 2019-05-25 | Add extra arc_wake | varkor | -0/+64 |
| 2019-05-24 | Revert changes that belong to separate PR | Esteban Küber | -39/+16 |