]> git.lizzy.rs Git - rust.git/history - src
Auto merge of #2113 - RalfJung:rustc-log, r=RalfJung
[rust.git] / src /
2022-05-11 borsAuto merge of #2113 - RalfJung:rustc-log, r=RalfJung
2022-05-11 Ralf Jungwhen MIRI_LOG is set, set RUSTC_LOG_ENTRY_EXIT
2022-05-10 borsAuto merge of #2111 - RalfJung:python, r=RalfJung
2022-05-10 Ralf Jungrustfmt
2022-05-10 borsAuto merge of #2084 - rust-lang:silence, r=RalfJung
2022-05-09 borsAuto merge of #2109 - RalfJung:fmt, r=RalfJung
2022-05-09 Ralf Jungrustfmt
2022-05-09 borsAuto merge of #2108 - RalfJung:rustup, r=RalfJung
2022-05-09 Ralf Jungrustup
2022-05-08 borsAuto merge of #2107 - RalfJung:err, r=RalfJung
2022-05-08 Ralf Jungtest for "erroneous constant used" post-monomorphizatio...
2022-05-06 borsAuto merge of #2103 - RalfJung:rustup, r=RalfJung
2022-05-06 Ralf Jungrustup
2022-05-01 borsAuto merge of #2098 - RalfJung:papers, r=RalfJung
2022-05-01 borsAuto merge of #2094 - dtolnay-contrib:truncate, r=RalfJung
2022-05-01 borsAuto merge of #2095 - dtolnay-contrib:ref, r=RalfJung
2022-04-30 David TolnayReplace `as` casts in llvm.x86.addcarry.64 implementation
2022-04-30 David TolnayReplace unneeded use of `ref` in favor of "match ergono...
2022-04-30 borsAuto merge of #2093 - RalfJung:post-mono, r=RalfJung
2022-04-30 Ralf Junggracefully handle type-too-large layout errors
2022-04-30 borsAuto merge of #2090 - dtolnay-contrib:addcarry, r=oli-obk
2022-04-30 borsAuto merge of #2091 - dtolnay-contrib:clippy, r=oli-obk
2022-04-29 David TolnayKeep remaining clippy ignores
2022-04-29 David TolnayResolve clippy::useless_conversion
2022-04-29 David TolnayResolve clippy::unnecessary_mut_passed
2022-04-29 David TolnayResolve clippy::single_char_pattern
2022-04-29 David TolnayResolve clippy::single_char_add_str
2022-04-29 David TolnayResolve clippy::redundant_field_names
2022-04-29 David TolnayResolve clippy::redundant_closure
2022-04-29 David TolnayResolve clippy::op_ref
2022-04-29 David TolnayResolve clippy::needless_return
2022-04-29 David TolnayImplement llvm.x86.addcarry.64
2022-04-29 David TolnayResolve clippy::needless_question_mark
2022-04-29 David TolnayResolve clippy::needless_lifetimes
2022-04-29 David TolnayResolve clippy::needless_borrow
2022-04-29 David TolnayResolve clippy::mem_replace_with_default
2022-04-29 David TolnayResolve clippy::len_zero
2022-04-29 David TolnayResolve clippy::extra_unused_lifetimes
2022-04-29 David TolnayResolve clippy::clone_on_copy
2022-04-29 David TolnayResolve clippy::assign_op_pattern
2022-04-29 David TolnaySuppress all currently triggered clippy lints
2022-04-26 Oli SchererRename flag, datastructure and messaging around muting...
2022-04-25 borsAuto merge of #2086 - nbdd0121:master, r=RalfJung
2022-04-25 Gary GuoUpdate export_symbols
2022-04-25 Oli SchererImplement the output dropping for windows, too
2022-04-25 Oli SchererAdd a command line flag to avoid printing to stdout...
2022-04-21 borsAuto merge of #2075 - y86-dev:master, r=RalfJung
2022-04-21 Ralf Jungbe explicit about types
2022-04-21 y86-devAdded support for multiple tracked pointers, allocs...
2022-04-20 borsAuto merge of #2071 - RalfJung:provenance, r=RalfJung
2022-04-20 Ralf Jungavoid into_pointer_or_addr and into_parts in visit_free...
2022-04-20 Ralf Jungadjust for provenance cleanup
2022-04-19 borsAuto merge of #2074 - RalfJung:tls-ro, r=RalfJung
2022-04-19 Ralf Jungdo not consider thread-local allocations read-only
2022-04-18 borsAuto merge of #2070 - RalfJung:size-assert, r=RalfJung
2022-04-18 Ralf Jungadd size assertions for some core types
2022-04-17 borsAuto merge of #2067 - RalfJung:strerror_r, r=RalfJung
2022-04-17 Ralf Jungimplement strerror_r
2022-04-16 borsAuto merge of #2064 - RalfJung:rustup, r=RalfJung
2022-04-16 Ralf Jungrustup
2022-04-10 borsAuto merge of #2062 - RalfJung:rustup, r=RalfJung
2022-04-09 borsAuto merge of #2061 - RalfJung:edition, r=RalfJung
2022-04-09 Ralf Junguse new format string syntax in some places
2022-04-09 Ralf Jungremove no longer needed imports
2022-04-09 borsAuto merge of #2060 - RalfJung:rustup, r=RalfJung
2022-04-09 Ralf Jungrustup
2022-04-08 borsAuto merge of #2055 - RalfJung:rustup, r=RalfJung
2022-04-08 Ralf Jungfix Windows stdout/stderr
2022-04-08 borsAuto merge of #2058 - RalfJung:variadic, r=RalfJung
2022-04-07 Ralf Jungtreat prctl like a variadic function
2022-04-07 Ralf Jungfor variadic functions, accept arbitrary trailing argum...
2022-04-07 Ralf Jungadd machine hook tcx parameters
2022-04-06 borsAuto merge of #2054 - m-ou-se:futex-wait-bitset, r...
2022-04-06 Mara BosUse `let = if;` instead of `let; if`.
2022-04-06 Mara BosFully support FUTEX_*_BITSET.
2022-04-06 Mara BosFormatting.
2022-04-06 Mara BosAdd support for FUTEX_WAIT_BITSET(bitset=MAX).
2022-04-05 borsAuto merge of #2047 - RalfJung:no-extras, r=RalfJung
2022-04-05 Ralf Jungadjust for MemoryExtra being merged into Machine
2022-04-04 borsAuto merge of #2046 - RalfJung:very-strict, r=RalfJung
2022-04-04 borsAuto merge of #2048 - RalfJung:rustup, r=RalfJung
2022-04-04 Ralf Jungrustup
2022-04-02 Ralf Jungmake strict-provenance imply check-number-validity
2022-04-01 borsAuto merge of #2045 - RalfJung:strict-provenance, r...
2022-04-01 borsAuto merge of #2043 - RalfJung:max-size, r=RalfJung
2022-04-01 Ralf JungRust values can be up to isize::MAX in size
2022-04-01 Ralf Jungadd -Zmiri-strict-provenance
2022-03-27 borsAuto merge of #2040 - RalfJung:pnvi, r=RalfJung
2022-03-26 Ralf Jungfix types in env shim to avoid ptr-int transmutes
2022-03-20 borsAuto merge of #2022 - RalfJung:remove_dir_all, r=RalfJung
2022-03-20 Ralf Jungtest remove_dir_all
2022-03-20 borsAuto merge of #1975 - DrMeepster:backtrace_fix, r=RalfJung
2022-03-20 DrMeepsteradd new version of backtrace api using flags=1
2022-03-18 borsAuto merge of #2024 - saethlin:better-local-check,...
2022-03-18 Ben KimockConsider the cargo workspace when checking if a frame...
2022-03-17 borsAuto merge of #2029 - RalfJung:simd-bitmask, r=RalfJung
2022-03-17 Ralf Jungfix simd_bitmask shorter than a byte on big-endian
2022-03-17 Ralf Jungdetect when unused bits of a SIMD bitmask are non-0
2022-03-17 Ralf Jungimplement simd bitmask intrinsics
2022-03-17 borsAuto merge of #1971 - saethlin:sb-details, r=RalfJung
next