about summary refs log tree commit diff
path: root/src/librustc/hir
AgeCommit message (Expand)AuthorLines
2019-12-23improve robustness of pat walkersMazdak Farrokhzad-2/+11
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-2282/+1884
2019-12-21Nits.Camille GILLOT-1/+1
2019-12-21Tidy.Camille GILLOT-21/+39
2019-12-21Use Arena inside hir::Body.Camille GILLOT-18/+21
2019-12-21Use Arena inside hir::Mod.Camille GILLOT-12/+12
2019-12-21Use Arena inside hir::StructField.Camille GILLOT-17/+18
2019-12-21Use Arena inside hir::EnumDef.Camille GILLOT-41/+43
2019-12-21Use Arena inside hir::ImplItem.Camille GILLOT-30/+32
2019-12-21Use Arena inside hir::TraitItem.Camille GILLOT-32/+33
2019-12-21Use Arena inside hir::ForeignItem.Camille GILLOT-31/+32
2019-12-21Handle Attributes in arena.Camille GILLOT-30/+29
2019-12-21Use Arena inside hir::Item.Camille GILLOT-83/+88
2019-12-21Use Arena inside hir::Crate.Camille GILLOT-66/+73
2019-12-21Rollup merge of #67355 - Centril:merge-mut, r=oli-obkMazdak Farrokhzad-16/+15
2019-12-21Auto merge of #66994 - Centril:stmt-polish, r=estebankbors-27/+18
2019-12-20introduce 'type AttrVec'Mazdak Farrokhzad-27/+18
2019-12-201. ast::Mutability::{Mutable -> Mut, Immutable -> Not}.Mazdak Farrokhzad-16/+15
2019-12-20Rollup merge of #67392 - csmoe:async-typeinfo, r=estebankMazdak Farrokhzad-0/+10
2019-12-20Rollup merge of #67131 - Centril:item-merge, r=petrochenkovMazdak Farrokhzad-93/+121
2019-12-18record previous unresolve span for generator error reportingcsmoe-9/+3
2019-12-18add debuginfo in generator_interiorcsmoe-0/+16
2019-12-16improve lower_pat_slice docs + while -> forMazdak Farrokhzad-12/+26
2019-12-15improve hir::PatKind::Slice docsMazdak Farrokhzad-2/+9
2019-12-14Do not ICE on unnamed futureEsteban Küber-3/+10
2019-12-12make visitor uses more robustMazdak Farrokhzad-2/+2
2019-12-12`AssocImplKind::{Method -> Fn}`.Mazdak Farrokhzad-6/+6
2019-12-12Remove `ast::{Impl,Trait}{Item,ItemKind}`.Mazdak Farrokhzad-26/+26
2019-12-12More c-variadic errors as semantic restrictions.Mazdak Farrokhzad-1/+7
2019-12-12Unify assoc item visitors more.Mazdak Farrokhzad-3/+3
2019-12-12Unify associated item visitor.Mazdak Farrokhzad-5/+5
2019-12-12parse: refactor fun ret ty & param tyMazdak Farrokhzad-22/+12
2019-12-12Unify `{Trait,Impl}ItemKind::TyAlias` structures.Mazdak Farrokhzad-30/+31
2019-12-12`TraitItemKind::Type` -> `TraitItemKind::TyAlias`.Mazdak Farrokhzad-2/+2
2019-12-12Use `Option` in `ImplItemKind::Method`.Mazdak Farrokhzad-25/+50
2019-12-12Use `Option` in `ImplItemKind::Const`.Mazdak Farrokhzad-1/+7
2019-12-06Rename to `then_some` and `then`varkor-1/+1
2019-12-06Use `to_option` in various placesvarkor-7/+1
2019-12-02syntax: Use `ast::MacArgs` for macro definitionsVadim Petrochenkov-1/+1
2019-12-02syntax: Use `ast::MacArgs` for attributesVadim Petrochenkov-1/+11
2019-11-29Rollup merge of #66791 - cjgillot:arena, r=Mark-SimulacrumRalf Jung-5/+5
2019-11-26Make the HIR map own the Definitions.Camille GILLOT-5/+5
2019-11-25Auto merge of #66671 - matthewjasper:ast-address-of, r=Centrilbors-30/+55
2019-11-24Add raw address of expressions to the AST and HIRMatthew Jasper-30/+55
2019-11-23Move def collector from `rustc` to `rustc_resolve`Vadim Petrochenkov-353/+10