about summary refs log tree commit diff
path: root/src/librustc/ty
AgeCommit message (Expand)AuthorLines
2019-11-14Auto merge of #66233 - cjgillot:constkind, r=oli-obkbors-109/+166
2019-11-13Retire BraceStructTypeFoldableImpl and TupleStructTypeFoldableImpl.Camille GILLOT-2/+1
2019-11-13Use TypeFoldable derive macro.Camille GILLOT-261/+40
2019-11-13Rollup merge of #66335 - Mark-Simulacrum:self-profile-to-data, r=michaelwoeri...Yuki Okushi-5/+17
2019-11-13Rollup merge of #66334 - Mark-Simulacrum:sess-cstore, r=petrochenkovYuki Okushi-0/+9
2019-11-12Centril review.Camille GILLOT-4/+1
2019-11-12Remove cruft.Camille GILLOT-5/+0
2019-11-12Refactor pretty_print_const.Camille GILLOT-18/+41
2019-11-12Create intermediate enum ty::ConstKind.Camille GILLOT-113/+155
2019-11-12Register queries with self profiler in rustc_interfaceMark Rousskov-1/+3
2019-11-12Move self-profile infrastructure to data structuresMark Rousskov-5/+15
2019-11-13update suggestion ui testcsmoe-4/+3
2019-11-12Rollup merge of #66276 - Mark-Simulacrum:sess-code-stats, r=nikomatsakisYuki Okushi-7/+7
2019-11-11Move allocator_kind to CrateStoreMark Rousskov-0/+5
2019-11-11Move injected_panic_runtime to CrateStoreMark Rousskov-0/+4
2019-11-11suggest to add a constraint except asyn-fn without explicit outputcsmoe-3/+5
2019-11-10Move lock into CodeStatsMark Rousskov-7/+7
2019-11-10Merge hir::GeneratorMovability into ast::Movability.Camille GILLOT-6/+5
2019-11-10Merge hir::Mutability into ast::Mutability.Camille GILLOT-31/+31
2019-11-10Rollup merge of #65831 - matthewjasper:array-ptr-cast, r=oli-obkYuki Okushi-0/+3
2019-11-09Rollup merge of #65994 - estebank:where-bound, r=nikomatsakisMazdak Farrokhzad-12/+89
2019-11-08Stop returning promotables from `mir_const_qualif`Dylan MacKenzie-1/+0
2019-11-08Rollup merge of #66190 - eddyb:primflt, r=CentrilYuki Okushi-8/+9
2019-11-07rustc_target: inline abi::FloatTy into abi::Primitive.Eduard-Mihai Burtescu-8/+9
2019-11-07Rollup merge of #63793 - oli-obk:🧹, r=dtolnayMazdak Farrokhzad-0/+3
2019-11-07Rollup merge of #65884 - Centril:non-hardcoded-abis, r=petrochenkovMazdak Farrokhzad-24/+17
2019-11-07syntax: use distinct FloatTy from rustc_target.Mazdak Farrokhzad-24/+17
2019-11-06review commentsEsteban Küber-11/+4
2019-11-06Rebase falloutOliver Scherer-0/+3
2019-11-06Rollup merge of #66139 - euclio:pluralize, r=nagisaMazdak Farrokhzad-7/+7
2019-11-06Rollup merge of #66086 - RalfJung:smallvec, r=nagisaMazdak Farrokhzad-5/+5
2019-11-06Rollup merge of #65776 - nnethercote:rename-LocalInternedString-and-more, r=e...Mazdak Farrokhzad-1/+1
2019-11-06Rollup merge of #66027 - Mark-Simulacrum:panic-handler-query, r=alexcrichtonMazdak Farrokhzad-0/+5
2019-11-06Rollup merge of #66014 - dkadashev:47319-type-param-def-location, r=estebankMazdak Farrokhzad-3/+18
2019-11-05use American spelling for `pluralize!`Andy Russell-7/+7
2019-11-05Rollup merge of #66025 - petrochenkov:lohi, r=eddybPietro Albini-5/+0
2019-11-05Rollup merge of #66012 - nnethercote:dequery-trivial_dropck_outlives, r=micha...Pietro Albini-1/+0
2019-11-04bump smallvec to 1.0Ralf Jung-5/+5
2019-11-04Avoid hashing the key twice in `get_query()`.Nicholas Nethercote-3/+13
2019-11-03rustc: rename {Fn,Arg}TypeExt to {Fn,Arg}AbiExt.Eduard-Mihai Burtescu-3/+3
2019-11-03rustc_target: rename {Fn,Arg}Type to {Fn,Arg}Abi.Eduard-Mihai Burtescu-12/+12
2019-11-02Prettify mismatched types error message in a special caseDmitry Kadashev-12/+12
2019-11-02Show type param definitions in type mismatch errorsDmitry Kadashev-2/+17
2019-11-02Add type parameter name to type mismatch error messagesDmitry Kadashev-1/+1
2019-11-01Move has_panic_handler to queryMark Rousskov-0/+5
2019-11-02Convert `x.as_str().to_string()` to `x.to_string()` where possible.Nicholas Nethercote-1/+1
2019-11-01`Span` cannot represent `span.hi < span.lo`Vadim Petrochenkov-5/+0
2019-11-01Rollup merge of #66018 - pnkfelix:issue-64872-revert-64324, r=alexcrichtonTyler Mandry-1/+7
2019-11-01targeted revert of PR rust-lang/rust#64324 (just undo change to dylib generic...Felix S. Klock II-1/+7
2019-11-01De-querify `trivial_dropck_outlives`.Nicholas Nethercote-1/+0