| Age | Commit message (Expand) | Author | Lines |
| 2019-05-11 | Eliminate `comments::Literal` | Vadim Petrochenkov | -210/+61 |
| 2019-05-11 | Introduce `hir::Lit` not keeping the original token | Vadim Petrochenkov | -10/+74 |
| 2019-05-11 | Keep the original token in `ast::Lit` | Vadim Petrochenkov | -59/+86 |
| 2019-05-11 | Turn `ast::Lit` into a struct | Vadim Petrochenkov | -17/+24 |
| 2019-05-11 | Auto merge of #60700 - petrochenkov:preintern, r=nnethercote | bors | -9/+10 |
| 2019-05-11 | Auto merge of #60721 - estebank:ice-ice-baby, r=varkor | bors | -2/+29 |
| 2019-05-10 | Avoid ICE by using delay_span_bug | Esteban Küber | -2/+29 |
| 2019-05-10 | Auto merge of #59288 - Centril:hir-if-to-match, r=oli-obk | bors | -675/+725 |
| 2019-05-10 | Rollup merge of #60697 - hellow554:fix_60629, r=michaelwoerister | Mazdak Farrokhzad | -0/+10 |
| 2019-05-10 | Rollup merge of #60692 - davidtwco:pr-60676-followup, r=Centril | Mazdak Farrokhzad | -0/+8 |
| 2019-05-10 | Rollup merge of #60659 - nnethercote:tweak-Symbol-and-InternedString, r=Zoxc | Mazdak Farrokhzad | -24/+60 |
| 2019-05-10 | Rollup merge of #60620 - mark-i-m:transcribe-2, r=petrochenkov | Mazdak Farrokhzad | -9/+7 |
| 2019-05-10 | Rollup merge of #60529 - davidtwco:rfc-2008-uninhabited, r=petrochenkov | Mazdak Farrokhzad | -12/+1019 |
| 2019-05-10 | check_match: add FIXME for removing of hack. | Mazdak Farrokhzad | -0/+2 |
| 2019-05-10 | add test checking that 'if cond { .. }' where 'cond: &mut? bool' isn't accepted. | Mazdak Farrokhzad | -0/+61 |
| 2019-05-10 | Various test changes | Mazdak Farrokhzad | -19/+200 |
| 2019-05-10 | Adjust mir-opt tests for new HIR without If | Mazdak Farrokhzad | -21/+26 |
| 2019-05-10 | Remove hir::ExprKind::If and replace it with lowering to hir::ExprKind::Match. | Mazdak Farrokhzad | -635/+436 |
| 2019-05-10 | Add a bunch more tests. | David Wood | -5/+506 |
| 2019-05-10 | Move uninhabited tests into subdirectory. | David Wood | -16/+16 |
| 2019-05-10 | Fix uninhabitedness of non-exhaustive enums. | David Wood | -109/+398 |
| 2019-05-10 | Fix inhabitedness of non-exhaustive variants. | David Wood | -8/+32 |
| 2019-05-10 | Add uninhabitedness tests w/ `#[non_exhaustive]`. | David Wood | -0/+193 |
| 2019-05-10 | Auto merge of #60588 - cuviper:be-simd-swap, r=alexcrichton | bors | -4/+1 |
| 2019-05-10 | turn a couple of fixmes into span_bugs | Mark Mansi | -9/+7 |
| 2019-05-10 | syntax_pos: Optimize symbol interner pre-filling slightly | Vadim Petrochenkov | -9/+10 |
| 2019-05-10 | add regression test for #60629 | Marcel Hellwig | -0/+10 |
| 2019-05-10 | Auto merge of #60684 - jethrogb:jb/sgx-test, r=joshtriplett | bors | -0/+1 |
| 2019-05-10 | Extend existing test for nested mut patterns. | David Wood | -0/+8 |
| 2019-05-10 | Auto merge of #60585 - sunfishcode:wasm32-wasi, r=alexcrichton | bors | -22/+22 |
| 2019-05-10 | Reduce `Symbol`'s interface slightly. | Nicholas Nethercote | -5/+1 |
| 2019-05-10 | Remove the `From<InternedString> for String` impl. | Nicholas Nethercote | -6/+0 |
| 2019-05-10 | Add various comments. | Nicholas Nethercote | -9/+43 |
| 2019-05-10 | Avoid recursion in de-gensym functions. | Nicholas Nethercote | -2/+5 |
| 2019-05-10 | Add `InternedString::with2`. | Nicholas Nethercote | -2/+11 |
| 2019-05-10 | Auto merge of #60451 - rasendubi:binaryheap-min-heap, r=scottmcm | bors | -0/+24 |
| 2019-05-10 | Auto merge of #60683 - Centril:rollup-p05qh5d, r=Centril | bors | -254/+782 |
| 2019-05-09 | Fix cfg(test) build on SGX | Jethro Beekman | -0/+1 |
| 2019-05-09 | Rollup merge of #60676 - davidtwco:issue-60674, r=cramertj | Mazdak Farrokhzad | -43/+76 |
| 2019-05-09 | Rollup merge of #60675 - cramertj:no-await-macro, r=nikomatsakis,Centril | Mazdak Farrokhzad | -23/+0 |
| 2019-05-09 | Rollup merge of #60671 - euclio:extern-crate, r=Centril | Mazdak Farrokhzad | -35/+45 |
| 2019-05-09 | Rollup merge of #60648 - petrochenkov:shorten2, r=Dylan-DPC | Mazdak Farrokhzad | -2/+1 |
| 2019-05-09 | Rollup merge of #60618 - mark-i-m:transcribe, r=petrochenkov | Mazdak Farrokhzad | -69/+194 |
| 2019-05-09 | Rollup merge of #60234 - tesaguri:cursor-default, r=Amanieu | Mazdak Farrokhzad | -1/+1 |
| 2019-05-09 | Rollup merge of #60188 - estebank:recover-block, r=varkor | Mazdak Farrokhzad | -24/+312 |
| 2019-05-09 | Rollup merge of #59348 - matthewjasper:cleanup-drop-shims, r=arielb1 | Mazdak Farrokhzad | -57/+153 |
| 2019-05-09 | Auto merge of #60665 - pietroalbini:upgrade-ci-images, r=alexcrichton | bors | -6/+12 |
| 2019-05-09 | Omit the vendor component in the WASI triple | Dan Gohman | -22/+22 |
| 2019-05-09 | Add FIXME about `construct_async_arguments`. | David Wood | -0/+4 |
| 2019-05-09 | Do not modify mutability of simple bindings. | David Wood | -44/+46 |