]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-01-29 borsAuto merge of #1155 - divergentdave:shim-posix_fadivse...
2020-01-29 David CookConditional compilation fix
2020-01-29 David CookDisable posix_fadvise test on macOS, not in libc
2020-01-29 David CookTry fixing test on i686-unknown-linux-gnu
2020-01-29 David CookMove posix_fadvise test to new libc test file
2020-01-28 borsAuto merge of #1162 - RalfJung:track-fn-ptr, r=RalfJung
2020-01-28 Ralf Jungtest track_caller with fn ptrs
2020-01-28 borsAuto merge of #1148 - yoshuawuyts:patch-1, r=RalfJung
2020-01-27 David CookAdd test for posix_fadvise
2020-01-26 David CookAdd no-op shim for posix_fadvise
2020-01-26 borsAuto merge of #1153 - RalfJung:uprust, r=RalfJung
2020-01-26 Ralf Jungbump rustc
2020-01-25 borsAuto merge of #1150 - divergentdave:patch-1, r=RalfJung
2020-01-25 David CookAdd compiler fences to test
2020-01-25 David CookShim intrinsics::atomic_singlethreadfence, etc.
2020-01-19 borsAuto merge of #1149 - RalfJung:rustup, r=RalfJung
2020-01-19 Ralf Jungslice_patterns is stable now
2020-01-18 Yoshua WuytsDocument miri can only be installed on nightly
2020-01-15 borsAuto merge of #1146 - RalfJung:rustup, r=RalfJung
2020-01-15 Ralf Jungrustup more
2020-01-15 Ralf Jungrustup
2020-01-14 borsAuto merge of #1145 - jethrogb:patch-1, r=oli-obk
2020-01-14 jethrogbUpdate .gitattributes
2020-01-10 borsAuto merge of #1143 - christianpoveda:symlink-shim...
2020-01-10 Christian Povedafix windows symlink creation
2020-01-10 Christian Povedasmall corrections
2020-01-09 borsAuto merge of #1127 - rust-lang:stacked_borrow_tracing...
2020-01-09 Oliver SchererDocument all the things
2020-01-09 Oliver SchererRemove trailing newline
2020-01-09 borsAuto merge of #1144 - RalfJung:panic-location, r=RalfJung
2020-01-09 Ralf JungUnwind panicking does not currently work on Windows
2020-01-09 Ralf Jungalso make sure the hook actually gets called
2020-01-09 Ralf Jungtest that unwrap gets us the right panic location
2020-01-08 Oliver SchererUse names that actually represent what's going on
2020-01-08 Oliver SchererMake the non-halting diagnostic scheme independent...
2020-01-08 Oliver SchererRemove debugging hint until we can actuall use `note:`
2020-01-08 Oliver SchererProcess delayed errors on every step
2020-01-08 Oliver SchererTell the user about stacked borrow debugging flags
2020-01-08 Oliver SchererEmit errors without halting interpretation
2020-01-08 Oliver SchererAdd a scheme for registering and obtaining errors even...
2020-01-08 Oliver SchererMove error reporting to its own module
2020-01-08 Oliver SchererTrailing return
2020-01-08 Oliver SchererSplit error reporting from main eval function
2020-01-07 borsAuto merge of #1140 - RalfJung:no-macos, r=oli-obk
2020-01-07 Christian PovedaAdd lstat shim for macos
2020-01-07 Christian PovedaClean paths for robustness
2020-01-07 borsAuto merge of #1142 - JohnTitor:rustup-0107, r=RalfJung
2020-01-06 Christian PovedaAdd shim for symbolic link creation
2020-01-06 Yuki OkushiRustup
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 Ralf Jungfix testing if a variable exists
2020-01-06 Ralf Jungno longer test 32bit macOS
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
next