summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-02-07implement BaseIter for SmallIntMapDaniel Micay-14/+19
2013-02-07make Option's map and map_default use a lifetimeDaniel Micay-15/+9
2013-02-07implement BaseIter for TreeMapDaniel Micay-18/+29
2013-02-07rm each method from the Map traitDaniel Micay-39/+41
2013-02-07Fix vector indexing in consts so it works with the enum vector const fix.Jed Davis-10/+38
2013-02-07Make tuple-like structs containing enums work as constants.Jed Davis-4/+40
2013-02-07Fix const enum type issues for structs.Jed Davis-2/+39
2013-02-07Add a test for vstore, which already worksJed Davis-0/+23
2013-02-07Fix pointer consts to work with enumsJed Davis-3/+20
2013-02-07Make vectors of enums work as constantsJed Davis-1/+30
2013-02-07core: Remove transitional codeTim Chevalier-11/+0
2013-02-07Also need to pad out "C-like" enum consts (paths as well as calls).Jed Davis-1/+25
2013-02-07Pad out enum consts to the expected size; makes enums in tuples work.Jed Davis-1/+27
2013-02-07Fix const enums better: let them have the same alignment as an "opaque enum".Jed Davis-1/+6
2013-02-07add a BaseIter implementation for PriorityQueueDaniel Micay-0/+9
2013-02-07librustc: Lots of de-muting. rs=demutingPatrick Walton-2085/+2433
2013-02-08Added a few missing 'pub'sViktor Dahl-5/+5
2013-02-07auto merge of #4803 : alexcrichton/rust/fix-unused-imports, r=graydonbors-28/+82
2013-02-08Moved experimental compiler flags to -Z (#4740)Viktor Dahl-13/+18
2013-02-07auto merge of #4791 : jbclements/rust/demodeing-and-deGCing, r=jbclements,brsonbors-67/+70
2013-02-07Merge pull request #4619 from brson/exchangeBrian Anderson-120/+305
2013-02-07auto merge of #4832 : sanxiyn/rust/pretty-exact, r=graydonbors-10/+8
2013-02-08Change pretty-exact to pp-exactSeo Sanghyeon-10/+8
2013-02-07auto merge of #4831 : bjz/rust/incoming, r=pcwaltonbors-11/+48
2013-02-08Fix broken testsBrendan Zabarauskas-2/+2
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-2361/+2053
2013-02-07auto merge of #4823 : pcwalton/rust/enum-variant-discriminants, r=graydonbors-24/+3
2013-02-07Merge branch 'incoming' of https://github.com/mozilla/rust into incomingBrendan Zabarauskas-153/+363
2013-02-07Add type parameter for epsilon valueBrendan Zabarauskas-5/+42
2013-02-07auto merge of #4816 : lifthrasiir/rust/float-literal, r=graydonbors-0/+41
2013-02-06auto merge of #4815 : thestinger/rust/treemap, r=pcwaltonbors-90/+72
2013-02-06Merge pull request #4811 from catamorphism/issue-4523-testcasePatrick Walton-0/+17
2013-02-06auto merge of #4801 : z0w0/rust/randomtrait, r=graydonbors-0/+100
2013-02-06Fix sample program to compile in modern rustMatthew McPherrin-42/+44
2013-02-06auto merge of #4795 : catamorphism/rust/less-copy, r=catamorphismbors-14/+16
2013-02-06librustc: Attempt to put out burning tree by fixing translation of unary nega...Patrick Walton-15/+31
2013-02-07Convert fuzzy_epsilon constant to upper case and make publicBrendan Zabarauskas-4/+4
2013-02-06librustc: Stop loading enum variant discriminants from memoryPatrick Walton-24/+3
2013-02-06remove old snapshot workaround from smallintmapDaniel Micay-4/+0
2013-02-06treemap: make map_next and set_next publicDaniel Micay-2/+2
2013-02-06update treemap FIXMEDaniel Micay-1/+1
2013-02-06get rid of implicit vec copies in treemap iteratorDaniel Micay-69/+67
2013-02-06treemap: get rid of some implicit vector copiesDaniel Micay-2/+2
2013-02-06remove issue #3148 workarounds (no longer needed)Daniel Micay-14/+2
2013-02-06librustc: Change i1 to i8 for bools. Attempts to put out burning tree. rs=bur...Patrick Walton-34/+86
2013-02-06Rewrite the exchange allocator to work without an active scheduler. #4457Brian Anderson-101/+233
2013-02-06Make foreign calls work outside of tasks. #4451Brian Anderson-16/+56
2013-02-06rustc: Less copyTim Chevalier-14/+16
2013-02-06rt: Add rust_try_get_current_taskBrian Anderson-3/+16
2013-02-06got rid of last empty linesKang Seonghoon-2/+0