]> git.lizzy.rs Git - rust.git/history - src
Auto merge of #2356 - rust-lang:slash_slash_at, r=RalfJung
[rust.git] / src /
2022-07-09 borsAuto merge of #2351 - RalfJung:readlink, r=RalfJung
2022-07-09 Ralf Jungextend a comment in readlink
2022-07-08 borsAuto merge of #2345 - RalfJung:rustup, r=RalfJung
2022-07-08 Ralf Jungrustup
2022-07-07 borsAuto merge of #2342 - RalfJung:dead-opt, r=RalfJung
2022-07-07 Ralf Jungremove a dead optimization
2022-07-07 borsAuto merge of #2314 - RalfJung:unsized, r=RalfJung
2022-07-07 Ralf Jungrustup
2022-07-07 Ralf Jungadjust code for copy_op changes
2022-07-07 borsAuto merge of #2341 - RalfJung:rustup, r=RalfJung
2022-07-07 Ralf Jungrustup; ptr atomics
2022-07-06 borsAuto merge of #2339 - RalfJung:rustup, r=RalfJung
2022-07-06 Ralf Jungrustup
2022-07-06 borsAuto merge of #2338 - RalfJung:format, r=RalfJung
2022-07-06 Ralf Jungtweak format strings
2022-07-06 borsAuto merge of #2336 - RalfJung:wide-ptr-compare, r...
2022-07-06 Ralf Jungfix comparing wide raw pointers
2022-07-05 borsAuto merge of #2335 - RalfJung:rustup, r=RalfJung
2022-07-05 Ralf Jungrustup
2022-07-05 borsAuto merge of #2323 - RalfJung:box-is-special, r=RalfJung
2022-07-05 Ralf Junghandle Box with allocators
2022-07-05 borsAuto merge of #2334 - RalfJung:range, r=RalfJung
2022-07-05 Ralf Jungwe don't need HexRange any more
2022-07-05 borsAuto merge of #2329 - RalfJung:benches, r=oli-obk
2022-07-05 borsAuto merge of #2333 - rust-lang:miriup, r=oli-obk
2022-07-05 Oli SchererBump rust version
2022-07-04 borsAuto merge of #2327 - RalfJung:unit-return, r=RalfJung
2022-07-04 Ralf Jungcall_function: make the unit-return-type case more...
2022-07-03 borsAuto merge of #2319 - RalfJung:dont-touch-vtables,...
2022-07-03 Ralf Jungfix retagging of vtable ptrs
2022-07-03 borsAuto merge of #2318 - RalfJung:nodoc, r=RalfJung
2022-07-03 borsAuto merge of #1935 - saethlin:optimize-sb, r=RalfJung
2022-07-03 Ben KimockTypo
2022-07-02 Ben KimockExplain cache behavior a bit better, clean up diff
2022-07-02 borsAuto merge of #2312 - RalfJung:misc, r=RalfJung
2022-07-02 Ralf Jungput call to stacked borrows end_call in a more sensible...
2022-07-02 borsAuto merge of #2311 - RalfJung:many-seeds, r=RalfJung
2022-07-02 Ben KimockExplain the behavior of the cache upon clear
2022-07-02 borsAuto merge of #2308 - RalfJung:ptr-tacking, r=RalfJung
2022-07-02 Ralf Jungpointer tag tracking: on creation, log the offsets...
2022-07-02 borsAuto merge of #2306 - RalfJung:unix, r=RalfJung
2022-07-02 Ralf Jungposix_fadvise is not Linux-specific
2022-07-02 Ralf Jungmove some POSIX file shims from linux to unix module
2022-07-02 borsAuto merge of #2300 - InfRandomness:freebsd-environ...
2022-07-02 borsAuto merge of #2305 - RalfJung:rustup, r=RalfJung
2022-07-02 InfRandomnessAdd `environ` extern implementation to freebsd
2022-07-02 borsAuto merge of #2304 - LegNeato:shim-fstat64-mac, r...
2022-07-02 Christian LegnittoSupport (stat/fstat/lstat)64 on macos
2022-07-02 Ben KimockDocument implementation a bit, add some fast paths
2022-07-02 borsAuto merge of #2302 - RalfJung:datarace, r=RalfJung
2022-07-02 Ralf Jungfix and slightly improve data race reports
2022-07-01 Ben KimockCache lookups into the borrow stack
2022-07-01 Ralf Jungavoid copying thread manager state in data race detector
2022-07-01 Ralf Jungrename some data_race types for more clarity
2022-07-01 borsAuto merge of #2298 - InfRandomness:shim-error, r=RalfJung
2022-07-01 InfRandomnessAdd `__error` to freebsd shims
2022-07-01 borsAuto merge of #2297 - RalfJung:rustup, r=RalfJung
2022-07-01 Ralf Jungmake clippy happy
2022-07-01 Ralf Jungrustup
2022-07-01 borsAuto merge of #2295 - RalfJung:better-alloc-tracking...
2022-07-01 Ralf Jungallocation tracking: also print size, alignment, kind...
2022-06-30 borsAuto merge of #2293 - RalfJung:env, r=RalfJung
2022-06-30 Ralf Jungmake -Zmiri-env-forward take precedence over -Zmiri...
2022-06-30 borsAuto merge of #2290 - RalfJung:snakessss, r=RalfJung
2022-06-30 Ralf Junguse Rust SnakeCase
2022-06-29 borsAuto merge of #2287 - RalfJung:field-retagging, r=RalfJung
2022-06-29 borsAuto merge of #2286 - LegNeato:patch-2, r=RalfJung
2022-06-29 Ralf Jungadd option for recursive field retagging
2022-06-29 Christian LegnittoSupport `gettimeofday` on more than macos
2022-06-29 borsAuto merge of #2283 - RalfJung:color, r=RalfJung
2022-06-29 borsAuto merge of #2281 - RalfJung:rustup, r=RalfJung
2022-06-29 Ralf Jungfmt
2022-06-29 Ralf Jungalso prune caller_location frames when backtrace=off
2022-06-29 Ralf Jungrustup
2022-06-28 borsAuto merge of #2280 - RalfJung:int2ptr, r=RalfJung
2022-06-28 Ralf Jungtweak int2ptr diagnostics
2022-06-28 borsAuto merge of #2279 - RalfJung:adjacent-allocs, r=RalfJung
2022-06-28 Ralf Jungfinally we can actually have adjacent allocations :)
2022-06-28 borsAuto merge of #2278 - RalfJung:rustup, r=RalfJung
2022-06-28 Ralf Jungmake use of get_alloc_info
2022-06-28 borsAuto merge of #2275 - RalfJung:permissive-provenance...
2022-06-28 Ralf Jungshow int2ptr warning once for each span (but don't...
2022-06-28 Ralf Jungfix warning text
2022-06-27 borsAuto merge of #2221 - InfRandomness:freebsd-target...
2022-06-27 Ralf Jungimprove old comment
2022-06-27 borsAuto merge of #2276 - RalfJung:join, r=RalfJung
2022-06-27 Ralf Jungtypo
2022-06-27 Ralf Jungavoid unnecessary indirection in miri-track-raw-pointer...
2022-06-27 Ralf Jungfmt
2022-06-27 Ralf Jungremove support for untagged pointers
2022-06-27 Ralf Jungmore int2ptr cast tests, and fix casting of addresses...
2022-06-27 Ralf Jungmake permissive provenance and raw-ptr tagging the...
2022-06-26 infrandomnessCargo fmt
2022-06-26 infrandomnessAddress code review
2022-06-26 infrandomnessAdd `pthread_attr_get_np` shim
2022-06-26 infrandomnessAdd `pthread_attr_getstack` shim
2022-06-26 infrandomnessFix panicking ui_tests framework
2022-06-26 infrandomnessFix pending reviews
2022-06-26 infrandomnessInitial freebsd work
2022-06-26 borsAuto merge of #2272 - RalfJung:progress, r=RalfJung
next