]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-12-15 Ralf Junglooks like the asm macro is stable :D
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-14 Ralf Jungupdate lockfile
2021-12-14 Ralf Jungrustup
2021-12-08 borsAuto merge of #1934 - RalfJung:rustup, r=RalfJung
2021-12-08 Ralf Jungrustup
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 5225225Adjust pthread tests
2021-12-06 5225225Add tests for double destroying various pthread items
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-05 borsAuto merge of #1932 - RalfJung:rustup, r=RalfJung
2021-12-05 Ralf Jungrustup
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-28 borsAuto merge of #1927 - RalfJung:array-align-tests, r...
2021-11-28 Ralf Jungadd tests for alignment on array initialization
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 Ralf Junghack to work around RA quirk
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-23 borsAuto merge of #1922 - RalfJung:async-run-fut, r=RalfJung
2021-11-23 Ralf Jungasync-fn test: make run_fut more general and entirely...
2021-11-23 borsAuto merge of #1921 - RalfJung:overflow-checks-off...
2021-11-23 Ralf Jungtest for overflow-checks=off
2021-11-21 borsAuto merge of #1918 - RalfJung:simd_basics, r=RalfJung
2021-11-21 Ralf Jungrustup
2021-11-21 Ralf Jungimplement SIMD sub, mul, div; also test i32 binops
2021-11-21 Ralf Jungimplement simd_add
2021-11-18 borsAuto merge of #1917 - RalfJung:rustup, r=RalfJung
2021-11-18 Ralf Jungrustup
2021-11-17 borsAuto merge of #1911 - RalfJung:rename-track-tag, r...
2021-11-17 borsAuto merge of #1915 - RalfJung:cron, r=RalfJung
2021-11-17 Ralf Jungtweak cron job time
2021-11-14 borsAuto merge of #1913 - RalfJung:rustdoc-miri, r=RalfJung
2021-11-14 Ralf Jungrun rustdoc with the miri cfg flag
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 Levrustup
2021-11-10 Noah LevAdd test for uninit raw ptrs
2021-11-10 Noah LevAdd tests for `-Zmiri-check-number-validity`
2021-11-10 Noah LevAdd docs for `-Zmiri-check-number-validity`
2021-11-10 Noah LevUpdate Miri for detecting uninitialized numbers
2021-11-02 borsAuto merge of #1905 - camelid:rustup, r=RalfJung
2021-11-01 Noah Levrustup
2021-10-26 borsAuto merge of #1902 - camelid:r-a, r=RalfJung
2021-10-26 Noah LevAdd instructions for using rust-analyzer for Miri devel...
2021-10-26 borsAuto merge of #1903 - bjorn3:rustup, r=oli-obk
2021-10-26 bjorn3rustup
2021-10-21 borsAuto merge of #1901 - RalfJung:rustup, r=RalfJung
2021-10-21 Ralf Jungrustup; add swap_remove test
2021-10-13 borsAuto merge of #1900 - RalfJung:rustup, r=RalfJung
2021-10-13 Ralf Jungrustup
2021-10-12 borsAuto merge of #1898 - Kixunil:patch-1, r=RalfJung
2021-10-12 Martin HabovštiakRemove vague statement from README
2021-10-12 borsAuto merge of #1899 - RalfJung:rustup, r=RalfJung
2021-10-12 Ralf Jungrustup
2021-10-12 Martin HabovštiakTypo fixes
2021-10-09 Martin HabovštiakDocument threading support a bit more
2021-10-07 borsAuto merge of #1897 - camelid:rustup, r=RalfJung
2021-10-07 Noah Levrustup
2021-10-05 borsAuto merge of #1896 - camelid:rustup, r=RalfJung
2021-10-05 Noah Levrustup
2021-10-01 borsAuto merge of #1895 - a1phyr:update_deps, r=RalfJung
2021-10-01 Benoît du GarreauUpdate dependencies
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-14 borsAuto merge of #1890 - Smittyvb:cargo-miri-short-alias...
2021-09-13 SmittyDon't use seperate alias test
2021-09-11 SmittyOne character aliases for cargo-miri run/test
2021-09-11 borsAuto merge of #1889 - hyd-dev:rustup, r=RalfJung
2021-09-11 hyd-devAdd `#[allow(dead_code)]` in some tests
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-05 Noah LevStage 2 seems to be required after all
2021-09-02 DrMeepsterremove commented out code
2021-09-02 DrMeepsteradd support for #[start]
2021-09-01 borsAuto merge of #1883 - smoelius:master, r=RalfJung
2021-09-01 Samuel E. Moelius IIIUpdate compiletest_rs dependency
next