| Age | Commit message (Expand) | Author | Lines |
| 2019-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -620/+670 |
| 2019-05-13 | Rename `syntax::symbol::symbols` as `syntax::symbol::sym`. | Nicholas Nethercote | -138/+139 |
| 2019-05-13 | Add lots of static `Symbols`. | Nicholas Nethercote | -16/+415 |
| 2019-05-12 | Auto merge of #60679 - petrochenkov:lit2, r=matklad | bors | -796/+671 |
| 2019-05-12 | Auto merge of #60244 - SimonSapin:dangling, r=oli-obk | bors | -4/+0 |
| 2019-05-12 | Auto merge of #60474 - mati865:musl_toolchain, r=alexcrichton | bors | -9/+40 |
| 2019-05-12 | Auto merge of #60396 - cuviper:ordered-retain, r=scottmcm | bors | -6/+40 |
| 2019-05-11 | Auto merge of #60748 - Centril:rollup-rr63jqo, r=Centril | bors | -34/+47 |
| 2019-05-11 | Rollup merge of #60741 - shiatsumat:patch-let-mut-write-graph-label, r=varkor | Mazdak Farrokhzad | -1/+1 |
| 2019-05-11 | Rollup merge of #60733 - Centril:cleanup-lowering-await, r=varkor | Mazdak Farrokhzad | -10/+2 |
| 2019-05-11 | Rollup merge of #60727 - chpio:master, r=sfackler | Mazdak Farrokhzad | -0/+10 |
| 2019-05-11 | Rollup merge of #60720 - estebank:no-ice-thanks, r=zackmdavis | Mazdak Farrokhzad | -23/+34 |
| 2019-05-11 | Auto merge of #60318 - jethrogb:jb/try-from-slice-to-infallible, r=sfackler | bors | -1/+8 |
| 2019-05-12 | Remove redundant "let mut" in write_graph_label | Yusuke Matsushita | -1/+1 |
| 2019-05-11 | Update clippy | Manish Goregaokar | -9/+17 |
| 2019-05-11 | Address comments + Fix tests | Vadim Petrochenkov | -4/+11 |
| 2019-05-11 | Cleanup the .await HIR lowering with .stmt(..). | Mazdak Farrokhzad | -10/+2 |
| 2019-05-11 | Move literal parsing code into a separate file | Vadim Petrochenkov | -537/+521 |
| 2019-05-11 | Auto merge of #60714 - varkor:existential-global-lift-ice, r=oli-obk | bors | -19/+70 |
| 2019-05-11 | Simplify conversions between tokens and semantic literals | Vadim Petrochenkov | -324/+259 |
| 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 #60717 - varkor:impl-const-generic, r=matthewjasper | bors | -1/+34 |
| 2019-05-11 | add comment to `Rc`/`Arc`'s `Eq` specialization | Thomas Heck | -0/+10 |
| 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 | Add examples of ordered retain | Josh Stone | -0/+34 |
| 2019-05-10 | Remove unnecessary unwraps | Esteban Küber | -23/+34 |
| 2019-05-11 | Add test for const impl | varkor | -0/+22 |
| 2019-05-11 | Unwrap singleton block expressions in const arguments | varkor | -1/+12 |
| 2019-05-10 | Auto merge of #59288 - Centril:hir-if-to-match, r=oli-obk | bors | -675/+725 |
| 2019-05-10 | Add test | varkor | -0/+44 |
| 2019-05-10 | Allow fallible `lift_to_global` in existential type writeback | varkor | -19/+26 |
| 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 |