about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-04-26Rollup merge of #60285 - estebank:icent, r=varkorMazdak Farrokhzad-5/+11
2019-04-26Rollup merge of #60284 - varkor:const-param-of-type-param, r=cramertjMazdak Farrokhzad-2/+117
2019-04-26Rollup merge of #60267 - gnzlbg:f16c_target_feature, r=alexcrichtonMazdak Farrokhzad-1/+3
2019-04-26Rollup merge of #60259 - sd234678:60181-derive-default-lints, r=CentrilMazdak Farrokhzad-16/+4
2019-04-26Rollup merge of #60247 - spastorino:place2_3, r=oli-obkMazdak Farrokhzad-52/+86
2019-04-26Rollup merge of #60225 - Centril:hir-exprkind-use-in-for-loops, r=oli-obkMazdak Farrokhzad-52/+92
2019-04-26Rollup merge of #60183 - tmandry:chalk-builtin-copy-clone, r=scalexmMazdak Farrokhzad-38/+208
2019-04-26Rollup merge of #60165 - Nemo157:pin-into-inner, r=cramertjMazdak Farrokhzad-0/+34
2019-04-26Rollup merge of #60134 - GuillaumeGomez:fix-index-page, r=ManishearthMazdak Farrokhzad-27/+15
2019-04-26Rollup merge of #59940 - GuillaumeGomez:rustdoc-test, r=ollie27Mazdak Farrokhzad-0/+28
2019-04-26Rollup merge of #59734 - GuillaumeGomez:improve-rustdoc-failure, r=ollie27Mazdak Farrokhzad-3/+4
2019-04-25Add comment explaining restrictionvarkor-4/+10
2019-04-25Fix error code descriptionvarkor-2/+5
2019-04-25Make `-Z allow-features` work for stdlib featuresTyler Mandry-19/+35
2019-04-25Fix false position on style.rs itselfvarkor-8/+11
2019-04-25Advise the user on how to suppress the file length tidy errorvarkor-1/+7
2019-04-25ignore-tidy-filelength on all files with greater than 3000 linesvarkor-0/+52
2019-04-25Add a tidy test for line countvarkor-3/+15
2019-04-25Auto merge of #59111 - gilescope:generator-better-errors, r=nikomatsakisbors-35/+135
2019-04-25Do not ICE when checking types against foreign fnEsteban Küber-5/+11
2019-04-25Add a test for const parameters with type parameters as typesvarkor-0/+31
2019-04-25Make sure const params with type params don't cause errors without a feature ...varkor-0/+25
2019-04-25Prevent const parameters having type parameters as typesvarkor-2/+52
2019-04-25Auto merge of #60192 - t-rapp:tr-saturating-funcs, r=alexcrichtonbors-0/+83
2019-04-25Update trait queriesJohn Kåre Alsaker-36/+69
2019-04-25Update trait_impls_ofJohn Kåre Alsaker-4/+4
2019-04-25Update mir_const_qualifJohn Kåre Alsaker-9/+7
2019-04-25Update rvalue_promotable_mapJohn Kåre Alsaker-9/+7
2019-04-25Update region_scope_treeJohn Kåre Alsaker-14/+10
2019-04-25rustc: Flag metadata compatible with multiple CGUsAlex Crichton-3/+2
2019-04-25Improved error message when type must be bound due to generator.Giles Cope-35/+135
2019-04-25Add tests for saturating_abs() and saturating_neg functionsTobias Rapp-0/+27
2019-04-25Add saturating_abs() and saturating_neg() functions to signed integer typesTobias Rapp-0/+56
2019-04-25Auto merge of #60257 - matthiaskrgr:submodule_upd, r=oli-obkbors-15/+10
2019-04-25Add feature-gate for f16c target featuregnzlbg-1/+3
2019-04-25Implement Debug for Place using Place::iterateSantiago Pastorino-52/+86
2019-04-25Improvement comment explanationsGuillaume Gomez-2/+5
2019-04-25submodules: update clippy from 9897442f to 8c0e038fMatthias Krüger-15/+10
2019-04-25Introduce hir::ExprKind::Use and employ in for loop desugaring.Mazdak Farrokhzad-52/+92
2019-04-25Auto merge of #60248 - estebank:macro-comma, r=oli-obkbors-9/+27
2019-04-25Auto merge of #60162 - gnzlbg:uss, r=alexcrichtonbors-0/+0
2019-04-25Auto merge of #60250 - Centril:rollup-d9tehhr, r=Centrilbors-101/+245
2019-04-25Rollup merge of #60243 - davidtwco:issue-53249, r=cramertjMazdak Farrokhzad-0/+47
2019-04-25Rollup merge of #60185 - NieDzejkob:int-error-kind-reexport, r=rkruppeMazdak Farrokhzad-0/+7
2019-04-25Rollup merge of #60160 - xldenis:fix-overlapping-zero-width-annotation, r=est...Mazdak Farrokhzad-18/+19
2019-04-25Rollup merge of #60038 - michaelwoerister:pgo-updates-2, r=alexcrichtonMazdak Farrokhzad-43/+71
2019-04-25Rollup merge of #59697 - euclio:label-fixes, r=zackmdavisMazdak Farrokhzad-9/+32
2019-04-25Auto merge of #59042 - ljedrz:HirIdification_rework_map, r=Zoxcbors-205/+184
2019-04-24Add guard for missing comma in macro call suggestionEsteban Küber-9/+27
2019-04-25Update inferred_outlives_ofJohn Kåre Alsaker-17/+10