about summary refs log tree commit diff
path: root/src/librustc_middle
AgeCommit message (Expand)AuthorLines
2020-05-02Rollup merge of #71738 - RalfJung:pointer-no-alloc-id, r=oli-obkRalf Jung-16/+12
2020-05-02Rollup merge of #71712 - RalfJung:error-backtrace, r=oli-obkRalf Jung-12/+10
2020-05-02Auto merge of #71776 - Dylan-DPC:rollup-k1iuuow, r=Dylan-DPCbors-848/+37
2020-05-01Rollup merge of #71758 - jackh726:chalk-remove, r=jackh726Dylan DPC-846/+3
2020-05-01Rollup merge of #71018 - lcnr:custom-const-param, r=eddybDylan DPC-2/+34
2020-05-01Auto merge of #69808 - cjgillot:vtbl, r=pnkfelixbors-31/+8
2020-05-01Remove leftover chalk typesJack Huey-846/+3
2020-05-01Move the DepNode construction to librustc_query_system.Camille GILLOT-30/+7
2020-05-01fix Miri error message paddingRalf Jung-2/+2
2020-05-01Monomorphise load_from_disk_and_cache_in_memory.Camille GILLOT-1/+1
2020-05-01remove AllocId generalization of PointerRalf Jung-16/+12
2020-05-01use hex for invalid bool and char (consistently with validation)Ralf Jung-2/+6
2020-05-01rename InvalidIntPtrUsageRalf Jung-40/+44
2020-05-01InterpError printing really is more Display than DebugRalf Jung-30/+27
2020-05-01tweak InvalidIntPointerUsage messageRalf Jung-2/+2
2020-05-01Auto merge of #70674 - cjgillot:query-arena-all, r=matthewjasperbors-132/+99
2020-04-30Rollup merge of #71590 - RalfJung:mir-dump-pointers, r=oli-obkTyler Mandry-10/+34
2020-04-30Rollup merge of #71465 - oli-obk:is_thread_local_cleanup, r=matthewjasperTyler Mandry-4/+10
2020-04-30Rollup merge of #71449 - ecstatic-morse:free-region-cleanup, r=Mark-SimulacrumDylan DPC-179/+0
2020-04-30Miri: port error backtraces to std::backtraceRalf Jung-12/+10
2020-04-30handle ByRef in relateBastian Kauschke-2/+34
2020-04-30Address review commentsOliver Scherer-4/+2
2020-04-30Highlight an error that can only happen in CTFEOliver Scherer-1/+1
2020-04-30Add a convenience function for testing whether a static is `#[thread_local]`Oliver Scherer-0/+6
2020-04-30Separate miri/ctfe unsupported operationsOliver Scherer-0/+2
2020-04-29Auto merge of #67343 - ecstatic-morse:qualif-structural-match, r=pnkfelixbors-0/+1
2020-04-29Rollup merge of #71217 - estebank:tail-borrow-sugg, r=pnkfelixDylan DPC-0/+3
2020-04-28Suggest `;` or assignment to drop borrows in tail exprsEsteban Küber-0/+3
2020-04-28Add `CustomEq` qualifDylan MacKenzie-0/+1
2020-04-28Move a few queries to using an arena.Camille GILLOT-9/+13
2020-04-28Fix incremental compilation.Camille GILLOT-4/+6
2020-04-28Use the query system to allocate.Camille GILLOT-121/+73
2020-04-28Introduce ArenaStorage.Camille GILLOT-2/+3
2020-04-28Allow the QueryCache to specify storage.Camille GILLOT-3/+11
2020-04-27Accept `LocalDefId` as key for `check_impl_item_well_formed` querymarmeladema-1/+3
2020-04-27Accept `LocalDefId` as key for `check_trait_item_well_formed` querymarmeladema-1/+3
2020-04-27Accept `LocalDefId` as key for `check_item_well_formed` querymarmeladema-1/+3
2020-04-27Change return type of `entry_fn` query to return a `LocalDefId`marmeladema-3/+3
2020-04-27Accept `LocalDefId` as key for `check_mod_privacy` querymarmeladema-2/+2
2020-04-27Accept `LocalDefId` as key for `lint_mod` querymarmeladema-2/+2
2020-04-27Accept `LocalDefId` as key for `mir_validated` querymarmeladema-1/+2
2020-04-27Accept `LocalDefId` as key for `mir_borrowck` querymarmeladema-5/+4
2020-04-27Return a `FxHashSet<LocalDefId>` from `mir_keys` querymarmeladema-2/+3
2020-04-27Accept `LocalDefId` as keyt for `names_imported_by_glob_use`marmeladema-10/+10
2020-04-27Use `LocalDefId` for `type_param_predicates` querymarmeladema-2/+13
2020-04-27Use `LocalDefId` in `mir_built` querymarmeladema-1/+1
2020-04-27Use `LocalDefId` in `unsafety_check_result` querymarmeladema-3/+3
2020-04-27Use `LocalDefId` in `typeck_tables_of` and `used_trait_imports` queriesmarmeladema-8/+10
2020-04-27keep 'pointer' terminology aroundRalf Jung-1/+4
2020-04-27Auto merge of #71268 - estebank:devectorize, r=eddybbors-7/+5