about summary refs log tree commit diff
path: root/src/librustc/ich
AgeCommit message (Expand)AuthorLines
2018-08-22Allow panicking with string literal messages inside constantsOliver Schneider-1/+6
2018-08-22Replace TyForeign with ForeignTyvarkor-1/+1
2018-08-22Rename Def::{Param, Foreign} to Def::{TyParam, TyForeign}varkor-2/+2
2018-08-22Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str}varkor-12/+12
2018-08-22Remove Ty prefix from Ty{Foreign|Param}varkor-4/+4
2018-08-22Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...varkor-17/+17
2018-08-22Rename ty::TyVariants to ty::TyKindvarkor-5/+5
2018-08-22Rename ty::Slice to ty::Listvarkor-2/+2
2018-08-22miri/CTFE refactorRalf Jung-6/+0
2018-08-21New AccessLevel and accompanying propagation.Kyle Simpson-0/+1
2018-08-19Rename `Catch` variants to `TryBlock`Scott McMurray-1/+1
2018-08-19mv CachingCodemapView CachingSourceMapViewDonato Sciarra-10/+10
2018-08-19mv codemap source_mapDonato Sciarra-13/+13
2018-08-19mv codemap() source_map()Donato Sciarra-3/+3
2018-08-19mv (mod) codemap source_mapDonato Sciarra-2/+2
2018-08-19mv filemap source_fileDonato Sciarra-9/+9
2018-08-19mv FileMap SourceFileDonato Sciarra-7/+7
2018-08-19mv CodeMap SourceMapDonato Sciarra-7/+7
2018-08-09Cache ignored attributes inside ICH entirelyMark Rousskov-3/+6
2018-08-09Move Fingerprint to data structuresMark Rousskov-113/+1
2018-08-09Reuse Hash impls for session data structuresMark Rousskov-8/+1
2018-08-08Auto merge of #53053 - petrochenkov:custattr, r=alexcrichtonbors-1/+8
2018-08-07Add HirId to VisibilityKind::RestrictedMark Rousskov-1/+3
2018-08-07Rollup merge of #52886 - petrochenkov:noga, r=alexcrichtonkennytm-1/+0
2018-08-06Discern between various kinds of non-macro attributesVadim Petrochenkov-1/+8
2018-08-05Add duplicity lint for lang featuresvarkor-1/+1
2018-08-05Add lint for unknown feature attributesvarkor-0/+5
2018-08-04cleanup: Remove `Def::GlobalAsm`Vadim Petrochenkov-1/+0
2018-08-03Auto merge of #52712 - oli-obk:const_eval_cleanups, r=RalfJungbors-2/+7
2018-08-02Auto merge of #52841 - petrochenkov:premacro, r=alexcrichtonbors-0/+2
2018-08-01Switch to bootstrapping from 1.29 betaMark Rousskov-1/+0
2018-08-01Reintroduce `Undef` and properly check constant value sizesOliver Schneider-2/+7
2018-08-01resolve: Implement prelude search for macro pathsVadim Petrochenkov-0/+2
2018-07-28Auto merge of #52355 - pietroalbini:zfeature, r=eddybbors-0/+1
2018-07-27Add the -Zcrate-attr=foo nightly rustc flag to inject crate attributesPietro Albini-0/+1
2018-07-27Use slices where a vector is not necessaryljedrz-1/+1
2018-07-23Promoteds are statics and statics have a place, not just a valueOliver Schneider-16/+3
2018-07-20Auto merge of #52445 - alexcrichton:wasm-import-module, r=eddybbors-1/+2
2018-07-19Auto merge of #52024 - oli-obk:existential_parse, r=nikomatsakisbors-0/+4
2018-07-18Do not use desugared ident when suggesting adding a typeEsteban Küber-0/+1
2018-07-18rustc: Stabilize #[wasm_import_module] as #[link(...)]Alex Crichton-1/+2
2018-07-18Implement existential typesOliver Schneider-0/+4
2018-07-16rustc: Use link_section, not wasm_custom_sectionAlex Crichton-1/+1
2018-07-16ItemKindcsmoe-17/+17
2018-07-16ForeignItemKindcsmoe-4/+4
2018-07-16TyKindcsmoe-13/+13
2018-07-16ExprKindcsmoe-30/+30
2018-07-16VariantKindcsmoe-2/+2
2018-07-16DeclKindcsmoe-4/+4
2018-07-16StmtKindcsmoe-5/+5