about summary refs log tree commit diff
path: root/library/core/tests
AgeCommit message (Expand)AuthorLines
2021-03-22Add IEEE754 testsJubilee Young-0/+159
2021-03-14Remove Option::{unwrap_none, expect_none}.Mara Bos-7/+6
2021-03-11stabilize debug_non_exhaustiveGus Wynn-1/+0
2021-03-10Rollup merge of #79208 - LeSeulArtichaut:stable-unsafe_op_in_unsafe_fn, r=nik...Yuki Okushi-2/+2
2021-03-07Rollup merge of #82292 - SkiFire13:fix-issue-82291, r=m-ou-seYuki Okushi-0/+23
2021-03-05Auto merge of #74024 - Folyd:master, r=m-ou-sebors-4/+17
2021-03-05Add relevant testGiacomo Stevanato-0/+23
2021-03-05Rollup merge of #82289 - SkiFire13:fix-issue-82282, r=m-ou-seMara-0/+20
2021-03-05Rollup merge of #80723 - rylev:noop-lint-pass, r=estebankMara-2/+2
2021-03-03Add test for underflow in specialized Zip's size_hintGiacomo Stevanato-0/+20
2021-03-03Fix borrow and derefRyan Levick-2/+0
2021-03-03Only allow new lint when not bootstrapping - since beta doesn't know about th...Ryan Levick-1/+1
2021-03-03Fix core testsRyan Levick-2/+4
2021-03-02enable atomic_min/max tests in MiriRalf Jung-4/+0
2021-02-27Fix `binary_search_by()` overflow issue in ZST caseFolyd-0/+13
2021-02-25Rollup merge of #81167 - usbalbin:const_write, r=oli-obkDylan DPC-0/+51
2021-02-23Constify ptr::write and the write[_unaligned] methods on *mut TAlbin Hedman-0/+51
2021-02-23Rollup merge of #82391 - RalfJung:miri-atomic-minmax, r=dtolnayDylan DPC-0/+4
2021-02-22disable atomic_max/min tests in MiriRalf Jung-0/+4
2021-02-20Update the bootstrap compilerJoshua Nelson-4/+0
2021-02-19Rollup merge of #82093 - bjorn3:more_atomic_tests, r=kennytmDylan DPC-0/+40
2021-02-18Stabilize `unsafe_op_in_unsafe_fn` lintLeSeulArtichaut-2/+2
2021-02-18Auto merge of #81172 - SimonSapin:ptr-metadata, r=oli-obkbors-0/+258
2021-02-17Rename Result::ok_or_err to Result::into_ok_or_errThom Chiovoloni-3/+3
2021-02-17Add a `Result::ok_or_err` method to extract a `T` from `Result<T, T>`Thom Chiovoloni-0/+10
2021-02-17Enable the tests on Arm Linux toobjorn3-4/+4
2021-02-16Ignore Atomic*::fetch_{min,max} tests on ARMbjorn3-0/+4
2021-02-15Add a ThinBox library as a libcore test for pointer metadata APIsSimon Sapin-0/+113
2021-02-15Fix libcore unit tests in stage 0Simon Sapin-2/+5
2021-02-15Add `ptr::from_raw_parts`, `ptr::from_raw_parts_mut`, and `NonNull::from_raw_...Simon Sapin-1/+28
2021-02-15Add `size_of`, `align_of`, and `layout` methods to `DynMetadata`Simon Sapin-0/+20
2021-02-15Parameterize `DynMetadata` over its `dyn SomeTrait` typeSimon Sapin-15/+20
2021-02-15Add `ptr::Pointee` trait (for all types) and `ptr::metadata` functionSimon Sapin-0/+90
2021-02-14Add tests for Atomic*::fetch_{min,max}bjorn3-0/+36
2021-02-12stabilize partition_pointVillSnow-1/+0
2021-02-06Expand the docs for ops::ControlFlow a bitScott McMurray-0/+21
2021-02-06Rollup merge of #80011 - Stupremee:stabilize-peekable-next-if, r=dtolnayMara Bos-1/+0
2021-02-03Revert stabilizing integer::BITS.Mara Bos-0/+1
2021-01-31stabilize int_bits_constAshley Mannix-1/+0
2021-01-31Rollup merge of #80470 - SimonSapin:array-intoiter-type, r=m-ou-seJonas Schievink-1/+0
2021-01-30Simplify binary search logic to full branch code to let CPU guessing branch m...Folyd-1/+1
2021-01-30Improve slice.binary_search_by()'s best-case performance to O(1)Folyd-4/+4
2021-01-29Rollup merge of #81306 - SkiFire13:fuse-flatten, r=cuviperYuki Okushi-0/+17
2021-01-27Rollup merge of #81412 - hyd-dev:array-assume-init-wrong-assertion, r=m-ou-seYuki Okushi-0/+2
2021-01-27Rollup merge of #80876 - ojeda:option-result-unwrap_unchecked, r=m-ou-seYuki Okushi-0/+20
2021-01-27Fix assertion in `MaybeUninit::array_assume_init()` for zero-length arrayshyd-dev-0/+2
2021-01-23Improve flatten-fuse testsGiacomo Stevanato-0/+17
2021-01-22library/core/tests/iter documentation and cleanupDaniel Conley-7/+37
2021-01-22library/core/tests/iter rearrange & add back missed doc commentsDaniel Conley-270/+274
2021-01-22library/core/test/iter add newlines between testsDaniel Conley-1/+170