about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2022-07-26codegen: use new {re,de,}allocator annotations in llvmAugie Fackler-1/+4
2022-07-25Rollup merge of #99690 - RalfJung:miri-track-caller, r=Mark-SimulacrumYuki Okushi-0/+38
2022-07-25Rollup merge of #95916 - solid-rs:feat-kmc-solid-abort, r=Mark-SimulacrumYuki Okushi-47/+6
2022-07-25Rollup merge of #95040 - frank-king:fix/94981, r=Mark-SimulacrumYuki Okushi-0/+20
2022-07-25Auto merge of #97581 - AngelicosPhosphoros:improve_calloc_check_in_vec_macro_...bors-17/+46
2022-07-24Support vec zero-alloc optimization for tuples and byte arraysAngelicosPhosphoros-17/+46
2022-07-24add miri-track-caller to some intrinsic-exposing methodsRalf Jung-0/+38
2022-07-24Rollup merge of #99657 - Phosra:patch-1, r=Dylan-DPCRalf Jung-1/+1
2022-07-24Auto merge of #98674 - RalfJung:miri-stacktrace-pruning, r=Mark-Simulacrumbors-0/+75
2022-07-23Remove `mut`Phosra-1/+1
2022-07-23Rollup merge of #99627 - saethlin:lock-once, r=eddybGuillaume Gomez-1/+1
2022-07-23Auto merge of #97925 - the8472:cgroupv1, r=joshtriplettbors-47/+196
2022-07-23Auto merge of #93397 - joshtriplett:sort-floats, r=Amanieubors-0/+60
2022-07-22Lock stdout once when listing testsBen Kimock-1/+1
2022-07-22[review] mention that runtime may scale with # of mountpointsthe8472-0/+5
2022-07-22adjust UnsafeCell documentationRalf Jung-9/+18
2022-07-22Auto merge of #99491 - workingjubilee:sync-psimd, r=workingjubileebors-881/+1608
2022-07-22Rollup merge of #99579 - CleanCut:expect-warning, r=joshtriplettDylan DPC-0/+9
2022-07-22Rollup merge of #98174 - Kixunil:rename_ptr_as_mut_const_to_cast, r=scottmcmDylan DPC-4/+6
2022-07-22Auto merge of #99420 - RalfJung:vtable, r=oli-obkbors-2/+37
2022-07-21add same warning to Result::expect as Result::unwrapNathan Stocks-0/+9
2022-07-21Rollup merge of #99523 - cuviper:asfd_ptrs-1.64, r=jyn514Matthias Krüger-2/+2
2022-07-21Rollup merge of #99454 - benluelo:control-flow/continue-combinators, r=scottmcmMatthias Krüger-0/+35
2022-07-21Rollup merge of #99413 - steffahn:btree_dropck, r=m-ou-seMatthias Krüger-4/+26
2022-07-21Rollup merge of #98707 - joboet:fuchsia_locks, r=m-ou-seMatthias Krüger-64/+256
2022-07-21Rename `<*{mut,const} T>::as_{const,mut}` to `cast_`Martin Habovstiak-4/+6
2022-07-21remove unused importjoboet-1/+1
2022-07-20Introduce core::simd trait imports in testsJubilee Young-0/+2
2022-07-20Sync core::simd up to rust-lang/portable-simd@2e081db92aa3ee0a4563bc28ce01bda...Jubilee Young-881/+1606
2022-07-20various nits from reviewRalf Jung-2/+1
2022-07-20use extern type for extra opaquenessRalf Jung-7/+8
2022-07-20incorporate some review feedbackRalf Jung-0/+3
2022-07-20add intrinsic to access vtable size and alignRalf Jung-2/+34
2022-07-20prune raw pointer read and write methods from Miri backtracesRalf Jung-0/+17
2022-07-20miri: prune some atomic operation details from stacktraceRalf Jung-0/+58
2022-07-20Add map_continue and continue_value combinators to ControlFlowbenluelo-0/+35
2022-07-20Fix the stable version of `AsFd for Arc<T>` and `Box<T>`Josh Stone-2/+2
2022-07-20Rollup merge of #99516 - m-ou-se:proc-macro-tracked-tracking-issue, r=Mark-Si...Matthias Krüger-4/+4
2022-07-20Use new tracking issue for proc_macro::tracked_*.Mara Bos-4/+4
2022-07-20owner is not micro (correct typo)joboet-1/+1
2022-07-20Rollup merge of #98101 - vladimir-ea:stdlib_watch_os, r=thomccDylan DPC-29/+75
2022-07-20Library changes for Apple WatchOSVladimir Michael Eatwell-29/+75
2022-07-20Rollup merge of #99452 - Stargateur:fix/typo, r=JohnTitorDylan DPC-3/+3
2022-07-20Rollup merge of #98916 - ChrisDenton:hiberfil.sys, r=thomccDylan DPC-26/+99
2022-07-19Auto merge of #98180 - notriddle:notriddle/rustdoc-fn, r=petrochenkov,Guillau...bors-57/+179
2022-07-19Use `T` for all the function primitive docs listsMichael Howell-1/+1
2022-07-19Improve the function pointer docsMichael Howell-49/+171
2022-07-19Auto merge of #99462 - matthiaskrgr:rollup-ihhwaru, r=matthiaskrgrbors-5/+3
2022-07-19Rollup merge of #99438 - WaffleLapkin:dont_wrap_in_non_zero, r=compiler-errorsMatthias Krüger-0/+1
2022-07-19Rollup merge of #99419 - yoshuawuyts:stabilize-task-ready, r=Mark-SimulacrumMatthias Krüger-5/+2