about summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2019-12-26Treat extern statics just like statics in the "const pointer to static" repre...Oliver Scherer-2/+0
2019-12-25Fix skipped setting of syntax::GLOBALSMark Rousskov-2/+4
2019-12-25Store callbacks in global staticsMark Rousskov-58/+3
2019-12-25rewrite scalar to integer methodsChristian Poveda-28/+29
2019-12-25Add Scalar::to_(u|i)16 methodsChristian Poveda-0/+13
2019-12-25Remove `-Znll-dont-emit-read-for-match`Matthew Jasper-13/+0
2019-12-24x.py fmt after previous deignoreMark Rousskov-2197/+1744
2019-12-24Rollup merge of #67543 - JohnTitor:regression-tests, r=CentrilMazdak Farrokhzad-1/+1
2019-12-23Auto merge of #66296 - Centril:bindings_after_at-init, r=pnkfelixbors-2/+18
2019-12-23Rollup merge of #67538 - varkor:lhs-assign-diagnostics, r=CentrilMazdak Farrokhzad-10/+14
2019-12-23Rollup merge of #67536 - Centril:move-is_range_literal, r=Mark-SimulacrumMazdak Farrokhzad-64/+64
2019-12-23Rollup merge of #67466 - oli-obk:const_intrinsic, r=CentrilMazdak Farrokhzad-96/+2
2019-12-23improve robustness of pat walkersMazdak Farrokhzad-2/+11
2019-12-23refactor with extract_binding_modeMazdak Farrokhzad-0/+7
2019-12-23is_range_literal: leave FIXMEMazdak Farrokhzad-0/+3
2019-12-23is_range_literal: fix falloutMazdak Farrokhzad-12/+9
2019-12-23Add new folder for destructuring assignment testsvarkor-0/+1
2019-12-23Add span information to `ExprKind::Assign`varkor-10/+13
2019-12-23Move `{hir::lowering -> hir}::is_range_literal`.Mazdak Farrokhzad-62/+62
2019-12-22Format the worldMark Rousskov-12883/+11239
2019-12-23Use `is_none` instead of `if let`Yuki Okushi-1/+1
2019-12-22Rollup merge of #67299 - christianpoveda:try_immty_from_int, r=RalfJungMazdak Farrokhzad-11/+27
2019-12-22Rollup merge of #66877 - skinny121:const-eval-entry-points, r=oli-obkMazdak Farrokhzad-57/+120
2019-12-22Add error message if `Scalar::from_(u)int` failsChristian Poveda-2/+8
2019-12-22Auto merge of #66931 - cjgillot:hirene-preamble, r=eddybbors-454/+507
2019-12-21Nits.Camille GILLOT-4/+5
2019-12-21Tidy.Camille GILLOT-21/+39
2019-12-21Use Arena inside hir::Body.Camille GILLOT-32/+36
2019-12-21Use Arena inside hir::Mod.Camille GILLOT-17/+17
2019-12-21Use Arena inside hir::StructField.Camille GILLOT-23/+24
2019-12-21Use Arena inside hir::EnumDef.Camille GILLOT-50/+54
2019-12-21Use Arena inside hir::ImplItem.Camille GILLOT-43/+45
2019-12-21Use Arena inside hir::TraitItem.Camille GILLOT-44/+45
2019-12-21Use Arena inside hir::ForeignItem.Camille GILLOT-39/+42
2019-12-21Handle Attributes in arena.Camille GILLOT-33/+32
2019-12-21Use Arena inside hir::Item.Camille GILLOT-101/+111
2019-12-22Add simpler entry points to const eval for common usages.Ben Lewis-57/+120
2019-12-21Use Arena inside hir::Crate.Camille GILLOT-73/+83
2019-12-21Rollup merge of #67160 - matthewjasper:gat-generics, r=nikomatsakisMazdak Farrokhzad-11/+52
2019-12-21Change results to optionsChristian Poveda-6/+6
2019-12-21Rollup merge of #67355 - Centril:merge-mut, r=oli-obkMazdak Farrokhzad-79/+63
2019-12-21Auto merge of #66994 - Centril:stmt-polish, r=estebankbors-27/+18
2019-12-20Require const stability attributes on intrinsics to be able to use them in co...Oliver Scherer-96/+2
2019-12-20introduce 'type AttrVec'Mazdak Farrokhzad-27/+18
2019-12-201. ast::Mutability::{Mutable -> Mut, Immutable -> Not}.Mazdak Farrokhzad-79/+63
2019-12-20Rollup merge of #67428 - Centril:ibp-explicit-match, r=matthewjasperMazdak Farrokhzad-1/+9
2019-12-20Rollup merge of #67392 - csmoe:async-typeinfo, r=estebankMazdak Farrokhzad-0/+10
2019-12-20Use `delay_span_bug` less oftenMatthew Jasper-8/+23
2019-12-20Correctly lower paths to generic associated typesMatthew Jasper-3/+3
2019-12-20Check associated type implementations for generic mismatchesMatthew Jasper-0/+26