]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-10-30 Ralf Jungfix typo
2019-10-30 borsAuto merge of #1026 - RalfJung:rustup, r=RalfJung
2019-10-30 Ralf Jungrustup for span in intrinsic emulation
2019-10-28 borsAuto merge of #1025 - mati865:deps, r=RalfJung
2019-10-27 Mateusz MikułaBump dependencies
2019-10-26 borsAuto merge of #1024 - RalfJung:rustup, r=RalfJung
2019-10-26 Ralf Jungrustup for projection interning
2019-10-25 borsAuto merge of #1023 - RalfJung:align_to, r=RalfJung
2019-10-25 Ralf Jungtest align_to example
2019-10-24 borsAuto merge of #1021 - RalfJung:rustc-dev, r=RalfJung
2019-10-24 Ralf Jungadd back '-c cargo'
2019-10-24 Ralf Jungrustc-dev landed; adjust rust version
2019-10-24 Ralf Jungtemporarily ignore cached rustup-toolchain-install...
2019-10-24 Ralf Jungadjust README for rustc-dev
2019-10-24 Ralf Jungbump rustc and adjust for rustc-dev component
2019-10-24 borsAuto merge of #1020 - RalfJung:compiletest, r=RalfJung
2019-10-24 Ralf Jungcompiletest-nightly should work again
2019-10-24 borsAuto merge of #1019 - RalfJung:rustup, r=RalfJung
2019-10-24 Ralf Jungupdate comments and some tweaks
2019-10-24 Ralf Jungrustup: more flexible write_bytes avoids allocations...
2019-10-23 borsAuto merge of #993 - christianpoveda:os_string_helper...
2019-10-23 borsAuto merge of #1018 - RalfJung:rustup, r=RalfJung
2019-10-23 Ralf Jungrustup; fix debugging
2019-10-23 Christian PovedaFix documentation
2019-10-23 borsAuto merge of #1017 - RalfJung:test, r=RalfJung
2019-10-23 Ralf Jungcargo update cargo-miri-test
2019-10-23 borsAuto merge of #1016 - RalfJung:rustup, r=RalfJung
2019-10-23 Ralf Junguse compiletest_rs for stable compiler as nightly is...
2019-10-23 Ralf Jungrustup + cargo update
2019-10-22 Christian PovedaMake size error distinguishable from other errors
2019-10-22 Christian PovedaUse new write_bytes method
2019-10-22 borsAuto merge of #1015 - RalfJung:appv, r=RalfJung
2019-10-22 Ralf JungAppVeyor: abort early if a job fails
2019-10-22 borsAuto merge of #1014 - RalfJung:rustup, r=RalfJung
2019-10-22 Ralf Jungfix field index
2019-10-22 Ralf Jungrustup: fix for write_bytes and new union rules
2019-10-21 Christian PovedaFix merge conflicts
2019-10-21 borsAuto merge of #1012 - RalfJung:rustup, r=RalfJung
2019-10-21 Ralf Jungbump Rust (no changes needed)
2019-10-21 borsAuto merge of #1011 - RalfJung:full-stop, r=RalfJung
2019-10-21 Ralf Jungadd some missing trailing full stops that slipped throu...
2019-10-21 borsAuto merge of #991 - christianpoveda:errno-place, r...
2019-10-21 borsAuto merge of #1010 - RalfJung:xargo, r=RalfJung
2019-10-21 Ralf Jungwhen xargo is manually specified, don't try to upgrade it
2019-10-20 Christian PovedaAdd docs for the new helper functions
2019-10-20 Christian PovedaSmall corrections to docs
2019-10-20 Christian PovedaTransform the last error place to an immediate instead
2019-10-20 Christian PovedaRename set_last_error_from_io_result
2019-10-20 Christian PovedaMake transformation to OS error explicit
2019-10-20 Christian PovedaRename consume_result
2019-10-20 Christian PovedaChange last_error to a place
2019-10-20 Christian PovedaMove last error functions to helpers
2019-10-20 borsAuto merge of #1009 - RalfJung:expect_none, r=RalfJung
2019-10-20 Ralf Junguse expect_none and unwrap_none where it makes sense
2019-10-19 Christian PovedaDo additional bounds checks
2019-10-19 Christian PovedaChange comparison order for clarity
2019-10-19 borsAuto merge of #1008 - RalfJung:sysroot, r=RalfJung
2019-10-19 Ralf Jungprint sysroot without any escaping
2019-10-19 borsAuto merge of #1006 - RalfJung:bounds, r=RalfJung
2019-10-19 Ralf Jungaudit our bounds checks
2019-10-18 Christian PovedaFix writing errors
2019-10-18 Christian PovedaRename write/read os string functions
2019-10-18 Christian PovedaUse conditional compilation properly and work with...
2019-10-18 Christian PovedaChange helper functions to read/write
2019-10-18 Christian PovedaAdd OsString from/to bytes helper functions
2019-10-18 borsAuto merge of #1005 - RalfJung:cleanup, r=RalfJung
2019-10-18 Ralf Jungcleanup now that borrow checker knows memory is a field
2019-10-18 borsAuto merge of #1004 - JohnTitor:use-memory, r=RalfJung
2019-10-18 Yuki Okushirustup
2019-10-18 Yuki OkushiUse memory field instead of memory()
2019-10-16 borsAuto merge of #1002 - RalfJung:workspace, r=RalfJung
2019-10-16 Ralf Jungbetter error when using cargo-miri in a workspace
2019-10-16 borsAuto merge of #1000 - RalfJung:profile, r=RalfJung
2019-10-16 Ralf Jungmake sure we don't install more than we have to
2019-10-16 Ralf Jungcleanup: remove leftover rust-docs components
2019-10-16 borsAuto merge of #996 - christianpoveda:unsup-wo-isolation...
2019-10-16 Ralf Junginstall minimal profile by default
2019-10-16 borsAuto merge of #987 - christianpoveda:check-unsupported...
2019-10-15 Christian PovedaCheck that access mode flags only use the first two...
2019-10-15 Christian PovedaAdd function to error with enabled isolation
2019-10-15 borsAuto merge of #998 - RalfJung:comment, r=RalfJung
2019-10-15 Ralf Jungexplain our shell encoding
2019-10-15 borsAuto merge of #980 - JOE1994:master, r=RalfJung
2019-10-15 borsAuto merge of #975 - christianpoveda:clock-shim, r...
2019-10-15 YOUNGSUK_KIMremove unnecessary line break
2019-10-15 YOUNGSUK_KIMRalf Jung's great idea!
2019-10-14 Christian PovedaUse places instead of ptrs to write packed immtys
2019-10-14 borsAuto merge of #992 - christianpoveda:check-errno-value...
2019-10-14 Christian PovedaCheck that fs errors have the proper kind
2019-10-14 borsAuto merge of #994 - RalfJung:rustup, r=RalfJung
2019-10-14 Ralf Jungbump compiletest
2019-10-14 Ralf Jungrustup
2019-10-14 borsAuto merge of #995 - RalfJung:lock, r=RalfJung
2019-10-14 Ralf JungCI: force using locked versions
2019-10-14 Ralf Jungadd lockfile
2019-10-13 Christian PovedaError on negative times
2019-10-13 Christian PovedaCorrect fcntl behavior
2019-10-13 Christian PovedaGroup libc helper functions
2019-10-12 borsAuto merge of #990 - RalfJung:rustup2, r=RalfJung
2019-10-12 Ralf Jungbetter debugging for sysroot check
next