| Age | Commit message (Expand) | Author | Lines |
| 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 #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 |
| 2019-05-24 | Delete stray .stderr | varkor | -10/+0 |
| 2019-05-24 | Move error code tests to error code folder | varkor | -0/+0 |
| 2019-05-24 | Add issues folder in async-await | varkor | -0/+12 |
| 2019-05-24 | Add drop-order folder in test/ui/async-await | varkor | -12/+0 |
| 2019-05-24 | Add auxiliary issue file | varkor | -0/+0 |
| 2019-05-24 | Move some issues into the issues folder | varkor | -0/+0 |
| 2019-05-24 | Move async/await tests to test/ui/async-await | varkor | -2/+20 |
| 2019-05-24 | Annotate each `reverse_bits` with `#[must_use]` | Nikolai Vazquez | -0/+3 |
| 2019-05-24 | Auto merge of #60777 - pietroalbini:azure-pipelines, r=alexcrichton | bors | -18/+50 |
| 2019-05-24 | Move diagnostic logic out of parser | Esteban Küber | -19/+20 |
| 2019-05-24 | Fix rebase | Esteban Küber | -4/+6 |
| 2019-05-24 | review comments | Esteban Küber | -66/+73 |