| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-05-24 | Tweak macro parse errors when reaching EOF during macro call parse | Esteban Küber | -93/+176 |
| 2019-05-24 | this is for tidy | Ralf Jung | -1/+1 |
| 2019-05-24 | improve debug-printing of scalars | Ralf Jung | -3/+47 |
| 2019-05-24 | Regression test for issue #60654. | Felix S. Klock II | -0/+26 |
| 2019-05-24 | Make place projections concrete. | Edd Barrett | -67/+55 |
| 2019-05-24 | Auto merge of #60568 - petrochenkov:debi, r=Mark-Simulacrum | bors | -68/+49 |
| 2019-05-24 | Delay ICE in early_free_scope so feature gate has chance to stop compilation ... | Felix S. Klock II | -6/+9 |
| 2019-05-24 | Delay ICE in fold_region so feature gate has chance to stop compilation cleanly. | Felix S. Klock II | -4/+5 |
| 2019-05-24 | rustbuild: Untie `debuginfo-level-tests` from `debuginfo-level` | Vadim Petrochenkov | -1/+1 |
| 2019-05-24 | Auto merge of #60803 - varkor:remove-in-place-syntax, r=petrochenkov | bors | -108/+55 |
| 2019-05-24 | ci: Enable debuginfo for std only if release channel is set | Vadim Petrochenkov | -1/+1 |
| 2019-05-24 | rustbuild: Simplify debuginfo configuration | Vadim Petrochenkov | -68/+49 |
| 2019-05-24 | Deprecate `FnBox`. `Box<dyn FnOnce()>` can be called directly, since 1.35 | Simon Sapin | -31/+52 |
| 2019-05-24 | Use FnOnce instead of FnBox in libtest | Simon Sapin | -4/+2 |
| 2019-05-24 | Fixed type-alias-bounds lint doc | Cerberuser | -4/+7 |