| Age | Commit message (Expand) | Author | Lines |
| 2019-04-26 | Rollup merge of #60267 - gnzlbg:f16c_target_feature, r=alexcrichton | Mazdak Farrokhzad | -1/+3 |
| 2019-04-26 | Rollup merge of #60259 - sd234678:60181-derive-default-lints, r=Centril | Mazdak Farrokhzad | -16/+4 |
| 2019-04-26 | Rollup merge of #60247 - spastorino:place2_3, r=oli-obk | Mazdak Farrokhzad | -52/+86 |
| 2019-04-26 | Rollup merge of #60225 - Centril:hir-exprkind-use-in-for-loops, r=oli-obk | Mazdak Farrokhzad | -52/+92 |
| 2019-04-26 | Rollup merge of #60183 - tmandry:chalk-builtin-copy-clone, r=scalexm | Mazdak Farrokhzad | -38/+208 |
| 2019-04-26 | Rollup merge of #60165 - Nemo157:pin-into-inner, r=cramertj | Mazdak Farrokhzad | -0/+34 |
| 2019-04-26 | Rollup merge of #60134 - GuillaumeGomez:fix-index-page, r=Manishearth | Mazdak Farrokhzad | -30/+18 |
| 2019-04-26 | Rollup merge of #59940 - GuillaumeGomez:rustdoc-test, r=ollie27 | Mazdak Farrokhzad | -0/+28 |
| 2019-04-26 | Rollup merge of #59734 - GuillaumeGomez:improve-rustdoc-failure, r=ollie27 | Mazdak Farrokhzad | -3/+4 |
| 2019-04-26 | Remove some unused return values. | Nicholas Nethercote | -25/+15 |
| 2019-04-26 | Remove unused `DiagnosticOutput::Emitter` variant. | Nicholas Nethercote | -3/+1 |
| 2019-04-25 | Add comment explaining restriction | varkor | -4/+10 |
| 2019-04-25 | Fix error code description | varkor | -2/+5 |
| 2019-04-25 | Update existing usages | varkor | -59/+59 |
| 2019-04-25 | Split `CommonTypes` into `CommonTypes` and `CommonLifetimes` | varkor | -9/+23 |
| 2019-04-25 | Make `-Z allow-features` work for stdlib features | Tyler Mandry | -19/+35 |
| 2019-04-25 | Fix false position on style.rs itself | varkor | -8/+11 |
| 2019-04-25 | Advise the user on how to suppress the file length tidy error | varkor | -1/+7 |
| 2019-04-25 | ignore-tidy-filelength on all files with greater than 3000 lines | varkor | -0/+52 |
| 2019-04-25 | Add a tidy test for line count | varkor | -3/+15 |
| 2019-04-25 | Update variances_of | John Kåre Alsaker | -26/+29 |
| 2019-04-25 | Auto merge of #59111 - gilescope:generator-better-errors, r=nikomatsakis | bors | -35/+135 |
| 2019-04-25 | Do not ICE when checking types against foreign fn | Esteban Küber | -5/+11 |
| 2019-04-25 | Add a test for const parameters with type parameters as types | varkor | -0/+31 |
| 2019-04-25 | Make sure const params with type params don't cause errors without a feature ... | varkor | -0/+25 |
| 2019-04-25 | Prevent const parameters having type parameters as types | varkor | -2/+52 |
| 2019-04-25 | Fix indexing issue for const parameter invariance | varkor | -5/+17 |
| 2019-04-25 | Document the `html_root_url` doc attribute value. | Eric Huss | -0/+15 |
| 2019-04-25 | Preserve visibility scopes in stored generator locals | Tyler Mandry | -9/+17 |
| 2019-04-25 | Generalize discriminant info calls for generators and ADTs | Tyler Mandry | -51/+95 |
| 2019-04-25 | Include generator locals as field names in debuginfo | Tyler Mandry | -13/+22 |
| 2019-04-25 | Make generator object debuginfo easier to read | Tyler Mandry | -12/+21 |
| 2019-04-25 | Describe generator variants in debuginfo | Tyler Mandry | -97/+288 |
| 2019-04-25 | Support variantful generators | Tyler Mandry | -155/+281 |
| 2019-04-25 | Auto merge of #60192 - t-rapp:tr-saturating-funcs, r=alexcrichton | bors | -0/+83 |
| 2019-04-25 | Give GeneratorLayout a list of fields for each variant | Tyler Mandry | -13/+16 |
| 2019-04-25 | Define generator discriminant type in only one place | Tyler Mandry | -17/+25 |
| 2019-04-25 | Test debuginfo of different var liveness in generators | Tyler Mandry | -4/+49 |
| 2019-04-25 | Update comment for liveness_of_locals | Tyler Mandry | -2/+1 |
| 2019-04-25 | when testing Miri, compile libstd for Miri | Ralf Jung | -0/+1 |
| 2019-04-25 | Update trait queries | John Kåre Alsaker | -36/+69 |
| 2019-04-25 | Update trait_impls_of | John Kåre Alsaker | -4/+4 |
| 2019-04-25 | Update mir_const_qualif | John Kåre Alsaker | -9/+7 |
| 2019-04-25 | Update rvalue_promotable_map | John Kåre Alsaker | -9/+7 |
| 2019-04-25 | Update region_scope_tree | John Kåre Alsaker | -14/+10 |
| 2019-04-25 | rustc: Flag metadata compatible with multiple CGUs | Alex Crichton | -3/+2 |
| 2019-04-25 | Improved error message when type must be bound due to generator. | Giles Cope | -35/+135 |
| 2019-04-25 | Add tests for saturating_abs() and saturating_neg functions | Tobias Rapp | -0/+27 |
| 2019-04-25 | Add saturating_abs() and saturating_neg() functions to signed integer types | Tobias Rapp | -0/+56 |
| 2019-04-25 | Auto merge of #60257 - matthiaskrgr:submodule_upd, r=oli-obk | bors | -20/+17 |