about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2016-05-24std: Use memalign, not posix_memalign, on AndroidAlex Crichton-7/+34
2016-05-23Auto merge of #33735 - jseyfried:concat_idents_in_ty_positions, r=nrcbors-21/+38
2016-05-23Auto merge of #33098 - raphlinus:master, r=alexcrichtonbors-1134/+1383
2016-05-22Auto merge of #31457 - lambda:rtabort-use-libc-abort, r=alexcrichtonbors-4/+25
2016-05-23Use libc::abort, not intrinsics::abort, in rtabort!Brian Campbell-4/+25
2016-05-21Auto merge of #33765 - alex-ozdemir:master, r=Manishearthbors-3/+11
2016-05-21Auto merge of #33752 - mrhota:internal_docs, r=steveklabnikbors-29/+54
2016-05-21Auto merge of #33767 - sfackler:panic-hook-docs, r=alexcrichtonbors-5/+6
2016-05-21Improve internal documentation and code styleTicki-29/+54
2016-05-21Auto merge of #33768 - Manishearth:rollup, r=Manishearthbors-39/+81
2016-05-21Rollup merge of #33757 - GuillaumeGomez:simd, r=steveklabnikManish Goregaokar-4/+4
2016-05-21Rollup merge of #33750 - alx741:fix_typo, r=ManishearthManish Goregaokar-1/+1
2016-05-21Rollup merge of #33747 - postmodern:patch-2, r=ManishearthManish Goregaokar-4/+5
2016-05-21Rollup merge of #33746 - dns2utf8:doc_sort_memory, r=steveklabnikManish Goregaokar-7/+4
2016-05-21Rollup merge of #33743 - royalstream:royalstream-stack-doc, r=steveklabnikManish Goregaokar-2/+2
2016-05-21Rollup merge of #33679 - Manishearth:rustdoc-readmore-impls, r=alexcrichtonManish Goregaokar-18/+62
2016-05-21Rollup merge of #33578 - durka:patch-21, r=alexcrichtonManish Goregaokar-3/+3
2016-05-20Auto merge of #33625 - alexcrichton:rustbuild-moar-tests, r=aturonbors-67/+225
2016-05-20Added a `rustdoc` shortcut for collapse/expand allAlex Ozdemir-3/+11
2016-05-20Wording changesPostmodern-3/+3
2016-05-20update tracking issue for once_poisonAlex Burka-3/+3
2016-05-20Auto merge of #33758 - GuillaumeGomez:rollup, r=Manishearthbors-25/+415
2016-05-20rustc: Fix again order-dependence in extern crateAlex Crichton-49/+143
2016-05-20Auto merge of #33318 - alexcrichton:hashmap-seed, r=aturonbors-2/+27
2016-05-20Auto merge of #33378 - oli-obk:fix/registry_args, r=Manishearthbors-3/+6
2016-05-20Clarify docs for sort(&mut self)Stefan Schindler-7/+4
2016-05-20Rollup merge of #33745 - postmodern:patch-1, r=steveklabnikGuillaume Gomez-2/+2
2016-05-20Rollup merge of #33739 - GuillaumeGomez:error-code-tests, r=ManishearthGuillaume Gomez-0/+284
2016-05-20Rollup merge of #33734 - luqmana:33387-mir_fat_ptr_coerce, r=arielb1Guillaume Gomez-4/+68
2016-05-20Rollup merge of #33683 - sanxiyn:paren-span, r=nikomatsakisGuillaume Gomez-5/+40
2016-05-20Rollup merge of #33676 - rkruppe:e0509-exact-words, r=sanxiynGuillaume Gomez-11/+13
2016-05-20Rollup merge of #33668 - dns2utf8:catch_thread, r=steveklabnikGuillaume Gomez-3/+8
2016-05-20Update simd syntaxggomez-4/+4
2016-05-20Update testsManish Goregaokar-21/+36
2016-05-20Auto merge of #33729 - alexcrichton:patch-libbacktrace, r=sfacklerbors-4/+31
2016-05-20Auto merge of #33553 - alexcrichton:cdylibs, r=brsonbors-94/+283
2016-05-19Mention that the panic hook will always runSteven Fackler-5/+6
2016-05-19Auto merge of #33358 - michaelwoerister:debuginfo-methods, r=eddybbors-4/+46
2016-05-19book: ownership: fix typoDaniel Campoverde [alx741]-1/+1
2016-05-19Grammar changePostmodern-3/+4
2016-05-19Keep line-width within 80 columnsPostmodern-2/+3
2016-05-19Clarify the English translation of `?Sized`Postmodern-4/+3
2016-05-19std: Cache HashMap keys in TLSAlex Crichton-2/+27
2016-05-19Auto merge of #33103 - ranma42:escape-unicode-last, r=alexcrichtonbors-0/+45
2016-05-19debuginfo: Make DW_TAG_subroutine DIEs for inherent methods children of their...Michael Woerister-4/+46
2016-05-19Mark the metadata symbol as reachable to fix OSX not finding dylibs.Eduard Burtescu-3/+11
2016-05-19rustc: Add a new crate type, cdylibAlex Crichton-91/+272
2016-05-19Catch thread in exampleStefan Schindler-3/+8
2016-05-19Clarify wording in `transmute` examplePostmodern-2/+2
2016-05-19std: Update libbacktrace for a soundness fixAlex Crichton-4/+31