| Age | Commit message (Expand) | Author | Lines |
| 2019-05-16 | Rollup merge of #60691 - topecongiro:await-macro-span, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-05-15 | Add test to ensure const-prop fails gracefully | Wesley Wiser | -0/+34 |
| 2019-05-15 | Add some tests for constant propagation | Wesley Wiser | -0/+91 |
| 2019-05-15 | Auto merge of #60775 - hellow554:no_bitrig, r=joshtriplett | bors | -46/+0 |
| 2019-05-14 | Emit StorageDead for all locals in generators | Tyler Mandry | -0/+1 |
| 2019-05-14 | Rollup merge of #60799 - matthewjasper:allow-bound-regions-in-existential-typ... | Mazdak Farrokhzad | -0/+30 |
| 2019-05-14 | Rollup merge of #60788 - froydnj:apple-target-modifications-followup, r=estebank | Mazdak Farrokhzad | -2/+2 |
| 2019-05-14 | Rollup merge of #60444 - nikomatsakis:issue-60010-cycle-error-investigation, ... | Mazdak Farrokhzad | -0/+91 |
| 2019-05-14 | Update ui tests | Oliver Scherer | -7/+1 |
| 2019-05-14 | Fix incremental compilation of cdylib emitting spurious unused_attributes lint | Oliver Scherer | -0/+10 |
| 2019-05-14 | Add ui test for const Layout::from_size_align_unchecked | Richard Wiedenhöft | -0/+21 |
| 2019-05-13 | default to $ARCH-apple-macosx10.7.0 LLVM triple for darwin targets | Nathan Froyd | -2/+2 |
| 2019-05-13 | Allow late bound regions in existential types | Matthew Jasper | -0/+30 |
| 2019-05-13 | Rollup merge of #60770 - Pulkit07:issue60764, r=Centril | Mazdak Farrokhzad | -7/+28 |
| 2019-05-13 | Rollup merge of #60710 - varkor:delay_span_bug-const-parent, r=matthewjasper | Mazdak Farrokhzad | -0/+60 |
| 2019-05-13 | Rollup merge of #60562 - iliekturtles:proc-macro-missing-docs, r=alexcrichton | Mazdak Farrokhzad | -0/+16 |
| 2019-05-13 | Rollup merge of #60176 - matthewjasper:yield-ref-to-local, r=pnkfelix | Mazdak Farrokhzad | -9/+9 |
| 2019-05-13 | add impl_trait_in_bindings to INCOMPLETE_FEATURES | Pulkit Goyal | -7/+28 |
| 2019-05-13 | Auto merge of #60649 - Xanewok:save-analysis-assoc-const-ice, r=oli-obk | bors | -0/+42 |
| 2019-05-13 | Remove bitrig support from rust | Marcel Hellwig | -46/+0 |
| 2019-05-13 | Auto merge of #60765 - matthewjasper:fix-more-escaping-rescopes, r=oli-obk | bors | -0/+17 |
| 2019-05-13 | Auto merge of #60630 - nnethercote:use-Symbol-more, r=petrochenkov | bors | -15/+17 |
| 2019-05-13 | Remove the equality operation between `Symbol` and strings. | Nicholas Nethercote | -3/+3 |
| 2019-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -12/+14 |
| 2019-05-12 | Auto merge of #60767 - Centril:rollup-4cbsb73, r=Centril | bors | -0/+25 |
| 2019-05-12 | Rollup merge of #60694 - Pulkit07:issue60662, r=alexreg | Mazdak Farrokhzad | -0/+25 |
| 2019-05-12 | Remove feature(nll) when compare mode is sufficient | Matthew Jasper | -1016/+761 |
| 2019-05-12 | Change compare mode to use -Zborrowck=mir | Matthew Jasper | -8/+4502 |
| 2019-05-12 | Auto merge of #60679 - petrochenkov:lit2, r=matklad | bors | -25/+21 |
| 2019-05-12 | Treat generators the same as closure for escaping lifetimes | Matthew Jasper | -0/+6 |
| 2019-05-12 | Always use the stronger outlives version for opaque types | Matthew Jasper | -0/+11 |
| 2019-05-12 | Auto merge of #60244 - SimonSapin:dangling, r=oli-obk | bors | -2/+0 |
| 2019-05-12 | Auto merge of #60474 - mati865:musl_toolchain, r=alexcrichton | bors | -3/+10 |
| 2019-05-12 | Fix HIR printing of existential type #60662 | Pulkit Goyal | -0/+25 |
| 2019-05-11 | Add #[doc(hidden)] attribute on compiler generated proc-macro module. | Mike Boutin | -0/+16 |
| 2019-05-11 | Move literal parsing code into a separate file | Vadim Petrochenkov | -16/+16 |
| 2019-05-11 | Auto merge of #60714 - varkor:existential-global-lift-ice, r=oli-obk | bors | -0/+44 |
| 2019-05-11 | Simplify conversions between tokens and semantic literals | Vadim Petrochenkov | -9/+5 |
| 2019-05-11 | Auto merge of #60717 - varkor:impl-const-generic, r=matthewjasper | bors | -0/+22 |
| 2019-05-11 | Auto merge of #60721 - estebank:ice-ice-baby, r=varkor | bors | -0/+26 |
| 2019-05-10 | Avoid ICE by using delay_span_bug | Esteban Küber | -0/+26 |
| 2019-05-11 | Add test for const impl | varkor | -0/+22 |
| 2019-05-10 | Auto merge of #59288 - Centril:hir-if-to-match, r=oli-obk | bors | -40/+287 |
| 2019-05-10 | Add test | varkor | -0/+44 |
| 2019-05-10 | Add a test for failed inference of const types | varkor | -0/+26 |
| 2019-05-10 | Add a test for invalid const arguments | varkor | -0/+34 |
| 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 | 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 |