summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2018-05-21Add doc comments mentioning unspecified behaviour upon exhaustionvarkor-1/+10
2018-05-21Stabilise into_innervarkor-0/+13
2018-05-21Stabilise inclusive_range_methodsvarkor-11/+3
2018-05-06Added some simple documentation.kennytm-0/+8
2018-05-06Some final touches to ensure `./x.py test --stage 0 src/lib*` workskennytm-0/+3
2018-05-06Move the tests in src/libcore/slice/memchr.rs as well.kennytm-82/+86
2018-05-06Fix warning in `core::time` testsLukas Kalbertodt-4/+6
2018-05-06Move libcore/time tests from `time.rs` to `tests/time.rs`Lukas Kalbertodt-116/+123
2018-05-05Suggest more helpful formatting stringKornel-5/+6
2018-05-04Auto merge of #50398 - llogiq:memchr-nano-opt, r=nagisabors-13/+2
2018-05-04Rollup merge of #50406 - ExpHP:concat-nonzero-idents, r=dtolnaykennytm-2/+2
2018-05-03update concat_idents doc stubsMichael Lamparski-2/+2
2018-05-03Auto merge of #50369 - pftbest:unicode, r=SimonSapinbors-8/+8
2018-05-02nano-optimization for memchr::repeat_byteAndre Bogus-13/+2
2018-05-01Fix a warning in libcore on 16bit targets.Vadzim Dambrouski-8/+8
2018-05-01Auto merge of #49724 - kennytm:range-inc-start-end-methods, r=Kimundibors-7/+82
2018-04-30Auto merge of #48925 - zackmdavis:fn_must_stabilize, r=nikomatsakisbors-1/+1
2018-05-01new() should be const; start()/end() after iteration is unspecified.kennytm-1/+17
2018-05-01Removed direct field usage of RangeInclusive in rustc itself.kennytm-5/+6
2018-05-01Rollup merge of #50316 - ehuss:fix-doc-links, r=frewsxcvkennytm-0/+4
2018-05-01Rollup merge of #50233 - mark-i-m:const_vec, r=kennytmkennytm-3/+2
2018-04-30Make the fields of RangeInclusive private.kennytm-2/+60
2018-04-29Fix some broken links in docs.Eric Huss-0/+4
2018-04-29Auto merge of #50217 - z4v1er:patch-1, r=aturonbors-1/+0
2018-04-28stabilize `#[must_use]` for functions and must-use operatorsZack M. Davis-1/+1
2018-04-28Auto merge of #50149 - aaronaaeng:master, r=estebankbors-0/+13
2018-04-28Rollup merge of #49858 - dmizuk:unique-doc-hidden, r=steveklabnikkennytm-0/+1
2018-04-26Add more doc aliasesGuillaume Gomez-0/+33
2018-04-25Make Vec::new constMark Mansi-3/+2
2018-04-25Fix typez4v1er-1/+0
2018-04-24Rollup merge of #50185 - dmizuk:mod_euc-fix-overflow, r=kennytmkennytm-1/+11
2018-04-24Rollup merge of #49970 - SimonSapin:deprecate, r=sfacklerkennytm-0/+15
2018-04-24Rollup merge of #49906 - kennytm:stable-unreachable, r=sfacklerkennytm-16/+69
2018-04-24Rollup merge of #49727 - stjepang:cell-update, r=SimonSapinkennytm-0/+39
2018-04-23Assign the tracking issueStjepan Glavina-1/+1
2018-04-24core: Minor cleanupDaiki Mizukami-1/+1
2018-04-23Clarify the docs for Cell::updateStjepan Glavina-2/+3
2018-04-24core: Fix overflow in `int::mod_euc` when `self < 0 && rhs == MIN`Daiki Mizukami-1/+11
2018-04-22Make must_use lint cover all binary/unary operatorsAaron Aaeng-0/+13
2018-04-22Remove Alloc::oomSteven Fackler-26/+0
2018-04-22Replace GlobalAlloc::oom with a lang itemSteven Fackler-11/+0
2018-04-22Auto merge of #50109 - SimonSapin:copy, r=sfacklerbors-1/+1
2018-04-22Auto merge of #49757 - GuillaumeGomez:never-search, r=QuietMisdreavusbors-0/+25
2018-04-22Auto merge of #49896 - SimonSapin:inherent, r=alexcrichtonbors-112/+3838
2018-04-21Auto merge of #50121 - pnkfelix:revert-stabilization-of-never-type-et-al, r=a...bors-29/+27
2018-04-21add more aliasesGuillaume Gomez-0/+25
2018-04-21Auto merge of #50039 - ExpHP:quick-50002, r=alexcrichtonbors-7/+2
2018-04-21Make the unstable StrExt and SliceExt traits private to libcore in not(stage0)Simon Sapin-24/+36
2018-04-21Move intrinsics-based float methods out of libcore into libstdSimon Sapin-72/+0
2018-04-21Add some f32 and f64 inherent methods in libcoreSimon Sapin-1/+580