about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-01-11Make codegen tests wordsize independentOliver Scherer-7/+6
2020-01-10Rebase falloutOliver Scherer-2/+4
2020-01-10Remove an outdated commentOliver Scherer-1/+0
2020-01-10Add regression tests for promotion mir expansionOliver Scherer-0/+59
2020-01-10Errors in promoteds may only cause lints not hard errorsOliver Scherer-176/+157
2020-01-10Promoteds also need param envs.Oliver Scherer-16/+18
2020-01-10Do not store lint_rootSantiago Pastorino-9/+13
2020-01-10Add span_bug that notes that shuffle indices must be constantSantiago Pastorino-0/+2
2020-01-10Make Place CopySantiago Pastorino-1/+1
2020-01-10Use re_erased instead of re_staticSantiago Pastorino-3/+3
2020-01-10No need to use local.into hereSantiago Pastorino-1/+1
2020-01-10Fix print const on librustdocSantiago Pastorino-1/+1
2020-01-10Remove PlaceBase enum and make Place base field be local: LocalSantiago Pastorino-657/+457
2020-01-10Remove Static from PlaceBaseSantiago Pastorino-452/+193
2020-01-10Remove unused param_env parameterSantiago Pastorino-49/+7
2020-01-10Use if let instead of match with one meaningful armSantiago Pastorino-19/+9
2020-01-10Remove StaticKindSantiago Pastorino-115/+53
2020-01-10Remove StaticKind::PromotedSantiago Pastorino-197/+33
2020-01-10Add promoted_operand closure to reuse code across differentSantiago Pastorino-54/+20
2020-01-10Promote `Argument`s to constants instead of staticsSantiago Pastorino-17/+19
2020-01-10Promote `Repeat`s to constants instead of staticsSantiago Pastorino-4/+19
2020-01-10Promote `Ref`s to constants instead of staticSantiago Pastorino-223/+447
2020-01-10Revert const_eval call to use const_eval_raw to avoid const validation cyclesSantiago Pastorino-1/+6
2020-01-10Rollup merge of #68073 - Centril:fix-68062, r=estebankMazdak Farrokhzad-1/+42
2020-01-10Rollup merge of #68071 - estebank:ice-67995, r=CentrilMazdak Farrokhzad-91/+280
2020-01-10Rollup merge of #67922 - Centril:lowering-cleanup, r=petrochenkovMazdak Farrokhzad-748/+752
2020-01-10Rollup merge of #67820 - ecstatic-morse:const-trait, r=oli-obkMazdak Farrokhzad-25/+586
2020-01-10Rollup merge of #67501 - oli-obk:test-slice-patterns, r=RalfJungMazdak Farrokhzad-152/+157
2020-01-10Rollup merge of #66463 - estebank:point-at-closure-and-opaque-types, r=CentrilMazdak Farrokhzad-21/+255
2020-01-09Add test for `?const` in nested impl/dyn traitDylan MacKenzie-1/+17
2020-01-09Make `bound_context` more like neighboring functionsDylan MacKenzie-21/+18
2020-01-09Add test for `?const` and `?` on the same boundDylan MacKenzie-0/+22
2020-01-09Call all visit methods on trait definitionsDylan MacKenzie-0/+3
2020-01-09Add tests for RFC 2632Dylan MacKenzie-1/+333
2020-01-09Check for `?const` in invalid contexts during AST validationDylan MacKenzie-0/+74
2020-01-09Reject `const` in inherent implsDylan MacKenzie-3/+12
2020-01-09Error when new syntax is loweredDylan MacKenzie-0/+10
2020-01-09Parse `?const Trait` bound syntaxDylan MacKenzie-14/+77
2020-01-09Parse `impl const Trait for Ty` syntaxDylan MacKenzie-3/+11
2020-01-09Add a `constness` field to `ast::TraitRef`Dylan MacKenzie-5/+20
2020-01-09Add `const_trait_bound_opt_out` feature gateDylan MacKenzie-0/+6
2020-01-09Add `const_trait_impl` feature gateDylan MacKenzie-0/+6
2020-01-09review comments: more testsEsteban Küber-85/+195
2020-01-09Extend support of `_` in type parametersEsteban Küber-12/+91
2020-01-09expect `fn` after `const unsafe` / `const extern`Mazdak Farrokhzad-1/+42
2020-01-09Auto merge of #68067 - JohnTitor:rollup-vsj5won, r=JohnTitorbors-408/+3078
2020-01-10Rollup merge of #68054 - tspiteri:null-unchecked-as_mut, r=cramertjYuki Okushi-0/+14
2020-01-10Rollup merge of #68040 - sinkuu:unused, r=petrochenkovYuki Okushi-24/+1
2020-01-10Rollup merge of #68006 - infinity0:master, r=nikomatsakisYuki Okushi-0/+1
2020-01-10Rollup merge of #67975 - EmbarkStudios:export-statics-wasm, r=alexcrichtonYuki Okushi-6/+13