about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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 #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-23Auto merge of #27962 - dotdash:overflow, r=alexcrichtonbors-35/+29
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-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-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
2015-08-23Add tip for E0369Guillaume Gomez-0/+3
2015-08-23Add example for E0390Guillaume Gomez-8/+14
2015-08-23Improve E0323 error explanationGuillaume Gomez-4/+4
2015-08-22Fix the Mac build, again.Richard Diamond-0/+1
2015-08-22Auto merge of #27914 - pnkfelix:fix-fcnr-for-valgrind, r=alexcrichtonbors-4/+28
2015-08-22Auto merge of #27896 - alexcrichton:into-raw-os-prelude, r=brsonbors-2/+2
2015-08-22Auto merge of #27565 - TimNN:dead-visit-type-in-path, r=nrcbors-0/+78
2015-08-22Don't emit memcpy's for zero-sized typesBjörn Steinbrink-0/+5
2015-08-22Add missing imports to `dladdr.rs` for Mac.Richard Diamond-0/+6
2015-08-22Auto merge of #27913 - birkenfeld:remove_suffix_len, r=alexcrichtonbors-27/+0
2015-08-22Auto merge of #27907 - huonw:simd, r=alexcrichtonbors-4/+7
2015-08-22Auto merge of #27892 - nikomatsakis:issue-27583, r=pnkfelixbors-116/+925