about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-05-23Add an explicit "How can I implement `PartialOrd`" doc sectionCarol (Nichols || Goulding)-2/+44
2016-05-23Add an explicit "How can I implement `Ord`" doc sectionCarol (Nichols || Goulding)-0/+40
2016-05-23Add more information about implementing `Hash`Carol (Nichols || Goulding)-0/+24
2016-05-23Add more detail to `Clone`'s documentationCarol (Nichols || Goulding)-1/+25
2016-05-23Add an explicit "How can I implement `Eq`" doc sectionCarol (Nichols || Goulding)-1/+24
2016-05-23Add an explicit "How can I implement `PartialEq`"? doc sectionCarol (Nichols || Goulding)-4/+31
2016-05-23Reorder `Copy` doc sectionsCarol (Nichols || Goulding)-20/+20
2016-05-23Make `Derivable` header be an h2 instead of an h1Carol (Nichols || Goulding)-1/+1
2016-05-23`derive` explanation for PartialOrd should match that for OrdCarol (Nichols || Goulding)-2/+2
2016-05-23Add explanations about what derived trait implementations doCarol (Nichols || Goulding)-6/+19
2016-05-23add `indexed_set` mod for typed wrappers around bitarrays representing sets.Felix S. Klock II-0/+88
2016-05-23Fixed link in Rust Book (no-stdlib)Tamir Bahar-1/+1
2016-05-23Auto merge of #33098 - raphlinus:master, r=alexcrichtonbors-1134/+1383
2016-05-22Propagate obligations through projectionMasood Malekghassemi-12/+15
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-22Fixed shortcut handling. Reverted to [Shift]+[+=]Alex Ozdemir-3/+3
2016-05-23Don't suggest using fields in a static methodggomez-24/+93
2016-05-23save-analysis: use a function's short nameNick Cameron-3/+2
2016-05-22Fix misleading intentation errors on gcc 6.0Daniel Firth-2/+8
2016-05-22Changed toggle all sections key to `T`Alex Ozdemir-2/+3
2016-05-22run rustfmt on libcollections test moduleSrinivas Reddy Thatiparthy-424/+522
2016-05-22Add new error code testsggomez-0/+228
2016-05-22bootstrap: mirror mk's local-rebuild changesJosh Stone-2/+12
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-22Update repr_simdGuillaume Gomez-12/+12
2016-05-21Test diagnosticsJeffrey Seyfried-2/+5
2016-05-21Move `placement_in_syntax` gated feature checking from expansion to the post-...Jeffrey Seyfried-16/+3
2016-05-21Refactor away `check_attributes`Jeffrey Seyfried-11/+7
2016-05-21Refactor away `expand_item_mac`Jeffrey Seyfried-159/+85
2016-05-21Refactor out `mac_result` in `expand_mac_invoc`Jeffrey Seyfried-54/+53
2016-05-21Check attributes in `expand_mac_invoc`Jeffrey Seyfried-22/+12
2016-05-21Use `expand_mac_invoc` in `expand_pat`Jeffrey Seyfried-75/+3
2016-05-21Re-fold expanded items in `expand_mac_invoc`Jeffrey Seyfried-63/+13
2016-05-21Improve diagnosticsJeffrey Seyfried-5/+3
2016-05-21Introduce `MacroGenerable` traitJeffrey Seyfried-53/+46
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-21src/doc: Keep the original style of linksAaklo Xu-2/+2
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