| Age | Commit message (Expand) | Author | Lines |
| 2019-05-13 | Remove bitrig support from rust | Marcel Hellwig | -363/+21 |
| 2019-05-13 | Auto merge of #60630 - nnethercote:use-Symbol-more, r=petrochenkov | bors | -1041/+1507 |
| 2019-05-13 | Return a `Symbol` from `name_or_empty` functions. | Nicholas Nethercote | -105/+112 |
| 2019-05-13 | Remove the equality operation between `Symbol` and strings. | Nicholas Nethercote | -173/+182 |
| 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 #60767 - Centril:rollup-4cbsb73, r=Centril | bors | -89/+80 |
| 2019-05-12 | Rollup merge of #60752 - shiatsumat:minor-typos-hir, r=wesleywiser | Mazdak Farrokhzad | -2/+2 |
| 2019-05-12 | Rollup merge of #60751 - Centril:general-cleanup, r=petrochenkov | Mazdak Farrokhzad | -60/+49 |
| 2019-05-12 | Rollup merge of #60750 - petrochenkov:noquotok2, r=Mark-Simulacrum | Mazdak Farrokhzad | -26/+4 |
| 2019-05-12 | Rollup merge of #60694 - Pulkit07:issue60662, r=alexreg | Mazdak Farrokhzad | -1/+25 |
| 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-12 | Fix minor typos for ItemLocalId | Yusuke Matsushita | -2/+2 |
| 2019-05-12 | Minor cleanup in parse_assoc_expr_with. | Mazdak Farrokhzad | -24/+14 |
| 2019-05-12 | parse_bottom_expr: extract common 'return' out. | Mazdak Farrokhzad | -6/+5 |
| 2019-05-12 | syntax::parse::parser: convert unnecessary '&mut self's to '&self'. | Mazdak Farrokhzad | -19/+19 |
| 2019-05-12 | ast_validation: comments -> doc comments | Mazdak Farrokhzad | -11/+11 |
| 2019-05-12 | syntax: Remove some legacy nonterminal tokens | Vadim Petrochenkov | -26/+4 |
| 2019-05-12 | Fix HIR printing of existential type #60662 | Pulkit Goyal | -1/+25 |
| 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 |