about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-04-18libcore: make spawn_supervised documentation reflect its behaviour.Huon Wilson-2/+3
2013-04-18libcore: add an EnumerateIterator, like Python's `enumerate`.Huon Wilson-0/+35
2013-04-18Small typos, year date and URL of the fbuild system for reference.Olivier Saut-6/+7
2013-04-18sketch: Make rust sketch barf output prettierMarti Raudsepp-2/+2
2013-04-18auto merge of #5923 : thestinger/rust/iterator, r=graydonbors-1/+54
2013-04-18Errors with the same span print the span onceYoungmin Yoo-13/+147
2013-04-17auto merge of #5918 : catamorphism/rust/Warnings, r=catamorphismbors-2/+2
2013-04-17auto merge of #5912 : Dretch/rust/issue-2626, r=graydonbors-1/+1
2013-04-17auto merge of #5909 : brson/rust/rt4, r=graydonbors-449/+457
2013-04-17auto merge of #5908 : jbclements/rust/add-hygiene-machinery, r=graydonbors-114/+541
2013-04-17rustpkg: Add more testsTim Chevalier-0/+93
2013-04-17rustpkg: Add a list of rustpkg commands that should passTim Chevalier-0/+35
2013-04-17rustpkg: Don't execute the standard build logic if there is a pkg.rsTim Chevalier-4/+5
2013-04-17rustpkg: Change this example to show how to do a custom buildTim Chevalier-0/+6
2013-04-17rustpkg: Remove bogus .rc fileTim Chevalier-25/+1
2013-04-17vec: add an external iteratorDaniel Micay-1/+54
2013-04-17auto merge of #5726 : brson/rust/struct-return, r=brsonbors-157/+482
2013-04-17auto merge of #5725 : jdm/rust/muttrait, r=nikomatsakisbors-65/+162
2013-04-17rustpkg: Implement clean; replace boolean result flags with fail!()Tim Chevalier-159/+67
2013-04-17rustc: Use an out pointer to return structs in x86 C ABI. #5347Brian Anderson-91/+397
2013-04-17rustpkg: Add a few testsTim Chevalier-0/+161
2013-04-17rustpkg: Fail when crate inference fails; inject link attributesTim Chevalier-85/+142
2013-04-17Warning policeTim Chevalier-2/+2
2013-04-17Allow casting to mutable trait objects.Josh Matthews-65/+162
2013-04-16auto merge of #5913 : brson/rust/valgrind, r=brsonbors-0/+8
2013-04-16More valgrind suppressionsBrian Anderson-0/+8
2013-04-16Fix issue 2626 by un-ignoring the mysterious test_leaks, gareth-1/+1
2013-04-16auto merge of #5890 : youknowone/rust/const-eval, r=catamorphismbors-25/+24
2013-04-16Merge remote-tracking branch 'brson/sched-cleanup'Brian Anderson-449/+457
2013-04-16add self.token_to_str and is_any_keyword convenience abstractionsJohn Clements-25/+55
2013-04-16added MTWT functionsJohn Clements-66/+462
2013-04-16better error message on failure to parse typeJohn Clements-1/+2
2013-04-16move interner_key macroJohn Clements-22/+22
2013-04-16libcore: vec::windowed iterates, not allocates.Huon Wilson-16/+41
2013-04-15auto merge of #5901 : thestinger/rust/iterator, r=sanxiynbors-35/+40
2013-04-15auto merge of #5895 : huonw/rust/no-pub-tests, r=thestingerbors-2803/+2836
2013-04-15rustc: Anti-copy policeTim Chevalier-27/+22
2013-04-16libcore: missed an import for a testHuon Wilson-0/+1
2013-04-15core::rt: Clean up some more hacksBrian Anderson-12/+6
2013-04-15core::rt: Narrow down the unsafety of the thread-local schedulerBrian Anderson-47/+47
2013-04-15iterator: use an IteratorUtil traitDaniel Micay-35/+40
2013-04-15core::rt: Restructure context switches to take ownership of the SchedulerBrian Anderson-62/+94
2013-04-16librustdoc: move tests into dedicated tests module.Huon Wilson-1619/+1624
2013-04-16libcore,std,syntax,rustc: move tests into `mod tests`, make them private (no ...Huon Wilson-1184/+1211
2013-04-15auto merge of #5879 : astrieanna/rust/document_std_base64, r=catamorphismbors-1/+79
2013-04-15core::rt: Make Scheduler::unsafe_local return a fabricated region pointerBrian Anderson-247/+228
2013-04-15core::rt: Rename Scheduler::local to Scheduler::unsafe_localBrian Anderson-26/+30
2013-04-15core::rt: A little bit of cleanup to thread-local schedulerBrian Anderson-20/+13
2013-04-15core::rt: Move thread-local scheduler to its own moduleBrian Anderson-99/+109
2013-04-15core::rt: Fix two incorrect uses of the thread-local schedulerBrian Anderson-2/+8