]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-04-24 David CookAdd message before dumping alloc
2020-04-23 borsAuto merge of #1361 - RalfJung:rustup, r=RalfJung
2020-04-23 Ralf Jungrustup
2020-04-23 borsAuto merge of #1358 - dtolnay:ci, r=RalfJung
2020-04-23 David TolnayKeep MiriCommand out of ask_to_run function
2020-04-23 borsAuto merge of #1359 - RalfJung:cargo-bin-exe, r=RalfJung
2020-04-23 Ralf Jungtest suite: rely on CARGO_BIN_EXE_ env vars to find...
2020-04-23 David TolnayPreserve consistent output whether or not CI is set
2020-04-23 David TolnayRemove unneeded setup step from CI instructions in...
2020-04-23 David TolnayDisable interactive prompts in CI
2020-04-23 borsAuto merge of #1356 - brson:trophy, r=RalfJung
2020-04-23 Brian AndersonUpdate README.md
2020-04-23 Brian AndersonAdd ryu and tikv to trophy case
2020-04-22 David CookReorder output
2020-04-22 borsAuto merge of #1348 - RalfJung:raw-addr-of-align, r...
2020-04-22 Ralf Jungrustup
2020-04-22 Ralf JungStacked Borrows: alignment does not matter
2020-04-22 borsAuto merge of #1353 - divergentdave:file-set-len, r...
2020-04-22 David CookAdd comment
2020-04-22 David CookPrint hex dump of alloc on reading undef bytes
2020-04-22 David CookImplement ftruncate64/ftruncate for File::set_len
2020-04-20 borsAuto merge of #1335 - vakaras:add-threads-noop, r=RalfJung
2020-04-20 Ralf Jungadjust for asm -> llvm_asm rename
2020-04-20 Ralf Jungadjust for Weak::as_raw -> as_ptr rename
2020-04-20 Ralf Jungrustup
2020-04-20 Vytautas AstrauskasMove stack and stack_mut implementation in Machine...
2020-04-20 Vytautas AstrauskasMove the stack to the evaluator to make Miri compile...
2020-04-19 borsAuto merge of #1342 - divergentdave:pause-instruction...
2020-04-19 David CookReview comments
2020-04-19 borsAuto merge of #1351 - RalfJung:float-test-source, r...
2020-04-19 Ralf Jungtest some more extreme cast cases
2020-04-19 Ralf Jungnote source of test values
2020-04-19 David CookAdd support for std::thread::yield_now
2020-04-19 David CookFlip matching
2020-04-18 borsAuto merge of #1349 - RalfJung:machine-layouts, r=RalfJung
2020-04-18 Ralf Junguse pre-computed layouts some more
2020-04-18 borsAuto merge of #1347 - RalfJung:float-cast-test, r=RalfJung
2020-04-18 Ralf Jungrename test_cast -> test_both_cast to make purpose...
2020-04-18 borsAuto merge of #1325 - RalfJung:float_to_int_unchecked...
2020-04-18 Ralf Junguse u128::MAX symbolic name
2020-04-18 borsAuto merge of #1346 - RalfJung:dyn-layout-test, r=RalfJung
2020-04-18 Ralf Jungsome UB gets masked by optimizations
2020-04-18 Ralf Jungtest that we check dynamic actual size of object
2020-04-17 Ralf Jungtest that we properly check dynamic alignment
2020-04-17 borsAuto merge of #1344 - RalfJung:rustup, r=RalfJung
2020-04-17 Ralf Jungrustup for FieldsShape::Primitive
2020-04-17 borsAuto merge of #1343 - RalfJung:derive-packed, r=RalfJung
2020-04-17 Ralf Jungtest #[derive] on packed struct
2020-04-17 David CookHandle std::sync::atomic::spin_loop_hint()
2020-04-16 borsAuto merge of #1341 - RalfJung:force-ptr-everywhere...
2020-04-16 Ralf JungReadBytesAsPointer is always supported
2020-04-16 borsAuto merge of #1338 - RalfJung:test-cleanup, r=RalfJung
2020-04-16 Ralf Jungmerge packed_static and packed_struct
2020-04-16 Ralf Jungavoid test-wide allowance of unused/dead code
2020-04-16 Ralf Jungconsolidate ptr tests in fewer files
2020-04-15 borsAuto merge of #1337 - RalfJung:intrinsic-tests, r=RalfJung
2020-04-15 Ralf Jungtest some so-far untested intrinsics
2020-04-15 borsAuto merge of #1334 - KrishnaSannasi:track-dealloc...
2020-04-15 Ozarenadded deallocation tracking
2020-04-15 borsAuto merge of #1336 - RalfJung:instance-sanity, r=RalfJung
2020-04-15 Ralf Jungtighten Instance sanity check
2020-04-15 borsAuto merge of #1330 - RalfJung:retag-return-place,...
2020-04-15 Ralf Jungrustup
2020-04-15 Ralf Jungretag return places
2020-04-15 Ralf Jungadjust for frame hook changes
2020-04-14 borsAuto merge of #1331 - samrat:macos-mach-timebase-info...
2020-04-14 Samrat Man... Reword comment in mach_timebase_info
2020-04-14 borsAuto merge of #1333 - RalfJung:flag-test, r=RalfJung
2020-04-14 Ralf Jungmake sure we find some things without validation or...
2020-04-14 Ralf Jungmake sure our disable flags do not miss all bugs; move...
2020-04-14 Samrat Man... Use precomputed TyLayout from `machine.layouts`
2020-04-14 borsAuto merge of #1332 - RalfJung:disable-alignment-check...
2020-04-14 Ralf Jungfix comment in alignment test
2020-04-14 Ralf Jungrustup
2020-04-14 Ralf Jungtweak flag section in README
2020-04-14 Samrat Man... Use pre-defined u32 layout
2020-04-13 Ralf Jungmention new option in README and diagnostics
2020-04-13 Ralf Jungadd option to disable alignment checks
2020-04-13 Samrat Man... [macOS] Implement `mach_timebase_info`
2020-04-13 borsAuto merge of #1329 - RalfJung:readme, r=RalfJung
2020-04-13 Ralf Jungnote Miri's leak check abilities and that they are...
2020-04-13 borsAuto merge of #1328 - RalfJung:align-false-pos, r=RalfJung
2020-04-13 Ralf Jungfor alignment errors, note that there might be false...
2020-04-12 borsAuto merge of #1327 - RalfJung:rustup, r=RalfJung
2020-04-12 Ralf Jungrustup
2020-04-12 Ralf Jungremove some unnecessary trait bounds
2020-04-12 Ralf Jungadd tests for invalid float-to-int casts
2020-04-12 Ralf Jungtest some more corner cases in happy float casts
2020-04-12 Ralf Jungmove error-pattern to inline annotation where possible
2020-04-12 Ralf Jungimplement float_to_int_unchecked
2020-04-12 Ralf Jungalso test unsafe cast intrinsic (happy cases)
2020-04-12 borsAuto merge of #1324 - RalfJung:intrinsic-orga, r=RalfJung
2020-04-12 Ralf Jungthere is no 'align_of_val' intrinsic
2020-04-12 Ralf Jungremove an intrinsic that was moved to rustc
2020-04-12 Ralf Jungorganize intrinsics into groups
2020-04-12 borsAuto merge of #1323 - RalfJung:noref, r=RalfJung
2020-04-12 Ralf Jungavoid a bunch of as_ref/as_mut
2020-04-12 borsAuto merge of #1322 - RalfJung:noref, r=RalfJung
2020-04-12 Ralf Jungavoid ref in matches
2020-04-11 borsAuto merge of #1321 - RalfJung:float, r=RalfJung
next