Skip to content
Merged
Changes from 2 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
7612ad7
Vec drop and truncate: drop using raw slice *mut [T]
bluss Apr 14, 2020
5a5fa39
Handle build completion message from Cargo
Mark-Simulacrum Apr 25, 2020
c427438
sync alloc dump and pointer printing
RalfJung Apr 26, 2020
19eb934
print pointers more compactly when they are too big
RalfJung Apr 26, 2020
96cfb20
organize Debug/Display impls a bit more; avoid sign-ignorant decimal …
RalfJung Apr 26, 2020
5163f09
fmt
RalfJung Apr 26, 2020
b12faeb
keep 'pointer' terminology around
RalfJung Apr 27, 2020
f654daf
Vec IntoIter: Drop using raw slice
bluss Apr 28, 2020
1776de9
Bump pulldown-cmark
ehuss Apr 29, 2020
bd8a6d7
Allow `Downcast` projections unconditionally
ecstatic-morse Apr 29, 2020
a1aff18
Allow `Unreachable` terminators unconditionally
ecstatic-morse Apr 29, 2020
0592976
Bless tests
ecstatic-morse Apr 29, 2020
582d52f
Separate miri/ctfe unsupported operations
oli-obk Apr 16, 2020
b2395a5
Add a convenience function for testing whether a static is `#[thread_…
oli-obk Apr 17, 2020
a91bad6
Highlight an error that can only happen in CTFE
oli-obk Apr 30, 2020
9cdc932
Address review comments
oli-obk Apr 30, 2020
8079dd8
A test now fails during check instead of build
oli-obk Apr 30, 2020
2bafb1b
Update backtrace-sys
tmandry Apr 30, 2020
4adebb9
Rollup merge of #71148 - bluss:vec-drop-raw-slice, r=RalfJung
tmandry Apr 30, 2020
94433a6
Rollup merge of #71465 - oli-obk:is_thread_local_cleanup, r=matthewja…
tmandry Apr 30, 2020
01fffff
Rollup merge of #71567 - Mark-Simulacrum:no-success, r=matthiaskrgr
tmandry Apr 30, 2020
3c75f70
Rollup merge of #71590 - RalfJung:mir-dump-pointers, r=oli-obk
tmandry Apr 30, 2020
8192cb6
Rollup merge of #71682 - ehuss:bump-pulldown-cmark, r=Dylan-DPC
tmandry Apr 30, 2020
a8e0511
Rollup merge of #71688 - ecstatic-morse:const-downcast, r=oli-obk
tmandry Apr 30, 2020
1b62bb6
Rollup merge of #71691 - ecstatic-morse:const-unreachable, r=oli-obk,…
tmandry Apr 30, 2020
59abc2a
Rollup merge of #71719 - tmandry:update-backtrace-sys, r=Mark-Simulacrum
tmandry Apr 30, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@ dependencies = [

[[package]]
name = "backtrace-sys"
version = "0.1.36"
version = "0.1.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78848718ee1255a2485d1309ad9cdecfc2e7d0362dd11c6829364c6b35ae1bc7"
checksum = "18fbebbe1c9d1f383a9cc7e8ccdb471b91c8d024ee9c2ca5b5346121fe8b4399"
dependencies = [
"cc",
"compiler_builtins",
Expand Down