| Age | Commit message (Expand) | Author | Lines |
| 2019-04-26 | Rollup merge of #60285 - estebank:icent, r=varkor | Mazdak Farrokhzad | -5/+11 |
| 2019-04-26 | Rollup merge of #60284 - varkor:const-param-of-type-param, r=cramertj | Mazdak Farrokhzad | -2/+117 |
| 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 | -27/+15 |
| 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-25 | Add comment explaining restriction | varkor | -4/+10 |
| 2019-04-25 | Fix error code description | varkor | -2/+5 |
| 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 | 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 | Auto merge of #60192 - t-rapp:tr-saturating-funcs, r=alexcrichton | bors | -0/+83 |
| 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 | -15/+10 |
| 2019-04-25 | Add feature-gate for f16c target feature | gnzlbg | -1/+3 |
| 2019-04-25 | Implement Debug for Place using Place::iterate | Santiago Pastorino | -52/+86 |
| 2019-04-25 | Improvement comment explanations | Guillaume Gomez | -2/+5 |
| 2019-04-25 | submodules: update clippy from 9897442f to 8c0e038f | Matthias Krüger | -15/+10 |
| 2019-04-25 | Introduce hir::ExprKind::Use and employ in for loop desugaring. | Mazdak Farrokhzad | -52/+92 |
| 2019-04-25 | Auto merge of #60248 - estebank:macro-comma, r=oli-obk | bors | -9/+27 |
| 2019-04-25 | Auto merge of #60162 - gnzlbg:uss, r=alexcrichton | bors | -0/+0 |
| 2019-04-25 | Auto merge of #60250 - Centril:rollup-d9tehhr, r=Centril | bors | -101/+245 |
| 2019-04-25 | Rollup merge of #60243 - davidtwco:issue-53249, r=cramertj | Mazdak Farrokhzad | -0/+47 |
| 2019-04-25 | Rollup merge of #60185 - NieDzejkob:int-error-kind-reexport, r=rkruppe | Mazdak Farrokhzad | -0/+7 |
| 2019-04-25 | Rollup merge of #60160 - xldenis:fix-overlapping-zero-width-annotation, r=est... | Mazdak Farrokhzad | -18/+19 |
| 2019-04-25 | Rollup merge of #60038 - michaelwoerister:pgo-updates-2, r=alexcrichton | Mazdak Farrokhzad | -43/+71 |
| 2019-04-25 | Rollup merge of #59697 - euclio:label-fixes, r=zackmdavis | Mazdak Farrokhzad | -9/+32 |
| 2019-04-25 | Auto merge of #59042 - ljedrz:HirIdification_rework_map, r=Zoxc | bors | -205/+184 |
| 2019-04-24 | Add guard for missing comma in macro call suggestion | Esteban Küber | -9/+27 |
| 2019-04-25 | Update inferred_outlives_of | John Kåre Alsaker | -17/+10 |