summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-04-23Auto merge of #24695 - bluss:arc-default, r=alexcrichtonbors-1/+1
2015-04-23Also mention `/*!` doc comments.Matt Brubeck-4/+5
2015-04-23TRPL: Remove references to "advanced macros chapter"Geoffrey Thomas-3/+2
2015-04-23Update and organize the Keywords tableMatt Brubeck-4/+5
2015-04-23TRPL: Fix link to macro section of referenceGeoffrey Thomas-1/+1
2015-04-23Clarify that //! comments are also doc comments.Matt Brubeck-3/+4
2015-04-24Do not include attributes in trait item spans.Nick Cameron-5/+4
2015-04-23Auto merge of #24615 - arielb1:rapid-reject, r=nikomatsakisbors-27/+20
2015-04-23Update supported values of target_osVadim Chugunov-1/+1
2015-04-23typo 2nwin-1/+1
2015-04-23typonwin-1/+1
2015-04-23object type -> trait objectnwin-8/+8
2015-04-23Auto merge of #24537 - rprichard:fix-parallel-check, r=alexcrichtonbors-30/+31
2015-04-23Reference audit: section 5 (Crates and source files)Robin Kruppe-10/+25
2015-04-23Update diagnostics.rsGuillaume Gomez-0/+12
2015-04-24Implement IntoIterator for ReceiverRaphael Speyer-0/+57
2015-04-23std: Add missing stability for symlink functionsAlex Crichton-0/+3
2015-04-23Stop mentioning obsolete integer suffixesAndrzej Janik-1/+1
2015-04-23Auto merge of #24694 - liigo:toggle-all-docs-using-one-link, r=alexcrichtonbors-15/+20
2015-04-23Auto merge of #24664 - steveklabnik:doc_ufcs, r=alexcrichtonbors-1/+125
2015-04-23Auto merge of #24714 - frewsxcv:patch-15, r=alexcrichtonbors-1/+1
2015-04-23Auto merge of #24704 - brson:installer, r=alexcrichtonbors-0/+0
2015-04-23rustdoc: add back [-]/[+] toggle links for unstable-methodsLiigo Zhuang-3/+7
2015-04-23Indicate trait names in doc-comment are code-likeCorey Farwell-1/+1
2015-04-22Include the mode in compiletest's aux-build directory.Ryan Prichard-1/+1
2015-04-22Replace ignore-android with ignore-cross-compile in rustdoc testsRyan Prichard-19/+19
2015-04-22Ignore cross-compilation in some fulldeps tests.Ryan Prichard-9/+9
2015-04-22Fix run-make/simd-ffi to work with parallel make check.Ryan Prichard-1/+2
2015-04-23Auto merge of #24683 - P1start:help-suggestions, r=nrcbors-25/+113
2015-04-23implement set_tcp_keepalive for linuxYoung Wu-2/+6
2015-04-23fix doctestManish Goregaokar-1/+1
2015-04-22Address comments.Steven Allen-42/+46
2015-04-22Remove stale commentTamir Duberstein-8/+0
2015-04-22TRPL: UFCSSteve Klabnik-1/+125
2015-04-23Rollup merge of #24688 - SimonSapin:fmt-write-char, r=alexcrichtonManish Goregaokar-1/+3
2015-04-23Rollup merge of #24675 - steveklabnik:two_more_chapters, r=alexcrichtonManish Goregaokar-2/+130
2015-04-23Rollup merge of #24673 - steveklabnik:doc_attributes, r=alexcrichtonManish Goregaokar-3/+160
2015-04-22Update rust-installer. Fixes problems with CDPATHBrian Anderson-0/+0
2015-04-22Implement O(1) slice::Iter methods.Steven Allen-0/+85
2015-04-22Fix a tiny typo in core::rawRobin Kruppe-1/+1
2015-04-22Explain how to create a Stdin or StdoutMatt Brubeck-0/+4
2015-04-22remove debug and display chapterSteve Klabnik-4/+0
2015-04-22Auto merge of #24447 - alexcrichton:audit-thread, r=aturonbors-287/+290
2015-04-22std: Audit std::thread implementationsAlex Crichton-287/+290
2015-04-23rustdoc: toggle collapse/expand all docs using the same linkLiigo Zhuang-15/+20
2015-04-22TRPL: type aliases and unsized typesSteve Klabnik-2/+130
2015-04-22Relax bounds on Default implementation for Arc.Ulrik Sverdrup-1/+1
2015-04-22TRPL: attributes & conditional compilationSteve Klabnik-3/+160
2015-04-22Remove doc-comment default::Default importsCorey Farwell-12/+0
2015-04-22Auto merge of #24685 - nrc:span-pred, r=huonwbors-3/+3