]> git.lizzy.rs Git - rust.git/history - compiler/rustc_mir
enable Miri to fix the bytes in an allocation (since ptr offsets have different meani...
[rust.git] / compiler / rustc_mir /
2021-07-15 Ralf Jungenable Miri to fix the bytes in an allocation (since...
2021-07-15 Ralf Jungadjustions and cleanup to make Miri build again
2021-07-14 Ralf Jungremove unused error variant
2021-07-14 Ralf Jungmore precise message for the ptr access check on deref
2021-07-14 Ralf Junguse NonZeroU64 for AllocId to restore old type sizes
2021-07-14 Ralf Jungconsistently treat None-tagged pointers as ints; get...
2021-07-14 Ralf JungCTFE/Miri engine Pointer type overhaul: make Scalar...
2021-07-13 borsAuto merge of #87019 - nikic:clang-12.0.1, r=Mark-Simul...
2021-07-13 borsAuto merge of #86857 - fee1-dead:add-attr, r=oli-obk
2021-07-13 borsAuto merge of #86665 - FabianWolff:layout-field-thir...
2021-07-13 borsAuto merge of #87095 - JohnTitor:rollup-mn7ggy2, r...
2021-07-12 Yuki OkushiRollup merge of #87089 - RalfJung:ctfe-memory-cleanup...
2021-07-12 Yuki OkushiRollup merge of #87070 - ehuss:simplify-future-report...
2021-07-12 Yuki OkushiRollup merge of #87065 - FabianWolff:issue-87046, r...
2021-07-12 Yuki OkushiRollup merge of #87035 - GuillaumeGomez:fix-implementor...
2021-07-12 Yuki OkushiRollup merge of #87007 - ehuss:fix-rust-analyzer-instal...
2021-07-12 Yuki OkushiRollup merge of #86887 - jyn514:cleanup-clean, r=CraftS...
2021-07-12 Yuki OkushiRollup merge of #86846 - tlyu:stdio-locked-tracking...
2021-07-12 Yuki OkushiRollup merge of #86811 - soerenmeier:remove_remaining...
2021-07-12 Yuki OkushiRollup merge of #86344 - est31:maybe-uninit-extra,...
2021-07-12 borsAuto merge of #87018 - nikic:llvm-12.0.1, r=Mark-Simulacrum
2021-07-12 borsAuto merge of #86320 - hi-rustin:rustin-patch-fix-span...
2021-07-12 Ralf Jungremove unnecessary deallocate_local hack
2021-07-12 Ralf Jungremove remaining use of Pointer in Allocation API
2021-07-12 borsAuto merge of #86841 - GuillaumeGomez:reexported-macro...
2021-07-12 borsAuto merge of #86815 - FabianWolff:issue-84210, r=varkor
2021-07-11 borsAuto merge of #86249 - FabianWolff:issue-86238, r=varkor
2021-07-11 Yuki OkushiRollup merge of #87049 - jyn514:no-submodules, r=Mark...
2021-07-11 Yuki OkushiRollup merge of #87045 - jhpratt:fix-tracking-issue...
2021-07-11 Yuki OkushiRollup merge of #87037 - notriddle:notriddle/search...
2021-07-11 Yuki OkushiRollup merge of #87031 - ZuseZ4:patch-1, r=GuillaumeGomez
2021-07-11 Yuki OkushiRollup merge of #86951 - cyberia-ng:fp-negative-zero...
2021-07-11 Yuki OkushiRollup merge of #86926 - bjorn3:update_some_deps, r...
2021-07-11 Yuki OkushiRollup merge of #73936 - zachlute:rustdoc-optflagmulti...
2021-07-11 borsAuto merge of #85941 - cjgillot:qresolve, r=Aaron1011
2021-07-11 borsAuto merge of #86995 - sexxi-goose:rewrite, r=nikomatsakis
2021-07-11 borsAuto merge of #87042 - petrochenkov:cleanquotspan,...
2021-07-11 borsAuto merge of #83918 - workingjubilee:stable-rangefrom...
2021-07-11 borsAuto merge of #86965 - sexxi-goose:rfc2229-improve...
2021-07-11 borsAuto merge of #86416 - Amanieu:asm_clobber_only, r...
2021-07-10 borsAuto merge of #85953 - inquisitivecrystal:weak-linkat...
2021-07-10 Vadim Petrochenkovrustc_span: Revert addition of `proc_macro` field to...
2021-07-10 borsAuto merge of #86873 - nikic:opaque-ptrs, r=nagisa
2021-07-10 borsAuto merge of #87029 - JohnTitor:rollup-0yapv7z, r...
2021-07-10 Yuki OkushiRollup merge of #87028 - aDotInTheVoid:patch-1, r=petro...
2021-07-10 Yuki OkushiRollup merge of #87020 - RalfJung:const_raw_ptr_to_usiz...
2021-07-10 Yuki OkushiRollup merge of #87013 - FabianWolff:issue-83921, r...
2021-07-10 Yuki OkushiRollup merge of #87006 - ptrojahn:implsource_vtable...
2021-07-10 Nixon Enraght-MoonyFix typo: `satic` -> `static`
2021-07-10 borsAuto merge of #81360 - Aaron1011:trait-caller-loc,...
2021-07-10 DeadbeefUpdate tests
2021-07-10 DeadbeefUpdate CTFE to allow fns marked with the attr
2021-07-10 DeadbeefPermit calls to default const fns of impl const
2021-07-10 Deadbeeffunctions marked with attr are not const
2021-07-10 DeadbeefSkip check for calling functions in same trait
2021-07-10 DeadbeefTreat trait fns marked with the attr as const
2021-07-10 Ralf Jungremove const_raw_ptr_to_usize_cast feature
2021-07-10 borsAuto merge of #86987 - lcnr:const-default-eval-bound...
2021-07-10 borsAuto merge of #86968 - inquisitivecrystal:missing-docs...
2021-07-09 borsAuto merge of #86419 - ricobbe:raw-dylib-stdcall, r...
2021-07-09 borsAuto merge of #85263 - Smittyvb:thir-unsafeck-union...
2021-07-09 borsAuto merge of #85832 - kornelski:raw_arg, r=yaahc
2021-07-09 borsAuto merge of #87003 - m-ou-se:rollup-x7mhv3v, r=m...
2021-07-09 Mara BosRollup merge of #87000 - m-ou-se:const-panic-track...
2021-07-09 Mara BosRollup merge of #86994 - scottmcm:fix_expr_try_comment...
2021-07-09 Mara BosRollup merge of #86937 - rylev:tracking-more-qualified...
2021-07-09 Mara BosRollup merge of #86881 - tmiasko:lookup-line, r=nagisa
2021-07-09 Mara BosRollup merge of #86855 - LeSeulArtichaut:patch-1, r...
2021-07-09 Mara BosUse #[track_caller] in const panic diagnostics.
2021-07-09 borsAuto merge of #86888 - FabianWolff:issue-86600, r=davidtwco
2021-07-09 borsAuto merge of #85828 - scottmcm:raw-eq, r=oli-obk
2021-07-09 borsAuto merge of #86904 - m-ou-se:prelude-collision-check...
2021-07-09 borsAuto merge of #86701 - sexxi-goose:optimization, r...
2021-07-08 Scott McMurrayPR feedback
2021-07-08 Scott McMurrayStop generating `alloca`s+`memcmp` for simple array...
2021-07-08 borsAuto merge of #86930 - tspiteri:int_log10, r=kennytm
2021-07-08 borsAuto merge of #86982 - GuillaumeGomez:rollup-7sbye3c...
2021-07-08 Guillaume GomezRollup merge of #86971 - ijackson:mailmap, r=Mark-Simul...
2021-07-08 Guillaume GomezRollup merge of #86957 - jhpratt:update-mailmap, r...
2021-07-08 Guillaume GomezRollup merge of #86913 - Stupremee:document-rustdoc...
2021-07-08 Guillaume GomezRollup merge of #86903 - GuillaumeGomez:small-header...
2021-07-08 Guillaume GomezRollup merge of #86838 - lambinoo:I-69630-rust_const_un...
2021-07-08 Guillaume GomezRollup merge of #86789 - janikrabe:btreeset-drainfilter...
2021-07-08 Guillaume GomezRollup merge of #86726 - sexxi-goose:use-diagnostic...
2021-07-08 Guillaume GomezRollup merge of #84961 - GuillaumeGomez:rework-session...
2021-07-08 borsAuto merge of #86520 - ssomers:btree_iterators_checked_...
2021-07-08 Guillaume GomezRework SESSION_GLOBALS API to prevent overwriting it
2021-07-08 borsAuto merge of #85363 - EFanZh:gdb-pretty-print-slices...
2021-07-08 borsAuto merge of #86823 - the8472:opt-chunk-tra, r=kennytm
2021-07-08 Yuki OkushiRollup merge of #86917 - notriddle:notriddle/from-try...
2021-07-08 Yuki OkushiRollup merge of #86812 - FabianWolff:recover-dyn-mut...
2021-07-08 Yuki OkushiRollup merge of #86639 - eholk:lint-tool, r=petrochenkov
2021-07-07 borsAuto merge of #86105 - bjorn3:link_info_refactor, r...
2021-07-07 bjorn3Merge commit '3a31c6d8272c14388a34622193baf553636fe470...
2021-07-07 borsAuto merge of #86920 - JohnTitor:rollup-buvzpkr, r...
2021-07-07 Yuki OkushiRollup merge of #86880 - m-ou-se:test-manuallydrop...
2021-07-07 Yuki OkushiRollup merge of #86819 - GuillaumeGomez:cleanup-rustdoc...
2021-07-07 Yuki OkushiRollup merge of #80918 - yoshuawuyts:int-log2, r=m...
2021-07-07 borsAuto merge of #86901 - sexxi-goose:query_remove, r...
2021-07-06 borsAuto merge of #86911 - bjorn3:crate_info_refactor,...
next