about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-07-17Remove confusing 'mutability root' termSteve Klabnik-7/+7
2015-07-17Rollup merge of #27080 - soderstroff:kristof-patch, r=GankroManish Goregaokar-1/+1
2015-07-17Rollup merge of #27069 - Eljay:fix-raw-attr-typo, r=alexcrichtonManish Goregaokar-1/+1
2015-07-17Rollup merge of #25993 - nham:fix_23969, r=nikomatsakisManish Goregaokar-15/+111
2015-07-16Fixed typoKristof Söderström-1/+1
2015-07-16Merge branch 'fix-26673' of https://github.com/nhowell/rust into rollup_centralSteve Klabnik-0/+6
2015-07-16Merge branch 'more-ref-fixes' of https://github.com/tshepang/rust into rollup...Steve Klabnik-8/+8
2015-07-16Merge branch 'coercions' of https://github.com/tshepang/rust into rollup_centralSteve Klabnik-41/+66
2015-07-16Merge branch 'doc_io_traits_enums' of https://github.com/steveklabnik/rust in...Steve Klabnik-58/+601
2015-07-16Merge branch 'nopacked' of https://github.com/Stebalien/rust into rollup_centralSteve Klabnik-2/+0
2015-07-16Merge branch 'uint-usize-rustc-docs' of https://github.com/nham/rust into rol...Steve Klabnik-53/+53
2015-07-16Merge branch 'fix/doc/rel-prev-next' of https://github.com/vincentbernat/rust...Steve Klabnik-0/+2
2015-07-16More docs for std::io free functions.Steve Klabnik-10/+10
2015-07-16More docs for std::io::WriteSteve Klabnik-12/+114
2015-07-16More docs for std::io::SeekSteve Klabnik-6/+27
2015-07-16More docs for std::io::ReadSteve Klabnik-12/+278
2015-07-16More docs for std::io::BufReadSteve Klabnik-32/+186
2015-07-16Fix typo in stability attribute.Lee Jeffery-1/+1
2015-07-16Fix diagnostics name clashManish Goregaokar-2/+2
2015-07-16Fixup testManish Goregaokar-1/+1
2015-07-16Fixup #27046 with pattern bindingsManish Goregaokar-12/+12
2015-07-16Rollup merge of #27046 - nrc:driver-defaults, r=alexcrichtonManish Goregaokar-3/+9
2015-07-16Rollup merge of #27039 - bluss:siphash-tests, r=alexcrichtonManish Goregaokar-69/+61
2015-07-16Rollup merge of #27030 - nrc:save-ctors, r=alexcrichtonManish Goregaokar-17/+48
2015-07-16Rollup merge of #27019 - akiss77:pr-aarch64-morestack-section, r=alexcrichtonManish Goregaokar-1/+5
2015-07-16Rollup merge of #27018 - arielb1:enum-update, r=eddybManish Goregaokar-1/+23
2015-07-16Rollup merge of #26988 - frewsxcv:regression-tests, r=alexcrichtonManish Goregaokar-0/+111
2015-07-16Rollup merge of #26950 - AlisdairO:memset, r=alexcrichtonManish Goregaokar-0/+166
2015-07-16Rollup merge of #26898 - GuillaumeGomez:fixup, r=eddybManish Goregaokar-216/+539
2015-07-16Rollup merge of #26838 - P1start:refactor-diagnostic, r=alexcrichtonManish Goregaokar-396/+392
2015-07-16Rollup merge of #26819 - P1start:ref-suggestion, r=nikomatsakisManish Goregaokar-2/+46
2015-07-16Rollup merge of #27029 - nrc:save-pub-gen-code, r=alexcrichtonManish Goregaokar-1/+1
2015-07-16Rollup merge of #27020 - goyox86:goyox86/fix-error-handling-snippet, r=stevek...Manish Goregaokar-1/+3
2015-07-16Rollup merge of #27013 - michaelsproul:fix-E0303, r=alexcrichtonManish Goregaokar-4/+4
2015-07-16Rollup merge of #26977 - brson:stddoc, r=GankroManish Goregaokar-35/+229
2015-07-16Rollup merge of #26695 - rutsky:patch-2, r=ManishearthManish Goregaokar-2/+2
2015-07-15Remove reference to gdb-pretty-struct-and-enums.rsTamir Duberstein-4/+0
2015-07-15doc: add rel=prev/next for links to adjacent sectionsVincent Bernat-0/+2
2015-07-15Add specializations of read_to_end for Stdin, TcpStream and File,Alisdair Owens-0/+166
2015-07-15Better detection of duplicate associated items.Nick Hamann-15/+111
2015-07-14Change int/uint => isize/usize in compiler docs.Nick Hamann-53/+53
2015-07-15Some more default implementations for the compiler driver callbacks.Nick Cameron-3/+9
2015-07-14Address more feedbackBrian Anderson-3/+3
2015-07-14Don't mention packed attribute in reference.mdSteven Allen-2/+0
2015-07-14Remove macro, import function and enumGuillaume Gomez-158/+155
2015-07-14Address more feedbackBrian Anderson-4/+5
2015-07-14core: Revive SipHash's testsUlrik Sverdrup-69/+61
2015-07-14don't ICE when FRU is used on an enum variantAriel Ben-Yehuda-1/+23
2015-07-14Arguments are now passed directly to the function instead of the enum variantsGuillaume Gomez-196/+197
2015-07-14Add regression test for #21140Corey Farwell-1/+18