]> git.lizzy.rs Git - rust.git/history - src/lib.rs
Auto merge of #2426 - saethlin:unix-exec, r=RalfJung
[rust.git] / src / lib.rs
2022-07-28 borsAuto merge of #2426 - saethlin:unix-exec, r=RalfJung
2022-07-25 borsAuto merge of #2422 - RalfJung:integers, r=oli-obk
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-20 borsAuto merge of #2403 - RalfJung:rustup, r=RalfJung
2022-07-20 Ralf Jungrustup
2022-07-19 borsAuto merge of #2350 - RalfJung:remove-deprecated, r...
2022-07-18 Ralf Jungmake atomic intrinsic impl details private
2022-07-18 Ralf Jungmove atomic intrinsics to their own file
2022-07-13 borsAuto merge of #2315 - saethlin:shrink-item, r=saethlin
2022-07-13 Ben KimockRearrange and document the new implementation
2022-07-03 borsAuto merge of #2318 - RalfJung:nodoc, r=RalfJung
2022-07-03 borsAuto merge of #1935 - saethlin:optimize-sb, r=RalfJung
2022-07-02 Ben KimockExplain cache behavior a bit better, clean up diff
2022-07-02 borsAuto merge of #2311 - RalfJung:many-seeds, r=RalfJung
2022-07-02 borsAuto merge of #2305 - RalfJung:rustup, r=RalfJung
2022-07-02 borsAuto merge of #2304 - LegNeato:shim-fstat64-mac, r...
2022-07-02 borsAuto merge of #2302 - RalfJung:datarace, r=RalfJung
2022-07-01 Ben KimockCache lookups into the borrow stack
2022-07-01 Ralf Jungrename some data_race types for more clarity
2022-06-28 borsAuto merge of #2275 - RalfJung:permissive-provenance...
2022-06-28 Ralf Jungshow int2ptr warning once for each span (but don't...
2022-06-27 Ralf Jungfmt
2022-06-27 Ralf Jungremove support for untagged pointers
2022-06-25 borsAuto merge of #2264 - RalfJung:not-a-fixme, r=RalfJung
2022-06-25 borsAuto merge of #2196 - carbotaniuman:permissive-stacked...
2022-06-25 Ralf Jungimplement 'delimited' expose tracking so we still detec...
2022-06-24 Ralf Jungmake the tests pass
2022-06-18 borsAuto merge of #2228 - cbeuw:futex-fix, r=RalfJung
2022-06-13 borsAuto merge of #2179 - RalfJung:rustc, r=oli-obk
2022-06-13 borsAuto merge of #2203 - RalfJung:deprecate, r=oli-obk
2022-06-13 borsAuto merge of #2230 - scottmcm:master, r=RalfJung
2022-06-13 Scott McMurrayAdd `#![feature(yeet_expr)]`
2022-06-11 borsAuto merge of #2215 - InfRandomness:getpid_shim, r...
2022-06-11 borsAuto merge of #2222 - InfRandomness:cargo-docs, r=RalfJung
2022-06-08 borsAuto merge of #2218 - Nilstrieb:faster-tag-partial...
2022-06-08 NilstriebAllow `clippy::derive_hash_xor_eq`
2022-06-07 borsAuto merge of #2213 - RalfJung:clippy, r=RalfJung
2022-06-07 Ralf Jungsilence another clippy lint
2022-06-06 borsAuto merge of #1963 - cbeuw:weak-memory, r=RalfJung
2022-06-06 Andy WangMove data_race and weak_memory into a submodule
2022-06-06 Andy WangUse a new AllocationMap to store store buffers in the...
2022-06-06 Andy WangImplement weak memory emulation
2022-06-05 borsAuto merge of #2197 - RalfJung:round-robin, r=RalfJung
2022-06-05 borsAuto merge of #2194 - RalfJung:race, r=RalfJung
2022-06-05 borsAuto merge of #2193 - RalfJung:strict, r=RalfJung
2022-06-05 borsAuto merge of #2189 - RalfJung:clippy, r=RalfJung
2022-06-04 Ralf Jungclippy: main crate
2022-05-23 borsAuto merge of #2059 - carbotaniuman:master, r=RalfJung
2022-05-23 carbotaniumanInitial work on permissive provenance
2022-05-23 borsAuto merge of #2105 - thomcc:flip-failure-rate, r=RalfJung
2022-05-23 borsAuto merge of #2139 - saethlin:lazy-current-span, r...
2022-05-22 Ben KimockFactor current-span logic into a lazy caching handle
2022-05-14 borsAuto merge of #2030 - saethlin:track-alloc-history...
2022-05-10 borsAuto merge of #2084 - rust-lang:silence, r=RalfJung
2022-05-06 borsAuto merge of #2103 - RalfJung:rustup, r=RalfJung
2022-05-06 Ralf Jungrustup
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 TolnayResolve clippy::needless_question_mark
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-05 borsAuto merge of #2047 - RalfJung:no-extras, r=RalfJung
2022-04-05 Ralf Jungadjust for MemoryExtra being merged into Machine
2022-03-20 borsAuto merge of #1975 - DrMeepster:backtrace_fix, r=RalfJung
2022-03-08 borsAuto merge of #2006 - RalfJung:readme-ci, r=RalfJung
2022-03-07 borsAuto merge of #2008 - RalfJung:notempty, r=RalfJung
2022-03-07 Ralf Jungfs: add and test for DirectoryNotEmpty error variant
2022-03-05 borsAuto merge of #1970 - asquared31415:open_unix_varargs...
2022-03-03 borsAuto merge of #1997 - RalfJung:simd, r=RalfJung
2022-03-03 Ralf Jungimplement simd_neg and simd_fabs
2022-02-22 borsAuto merge of #1977 - saethlin:short-backtraces, r...
2022-02-22 Ben KimockPrune backtraces similar to RUST_BACKTRACE=1 logic
2021-09-09 borsAuto merge of #1888 - hyd-dev:rustup, r=RalfJung
2021-09-09 hyd-dev`rustc_mir` -> `rustc_const_eval`
2021-09-08 borsAuto merge of #1884 - DrMeepster:start, r=RalfJung
2021-09-02 DrMeepsteradd support for #[start]
2021-07-17 borsAuto merge of #1851 - RalfJung:provenance-overhaul...
2021-07-16 Ralf Jungadjust Miri to Pointer type overhaul
2021-06-09 borsAuto merge of #1818 - landaire:feature/panic-on-unsuppo...
2021-06-09 borsAuto merge of #1797 - atsmtat:env-isolation, r=RalfJung
2021-06-09 Smit SoniAdd a support to execute isolated op without halting
2021-06-03 borsAuto merge of #1776 - hyd-dev:1170, r=RalfJung
2021-05-31 hyd-devImplement calls to exported symbols
2021-05-16 borsAuto merge of #1801 - RalfJung:rustfmt, r=oli-obk
next