about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-04-19Rollup merge of #96165 - RalfJung:miri-provenance-cleanup, r=oli-obkDylan DPC-46/+76
2022-04-19Rollup merge of #96162 - RalfJung:mark-uninit, r=oli-obkDylan DPC-13/+38
2022-04-19Rollup merge of #96029 - IsakNyberg:error-messages-fix, r=Dylan-DPCDylan DPC-8/+2
2022-04-19Rollup merge of #95740 - Amanieu:kreg0, r=nagisaDylan DPC-11/+26
2022-04-19asm: Add a kreg0 register class on x86 which includes k0Amanieu d'Antras-11/+26
2022-04-19Auto merge of #96214 - Dylan-DPC:rollup-a5b4fow, r=Dylan-DPCbors-518/+376
2022-04-19Rollup merge of #96142 - cjgillot:no-crate-def-index, r=petrochenkovDylan DPC-120/+92
2022-04-19Rollup merge of #96122 - TaKO8Ki:fix-invalid-error-for-suggestion-to-add-slic...Dylan DPC-49/+46
2022-04-19Rollup merge of #96086 - jsgf:remove-extern-location, r=davidtwcoDylan DPC-299/+6
2022-04-19Rollup merge of #94493 - oribenshir:feature/ISSUE-78543_async_fn_in_foreign_c...Dylan DPC-50/+232
2022-04-19Auto merge of #96020 - martingms:optimize-relate_substs, r=nnethercotebors-25/+36
2022-04-19Auto merge of #95379 - icewind1991:suggest-associated-type-more, r=jackh726bors-14/+49
2022-04-18remove an unnecessary use of loc_place.ptr.into_pointer_or_addrRalf Jung-1/+1
2022-04-18avoid an unnecessary call to Pointer::into_parts, and caution against into_po...Ralf Jung-3/+6
2022-04-18add method to get absolute address of a pointer (useful only for Miri)Ralf Jung-6/+14
2022-04-18avoid pairing up AllocId and PointerTag, which is redundantRalf Jung-23/+43
2022-04-18stop using `Autoderef`Takayuki Maeda-33/+29
2022-04-17ptr_get_alloc_id: don't return an actual PointerRalf Jung-30/+29
2022-04-17check Allocation invariant during printingRalf Jung-0/+1
2022-04-17explain why prepare_relocation_copy works the way it doesRalf Jung-4/+11
2022-04-17add caution to some commentsRalf Jung-2/+8
2022-04-17when writing uninit to an allocation, also clear relocations like other write...Ralf Jung-8/+19
2022-04-17Auto merge of #95779 - cjgillot:ast-lifetimes-undeclared, r=petrochenkovbors-591/+1158
2022-04-17Auto merge of #96016 - Aaron1011:hash-name-cleanup, r=cjgillotbors-12/+2
2022-04-17Stop using CRATE_DEF_INDEX.Camille GILLOT-120/+92
2022-04-17Split relate_substs into two functionsMartin Gammelsæter-31/+42
2022-04-17Lint elided lifetimes in path on the AST.Camille GILLOT-140/+239
2022-04-17Report undeclared lifetimes on AST.Camille GILLOT-400/+837
2022-04-17Remove is_in_fn_syntax.Camille GILLOT-11/+0
2022-04-17Visit generics inside visit_fn.Camille GILLOT-29/+45
2022-04-17Count number of lifetime parameters in a separate pass.Camille GILLOT-13/+39
2022-04-17Auto merge of #95655 - kckeiks:create-hir-crate-items-query, r=cjgillotbors-406/+414
2022-04-17Auto merge of #96010 - eduardosm:Unique-on-top-of-NonNull, r=m-ou-se,tmiaskobors-2/+6
2022-04-17Auto merge of #96134 - Dylan-DPC:rollup-ejug3yq, r=Dylan-DPCbors-37/+52
2022-04-17show suggestion to replace generic bounds with associated types in more casesRobin Appelman-14/+49
2022-04-17Rollup merge of #96112 - niluxv:strict-provenance-lint-improvements, r=nagisaDylan DPC-20/+29
2022-04-17Rollup merge of #95346 - Aaron1011:stablize-const-extern-fn, r=pnkfelixDylan DPC-17/+23
2022-04-16Auto merge of #95899 - petrochenkov:modchild2, r=cjgillotbors-71/+96
2022-04-16Update compiler/rustc_error_messages/src/lib.rsIsak Nyberg-1/+1
2022-04-16Rollup merge of #96058 - euclio:flock-impls, r=nagisaDylan DPC-215/+194
2022-04-16Rollup merge of #95908 - compiler-errors:shallow_resolve_ty-inline, r=oli-obkDylan DPC-44/+39
2022-04-16Rollup merge of #95426 - b-naber:valtrees-slice, r=RalfJung,oli-obkDylan DPC-27/+59
2022-04-16Rollup merge of #95006 - tmiasko:thread-local-static, r=wesleywiserDylan DPC-0/+16
2022-04-16Rollup merge of #94985 - dtolnay:constattr, r=pnkfelixDylan DPC-6/+17
2022-04-17fix an invalid error for a suggestion to add a slice in pattern-matchingTakayuki Maeda-46/+47
2022-04-16Optimize relate_substs by extracting matchMartin Gammelsæter-12/+12
2022-04-16Auto merge of #96117 - Dylan-DPC:rollup-5traczf, r=Dylan-DPCbors-36/+33
2022-04-16Rollup merge of #96023 - matthiaskrgr:clippyper1304, r=lcnrDylan DPC-6/+5
2022-04-16Rollup merge of #95887 - petrochenkov:doclink5, r=cjgillotDylan DPC-30/+28
2022-04-16Auto merge of #95689 - lqd:self-profiler, r=wesleywiserbors-13/+103