summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-08-24Clarify a sentence in the BookMatěj Grabovský-2/+2
2015-08-24Atomically open files with O_CLOEXEC where possibleTobias Bucher-1/+25
2015-08-24fix testAriel Ben-Yehuda-2/+2
2015-08-24store the CodeExtent directly in FreeRegionAriel Ben-Yehuda-55/+36
2015-08-24Use a Vec instead of an HashMap for the scope hierarchyAriel Ben-Yehuda-540/+561
2015-08-24Use a u32 instead of a usize in CodeExtentAriel Ben-Yehuda-6/+5
2015-08-24split ReInfer into ReVar and ReSkolemizedAriel Ben-Yehuda-76/+65
2015-08-24Auto merge of #27976 - sfackler:addrparseerror-error, r=alexcrichtonbors-1/+17
2015-08-24Add stability markers for new implsSteven Fackler-0/+2
2015-08-24Minimize the implementation of `Rem` in libcoreAndrea Canciani-32/+13
2015-08-24Auto merge of #27857 - Manishearth:improve-fnkind, r=pnkfelixbors-16/+15
2015-08-24purge DEF_ID_DEBUG TLS variable, and just always print a path, since INiko Matsakis-44/+30
2015-08-24convert to use `is_local` instead of `== LOCAL_CRATE`Niko Matsakis-63/+61
2015-08-24fallout from moving def-idNiko Matsakis-978/+1031
2015-08-24move def-id to rustc crateNiko Matsakis-38/+57
2015-08-23Implement Error for AddrParseErrorSteven Fackler-1/+15
2015-08-24Fix compile-fail tests on windowsDiggory Blake-2/+15
2015-08-24i686-linux-android: Removing useless cfgs.Overmind JIANG-5/+0
2015-08-23Auto merge of #27962 - dotdash:overflow, r=alexcrichtonbors-35/+29
2015-08-23book: Talk about ignore attribute in testing guideAdam Crume-0/+57
2015-08-23Add Send/Sync traits on LookupHost structGuillaume Gomez-0/+3
2015-08-23Auto merge of #27586 - GuillaumeGomez:patch-2, r=Manishearthbors-7/+185
2015-08-23Auto merge of #27960 - dotdash:zerosize_lifetime, r=alexcrichtonbors-4/+12
2015-08-23Auto merge of #27948 - wthrowe:f64-sqrt, r=alexcrichtonbors-1/+5
2015-08-23i686-linux-android: set -mcpu to pentium4.Overmind JIANG-1/+4
2015-08-23Auto merge of #27961 - Manishearth:fix-rustcdatastructures-docs, r=eddybbors-1/+1
2015-08-23Improve codegen for the various "with overflow" intrinsicsBjörn Steinbrink-35/+29
2015-08-23Fix panic in docs for librustc_data_structuresManish Goregaokar-1/+1
2015-08-23Omit lifetime intrinsics for zero-sized typesBjörn Steinbrink-4/+12
2015-08-23Auto merge of #27944 - dotdash:zst_memcpy, r=eddybbors-0/+5
2015-08-23Auto merge of #27931 - tbu-:pr_liblibc_void, r=alexcrichtonbors-5/+6
2015-08-23Auto merge of #27927 - DiamondLovesYou:no-asm, r=alexcrichtonbors-0/+49
2015-08-23New cross target: i686-linux-androidTim JIANG-10/+50
2015-08-23Auto merge of #27922 - tshepang:dst-definition, r=alexcrichtonbors-0/+6
2015-08-23Auto merge of #27919 - Eljay:doc-varargs, r=alexcrichtonbors-1/+24
2015-08-23Auto merge of #27912 - DiamondLovesYou:backtrace-refactor, r=alexcrichtonbors-586/+688
2015-08-23Auto merge of #27947 - steveklabnik:rollup, r=steveklabnikbors-18/+21
2015-08-22Fix undefined behavior in f64::sqrtWilliam Throwe-1/+5
2015-08-22Rollup merge of #27935 - mbrubeck:cfg-test, r=steveklabnikSteve Klabnik-0/+1
2015-08-22Rollup merge of #27934 - MatejLach:spacing_fix, r=steveklabnikSteve Klabnik-2/+2
2015-08-22Rollup merge of #27926 - durka:emphasize-no-bin-doctest, r=steveklabnikSteve Klabnik-8/+8
2015-08-22Rollup merge of #27924 - pornel:bookthreadjoin, r=steveklabnikSteve Klabnik-3/+5
2015-08-22Rollup merge of #27921 - tshepang:missing-words, r=steveklabnikSteve Klabnik-1/+1
2015-08-22Rollup merge of #27920 - tshepang:ancient-syntax, r=steveklabnikSteve Klabnik-1/+1
2015-08-22Rollup merge of #27904 - tshepang:nit, r=nikomatsakisSteve Klabnik-1/+1
2015-08-22Rollup merge of #27903 - tshepang:improve-example, r=steveklabnikSteve Klabnik-2/+2
2015-08-22Auto merge of #27915 - SimonSapin:dotted_i, r=alexcrichtonbors-21/+17
2015-08-23add help for E0390Manish Goregaokar-0/+2
2015-08-23Remove E0103 long error explanation until we don't know what's going onGuillaume Gomez-11/+2
2015-08-23Improve error explanation and example in E0390Guillaume Gomez-3/+13