about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2013-01-14allowing the entry point name to be something other than mainILyoan-14/+127
2013-01-14Merge pull request #4477 from jld/char-reprBrian Anderson-1/+1
2013-01-14Add Kyeongwoon Lee to AUTHORSBrian Anderson-0/+1
2013-01-14Add cfg attrs to handle auto_encode transitionBrian Anderson-0/+58
2013-01-14Merge remote-tracking branch 'mneumann/f-serialize'Brian Anderson-10/+12
2013-01-14Merge pull request #4486 from thestinger/spellingGraydon Hoare-3/+3
2013-01-14spelling fixes for iter module docstringsDaniel Micay-3/+3
2013-01-13Reflect on char as u32, not uint (which may be u64).Jed Davis-1/+1
2013-01-13Win32 build fixBrian Anderson-1/+1
2013-01-13Add FIXME's for #4404. Android JNI hacksBrian Anderson-0/+2
2013-01-13More android supportILyoan-3/+834
2013-01-13Support ARM and Androidkyeongwoon-30/+599
2013-01-13Update libuv for AndroidBrian Anderson-0/+0
2013-01-13Long linesTim Chevalier-4/+8
2013-01-13Merge pull request #4474 from tychosci/readlink_safeTim Chevalier-2/+11
2013-01-13Merge pull request #4411 from wting/4203_rename_memcpyTim Chevalier-29/+29
2013-01-13Merge pull request #4444 from JensNockert/pub-semaphoreTim Chevalier-1/+1
2013-01-13Merge pull request #4459 from jld/constenumTim Chevalier-50/+185
2013-01-13Make vectors (& old ports) of zero-size types allocate one byte each.Jed Davis-15/+59
2013-01-13Make empty structs debug-printableJed Davis-5/+8
2013-01-13Correct (I hope) amd64 ABI handling for empty structsJed Davis-14/+14
2013-01-13One more place where for loops and their bodies need to be unconfused.Jed Davis-1/+1
2013-01-13Fix long lines in for loop trans changeJed Davis-7/+9
2013-01-13For `for` loop bodies, translate the type of the closureNiko Matsakis-11/+35
2013-01-13Make () actually size 0Jed Davis-19/+2
2013-01-14core: Use libc::readlink function properlyTycho Sci-2/+11
2013-01-13core: Align cmp::le() with the other implementationsPeter Williams-4/+10
2013-01-13Merge pull request #4465 from thestinger/optionTim Chevalier-1/+42
2013-01-13Merge pull request #4467 from gifnksm/inlining-coreTim Chevalier-0/+338
2013-01-13Merge pull request #4460 from pkgw/pr-tut-typoTim Chevalier-1/+1
2013-01-13add Option methods for in-place mutationDaniel Micay-0/+16
2013-01-14Inlining methods/functions in core.gifnksm-0/+338
2013-01-13avoid unwrap in Option::map_consume implementationDaniel Micay-1/+1
2013-01-13add Option map_consume_default methodDaniel Micay-0/+7
2013-01-13add Option methods for swap_unwrap and map_consumeDaniel Micay-0/+18
2013-01-12doc: Fix spelling error in macro tutorialPeter Williams-1/+1
2013-01-12libstd: "target_os = win32", not "target_os = windows". rs=bustagePatrick Walton-2/+2
2013-01-11Regression tests for passing enum-typed consts by reference.Jed Davis-0/+48
2013-01-11Add more tests for enum constants.Jed Davis-1/+67
2013-01-11Omit needless zeroes for C-like variants of non-C-like enumsJed Davis-12/+1
2013-01-11Allow consts to be non-nullary enum constructorsJed Davis-1/+20
2013-01-11Allow consts' LLVM types to depend on their initializers.Jed Davis-12/+22
2013-01-11Factor out base::get_discrim_val from const translationJed Davis-24/+27
2013-01-11Add William Ting to AUTHORSTim Chevalier-0/+1
2013-01-11Merge pull request #4443 from wting/4386_add_privsTim Chevalier-6/+7
2013-01-11Merge pull request #4445 from apasel422/notopTim Chevalier-45/+70
2013-01-11Merge pull request #4452 from apasel422/cond-macro-fixTim Chevalier-1/+1
2013-01-11Merge pull request #4453 from crabtw/clang3.2Tim Chevalier-1/+1
2013-01-12support clang 3.2Jyun-Yan You-1/+1
2013-01-11libsyntax: Fix name generation in condition! macroAndrew Paseltiner-1/+1