]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-01-06 borsAuto merge of #1141 - RalfJung:lint-adjust, r=RalfJung
2020-01-06 Ralf Jungremove no-longer-needed allow(const_err)
2020-01-06 borsAuto merge of #1137 - anp:track-caller-update, r=RalfJung
2020-01-06 Yuki OkushiMore rustup
2020-01-05 Yuki OkushiRustup
2020-01-05 Adam PerryUpdate panic machinery to match #[track_caller] changes.
2020-01-02 borsAuto merge of #1139 - RalfJung:fixme, r=RalfJung
2020-01-02 Ralf Jungnote a FIXME
2020-01-02 borsAuto merge of #1138 - wesleywiser:fix_miri_after_cast_t...
2020-01-02 Wesley WiserBump rustc version to fix miri
2020-01-01 borsAuto merge of #1135 - Aaron1011:rustup-plain, r=RalfJung
2020-01-01 Aaron HillRustup
2019-12-31 borsAuto merge of #1134 - RalfJung:macos-hashmap, r=RalfJung
2019-12-31 Ralf Jungfix imports
2019-12-31 Ralf Jungwith FS access, default HashMap should work on macOS
2019-12-31 borsAuto merge of #1130 - christianpoveda:ignore-close...
2019-12-30 Christian Povedaavoid double negation
2019-12-30 borsAuto merge of #1131 - JOE1994:alloc_os_str_as_c_str...
2019-12-30 Christian Povedaadd comments
2019-12-29 borsAuto merge of #1133 - RalfJung:compile-fail-opt, r...
2019-12-29 Ralf Jungcompile-fail tests work with optimizations now
2019-12-28 borsAuto merge of #1132 - christianpoveda:use_scalar_to_u16...
2019-12-28 Christian Povedabump rustc version
2019-12-28 Christian PovedaUse Scalar::to_u16
2019-12-28 JOE1994Add helper 'alloc_os_str_as_c_str' and use it in env_va...
2019-12-27 borsAuto merge of #1114 - rust-lang:to_ptr_considered_harmf...
2019-12-27 Christian Povedaavoid excluding TERM env var
2019-12-27 Christian Povedaclose file silently if the file is read only
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
next