summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-05-23"non equal" => "not equal"; consistent with the surrounding textCarol (Nichols || Goulding)-1/+1
2016-05-24Remove unused field and argumentSeo Sanghyeon-7/+2
2016-05-23"more than 32" => "more than 32 elements"Carol (Nichols || Goulding)-2/+2
2016-05-23Emphasize semantic differences of Copy/Clone rather than implCarol (Nichols || Goulding)-3/+4
2016-05-23Shorten, yet clarify, initial summary sentencesCarol (Nichols || Goulding)-2/+6
2016-05-23Update error format for readability. Add spacing header<->snippet and another...Jonathan Turner-1/+8
2016-05-23bootstrap: rename Config.rebuild to .local_rebuildJosh Stone-4/+4
2016-05-23revised mir-dataflow so bitvectors carry a phantom type for their index domain.Felix S. Klock II-180/+272
2016-05-24Do not inject test harness for --cfg testSeo Sanghyeon-6/+24
2016-05-23Auto merge of #33735 - jseyfried:concat_idents_in_ty_positions, r=nrcbors-21/+38
2016-05-23trans::collector: Remove some redundant calls to erase_regions().Michael Woerister-14/+32
2016-05-23Make the Default docs more like the other traitsCarol (Nichols || Goulding)-3/+26
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-22Rename main thread from "<main>" to "main".Wangshan Lu-31/+31
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