| Age | Commit message (Expand) | Author | Lines |
| 2019-07-10 | Auto merge of #62339 - pnkfelix:issue-61188-use-visitor-for-structural-match-... | bors | -0/+7 |
| 2019-07-10 | Remove writer function from PrintState | Mark Rousskov | -5/+1 |
| 2019-07-10 | Use constant instead of magic number | Mark Rousskov | -1/+1 |
| 2019-07-10 | Remove needless indent arguments | Mark Rousskov | -16/+7 |
| 2019-07-10 | Properly case indent_unit constant | Mark Rousskov | -26/+25 |
| 2019-07-10 | Move pp::Printer helpers to direct impl | Mark Rousskov | -2/+13 |
| 2019-07-10 | Rename is_bol -> is_beginning_of_line | Mark Rousskov | -2/+2 |
| 2019-07-10 | Remove needless indirection in bclose | Mark Rousskov | -6/+2 |
| 2019-07-10 | Move pp::Printer out field to owned String | Mark Rousskov | -19/+12 |
| 2019-07-10 | print_crate returns String instead of taking an out pointer | Mark Rousskov | -5/+5 |
| 2019-07-10 | Replace src: &mut dyn Read with String | Mark Rousskov | -3/+2 |
| 2019-07-10 | Combine comment-handling logic into struct | Mark Rousskov | -34/+8 |
| 2019-07-10 | Inline State::new | Mark Rousskov | -9/+1 |
| 2019-07-10 | Stop Option-wrapping comments | Mark Rousskov | -4/+4 |
| 2019-07-10 | Remove unused boxes vector | Mark Rousskov | -15/+0 |
| 2019-07-10 | Move literal_to_string to fmt::Display | Mark Rousskov | -2/+2 |
| 2019-07-10 | Auto merge of #62441 - RalfJung:place-ptr-normalization, r=oli-obk | bors | -13/+20 |
| 2019-07-10 | Rollup merge of #61853 - EricRahm:use_warning, r=varkor | Mazdak Farrokhzad | -4/+4 |
| 2019-07-09 | Auto merge of #62542 - Centril:rollup-5mpb8tu, r=Centril | bors | -4/+3 |
| 2019-07-09 | Emit warning when trying to use PGO in conjunction with unwinding on Windows. | Eric Rahm | -4/+4 |
| 2019-07-09 | Rollup merge of #62515 - tshepang:consistent, r=Centril | Mazdak Farrokhzad | -3/+2 |
| 2019-07-09 | Rollup merge of #62450 - nagisa:reclimit, r=pnkfelix | Mazdak Farrokhzad | -1/+1 |
| 2019-07-09 | Auto merge of #62221 - jonas-schievink:normalize-impl-trait, r=nikomatsakis | bors | -0/+6 |
| 2019-07-09 | Auto merge of #62233 - matthewjasper:exit-arm-scopes, r=pnkfelix | bors | -6/+10 |
| 2019-07-09 | Delay bug; this sidesteps ICE'ing when compiler is just doing error-recovery. | Felix S. Klock II | -9/+10 |
| 2019-07-09 | Rollup merge of #62090 - davidtwco:ice-async-await-out-of-range-substitution,... | Mazdak Farrokhzad | -1/+75 |
| 2019-07-08 | Avoid infinite looping in `print_def_path`. | Felix S. Klock II | -1/+25 |
| 2019-07-08 | future-compat lint for newly handled cases of `#[structural_match]`. | Felix S. Klock II | -0/+6 |
| 2019-07-08 | Note that `eq_trait` denotes `trait PartialEq`, not `Eq`, so you don't have t... | Felix S. Klock II | -0/+1 |
| 2019-07-07 | cli: make help output for -l and -L consistent | Tshepang Lekhonkhobe | -3/+2 |
| 2019-07-07 | Rollup merge of #62042 - petrochenkov:macstab, r=matthewjasper | Mazdak Farrokhzad | -92/+135 |
| 2019-07-07 | Support deprecation checking for macros | Vadim Petrochenkov | -63/+90 |
| 2019-07-07 | resolve: Use standard stability diagnostics for macros | Vadim Petrochenkov | -28/+32 |
| 2019-07-07 | Collect library features from non-exported macros | Vadim Petrochenkov | -1/+13 |
| 2019-07-07 | Remove some dummy dependencies | John Kåre Alsaker | -34/+2 |
| 2019-07-07 | rustc: Remove `dylib` crate type from most rustc crates | Alex Crichton | -2/+1 |
| 2019-07-06 | in which we suggest anonymizing single-use lifetimes in paths | Zack M. Davis | -25/+56 |
| 2019-07-07 | Raise the default recursion limit to 128 | Simonas Kazlauskas | -1/+1 |
| 2019-07-06 | Exit arm scopes correctly in the HIR CFG | Matthew Jasper | -6/+7 |
| 2019-07-06 | Add arm ids for -Zunpretty=hir,identified | Matthew Jasper | -0/+3 |
| 2019-07-06 | `#[rustc_doc_only_macro]` -> `#[rustc_builtin_macro]` | Vadim Petrochenkov | -1/+1 |
| 2019-07-06 | remove another unused method | Ralf Jung | -13/+0 |
| 2019-07-06 | add assert_{bits,ptr}; document which methods we hope to get rid of | Ralf Jung | -0/+20 |
| 2019-07-06 | Cleanup liveness comment. | Mazdak Farrokhzad | -13/+6 |
| 2019-07-06 | Lowering: Fuse ExprKind::While logic + Cleanup. | Mazdak Farrokhzad | -85/+54 |
| 2019-07-06 | Enforce 'cond: bool' in while-expr + improve reachability diags. | Mazdak Farrokhzad | -5/+6 |
| 2019-07-06 | Remove ExprKind::While from HIR. | Mazdak Farrokhzad | -138/+77 |
| 2019-07-05 | Rollup merge of #62396 - RalfJung:miri-no-null, r=alexcrichton | Mazdak Farrokhzad | -11/+0 |
| 2019-07-05 | Rollup merge of #62168 - ljedrz:the_culmination_of_hiridification, r=Zoxc | Mazdak Farrokhzad | -78/+64 |
| 2019-07-05 | Rollup merge of #62110 - nnethercote:improve-Ztime-passes, r=Zoxc | Mazdak Farrokhzad | -13/+1 |