about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
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-30/+18
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-26Remove some unused return values.Nicholas Nethercote-25/+15
2019-04-26Remove unused `DiagnosticOutput::Emitter` variant.Nicholas Nethercote-3/+1
2019-04-25Add comment explaining restrictionvarkor-4/+10
2019-04-25Fix error code descriptionvarkor-2/+5
2019-04-25Update existing usagesvarkor-59/+59
2019-04-25Split `CommonTypes` into `CommonTypes` and `CommonLifetimes`varkor-9/+23
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-25Update variances_ofJohn Kåre Alsaker-26/+29
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-25Fix indexing issue for const parameter invariancevarkor-5/+17
2019-04-25Document the `html_root_url` doc attribute value.Eric Huss-0/+15
2019-04-25Preserve visibility scopes in stored generator localsTyler Mandry-9/+17
2019-04-25Generalize discriminant info calls for generators and ADTsTyler Mandry-51/+95
2019-04-25Include generator locals as field names in debuginfoTyler Mandry-13/+22
2019-04-25Make generator object debuginfo easier to readTyler Mandry-12/+21
2019-04-25Describe generator variants in debuginfoTyler Mandry-97/+288
2019-04-25Support variantful generatorsTyler Mandry-155/+281
2019-04-25Auto merge of #60192 - t-rapp:tr-saturating-funcs, r=alexcrichtonbors-0/+83
2019-04-25Give GeneratorLayout a list of fields for each variantTyler Mandry-13/+16
2019-04-25Define generator discriminant type in only one placeTyler Mandry-17/+25
2019-04-25Test debuginfo of different var liveness in generatorsTyler Mandry-4/+49
2019-04-25Update comment for liveness_of_localsTyler Mandry-2/+1
2019-04-25when testing Miri, compile libstd for MiriRalf Jung-0/+1
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-20/+17