about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2020-02-14Fix tests after rebaseMatthew Jasper-1/+2
2020-02-13keyword docs for else and inkeyword docs for else and in.Giles Cope-5/+56
2020-02-13Add comment to SGX entry codeJethro Beekman-0/+1
2020-02-13Rollup merge of #69068 - Goirad:make-sgx-arg-cleanup-nop, r=jethrogb,nagisaDylan DPC-6/+1
2020-02-13Rollup merge of #67642 - Mark-Simulacrum:relax-bounds, r=AmanieuDylan DPC-75/+71
2020-02-12Fix std::fs::copy on WASI targetIngvar Stepanyan-1/+9
2020-02-12Rollup merge of #69040 - jethrogb:jb/cleanup-sgx-entry, r=nagisaDylan DPC-10/+29
2020-02-12Rollup merge of #69038 - yaahc:backtrace-debug, r=dtolnayDylan DPC-6/+63
2020-02-12Add notice about using new consts in new code on float modulesLinus Färnstrand-2/+8
2020-02-12Remove reference from integer docs to their modulesLinus Färnstrand-24/+0
2020-02-12Stabilize assoc_int_constsLinus Färnstrand-1/+0
2020-02-12Rollup merge of #69042 - yaahc:backtrace-header, r=dtolnayDylan DPC-1/+2
2020-02-12Rollup merge of #67695 - gilescope:truth, r=centrilYuki Okushi-5/+44
2020-02-11Fix failing backtrace ui testsJane Lusby-0/+1
2020-02-11Keyword docsGiles Cope-5/+44
2020-02-11make the sgx arg cleanup implementation a no opDario Gonzalez-6/+1
2020-02-11remove intentionally failing testJane Lusby-18/+0
2020-02-10backwards again, god damnitJane Lusby-1/+1
2020-02-10rule over the code in libstd with an iron fistJane Lusby-9/+4
2020-02-10maximum alternative consistency!Jane Lusby-2/+9
2020-02-10make symbol printing consistent with backtrace_rsJane Lusby-2/+3
2020-02-10add nice alt fmt for debugJane Lusby-6/+6
2020-02-10use debug_map and skip empty framesJane Lusby-5/+10
2020-02-10remove Some from fn nameJane Lusby-1/+1
2020-02-10final format cleanupsJane Lusby-1/+8
2020-02-10make it compileJane Lusby-1/+1
2020-02-10remove unnecessary Debug impl for BacktraceFrameJane Lusby-6/+0
2020-02-10remove unnecessary derivesJane Lusby-2/+0
2020-02-10less noisy formatJane Lusby-7/+37
2020-02-10Get vaguely working with a test for checking outputJane Lusby-1/+26
2020-02-10Add initial debug fmt for BacktraceJane Lusby-6/+19
2020-02-10Bump version to backtrace without the headerJane Lusby-1/+1
2020-02-10Avoid jumping to Rust code with user %rsp (reentry_panic)Jethro Beekman-7/+6
2020-02-10sanitize MXCSR/FPU control registersRaoul Strackx-0/+11
2020-02-10Corrected ac_mitigation patch. That patch used the untrusted stack to clear r...Raoul Strackx-7/+16
2020-02-10Fix SGX RWLock representation for UnsafeCell niche fixJethro Beekman-11/+13
2020-02-07Stabilize Once::is_completedMichael Bradshaw-6/+5
2020-02-06Rollup merge of #68524 - jonas-schievink:generator-resume-arguments, r=ZoxcDylan DPC-1/+4
2020-02-06Add primitive module to libcore/stdMark Rousskov-1/+4
2020-02-06Auto merge of #68861 - Dylan-DPC:rollup-0m09hsg, r=Dylan-DPCbors-3/+2
2020-02-05Rollup merge of #68851 - JohnTitor:fix-issue-number, r=CentrilDylan DPC-2/+2
2020-02-05Rollup merge of #68762 - ForNeVeR:patch-1, r=alexcrichtonDylan DPC-1/+0
2020-02-05Auto merge of #68755 - Tyg13:update_stdarch, r=alexcrichtonbors-6/+1
2020-02-05Fix issue number of `capacity` methodYuki Okushi-2/+2
2020-02-04Auto merge of #68558 - HeroicKatora:buf-writer-capacity, r=alexcrichtonbors-0/+45
2020-02-04Added From<Vec<NonZeroU8>> for CStringDaniel Henry-Mantilla-0/+28
2020-02-04Auto merge of #68708 - Mark-Simulacrum:stage0-step, r=pietroalbinibors-23/+1
2020-02-03Rollup merge of #68797 - GuillaumeGomez:link-to-types, r=Dylan-DPCDylan DPC-2/+2
2020-02-03Fix links to types instead of modulesGuillaume Gomez-2/+2
2020-02-02Add a resume type parameter to `Generator`Jonas Schievink-1/+4