about summary refs log tree commit diff
path: root/src/doc
AgeCommit message (Expand)AuthorLines
2017-04-24Add more_io_inner_methods feature to unstable book.Sergio Benitez-0/+10
2017-04-24More methods for str boxes.Clar Charr-0/+10
2017-04-24Fix more merge conflictsMatthew-70/+3
2017-04-23Add splice to the unstable book.Matt Ickstadt-0/+25
2017-04-23Auto merge of #41437 - cuviper:remove-unstable-deprecated, r=alexcrichtonbors-69/+0
2017-04-22Resolve merge conflictmatthewjasper-1/+12
2017-04-22Auto merge of #41464 - frewsxcv:rollup, r=frewsxcvbors-2/+3
2017-04-21Fix issue with single question mark or parenVadim Petrochenkov-2/+3
2017-04-20Remove float_extrasJosh Stone-8/+0
2017-04-20Remove num::{Zero,One}Josh Stone-9/+0
2017-04-20Remove RefCell::borrow_stateJosh Stone-8/+0
2017-04-20Remove {Cell,RefCell}::as_unsafe_cellJosh Stone-8/+0
2017-04-20Privatize Rc::is_uniqueJosh Stone-8/+0
2017-04-20Remove Rc::would_wrapJosh Stone-6/+0
2017-04-20Remove OccupiedEntry::remove_pairJosh Stone-6/+0
2017-04-20Remove BinaryHeap::{push_pop,replace}Josh Stone-8/+0
2017-04-20Remove EnumSetJosh Stone-8/+0
2017-04-21Added feature gate, updated error messages and tests.Cameron Hart-0/+12
2017-04-20Stabilize RFC 1506 - clarified ADT kindsMatthew-11/+0
2017-04-18Bump book and reference.Corey Farwell-0/+0
2017-04-18Add top level sections to the Unstable Book.Corey Farwell-226/+231
2017-04-18Rollup merge of #40290 - 3Hren:master, r=aturonCorey Farwell-0/+8
2017-04-18Auto merge of #39271 - est31:add_float_bits, r=BurntSushibors-0/+8
2017-04-17Rollup merge of #41262 - jonhoo:compiler-barrier-rename, r=alexcrichtonCorey Farwell-11/+11
2017-04-18Add float_bits_conv to unstable bookest31-0/+8
2017-04-17Auto merge of #41345 - frewsxcv:rollup, r=frewsxcvbors-0/+15
2017-04-17Rollup merge of #41012 - durka:vis-matcher, r=petrochenkovCorey Farwell-0/+15
2017-04-17Auto merge of #41264 - alexeyzab:41158-fix-docs, r=steveklabnikbors-2/+9
2017-04-17fix: remove `field_init_shorthand` from SUMMARY.mdEvgeny Safronov-1/+0
2017-04-16Auto merge of #40409 - mbrubeck:calloc, r=sfacklerbors-0/+5
2017-04-15document :vis in unstable bookAlex Burka-0/+15
2017-04-15Specialize Vec::from_elem<u8> to use calloc or memsetMatt Brubeck-0/+5
2017-04-14Add Unstable Book entry for 'overlapping-marker-traits'.Corey Farwell-0/+8
2017-04-14Rollup merge of #40702 - mrhota:global_asm, r=nagisaCorey Farwell-0/+81
2017-04-14fix: add missing link in SUMMARY.mdEvgeny Safronov-0/+2
2017-04-14docs: track newly introduced unstable featureEvgeny Safronov-0/+7
2017-04-13Update various bookshelf repositories.steveklabnik-0/+0
2017-04-13Rename compiler_barrier to compiler_fenceJon Gjengset-11/+11
2017-04-13Address the PR reviewalexey zabelin-2/+1
2017-04-13Auto merge of #41009 - scottmcm:toowned-clone-into, r=alexcrichtonbors-0/+8
2017-04-12Fix old docsalexey zabelin-0/+8
2017-04-12Add ToOwned::clone_into (unstable as toowned_clone_into)Scott McMurray-0/+8
2017-04-12Add global_asm testsA.J. Gardner-1/+1
2017-04-12Update unstable book with global_asm featureA.J. Gardner-0/+81
2017-04-11Rollup merge of #40559 - nagisa:manually-drop, r=alexcrichtonCorey Farwell-0/+1
2017-04-11Auto merge of #41096 - clarcharr:as_bytes_mut, r=alexcrichtonbors-0/+9
2017-04-10Auto merge of #40018 - japaric:ld, r=alexcrichtonbors-0/+62
2017-04-09Reduce str transmutes, add mut versions of methods.Clar Charr-0/+9
2017-04-09Fix test failuresSimonas Kazlauskas-0/+1
2017-04-09Auto merge of #41095 - clarcharr:as_extras, r=alexcrichtonbors-0/+9