about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-04-28Rollup merge of #71641 - ehuss:update-books, r=ehussDylan DPC-0/+0
2020-04-28Rollup merge of #71637 - mibac138:cfg-sanitize, r=petrochenkovDylan DPC-10/+8
2020-04-28Rollup merge of #71615 - RalfJung:share-machine-code, r=oli-obkDylan DPC-113/+74
2020-04-28Rollup merge of #71456 - mzohreva:mz/sgx-no-dylib, r=nikomatsakisDylan DPC-0/+1
2020-04-28Rollup merge of #71340 - Valloric:more-check-pass, r=nikomatsakisDylan DPC-40/+40
2020-04-28Update booksEric Huss-0/+0
2020-04-28Auto merge of #71636 - Dylan-DPC:rollup-9gc24ak, r=Dylan-DPCbors-33/+36
2020-04-28Rollup merge of #71634 - eddyb:revert-71372, r=petrochenkovDylan DPC-24/+1
2020-04-28Rollup merge of #71585 - tshepang:obsolete-comment, r=Dylan-DPCDylan DPC-7/+0
2020-04-28Rollup merge of #71489 - spastorino:fix-treat-err-as-bug-handling, r=eddybDylan DPC-1/+10
2020-04-28Rollup merge of #71488 - spastorino:normalize-ty-to-fix-broken-mir, r=eddybDylan DPC-0/+2
2020-04-28Rollup merge of #71311 - estebank:fn-type-param, r=varkorDylan DPC-1/+23
2020-04-28Revert "Rollup merge of #71372 - ayushmishra2005:shebang_stripping, r=estebank"Eduard-Mihai Burtescu-24/+1
2020-04-28Auto merge of #71444 - RalfJung:test-async-no-opt, r=jonas-schievinkbors-0/+30
2020-04-28also run some generator tests without MIR optimizationsRalf Jung-0/+15
2020-04-28Auto merge of #71292 - marmeladema:queries-local-def-id, r=eddybbors-239/+288
2020-04-28Auto merge of #71606 - Xanewok:update-rls, r=Xanewokbors-0/+0
2020-04-27Accept `LocalDefId` as key for `check_impl_item_well_formed` querymarmeladema-3/+5
2020-04-27Accept `LocalDefId` as key for `check_trait_item_well_formed` querymarmeladema-3/+5
2020-04-27Accept `LocalDefId` as key for `check_item_well_formed` querymarmeladema-3/+5
2020-04-27Change return type of `entry_fn` query to return a `LocalDefId`marmeladema-22/+24
2020-04-27Declare `body_owner` and `subject_def_id` as `LocalDefId` in `RegionCtxt`marmeladema-10/+10
2020-04-27Declare `body_owner` as `LocalDefId` in `MemCategorizationContext`marmeladema-9/+9
2020-04-27Accept `LocalDefId` as key for `check_mod_privacy` querymarmeladema-11/+11
2020-04-27Accept `LocalDefId` as key for `lint_mod` querymarmeladema-9/+5
2020-04-27Accept `LocalDefId` as argument for `mir_build::lint::check`marmeladema-9/+10
2020-04-27Accept `LocalDefId` as key for `mir_validated` querymarmeladema-10/+15
2020-04-27Auto merge of #71620 - Dylan-DPC:rollup-9wgtisb, r=Dylan-DPCbors-62/+723
2020-04-27Accept `LocalDefId` as key for `mir_borrowck` querymarmeladema-18/+21
2020-04-27Return a `FxHashSet<LocalDefId>` from `mir_keys` querymarmeladema-45/+47
2020-04-27Accept `LocalDefId` as keyt for `names_imported_by_glob_use`marmeladema-11/+11
2020-04-27Use `LocalDefId` for `type_param_predicates` querymarmeladema-7/+18
2020-04-27Use `LocalDefId` in `mir_built` querymarmeladema-6/+10
2020-04-27Use `LocalDefId` in `unsafety_check_result` querymarmeladema-15/+13
2020-04-27Use `LocalDefId` in `typeck_tables_of` and `used_trait_imports` queriesmarmeladema-58/+79
2020-04-27Rollup merge of #71605 - GuillaumeGomez:remove-e0750-from-whitelist, r=Dylan-DPCDylan DPC-1/+1
2020-04-27Rollup merge of #71604 - RalfJung:unleash-recursive-zst, r=oli-obkDylan DPC-3/+27
2020-04-27Rollup merge of #71596 - LeSeulArtichaut:patch-1, r=Dylan-DPCDylan DPC-1/+1
2020-04-27Rollup merge of #71578 - ryzokuken:linkchecker, r=Dylan-DPCDylan DPC-1/+1
2020-04-27Rollup merge of #71558 - petrochenkov:tlsm, r=AmanieuDylan DPC-44/+119
2020-04-27Rollup merge of #71524 - ldm0:ptrparam, r=matthewjasperDylan DPC-12/+9
2020-04-27Rollup merge of #67841 - sfackler:can-vector, r=AmaneiuDylan DPC-0/+565
2020-04-27Auto merge of #71200 - oli-obk:mir_bless, r=eddybbors-3067/+3004
2020-04-27fix typoEsteban Kuber-1/+1
2020-04-27share some common code for compile-time miri instancesRalf Jung-113/+74
2020-04-27Add test for delay_span_bug and -Ztrear-err-as-bugSantiago Pastorino-0/+6
2020-04-27Emit basic block ids for statements and terminators in MIR only in -Zverbose ...Oliver Scherer-3067/+3004
2020-04-27Fix off by one error for delay_span_bugSantiago Pastorino-1/+4
2020-04-27Update RLS to unbreak toolstateIgor Matuszewski-0/+0
2020-04-27fix wasiSteven Fackler-2/+2