about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-07-28fix borrow-splittingAlexis Beingessner-10/+9
2015-07-28fix incorrect nameAlexis Beingessner-1/+1
2015-07-28lots more felix fixesAlexis Beingessner-74/+104
2015-07-28many many pnkfelix fixesAlexis Beingessner-126/+200
2015-07-27OBRM for aturonAlexis Beingessner-26/+50
2015-07-27vec fixes for huonwAlexis Beingessner-14/+17
2015-07-27fixups for aturonAlexis Beingessner-25/+43
2015-07-26fixup atomicsAlexis Beingessner-3/+3
2015-07-26expand lifetime splitting to show IterMut is totally safeAlexis Beingessner-53/+194
2015-07-24fix accidentAlexis Beingessner-1/+2
2015-07-20remove subtyping from coercions, it's something elseAlexis Beingessner-7/+5
2015-07-20clarify casts are checked at compile timeAlexis Beingessner-2/+8
2015-07-20remove redundant explanationAlexis Beingessner-16/+1
2015-07-20explain phantomAlexis Beingessner-0/+3
2015-07-20get into the weeds over GEP and allocationsAlexis Beingessner-58/+209
2015-07-20UB is src bznsAlexis Beingessner-1/+1
2015-07-20mention void pointersAlexis Beingessner-3/+8
2015-07-20clean up vec chapter of tarplAlexis Beingessner-177/+192
2015-07-20flesh out void typesAlexis Beingessner-2/+26
2015-07-19some conversions cleanupAlexis Beingessner-23/+39
2015-07-19fixup and cool example for checked-uninitAlexis Beingessner-1/+24
2015-07-18fix up lifetimesAlexis Beingessner-6/+0
2015-07-18fix typoAlexis Beingessner-1/+1
2015-07-17no really I deleted youAlexis Beingessner-233/+0
2015-07-17shard out misc section on lifetimes properlyAlexis Beingessner-1/+357
2015-07-17update subtyping to be a bit clearer about reference varianceAlexis Beingessner-49/+70
2015-07-14properly remove moved textAlexis Beingessner-177/+0
2015-07-14split out vec-zsts correctlyAlexis Beingessner-0/+177
2015-07-14fix all the doc testsAlexis Beingessner-121/+176
2015-07-14nits and realigningAlexis Beingessner-481/+501
2015-07-14fix via mdingerAlexis Beingessner-2/+2
2015-07-13move everything into the Rust treeAlexis Beingessner-0/+4697
2015-07-13move everything to tarplAlexis Beingessner-0/+4697
2015-07-13Auto merge of #26241 - SimonSapin:derefmut-for-string, r=alexcrichtonbors-27/+213
2015-07-13Fix tests for changes in #26241.Simon Sapin-19/+5
2015-07-13Auto merge of #26993 - michaelwoerister:msvc-debuginfo, r=alexcrichtonbors-0/+24
2015-07-13Auto merge of #26984 - nham:errorck-ignore-long-diag, r=brsonbors-0/+22
2015-07-13Mark some new things as unstable.Simon Sapin-1/+3
2015-07-13Add str::split_at_mutSimon Sapin-0/+34
2015-07-13Implement IndexMut for String and str.Simon Sapin-0/+108
2015-07-13Add more tests for AsciiExt::is_asciiSimon Sapin-8/+11
2015-07-13Add tests for AsciiExt::make_ascii_*case, including on String.Simon Sapin-0/+45
2015-07-13Implement DerefMut for StringSimon Sapin-0/+8
2015-07-13Auto merge of #27000 - alexcrichton:semi-after-type, r=cmrbors-1/+18
2015-07-13Auto merge of #27011 - dotdash:issue-26996, r=luqmanabors-1/+21
2015-07-13Correctly detect reassignments to the interior of matched structs/tuplesBjörn Steinbrink-1/+21
2015-07-13Auto merge of #26999 - rick68:patch-13, r=Gankrobors-2/+2
2015-07-13Auto merge of #26990 - rwz:patch-1, r=alexcrichtonbors-15/+15
2015-07-13Auto merge of #26981 - wthrowe:div_docs, r=Gankrobors-6/+26
2015-07-13Auto merge of #26910 - nrc:ice-lang-item, r=@huonwbors-3/+38