about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-28Suggest `into` instead of `try_into` if possible with int typesSamrat Man Singh-1/+70
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-27keep 'pointer' terminology aroundRalf Jung-15/+18
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
2020-04-27make recursive-zst test unleashedRalf Jung-3/+27
2020-04-27No need to whitelist E0750 anymoreGuillaume Gomez-1/+1
2020-04-27Auto merge of #71268 - estebank:devectorize, r=eddybbors-169/+132
2020-04-27Auto merge of #70073 - wesleywiser:mir_opt_level_0, r=oli-obkbors-55/+81
2020-04-27Auto merge of #5522 - CrazyRoka:match_vec_item, r=phanschbors-0/+7
2020-04-27Auto merge of #71600 - Dylan-DPC:rollup-7tvzi9n, r=Dylan-DPCbors-118/+206
2020-04-27Rollup merge of #71589 - RalfJung:unique-no-shr, r=SimonSapinDylan DPC-20/+3
2020-04-27Rollup merge of #71438 - estebank:resolve-sugg-tiny, r=petrochenkovDylan DPC-25/+56
2020-04-27Rollup merge of #71419 - contrun:wrong-namespace-rustc-resolve, r=petrochenkovDylan DPC-45/+98
2020-04-27Rollup merge of #71409 - estebank:point-at-ret-question-mark-op, r=petrochenkovDylan DPC-14/+48
2020-04-27Rollup merge of #71263 - shlevy:FileLoader-remove-abs_path, r=XanewokDylan DPC-12/+0
2020-04-27Rollup merge of #68716 - petrochenkov:stabmixed, r=dtolnayDylan DPC-2/+1
2020-04-26fix wasm buildSteven Fackler-0/+8
2020-04-26Auto merge of #71468 - matthiaskrgr:submodule_upd, r=Dylan-DPCbors-10/+8
2020-04-26unstable-book: Document `-Z tls-model`Vadim Petrochenkov-0/+25
2020-04-26rustc_target: Stop using "string typing" for TLS modelsVadim Petrochenkov-44/+94
2020-04-26Fix broken link in `QPath` documentationLeSeulArtichaut-1/+1
2020-04-26Implement mismatched_target_os lintEduardo Broto-0/+7
2020-04-26Rollup merge of #71576 - lcnr:inline-as_mut, r=oli-obkDylan DPC-0/+139
2020-04-26Rollup merge of #71569 - samrat:miri-ub-on-size-mismatch, r=RalfJungDylan DPC-1/+16
2020-04-26Rollup merge of #71551 - gizmondo:gen-index-vec, r=jonas-schievinkDylan DPC-21/+13
2020-04-26Rollup merge of #71537 - Mark-Simulacrum:no-self-open, r=davidtwcoDylan DPC-117/+16
2020-04-26Rollup merge of #71421 - elichai:2020-04-boxed-slice, r=sfacklerDylan DPC-0/+79
2020-04-26Point at the return type on `.into()` failure caused by `?`Esteban Küber-14/+48
2020-04-26Tweak some suggestions in `rustc_resolve`Esteban Küber-25/+56
2020-04-26fmtRalf Jung-6/+2