]> git.lizzy.rs Git - rust.git/history - src
Auto merge of #1992 - RalfJung:sdiv, r=RalfJung
[rust.git] / src /
2022-03-01 borsAuto merge of #1991 - RalfJung:rustup, r=RalfJung
2022-03-01 Ralf Jungimplement simd_select
2022-03-01 Ralf Jungfactor SIMD bool handling into helper functions
2022-02-27 borsAuto merge of #1985 - RalfJung:fn-ptr, r=RalfJung
2022-02-26 borsAuto merge of #1989 - saethlin:short-backtraces, r...
2022-02-26 Ben KimockOnly print the pruning note if the trace was definitely...
2022-02-26 borsAuto merge of #1987 - saethlin:short-backtraces, r...
2022-02-26 Ben KimockPrune stacktraces for tag-tracking diagnostics too
2022-02-25 Ralf Jungrustup
2022-02-22 borsAuto merge of #1977 - saethlin:short-backtraces, r...
2022-02-22 Ben KimockPrune backtraces similar to RUST_BACKTRACE=1 logic
2022-02-22 borsAuto merge of #1978 - RalfJung:simd_eq, r=RalfJung
2022-02-22 Ralf Jungimplement simd_eq and simd_reduce_any
2022-02-12 borsAuto merge of #1974 - RalfJung:const, r=RalfJung
2022-02-12 Ralf Jungimplement const_deallocate as a NOP
2022-02-12 borsAuto merge of #1973 - RalfJung:rustup, r=RalfJung
2022-02-12 Ralf Jungimplement const_allocate intrinsic
2022-02-04 borsAuto merge of #1968 - RalfJung:rustup, r=RalfJung
2022-02-04 Ralf Jungrustup; implement simd_and/or
2022-01-26 borsAuto merge of #1964 - RalfJung:rustup, r=RalfJung
2022-01-26 Ralf Jungrustup
2022-01-09 borsAuto merge of #1952 - RalfJung:self-referential, r...
2022-01-09 borsAuto merge of #1960 - RalfJung:rustup, r=RalfJung
2022-01-09 Ralf Jungrustup
2022-01-05 borsAuto merge of #1956 - RalfJung:stack-pop-cleanup, r...
2022-01-04 Ralf Jungadjust for StackPopCleanup::None rename
2022-01-03 borsAuto merge of #1954 - RalfJung:rustup, r=RalfJung
2022-01-03 Ralf Jungrustup
2022-01-01 Ralf Jungexclude mutable references to !Unpin types from uniquen...
2021-12-24 borsAuto merge of #1928 - RalfJung:fn-abi, r=RalfJung
2021-12-24 Ralf Jungadjust for FnAbi changes
2021-12-23 borsAuto merge of #1949 - RalfJung:miri-lib-src, r=oli-obk
2021-12-21 borsAuto merge of #1945 - saethlin:better-sb-tracking,...
2021-12-21 Ben KimockProvide better notes when tracking a pointer tag
2021-12-19 borsAuto merge of #1944 - RalfJung:rustup, r=RalfJung
2021-12-19 Ralf Jungrustup
2021-12-15 borsAuto merge of #1938 - RalfJung:test, r=RalfJung
2021-12-15 Ralf Jungadd regression test
2021-12-15 borsAuto merge of #1937 - RalfJung:rustup, r=RalfJung
2021-12-15 Ralf Jungfix iteration-order-dependent output
2021-12-08 borsAuto merge of #1934 - RalfJung:rustup, r=RalfJung
2021-12-08 borsAuto merge of #1933 - 5225225:1931-condvar-false-positi...
2021-12-07 5225225Code comment changes from code review
2021-12-07 5225225Add comment explaining false positives in _destroy
2021-12-06 5225225Destroying any uninit posix_ object is UB
2021-12-06 borsAuto merge of #1930 - tavianator:avoid-adjacent-allocat...
2021-12-06 Ralf Jungfinal tweaks
2021-12-05 5225225Handle uninit data in pthread_condattr_destroy
2021-12-03 Tavian Barnesintptrcast: Never allocate two objects directly adjecent
2021-11-30 borsAuto merge of #1929 - RalfJung:rustup, r=RalfJung
2021-11-30 Ralf Jungrustup
2021-11-27 borsAuto merge of #1926 - RalfJung:rustup, r=RalfJung
2021-11-27 Ralf Jungrustup; stub support for some extern statics used for...
2021-11-25 borsAuto merge of #1924 - RalfJung:ra, r=oli-obk
2021-11-25 borsAuto merge of #1923 - RalfJung:more-simd, r=RalfJung
2021-11-25 Ralf Jungimplement shl and shr SIMD intrinsics
2021-11-25 Ralf Jungportable SIMD: add rem intrinsic; test div and rem...
2021-11-21 borsAuto merge of #1918 - RalfJung:simd_basics, r=RalfJung
2021-11-21 Ralf Jungimplement SIMD sub, mul, div; also test i32 binops
2021-11-21 Ralf Jungimplement simd_add
2021-11-17 borsAuto merge of #1911 - RalfJung:rename-track-tag, r...
2021-11-13 Ralf Jungrename track-raw-pointers flag to tag-raw-pointers
2021-11-10 borsAuto merge of #1904 - camelid:uninit-num, r=RalfJung
2021-11-10 Noah LevUpdate Miri for detecting uninitialized numbers
2021-10-26 borsAuto merge of #1902 - camelid:r-a, r=RalfJung
2021-10-26 borsAuto merge of #1903 - bjorn3:rustup, r=oli-obk
2021-10-26 bjorn3rustup
2021-09-30 borsAuto merge of #1885 - DrMeepster:global_allocator,...
2021-09-29 DrMeepsterimplement `#[global_allocator]`
2021-09-27 borsAuto merge of #1894 - RalfJung:miri, r=RalfJung
2021-09-27 Ralf Jungrustup
2021-09-24 borsAuto merge of #1893 - RalfJung:arg-pass, r=RalfJung
2021-09-24 Ralf Jungsome more Windows argument passing tests
2021-09-22 borsAuto merge of #1891 - ChrisDenton:win-args, r=RalfJung
2021-09-22 Chris DentonApply review changes
2021-09-18 Chris DentonCorrect Windows argument handling
2021-09-09 borsAuto merge of #1888 - hyd-dev:rustup, r=RalfJung
2021-09-09 hyd-dev`rustc_mir` -> `rustc_const_eval`
2021-09-08 borsAuto merge of #1884 - DrMeepster:start, r=RalfJung
2021-09-06 borsAuto merge of #1886 - camelid:stage2, r=RalfJung
2021-09-06 borsAuto merge of #1887 - hyd-dev:rustup, r=RalfJung
2021-09-06 hyd-dev`rustc_target::abi::LayoutOf` -> `rustc_middle::ty...
2021-09-02 DrMeepsterremove commented out code
2021-09-02 DrMeepsteradd support for #[start]
2021-08-30 borsAuto merge of #1879 - oli-obk:gitpod, r=RalfJung
2021-08-30 borsAuto merge of #1882 - RalfJung:rustup, r=RalfJung
2021-08-30 Ralf Jungrustup
2021-08-23 borsAuto merge of #1875 - niluxv:volatile_set_memory_intrin...
2021-08-22 borsAuto merge of #1874 - steffahn:a_an, r=RalfJung
2021-08-22 Frank SteffahnFix a typo “an”→“a”
2021-08-22 niluxvAdd support for the `volatile_set_memory` intrinsic
2021-08-22 Frank SteffahnFix typos “a”→“an”
2021-08-02 borsAuto merge of #1854 - RalfJung:partial-ptr-overwrite...
2021-08-02 Ralf Jungdocify some comments
2021-08-02 Ralf Jungadjust for ERR_ON_PARTIAL_PTR_OVERWRITE
2021-07-30 borsAuto merge of #1863 - hyd-dev:parallel-compiler, r...
2021-07-30 hyd-devUse `Lrc` instead of `Rc` in `MiriCompilerCalls::config()`
2021-07-27 borsAuto merge of #1858 - RalfJung:thread-leaks, r=oli-obk
2021-07-25 borsAuto merge of #1859 - RalfJung:global-system-mixup...
2021-07-25 Ralf Jungtell users how to disable the leak check
next