]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-12-27 Oliver SchererRemove `to_ptr` uses
2019-12-27 borsAuto merge of #1129 - christianpoveda:stat64-shim,...
2019-12-27 Christian Povedarename metadata struct
2019-12-26 Christian Povedaminor fixes and updated docs
2019-12-26 Christian Povedaset mask for statx correctly
2019-12-25 Christian Povedado padding correctly
2019-12-25 Christian Povedadeduplicate shared code between stat and statx
2019-12-25 Christian PovedaAdd padding on 64-bits only
2019-12-25 Christian Povedarestrict `stat` shim to macos only
2019-12-25 Christian Povedaremove restrictions due to `stat` unavailability
2019-12-25 Christian Povedaadd padding to immediates
2019-12-25 Christian Povedafix size for file mode
2019-12-25 Christian Povedaadd remanining fields to stat stuct
2019-12-25 Christian Povedaprovide correct name for shim
2019-12-25 Christian Povedaadd dummy stat shim
2019-12-24 borsAuto merge of #1128 - RalfJung:cleanup, r=RalfJung
2019-12-24 Ralf Jungmake bytes conversion functions private inside read...
2019-12-24 Ralf Junguse new try_from methods
2019-12-23 borsAuto merge of #1121 - rust-lang:rustup, r=RalfJung
2019-12-23 Oliver SchererRustup to rustc 1.42.0-nightly (005cf38f7 2019-12-22)
2019-12-23 borsAuto merge of #1124 - RalfJung:sysroot-check, r=oli-obk
2019-12-23 borsAuto merge of #1125 - RalfJung:main-result, r=oli-obk
2019-12-23 Ralf Jungsupport main functions with Result return type
2019-12-23 borsAuto merge of #1118 - rust-lang:stacked_borrow_tracing...
2019-12-23 Oliver SchererRustfmt all the things
2019-12-22 Ralf Jungdisable sysroot checks for distributed binaries
2019-12-22 borsAuto merge of #1101 - christianpoveda:stat-shim, r...
2019-12-22 Christian Povedaadd `statx` shim for linux
2019-12-21 borsAuto merge of #1117 - rust-lang:rustup, r=RalfJung
2019-12-21 Oliver SchererRustup to rustc 1.42.0-nightly (9ff30a781 2019-12-21)
2019-12-15 borsAuto merge of #1115 - RalfJung:rustup, r=RalfJung
2019-12-15 Ralf Jungthe never type got de-stabilized again; adjust tests
2019-12-14 borsAuto merge of #1113 - RalfJung:vtable, r=RalfJung
2019-12-14 Ralf Jungbump Rust
2019-12-13 Ralf Jungadd test for sketchy vtable
2019-12-10 borsAuto merge of #1080 - rust-lang:stacked_borrow_tracing...
2019-12-10 Oliver SchererUpdate README.md
2019-12-09 Oliver SchererUse the machine stop error instead of abusing other...
2019-12-08 borsAuto merge of #1111 - MarkusPettersson98:rustup-1.21...
2019-12-08 borsAuto merge of #1110 - MarkusPettersson98:master, r...
2019-12-08 Oliver SchererRemove a flaky test
2019-12-08 Oliver SchererDocument the new flag
2019-12-08 Oliver SchererRename track-id to track-pointer-tag
2019-12-08 Oliver SchererDetect all variants of stack removals
2019-12-08 Oliver SchererVocabulary fix
2019-12-08 Oliver SchererAdd a scheme to find the place where an id was destroyed
2019-12-08 Markus PetterssonUpdated CI config to reflect deprecation of rustup...
2019-12-08 Markus PetterssonUpdated README to reflect deprecation of rustup install
2019-12-08 borsAuto merge of #1109 - RalfJung:track-caller, r=RalfJung
2019-12-08 Ralf Jungadd caller_location tests to Miri
2019-12-08 borsAuto merge of #1108 - RalfJung:rustup, r=RalfJung
2019-12-08 Ralf Jungrustup
2019-12-08 borsAuto merge of #1107 - RalfJung:rustup, r=RalfJung
2019-12-08 Ralf Jungbump Rust, fix error messages
2019-12-07 borsAuto merge of #1106 - RalfJung:memleak-ignore, r=RalfJung
2019-12-07 Ralf Jungfix all-targets build
2019-12-07 borsAuto merge of #1105 - RalfJung:readme, r=oli-obk
2019-12-07 Ralf Jungadd flag to ignore memory leaks
2019-12-07 Ralf Junguse recommended test exclusion technique in test
2019-12-07 Ralf Jungbetter way to ignore tests in Miri
2019-12-06 borsAuto merge of #1104 - RalfJung:readme, r=oli-obk
2019-12-06 Ralf Jungwording
2019-12-06 Ralf JungREADME: Miri now supports panics and FS access
2019-12-06 borsAuto merge of #1103 - RalfJung:no-recompile, r=RalfJung
2019-12-06 Ralf Jungavoid recompiling Miri on install
2019-12-04 borsAuto merge of #1102 - RalfJung:rsutup, r=RalfJung
2019-12-04 Ralf Jungrustup for find_fn rename
2019-12-04 borsAuto merge of #1100 - RalfJung:os_str, r=RalfJung
2019-12-04 Ralf Jungrename helper methods a bit
2019-12-04 borsAuto merge of #1099 - RalfJung:os_str, r=RalfJung
2019-12-04 Ralf Jungavoid allocation in read_os_string_from_c_string
2019-12-04 Ralf Junguse write_os_str_to_c_string for unix arg passing
2019-12-03 borsAuto merge of #1093 - RalfJung:throw-machine-stop,...
2019-12-03 Ralf Jungrustup
2019-12-03 Ralf Junguse throw_machine_stop macro
2019-12-03 borsAuto merge of #1097 - RalfJung:rustup, r=RalfJung
2019-12-03 Ralf Jungbump Rust for exact_div fix
2019-12-03 borsAuto merge of #1096 - RalfJung:rustup, r=RalfJung
2019-12-03 Ralf Jungbump Rust to HEAD
2019-12-03 borsAuto merge of #1094 - Aaron1011:rustup-body, r=RalfJung
2019-12-03 Aaron HillRustup for `BodyCache` changes
2019-12-02 borsAuto merge of #1084 - RalfJung:assert-panic, r=RalfJung
2019-12-02 Ralf Jungignore another panicking test on Windows
2019-12-02 Ralf Jungrustup
2019-12-02 Ralf Jungpanic errors are actually still possible
2019-12-02 Ralf Jungfix init_allocation_extra
2019-12-02 Ralf Jungsome error classes should be impossible
2019-12-02 Ralf Jungalso test built-in panics via should_panic
2019-12-02 Ralf Jungadjust for init_allocation_extra
2019-12-02 Ralf Jungfix and expand panic tests
2019-12-02 Ralf Jungbetter span for functions whose frame we push 'manually'
2019-12-02 Ralf Jungtest built-in panic catching
2019-12-02 Ralf Jungimplement proper panicking for other MIR assertions
2019-12-02 Ralf Jungimplement proper panicking for failed index check
2019-12-02 borsAuto merge of #1079 - RalfJung:coercion-error, r=RalfJung
2019-12-02 Ralf Jungrustup
2019-12-02 Ralf Jungtest diverging closure fn ptr coercion
2019-12-02 Ralf Jungexpand coerce fn test
2019-12-02 borsAuto merge of #1092 - RalfJung:rustup, r=RalfJung
2019-12-02 Ralf Jungalso indicate abort via new MachineStop variant
next