about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-07-09Auto merge of #26879 - GuillaumeGomez:patch-1, r=arielb1bors-3/+66
2015-07-09io: Use Vec::resize in Cursor<Vec<u8>> for more efficient zero fillUlrik Sverdrup-2/+3
2015-07-08Auto merge of #26869 - alexcrichton:fix-msvc-sepcomp, r=nrcbors-252/+289
2015-07-08trans: Link rlibs to dylibs with --whole-archiveAlex Crichton-129/+229
2015-07-08Update the installer to support netbsdAlex HotShot Newman-0/+0
2015-07-08Auto merge of #26849 - bluss:read-to-end-memset, r=alexcrichtonbors-27/+40
2015-07-08Remove snake_case names from ty.rsJared Roesch-285/+277
2015-07-08Make `std::env::current_dir` work for path names longer than 2048 bytes on no...Tobias Bucher-10/+49
2015-07-08io: Simplify BufReader::with_capacityUlrik Sverdrup-4/+1
2015-07-08Improve Vec::resize so that it can be used in Read::read_to_endUlrik Sverdrup-23/+39
2015-07-08Add E0232 error explanationGuillaume Gomez-3/+18
2015-07-08Add E0220 error explanationGuillaume Gomez-3/+28
2015-07-08Rollup merge of #26893 - dhuseby:fixing_freebsd_tests, r=alexcrichtonSteve Klabnik-1/+10
2015-07-08this fixes the test failures on freebsdDave Huseby-1/+10
2015-07-08Rollup merge of #26892 - steveklabnik:gh26482, r=alexcrichtonSteve Klabnik-3/+5
2015-07-08TRPL: make version constraits explicitSteve Klabnik-3/+5
2015-07-08Rollup merge of #26891 - steveklabnik:gh26552, r=huonwSteve Klabnik-0/+4
2015-07-08Fix up unsafe section of slice::from_raw_partsSteve Klabnik-0/+4
2015-07-08Rollup merge of #26889 - sanxiyn:fixme, r=alexcrichtonSteve Klabnik-5/+0
2015-07-08Rollup merge of #26850 - steveklabnik:more_format_docs, r=alexcrichtonSteve Klabnik-0/+43
2015-07-08Make mention of alternate flags in std::fmt traitsSteve Klabnik-0/+43
2015-07-08Rollup merge of #26784 - birkenfeld:patch-2, r=steveklabnikSteve Klabnik-8/+8
2015-07-08Rollup merge of #26687 - christianweinz:patch-1, r=huonwSteve Klabnik-1/+1
2015-07-08Remove a FIXMESeo Sanghyeon-5/+0
2015-07-08Use wrapping_div call and correct the feature nameMathijs van de Nes-2/+2
2015-07-08Implement Div for Wrapping<T>Mathijs van de Nes-0/+10
2015-07-08Improve PartialEq for slicesBjörn Steinbrink-4/+22
2015-07-08Report memory use in time-passes on WindowsPeter Atashian-5/+40
2015-07-08librustdoc: generalise handling of keyboard shortcutsAndreas Tolfsen-44/+48
2015-07-08librustdoc: sharpen help dialogue edgesAndreas Tolfsen-5/+4
2015-07-08Add E0191 error explanationGuillaume Gomez-1/+24
2015-07-08Fixed some occurrences of 'if' being spelled 'iff'Esption-25/+25
2015-07-08Auto merge of #26863 - brson:revert-stageversion, r=alexcrichtonbors-14/+0
2015-07-08Change some free functions into methods in libsyntax/diagnostic.rsP1start-396/+392
2015-07-08Auto merge of #26859 - arielb1:const-deref-again, r=eddybbors-18/+58
2015-07-07msvc: Get codegen-units workingAlex Crichton-123/+60
2015-07-08reference: miscellaneous fixesTshepang Lekhonkhobe-8/+8
2015-07-07Auto merge of #26861 - steveklabnik:rollup, r=steveklabnikbors-23/+144
2015-07-07Revert "rustc_driver: Print stage info in --version --verbose"Brian Anderson-16/+0
2015-07-07Revert "rustc_driver: Omit stage info for stage2+"Brian Anderson-3/+5
2015-07-07Auto merge of #26747 - huonw:stability-issue, r=alexcrichtonbors-25/+92
2015-07-07mark user-defined derefs as non-constantAriel Ben-Yehuda-1/+45
2015-07-07use is_method_call rather than directly accessing the method_mapAriel Ben-Yehuda-17/+13
2015-07-07Rollup merge of #26857 - GuillaumeGomez:patch-1, r=steveklabnikSteve Klabnik-0/+1
2015-07-07Add missing "```"Guillaume Gomez-0/+1
2015-07-07Rollup merge of #26855 - steveklabnik:gh26344, r=alexcrichtonSteve Klabnik-5/+6
2015-07-07Rollup merge of #26854 - steveklabnik:gh26345, r=alexcrichtonSteve Klabnik-1/+14
2015-07-07Rollup merge of #26853 - steveklabnik:gh26346, r=GankroSteve Klabnik-14/+14
2015-07-07Re-word UB in unsafe guideSteve Klabnik-14/+14
2015-07-07Rollup merge of #26852 - steveklabnik:gh26375, r=alexcrichtonSteve Klabnik-0/+29