about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-09-18docs: Remove elipses from examples instead of commenting them outBrian Anderson-1/+1
2012-09-18libsyntax: Remove 'unchecked_blk' from ASTBrian Anderson-9/+2
2012-09-18Revert "rustc: Change all non-keyword uses of "link""Patrick Walton-88/+85
2012-09-18Remove 'unchecked' keywordBrian Anderson-9/+2
2012-09-18Replace uses of 'unchecked' with 'unsafe'Brian Anderson-107/+107
2012-09-18make filetype() include the "." (fixes #3412)Niko Matsakis-13/+37
2012-09-18rustc: Change all non-keyword uses of "link"Patrick Walton-85/+88
2012-09-18Add allow(non_camel_case_types) to unconverted cratesBrian Anderson-0/+7
2012-09-18core: Rename at_vec::unsafe to rawBrian Anderson-5/+5
2012-09-18Revert "Adapt callee to avoid intermediary for move/copy arguments (cc #3402)"Niko Matsakis-88/+80
2012-09-17warn(non_camel_case_types) by defaultBrian Anderson-6/+6
2012-09-17libcore: Fix cleanup for i386Patrick Walton-1/+6
2012-09-17Make auto-slice, auto-ptr not exclusive (fixes #3514)Niko Matsakis-7/+23
2012-09-17WIP: make autoslice, autoptr not be mutually exclusiveNiko Matsakis-36/+76
2012-09-17add a test and correct terminologyNiko Matsakis-5/+12
2012-09-16libcore: Log newtyped enums correctly. Closes #3506.Patrick Walton-10/+21
2012-09-15docs: Make supplemental tutorials testableBrian Anderson-1/+5
2012-09-15Make most send_map functions pureErick Tryzelaar-19/+19
2012-09-15libcore: add find_ref/get_ref to SendMap traitErick Tryzelaar-2/+9
2012-09-15vec::u8 => vec::bytes (#3444)Erick Tryzelaar-7/+7
2012-09-15io::Reader::chars_from_buf => chars_from_bytes (#3444)Erick Tryzelaar-2/+2
2012-09-15int/uint parse_buf => parse_bytes (#3444)Erick Tryzelaar-46/+46
2012-09-15libcore: rename *flate_buf to *flate_bytes (#3444)Erick Tryzelaar-10/+10
2012-09-15libcore: fix whitespace in str testErick Tryzelaar-1/+1
2012-09-15libcore: send_map test simplification.Erick Tryzelaar-6/+2
2012-09-15add some debug!'s to help diagnose failure of issue-1763.rsNiko Matsakis-1/+12
2012-09-15Fix broken assertion in regionck for code like (a[])()Niko Matsakis-4/+12
2012-09-15regionck: fix bug where autoref regions are not inferred to be large enoughNiko Matsakis-44/+101
2012-09-14rustc: Back out box annihilatorPatrick Walton-3/+10
2012-09-14Add core::reflect, start migrating core::repr to use it. Tidy up various Repr...Graydon Hoare-48/+925
2012-09-14rustc: Call the box annihilator in mainPatrick Walton-4/+8
2012-09-14libcore: Remove the annihilation tests; there's no easy way to make them work.Patrick Walton-54/+6
2012-09-14rustc: Make the box annihilator a language itemPatrick Walton-7/+24
2012-09-14Remove restricted keyword testsBrian Anderson-12/+0
2012-09-14libcore: Implement a box annihilator, not called yetPatrick Walton-0/+158
2012-09-14Have parser recognize static, self region.Niko Matsakis-59/+92
2012-09-14replace with_find_ref() with find_ref(), which is just nicer to useNiko Matsakis-32/+26
2012-09-14test: Use vec::as_imm_buf in bug-2470-bounds-check-overflow.rsPatrick Walton-2/+2
2012-09-14Adapt callee to avoid intermediary for move/copy arguments (cc #3402)Niko Matsakis-80/+88
2012-09-14libcore: Make enum logging significantly less clownshoes.Patrick Walton-16/+46
2012-09-13Teach path to collapse double-slashes in components. Close #3430.Graydon Hoare-11/+35
2012-09-13Fix implicit-instantiation of non-implicitly-copyable warnings.Graydon Hoare-4/+4
2012-09-13Fix unused variable warning.Graydon Hoare-1/+0
2012-09-13Promote 'fail' to a strict keywordBrian Anderson-2/+1
2012-09-13Fix stray vec::as_buf, try to put out fire on win32.Graydon Hoare-1/+1
2012-09-13Doc fix, close #3419Graydon Hoare-2/+2
2012-09-13Fix broken test in core::taskBrian Anderson-4/+8
2012-09-13fix some of the broken tests (the ones that were doing the right thing)Niko Matsakis-18/+15
2012-09-13core: Fix stray usage of vec::unsafe on FreeBSDBrian Anderson-1/+1
2012-09-13Fix bug in auto-ref on bounded type parametersNiko Matsakis-14/+92