]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-10-05 NicolasAdd test for atomic fences
2019-10-05 NicolasAdd missing atomic_fence intrinsics as nops
2019-10-02 borsAuto merge of #973 - christianpoveda:write-shim, r...
2019-10-02 Christian PovedaReturn earlier when reading/writing 0 bytes
2019-10-02 Christian PovedaFix dangling pointer bug for zero-sized reads
2019-10-01 Christian PovedaAvoid early return after handles are removed
2019-10-01 Christian PovedaCorrect name of each shim when erroring
2019-10-01 Christian PovedaAdd file writing capabilities
2019-10-01 borsAuto merge of #962 - christianpoveda:file-shim, r=oli-obk
2019-10-01 Christian PovedaAdd docs for helper functions
2019-10-01 Christian PovedaRemove return argument when fd is not found
2019-09-30 Christian PovedaAdd methods to handle invalid fides
2019-09-30 Christian PovedaAvoid buffer allocation to read files
2019-09-30 Christian PovedaAdd method to consume std::io::Result
2019-09-30 Christian PovedaAdd FileHandle struct
2019-09-30 Christian PovedaReserve fides for stdio and fix merge issues
2019-09-29 borsAuto merge of #971 - RalfJung:rustup, r=RalfJung
2019-09-29 Ralf Jungbump rust even more
2019-09-29 borsAuto merge of #970 - RalfJung:align_offset, r=RalfJung
2019-09-29 Ralf Jungfix tests on 32bit
2019-09-29 Ralf Jungcomments and another test
2019-09-29 Ralf Jungmore align_offset tests
2019-09-29 borsAuto merge of #969 - RalfJung:rustup, r=RalfJung
2019-09-29 Ralf Jungfix test failure from diagnostics change
2019-09-28 borsAuto merge of #957 - christianpoveda:ptr-align-offset...
2019-09-28 borsAuto merge of #967 - RalfJung:rustup, r=RalfJung
2019-09-28 Ralf Jungcargo update for test-cargo-miri
2019-09-28 borsAuto merge of #966 - RalfJung:rustup, r=RalfJung
2019-09-28 Ralf Jungsync AppVeyor CI script with Travis
2019-09-28 borsAuto merge of #965 - RalfJung:rustup, r=RalfJung
2019-09-28 Ralf Jungfix miri-rustc-tests
2019-09-28 Ralf Jungrustup
2019-09-28 borsAuto merge of #963 - rust-lang:rustup, r=RalfJung
2019-09-28 Ralf Jungmake sure we use the stable toolchain, no matter the...
2019-09-27 Ralf Jungshow cargo version
2019-09-26 Oliver SchererRustup to `sty` -> `kind` changes
2019-09-26 Oliver SchererUpdate to latest nightly
2019-09-25 Christian PovedaEnable close call for macos
2019-09-25 Christian PovedaAdd FIXME to file reading test
2019-09-25 Christian PovedaCheck that the only flag change is done to enable ...
2019-09-25 Christian PovedaAdd helper function to fetch `libc` constants
2019-09-25 Christian PovedaFirst version of file handling
2019-09-24 borsAuto merge of #960 - christianpoveda:chdir-shim, r...
2019-09-24 Christian PovedaCheck that `chdir` fails for non-utf8 paths
2019-09-24 Christian PovedaAdd `chdir` shim
2019-09-24 borsAuto merge of #958 - christianpoveda:getcwd-shim, r...
2019-09-24 Christian PovedaFix comments
2019-09-23 Christian PovedaIgnore integers
2019-09-23 Christian PovedaThrow unsupported error when alignment is not a power...
2019-09-20 Christian Povedafetch ERANGE value from libc
2019-09-20 Christian PovedaSet errno when getcwd fails
2019-09-20 Christian PovedaAvoid writing more bytes than necessary
2019-09-20 borsAuto merge of #903 - RalfJung:discriminant, r=RalfJung
2019-09-20 Ralf Jungbump Rust
2019-09-20 Ralf Jungadd another test case
2019-09-20 Ralf Jungerr on all-but-B, not just on C
2019-09-20 Ralf Jungtest for niche enum discriminant computation that overflows
2019-09-19 Christian PovedaOnly use getcwd without isolation
2019-09-19 Christian PovedaCheck that getcwd does not error
2019-09-18 Christian PovedaAdd getcwd shim
2019-09-18 borsAuto merge of #956 - rust-lang:rustup-retag, r=RalfJung
2019-09-18 Ralf Jungbump Rust version
2019-09-18 Ralf JungMerge remote-tracking branch 'origin/master' into rustu...
2019-09-17 Christian PovedaMove truncation from the main branch
2019-09-17 Christian PovedaUpdate align_offset tests
2019-09-17 Christian PovedaAdd align_offset for integers
2019-09-17 Ralf Jungrustup
2019-09-16 borsAuto merge of #955 - RalfJung:rustup, r=RalfJung
2019-09-16 Ralf Jungremove libstd backtrace work-around
2019-09-16 borsAuto merge of #945 - christianpoveda:ptr-align-offset...
2019-09-16 Christian PovedaUse force_ptr instead of assert_ptr
2019-09-16 borsAuto merge of #954 - RalfJung:rustup, r=RalfJung
2019-09-16 Ralf Junginstall ICE hook
2019-09-15 Ralf Jungupdate for rustc changes
2019-09-15 borsAuto merge of #951 - spastorino:place-2-0, r=RalfJung
2019-09-15 Santiago PastorinoPlace projection field is now Box<[PlaceElem<'tcx>]>
2019-09-14 borsAuto merge of #953 - RalfJung:contributing, r=oli-obk
2019-09-14 borsAuto merge of #949 - RalfJung:ask-to-run, r=RalfJung
2019-09-14 Ralf Jungadd CONTRIBUTING guide
2019-09-14 borsAuto merge of #952 - RalfJung:rustup, r=RalfJung
2019-09-14 Ralf Jungtemporarily enable backtrace feature
2019-09-13 borsAuto merge of #948 - mati865:patch-1, r=RalfJung
2019-09-13 Ralf Jungfactor ask-to-run-command into helper function
2019-09-12 Christian PovedaUse str::from_utf8 instead
2019-09-12 borsAuto merge of #947 - RalfJung:rand, r=oli-obk
2019-09-12 Mateusz MikułaBump byteorder and remove no-op feature
2019-09-11 Christian PovedaAdd test for u8 align_offset
2019-09-11 Ralf Jungbump rand dependency
2019-09-11 Christian PovedaUse libcore's align_offset
2019-09-11 borsAuto merge of #946 - RalfJung:rustup, r=oli-obk
2019-09-11 Ralf Jungfix async test
2019-09-09 borsAuto merge of #944 - rust-lang:rustup, r=oli-obk
2019-09-09 Oliver SchererRustup to 1.39.0-nightly (1e869133b 2019-09-09)
2019-09-09 borsAuto merge of #943 - wesleywiser:turn_on_tests_again...
2019-09-09 Wesley WiserRe-enable run-pass tests with optimizations enabled
2019-09-08 borsAuto merge of #942 - rust-lang:rustup, r=oli-obk
2019-09-08 Oliver SchererUpdate latest working rust version id
2019-09-06 Oliver SchererRustup
2019-09-02 borsAuto merge of #941 - RalfJung:rustup, r=RalfJung
2019-09-02 Ralf Jungrustup
next