]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-07-21 Ralf Jungwe don't need unstable options
2022-07-21 Ralf Jungsay what we are doing
2022-07-21 Ralf Jungcargo-miri debugging improvements
2022-07-21 borsAuto merge of #2410 - rust-lang:miri_auto_ops, r=RalfJung
2022-07-21 Oli SchererDocument MIRI_AUTO_OPS
2022-07-21 Oli SchererUse a MIRI namespaced env var name for auto ops
2022-07-21 Oli SchererAvoid rustformatting on autosave
2022-07-21 borsAuto merge of #2408 - RalfJung:deps, r=oli-obk
2022-07-21 Ralf Jungaarch inline asm is not stable yet
2022-07-21 borsAuto merge of #2409 - RalfJung:cargo-miri-rustc, r...
2022-07-21 Ralf Jungmake the find_miri returned path actually exist
2022-07-21 Ralf Jungsome more debug output
2022-07-21 Ralf Jungreduce chance of RUSTC collisions
2022-07-21 Ralf Jungonly complain about runtime toolchain mismatch when...
2022-07-21 Ralf Jungcargo-miri: set RUSTC to us
2022-07-21 Ralf Jungtest page_size via test dependency support
2022-07-21 Ralf Jungmake test-cargo-miri only about cargo
2022-07-21 borsAuto merge of #2405 - RalfJung:pwd, r=RalfJung
2022-07-21 Ralf Jungfix auto-toolchain pwd
2022-07-21 borsAuto merge of #2383 - rust-lang:dot_mode, r=oli-obk
2022-07-21 Oli SchererUse names suggestive of channel endpoints
2022-07-21 Oli SchererPrint one character per test instead of one line
2022-07-21 Oli SchererAdd a dedicated thread for output printing
2022-07-21 borsAuto merge of #2398 - sunshowers:nextest-compat, r...
2022-07-21 Rain[cargo-miri] support nextest
2022-07-21 borsAuto merge of #2381 - rust-lang:infra, r=RalfJung
2022-07-21 Ralf Jungfix miri script
2022-07-21 Oli SchererAdd a scheme for always using the default toolchain...
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 Ralf Jungcargo-miri: reorder --target to after the user-defined...
2022-07-20 borsAuto merge of #2373 - rust-lang:test_dependencies,...
2022-07-20 Oli SchererAllow tests to have dependencies
2022-07-20 borsAuto merge of #2401 - RalfJung:dyn, r=RalfJung
2022-07-20 Ralf Jungfix test file name
2022-07-20 borsAuto merge of #2391 - RalfJung:stderr, r=oli-obk
2022-07-20 borsAuto merge of #2399 - RalfJung:subcommands, r=RalfJung
2022-07-20 Ralf Jungno need for an exhaustive enum of subcommands
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 KimockAdd a minimal reproducer of the ICE
2022-07-20 Ben KimockFix bugs where unique_range became invalid
2022-07-19 borsAuto merge of #2395 - RalfJung:upcast, r=RalfJung
2022-07-19 Ralf Jungadd some dyn upcasting tests
2022-07-19 borsAuto merge of #2392 - RalfJung:rustup, r=RalfJung
2022-07-19 Ralf Jungrustup
2022-07-19 Ralf Jungtweak failure output a little
2022-07-19 Ralf Jungon an error, always print the unnormalized stderr
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-19 borsAuto merge of #2388 - RalfJung:rustup, r=RalfJung
2022-07-19 Ralf Jungrustup
2022-07-19 borsAuto merge of #2386 - RalfJung:xargo-atomic, r=RalfJung
2022-07-19 borsAuto merge of #2387 - RalfJung:ui-readme, r=oli-obk
2022-07-19 Ralf Jungupdate ui_test readme
2022-07-19 Ralf Jungcargo-miri: write the Xargo project files atomically
2022-07-18 borsAuto merge of #2385 - RalfJung:dev, r=RalfJung
2022-07-18 Ralf Junguse env vars, not Cargo.toml, to configure out dev...
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 Junglibc test: also call isatty on an actual file
2022-07-18 Ralf Jungmake an expect into proper error reporting
2022-07-18 Ralf Jungui_test: more robust syntax for target filtering
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-18 Ben KimockTest that isatty doesn't crash
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 borsAuto merge of #2377 - rust-lang:only-on-host, r=oli-obk
2022-07-17 Oli Schererclippy
2022-07-17 Oli SchererAdd test flag for running a test only on the host
2022-07-17 Oli SchererRemove `--offline` from `./miri install` as otherwise...
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-15 Ralf Jungclarify how to run the manually installed Miri
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 Junguse the cargo default for debug/release builds
next