]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 #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-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-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
2020-04-11 borsAuto merge of #1320 - RalfJung:tests, r=RalfJung
2020-04-11 borsAuto merge of #1319 - RalfJung:readme, r=RalfJung
2020-04-11 Ralf Jungsmoketest f32 fast-math intrinsics
2020-04-11 Ralf Jungsome some int-to-float and float-to-float cast tests...
2020-04-11 Ralf Jungcopy lots of float-to-int cast tests from wasm test...
2020-04-11 Ralf Junga few more inf/nan/negz tests
2020-04-11 Ralf Jungorganize compile-fail tests in folders
2020-04-11 Ralf Jungadd push_str issue to trophy case
2020-04-10 borsAuto merge of #1308 - RalfJung:miri, r=RalfJung
2020-04-10 borsAuto merge of #1316 - RalfJung:compiletest, r=RalfJung
2020-04-10 Ralf Jungbump compiletest
2020-04-10 borsAuto merge of #1304 - RalfJung:backtrace-sep, r=RalfJung
2020-04-10 borsAuto merge of #1315 - RalfJung:housekeeping, r=RalfJung
2020-04-10 Ralf Jungcargo update
2020-04-10 Ralf Jungrustup
2020-04-10 Ralf Jungfix unused warnings in tests
2020-04-08 Ralf Jungtweak wording
2020-04-08 borsAuto merge of #1313 - RalfJung:trophy, r=RalfJung
2020-04-08 Ralf Jungadd EbrCell to trophy case
2020-04-08 Ralf Jungmore editing
2020-04-08 Ralf Jungmore editing for CONTRIBUTING guide
2020-04-07 borsAuto merge of #1301 - RalfJung:global-leaks, r=RalfJung
2020-04-07 Ralf Jungrustup
2020-04-07 Ralf Jungmemory reachable through globals is not a leak any...
2020-04-07 borsAuto merge of #1310 - RalfJung:float-assoc, r=RalfJung
2020-04-07 Ralf Jungprefer float assoc consts over std module
2020-04-06 borsAuto merge of #1157 - divergentdave:shim-pthread-try...
2020-04-06 David CookClean up conditional compilation
next