]> git.lizzy.rs Git - rust.git/history - src/shims
Add newlines at end of file + use replace.
[rust.git] / src / shims /
2020-11-02 JCTyBlaiddAdd tests, and fix bug in atomic RMW relaxed stores
2020-11-02 JCTyBlaiddInitial data-race detector,
2020-10-15 borsAuto merge of #1583 - est31:target_refactor, r=RalfJung
2020-10-15 est31Replace target.target with target
2020-10-11 borsAuto merge of #1581 - RalfJung:readme, r=RalfJung
2020-10-11 borsAuto merge of #1580 - Aaron1011:feature/backtrace-fn...
2020-10-11 borsAuto merge of #1571 - lzutao:actions, r=RalfJung
2020-10-11 Aaron HillAdd comment about deprecation
2020-10-11 Aaron HillApply suggestions from code review
2020-10-10 Aaron HillAdd an `fn_ptr` field to `MiriFrame`
2020-10-06 borsAuto merge of #1575 - Aaron1011:fix/macro-backtrace...
2020-10-05 Aaron HillUse macro callsite spans in backtrace
2020-10-04 borsAuto merge of #1564 - Aaron1011:readlink, r=RalfJung
2020-10-04 Ralf Jungmore punctuation
2020-10-04 Aaron HillProperly capitalize PathConversion
2020-10-04 Aaron HillMove `convert_path_separator` to trait and use it in...
2020-10-04 Aaron HillMake helper functions freestanding
2020-10-04 Aaron HillUse panicking coversions instead of `as`
2020-10-04 Aaron HillMove some helper functions around
2020-10-04 Aaron HillImplement `readlink`
2020-10-04 borsAuto merge of #1563 - lzutao:dummy-actions, r=RalfJung
2020-10-03 borsAuto merge of #1570 - RalfJung:syscalls, r=RalfJung
2020-10-03 Ralf Jungcheck that all syscall arguments are scalars
2020-10-03 borsAuto merge of #1569 - RalfJung:rustup, r=RalfJung
2020-10-03 Ralf Jungadd backtics back in isolation error message
2020-10-03 borsAuto merge of #1568 - fusion-engineering-forks:futex...
2020-10-03 Mara BosAdd FIXME about type of `addr` in futex implementation.
2020-10-03 Mara BosAdd note about use of force_ptr in futex implementation.
2020-10-03 Mara BosUpdate syscall FIXME to include note about 'wrong'...
2020-10-03 Mara BosAdd FIXME note about variadic syscall().
2020-10-03 Mara BosUse read_scalar_at_offset in futex_wait instead of...
2020-10-03 Mara BosOnly allow FUTEX_WAIT with timeout when isoloation...
2020-10-02 Mara BosUse correct return type for syscall(SYS_futex).
2020-10-02 Mara BosImplement timeouts for FUTEX_WAIT.
2020-10-02 Mara BosUse force_ptr in futex implementation.
2020-10-02 Mara BosAdd note about arguments in futex implementation.
2020-10-02 Mara BosUpdate note about number of arguments to SYS_futex.
2020-10-02 Mara BosAdd comments that document SYS_futex better.
2020-10-02 Mara BosImprove handling of the `addr` argument in SYS_futex.
2020-10-02 Mara BosCheck maximum amount of arguments to SYS_futex.
2020-10-01 Mara BosReturn correct value from futex_wait.
2020-10-01 Mara BosOnly check futex pointer in futex_wait and not in futex...
2020-10-01 Mara BosErase tag from futex pointers.
2020-10-01 Mara BosMove futex syscall to its own file.
2020-10-01 Mara BosImplement futex_wait and futex_wake.
2020-09-28 borsAuto merge of #1559 - Aaron1011:new-miri-backtrace...
2020-09-28 Aaron HillRequire #[repr(C)] on MiriFrame
2020-09-28 Aaron HillMake some error messages lowercase
2020-09-28 Aaron HillExplain encoding scheme
2020-09-28 Aaron HillMove things around
2020-09-28 Aaron HillUse a 'flags' parameter instead of 'version'
2020-09-28 Aaron HillAdd API for capturing backtrace
2020-09-27 borsAuto merge of #1555 - lzutao:upstream-assume-const...
2020-09-27 Lzu TaoRemove assume intrinsic from EvalContextExt
2020-09-18 borsAuto merge of #1549 - RalfJung:panic-abort, r=oli-obk
2020-09-18 Ralf Jungfmt
2020-09-18 Ralf Jungsupport panic=abort
2020-09-17 borsAuto merge of #1540 - RalfJung:cargo-miri-redone, r...
2020-09-17 borsAuto merge of #1547 - RalfJung:rustup, r=RalfJung
2020-09-17 Ralf Jungrustup; no need to special-case the guaranteed_eq/ne...
2020-09-09 borsAuto merge of #1511 - samrat:more-fd-trait-ops, r=RalfJung
2020-09-09 Samrat Man SinghImplement dup and close for stdin/stdout/stderr
2020-09-08 borsAuto merge of #1536 - divergentdave:nanosleep, r=RalfJung
2020-09-07 David CookReview comments
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 CookPer-thread errno storage
2020-09-01 David CookReview comments
2020-08-30 David CookMove panic payload state from Machine to Thread
2020-08-17 borsAuto merge of #1513 - RalfJung:int-align, r=RalfJung
2020-08-16 Ralf Junguse real align_offset unless we symbolic alignment...
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 SinghRemove unnecessary whitespace
2020-08-13 Samrat Man SinghRemove lifetime from FileDescriptor trait
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 SinghFix handling of as_file_handle error for `fullfsync`
2020-08-08 Samrat Man SinghAdd FIXME's for `dup` and other syscalls to support...
2020-08-08 Samrat Man SinghBubble up error from FileDescriptor::as_file_handle
2020-08-05 borsAuto merge of #1498 - RalfJung:rustup, r=RalfJung
2020-08-04 borsAuto merge of #1497 - samrat:posix-fs-refactor, r=oli-obk
2020-08-04 Samrat Man SinghFlush to stdout from FileDescriptor::write for `Stdout`
2020-08-03 Samrat Man SinghAdd `impl FileDescriptor` for stdin, stdout, stderr
2020-08-03 borsAuto merge of #1495 - samrat:fd-trait, r=oli-obk
2020-08-03 Samrat Man SinghRemove unnecessary `clone()` on `writable`
2020-08-03 Samrat Man SinghWrap io::Result from `FileDescriptor::{read,write,seek...
2020-08-01 Samrat Man SinghAdd FileDescriptor trait to abstract fn's on File's...
2020-07-30 borsAuto merge of #1492 - RalfJung:rustup, r=RalfJung
2020-07-30 Ralf Jungremove upstreamed intrinsic impls
2020-07-30 Ralf Jungrustup
2020-07-27 borsAuto merge of #1489 - RalfJung:tls-alloc-ids, r=oli-obk
2020-07-27 Ralf Jungfix diagnostics printing when triggered during TLS...
next