]> git.lizzy.rs Git - rust.git/history - src
Auto merge of #2426 - saethlin:unix-exec, r=RalfJung
[rust.git] / src /
2022-07-28 borsAuto merge of #2426 - saethlin:unix-exec, r=RalfJung
2022-07-27 borsAuto merge of #2447 - RalfJung:rustup, r=RalfJung
2022-07-26 borsAuto merge of #2444 - oli-obk:file_descriptor_defaults...
2022-07-25 Oli SchererAdd default impls for `FileDescriptor` methods
2022-07-25 borsAuto merge of #2422 - RalfJung:integers, r=oli-obk
2022-07-25 borsAuto merge of #2436 - RalfJung:lib-crates, r=oli-obk
2022-07-25 borsAuto merge of #2434 - RalfJung:ui-test-locked, r=oli-obk
2022-07-24 borsAuto merge of #2440 - RalfJung:up, r=RalfJung
2022-07-24 Ralf Jungrustup
2022-07-24 Ralf Jungmake miri a better RUSTC by default inside cargo-miri
2022-07-24 borsAuto merge of #2430 - RalfJung:no-global-wrapper, r...
2022-07-24 borsAuto merge of #2428 - RalfJung:cargo-miri-runner, r...
2022-07-23 borsAuto merge of #2427 - Nilstrieb:doc-fix, r=saethlin
2022-07-23 NilstriebFix outdated docs in sb stack cache
2022-07-23 borsAuto merge of #2425 - RalfJung:hide-xargo, r=RalfJung
2022-07-23 Ralf Jungrefactor away some 'else { None }'
2022-07-23 borsAuto merge of #2424 - RalfJung:weak-memory-debug, r...
2022-07-23 Ralf Jungadd a flag to print a diagnostic when an outdated value...
2022-07-23 Ralf Jungpass clippy::cast_possible_truncation
2022-07-23 Ralf Jungpass clippy::cast_sign_loss and clippy::cast_possible_wrap
2022-07-23 Ralf Jungpass clippy::cast_lossless
2022-07-22 borsAuto merge of #2384 - RalfJung:vtables, r=RalfJung
2022-07-22 Ralf Jungadjust for symbolic vtables
2022-07-21 borsAuto merge of #2408 - RalfJung:deps, r=oli-obk
2022-07-21 borsAuto merge of #2409 - RalfJung:cargo-miri-rustc, r...
2022-07-21 Ralf Jungonly complain about runtime toolchain mismatch when...
2022-07-20 borsAuto merge of #2404 - RalfJung:mix, r=RalfJung
2022-07-20 Ralf Jungsome stray tag → prov renames
2022-07-20 Ralf Jungcheck for extern static size mismatches
2022-07-20 Ralf Junghandle get_alloc_extra the same throughout Stacked...
2022-07-20 borsAuto merge of #2403 - RalfJung:rustup, r=RalfJung
2022-07-20 Ralf Jungrustup
2022-07-20 borsAuto merge of #2402 - RalfJung:cargo-target, r=RalfJung
2022-07-20 borsAuto merge of #2391 - RalfJung:stderr, r=oli-obk
2022-07-20 borsAuto merge of #2397 - RalfJung:cleanup, r=RalfJung
2022-07-20 Ralf Jungonly do env var cleanup if all threads have stopped
2022-07-20 borsAuto merge of #2394 - saethlin:unique-range-ice, r...
2022-07-20 Ben KimockClarify implementation a bit
2022-07-20 Ben KimockFix bugs where unique_range became invalid
2022-07-19 borsAuto merge of #2392 - RalfJung:rustup, r=RalfJung
2022-07-19 Ralf Jungrustup
2022-07-19 borsAuto merge of #2390 - RalfJung:debug, r=RalfJung
2022-07-19 Ralf Jungshow where the interpreter was interpreting when an...
2022-07-19 Ralf Jungshow a better error when running Miri with the wrong...
2022-07-19 borsAuto merge of #2350 - RalfJung:remove-deprecated, r...
2022-07-18 borsAuto merge of #2382 - RalfJung:atomic, r=RalfJung
2022-07-18 Ralf Jungrefactor atomic intrinsic handling to actually parse...
2022-07-18 Ralf Jungmake atomic intrinsic impl details private
2022-07-18 Ralf Jungadd support for new RMW orders
2022-07-18 Ralf Jungremove ret param from foreign_item hierarchy
2022-07-18 Ralf Jungmove simd intrinsics to their own file
2022-07-18 Ralf Jungmove atomic intrinsics to their own file
2022-07-18 borsAuto merge of #2379 - RalfJung:ui-test-target-filter...
2022-07-18 borsAuto merge of #2380 - RalfJung:isatty, r=RalfJung
2022-07-18 Ralf Jungwith isolation we want to be fully deterministic
2022-07-18 borsAuto merge of #2349 - saethlin:isatty, r=RalfJung
2022-07-17 Ben KimockPass through isatty if the host is also unix
2022-07-17 borsAuto merge of #2378 - RalfJung:sb, r=RalfJung
2022-07-17 Ralf Jungremove a fastpath that does not seem to actually help
2022-07-17 Ralf Junguse PlaceTy visitor
2022-07-17 borsAuto merge of #2376 - RalfJung:rustup, r=RalfJung
2022-07-17 Ralf Jungmake unused flags work like they used to
2022-07-17 Ralf Jungrustup
2022-07-15 borsAuto merge of #2368 - RalfJung:debug, r=oli-obk
2022-07-15 borsAuto merge of #2375 - RalfJung:rustup, r=RalfJung
2022-07-15 Ralf Jungrustup
2022-07-14 Ralf Jungensure that RangeMap panics on OOB
2022-07-14 Ralf Jungmake some debug assertions in RangeObjectMap be full...
2022-07-14 Ralf Jungmake cache consistency checks into regular debug assertions
2022-07-14 borsAuto merge of #2372 - RalfJung:rustup, r=RalfJung
2022-07-14 Ralf Jungrustup
2022-07-14 borsAuto merge of #2370 - RalfJung:weak-mem-test, r=RalfJung
2022-07-14 borsAuto merge of #2328 - RalfJung:perf, r=RalfJung
2022-07-14 borsAuto merge of #2369 - RalfJung:reborrow, r=RalfJung
2022-07-13 Ralf Jungreborrow error: clarify that we are reborrowing *from...
2022-07-13 Ralf Jungmove stacked_borrows.rs together with the other files...
2022-07-13 Ralf Jungmove checking ptr tracking on item pop into cold helper...
2022-07-13 borsAuto merge of #2315 - saethlin:shrink-item, r=saethlin
2022-07-13 Ben KimockRearrange and document the new implementation
2022-07-13 Ben KimockStore protectors outside Item, pack Tag and Perm
2022-07-12 Ralf Jungremove deprecated options
2022-07-09 borsAuto merge of #2351 - RalfJung:readlink, r=RalfJung
2022-07-09 Ralf Jungextend a comment in readlink
2022-07-08 borsAuto merge of #2345 - RalfJung:rustup, r=RalfJung
2022-07-08 Ralf Jungrustup
2022-07-07 borsAuto merge of #2342 - RalfJung:dead-opt, r=RalfJung
2022-07-07 Ralf Jungremove a dead optimization
2022-07-07 borsAuto merge of #2314 - RalfJung:unsized, r=RalfJung
2022-07-07 Ralf Jungrustup
2022-07-07 Ralf Jungadjust code for copy_op changes
2022-07-07 borsAuto merge of #2341 - RalfJung:rustup, r=RalfJung
2022-07-07 Ralf Jungrustup; ptr atomics
2022-07-06 borsAuto merge of #2339 - RalfJung:rustup, r=RalfJung
2022-07-06 Ralf Jungrustup
2022-07-06 borsAuto merge of #2338 - RalfJung:format, r=RalfJung
2022-07-06 Ralf Jungtweak format strings
2022-07-06 borsAuto merge of #2336 - RalfJung:wide-ptr-compare, r...
2022-07-06 Ralf Jungfix comparing wide raw pointers
2022-07-05 borsAuto merge of #2335 - RalfJung:rustup, r=RalfJung
2022-07-05 Ralf Jungrustup
next