about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-05-22revert no-longer-required workaround for mystery bug, close #3396Graydon Hoare-11/+2
2013-05-22testsuite: Make main fn publicTim Chevalier-1/+1
2013-05-22testsuite: Add passing test for #4107Tim Chevalier-0/+33
2013-05-22auto merge of #6672 : yjh0502/rust/fix_6342, r=graydonbors-4/+26
2013-05-22Implement static_assert attributeCorey Richardson-1/+43
2013-05-22declare that "///" is still a doc comment, just not "////+" (fixes #5838)Benjamin Herr-2/+9
2013-05-22add smallintsetJihyun Yu-1/+242
2013-05-22auto merge of #6671 : kud1ing/rust/patch-1, r=z0w0bors-1/+1
2013-05-22Fix #6342Jihyun Yu-4/+26
2013-05-22"Type :help for help", similar to ghcikud1ing-1/+1
2013-05-22fix issue #6209Jihyun Yu-79/+181
2013-05-22fix arm stack alignmentJyun-Yan You-3/+7
2013-05-21auto merge of #6665 : catamorphism/rust/issue-5741, r=nikomatsakisbors-0/+18
2013-05-21auto merge of #6664 : catamorphism/rust/issue-3796, r=catamorphismbors-1/+36
2013-05-21auto merge of #6662 : catamorphism/rust/issue-4780, r=catamorphismbors-0/+14
2013-05-21rustc: Don't generate code for unreachable expressionsTim Chevalier-0/+18
2013-05-21testsuite: Add xfailed test casesTim Chevalier-0/+35
2013-05-21testsuite: Update test for #2478. Still xfailedTim Chevalier-1/+1
2013-05-21testsuite: Test for #4780Tim Chevalier-0/+14
2013-05-21auto merge of #6658 : sanxiyn/rust/static-string-2, r=thestingerbors-11/+11
2013-05-21auto merge of #6657 : sanxiyn/rust/allocation, r=thestingerbors-88/+88
2013-05-22Use static stringsSeo Sanghyeon-9/+9
2013-05-21auto merge of #6611 : huonw/rust/syntax-ext-no-dup, r=jbclementsbors-2250/+1667
2013-05-22Take string slicesSeo Sanghyeon-2/+2
2013-05-22syntax/ext: convert all AstBuilder methods to a uniform syntax.Huon Wilson-1686/+998
2013-05-22syntax/ext: migrate build.rs functions to AstBuilder methods.Huon Wilson-925/+1126
2013-05-21Remove unnecessary allocations flagged by lint from fuzzerSeo Sanghyeon-23/+23
2013-05-22syntax/ext: collect the ast building traits into a single trait.Huon Wilson-493/+420
2013-05-22syntax/ext: modernise ext_ctxt to be CamelCase and use new.Huon Wilson-332/+331
2013-05-22syntax/ext: Remove the trait-object indirection of the ext_ctxt object.Huon Wilson-106/+82
2013-05-21Remove unnecessary allocations flagged by lint from rustpkgSeo Sanghyeon-29/+29
2013-05-21Remove unnecessary allocations flagged by lint from rustdocSeo Sanghyeon-36/+36
2013-05-21syntax/ext: remove the ~str dependence of the deriving code.Huon Wilson-79/+81
2013-05-21auto merge of #6654 : sanxiyn/rust/accurate-span-2, r=bstriebors-2/+2
2013-05-21Correct span for unused_importSeo Sanghyeon-1/+1
2013-05-21Correct span for expr_vecSeo Sanghyeon-1/+1
2013-05-21auto merge of #6650 : crabtw/rust/mips-rt, r=sanxiynbors-3/+7
2013-05-21auto merge of #6648 : alexcrichton/rust/issue-6633, r=graydonbors-1/+34
2013-05-20auto merge of #6647 : alexcrichton/rust/unnecessary-alloc, r=graydonbors-1030/+1095
2013-05-20auto merge of #6646 : dotdash/rust/method_lookup, r=brsonbors-91/+100
2013-05-20auto merge of #6626 : brson/rust/io-upstream, r=graydonbors-321/+466
2013-05-21fix mips stack alignmentJyun-Yan You-3/+7
2013-05-20auto merge of #6604 : bjz/rust/ptr-to-option, r=brsonbors-0/+51
2013-05-20auto merge of #6649 : brson/rust/atomic-load-align, r=graydonbors-11/+17
2013-05-20auto merge of #6576 : nikomatsakis/rust/issue-5362-tuple-indices, r=graydonbors-81/+246
2013-05-20rustllvm: Use target alignment for atomic load/storeBrian Anderson-11/+17
2013-05-20auto merge of #6528 : brson/rust/docs, r=brsonbors-4/+6
2013-05-20auto merge of #6372 : brson/rust/intrinsics, r=catamorphismbors-54/+25
2013-05-20core::rt: Convert unsafe_borrow_io to a Local implBrian Anderson-18/+29
2013-05-20core::rt: Implement Local for TaskBrian Anderson-49/+60