]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-09-17 Ralf Jungeven when not linking, create stub .rlib files to fool...
2020-09-17 Ralf Jungfix typo
2020-09-17 Ralf Jungupdate docs, and also use MIRIFLAGS for the test suite
2020-09-17 Ralf Jungtest respecting 'test=false', and what happens with...
2020-09-17 Ralf Jungpatch --extern and --emit; test suite passes now!
2020-09-17 Ralf Jungit actually runs tests now!
2020-09-17 Ralf Jungstub JSON information flow from cargo-build-time to...
2020-09-17 Ralf Jungtowards letting cargo do binary selection: wrappers...
2020-09-17 Ralf Jungcanonicalize miri's directory
2020-09-17 borsAuto merge of #1546 - Aaron1011:fix/windows-panic,...
2020-09-17 Aaron HillEnable some panic tests on Windows
2020-09-13 borsAuto merge of #1545 - RalfJung:azure-ci, r=RalfJung
2020-09-13 Ralf Jungalso detect Azure CI environments
2020-09-11 borsAuto merge of #1543 - RalfJung:btree, r=RalfJung
2020-09-11 Ralf Jungtest BTreeMap::drain_filter for leaks
2020-09-10 borsAuto merge of #1541 - RalfJung:rustup, r=RalfJung
2020-09-10 Ralf Jungexpand collection tests
2020-09-10 Ralf Jungrustup
2020-09-09 borsAuto merge of #1511 - samrat:more-fd-trait-ops, r=RalfJung
2020-09-09 Samrat Man... Implement dup and close for stdin/stdout/stderr
2020-09-08 borsAuto merge of #1536 - divergentdave:nanosleep, r=RalfJung
2020-09-07 David CookUse try block instead of closure
2020-09-07 David CookUpdate comment
2020-09-07 David CookSimplify read_timespec error handling
2020-09-07 David CookReview comments
2020-09-07 borsAuto merge of #1539 - RalfJung:issue, r=RalfJung
2020-09-07 Ralf Jungfix referenced issue
2020-09-07 borsAuto merge of #1538 - RalfJung:rustup, r=RalfJung
2020-09-07 Ralf Junguse standard black_box function
2020-09-07 Ralf Junganother optimization work-around
2020-09-07 Ralf Jungbetter optimization suppression
2020-09-07 Ralf Jungtest opt-level 2
2020-09-07 Ralf Jungwork around rustc optimizations becoming too smart
2020-09-06 David CookImplement libc::nanosleep shim
2020-09-06 David CookRefactor timespec parsing, improve error handling
2020-09-04 borsAuto merge of #1534 - LeSeulArtichaut:tys-kind, r=RalfJung
2020-09-04 LeSeulArtichautChange `ty.kind` -> `ty.kind()`
2020-09-03 borsAuto merge of #1532 - divergentdave:thread-panic-payloa...
2020-09-03 David CookAdd comment
2020-09-03 David CookPer-thread errno storage
2020-09-01 borsAuto merge of #1533 - RalfJung:rustup, r=RalfJung
2020-09-01 Ralf Jungrustup, fix test
2020-09-01 David CookReview comments
2020-08-30 David CookMove panic payload state from Machine to Thread
2020-08-29 borsAuto merge of #1531 - divergentdave:cargo-miri-targets...
2020-08-29 David CookTest cargo miri target selection
2020-08-28 borsAuto merge of #1525 - divergentdave:cargo-miri-targets...
2020-08-27 David CookReview comments
2020-08-27 borsAuto merge of #1530 - RalfJung:rustup, r=RalfJung
2020-08-27 Ralf Jungrustup
2020-08-27 borsAuto merge of #1528 - RalfJung:readme, r=RalfJung
2020-08-27 Ralf Jungadd encoding_rs OOB arithmetic
2020-08-26 David CookReview comments
2020-08-26 David CookSupport --test/--bin/--lib in cargo-miri
2020-08-24 borsAuto merge of #1524 - RalfJung:rustup, r=RalfJung
2020-08-24 Ralf Jungrustup; account for ptr_offset_from stabilization
2020-08-22 borsAuto merge of #1523 - RalfJung:test-matrix, r=RalfJung
2020-08-22 Ralf Jungfix a test for big-endian targets
2020-08-22 Ralf Jungtweak test matrix: test big-endian, and test less on...
2020-08-22 borsAuto merge of #1522 - RalfJung:readme, r=RalfJung
2020-08-22 Ralf Jungemphasize that some flags are unsound to use
2020-08-21 borsAuto merge of #1521 - workingjubilee:bump-cargo-metadat...
2020-08-21 Jubilee YoungBump cargo_metadata to 0.11
2020-08-21 borsAuto merge of #1518 - workingjubilee:remove-byteorder...
2020-08-20 Jubilee YoungUpdate lockfile
2020-08-20 borsAuto merge of #1520 - RalfJung:rustup, r=RalfJung
2020-08-20 Ralf Jungavoid promotion in alignment test to get different...
2020-08-20 Jubilee YoungRemove byteorder dependency
2020-08-18 borsAuto merge of #1517 - RalfJung:align-test, r=RalfJung
2020-08-18 Ralf Jungforgot to add alignment test loop in one test
2020-08-17 borsAuto merge of #1513 - RalfJung:int-align, r=RalfJung
2020-08-17 Ralf Jungmake another test more robust against random alignment
2020-08-17 Ralf Jungrustup
2020-08-17 Ralf Jungtweak alignment check docs
2020-08-16 Ralf Jungmake sure we test panic of interpreter-impelemted align...
2020-08-16 Ralf Junguse real align_offset unless we symbolic alignment...
2020-08-16 Ralf Jungadjust diagnostics to alignment check mode
2020-08-16 Ralf Jungdocument -Zmiri-symbolic-alignment-check
2020-08-16 Ralf Jungmake alignment check integer-based by default, and...
2020-08-13 borsAuto merge of #1510 - RalfJung:stderr, r=RalfJung
2020-08-13 Ralf Jungfix Stderr::as_file_handle error message
2020-08-13 borsAuto merge of #1509 - samrat:fd-trait-fixes, r=RalfJung
2020-08-13 Samrat Man... Remove unnecessary whitespace
2020-08-13 Samrat Man... Remove lifetime from FileDescriptor trait
2020-08-13 borsAuto merge of #1504 - RalfJung:ill-formed-const, r...
2020-08-13 Ralf Jungrustup
2020-08-13 Ralf Jungadd test for unused ill-formed constant
2020-08-12 borsAuto merge of #1507 - rust-lang:get_static, r=RalfJung
2020-08-12 Ralf Jungrustup
2020-08-11 Oliver SchererBump for rustc changes
2020-08-10 borsAuto merge of #1506 - RalfJung:test-isolation, r=RalfJung
2020-08-10 Ralf Jungmake sure opening a file fails with isolation enabled
2020-08-10 borsAuto merge of #1503 - RalfJung:post-mono, r=RalfJung
2020-08-10 Ralf Jungaccept ReferencedConstant errors in Miri (can happen...
2020-08-08 borsAuto merge of #1502 - RalfJung:isolation, r=RalfJung
2020-08-08 Ralf Jungfs: move isolation handling to inside trait
2020-08-08 borsAuto merge of #1501 - samrat:fix-fs-error-handling...
2020-08-08 borsAuto merge of #1500 - RalfJung:rustup, r=RalfJung
2020-08-08 Ralf Jungrustup
2020-08-08 Samrat Man... Fix handling of as_file_handle error for `fullfsync`
next