summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-10-27rustpkg: Build dependencies into the correct workspace when using --rust-path...Tim Chevalier-12/+45
2013-10-27make the bottom type immediateDaniel Micay-0/+1
2013-10-27Ignore a test which never completes on windowsAlex Crichton-0/+1
2013-10-27auto merge of #10026 : luqmana/rust/mut-pat, r=pcwaltonbors-168/+224
2013-10-26Fix a typo in a rt::io::signal testAlex Crichton-1/+1
2013-10-27Make the documentation for std::task::spawn_sched render correctly.Huon Wilson-2/+2
2013-10-26Implement another error code found on windows.Alex Crichton-6/+15
2013-10-26Make addl_lib_search_paths a HashSet (Closes #7718).Joshua Yanovski-23/+42
2013-10-26auto merge of #10072 : brson/rust/modelines, r=thestingerbors-125/+2
2013-10-26Rewrite boxed_region/memory_region in RustAlex Crichton-650/+253
2013-10-26auto merge of #10070 : alexcrichton/rust/fewer-missiles, r=brsonbors-36/+49
2013-10-25Enhance timers to create portsAlex Crichton-6/+170
2013-10-25Encapsulate the lock-free mpsc queue in the MessageQueue typeBrian Anderson-57/+15
2013-10-25Add links to original mpmc and mpsc implementationsBrian Anderson-0/+3
2013-10-25TidyBrian Anderson-6/+8
2013-10-25minorJason Toffaletti-2/+6
2013-10-25minorJason Toffaletti-2/+2
2013-10-25fix bug introduced by previous clean up. more clean up.Jason Toffaletti-23/+19
2013-10-25clean upJason Toffaletti-36/+38
2013-10-25add padding to prevent false sharingJason Toffaletti-0/+8
2013-10-25add multi-producer multi-consumer bounded queue to use for sleeper listJason Toffaletti-56/+211
2013-10-25add cache line paddingJason Toffaletti-4/+11
2013-10-25lock-free queue for scheduler message queueJason Toffaletti-4/+210
2013-10-25Remove ancient emacs mode lines from test casesBrian Anderson-125/+2
2013-10-25Fire fewer homing missilesAlex Crichton-36/+49
2013-10-25auto merge of #10067 : sanxiyn/rust/addr-of-bot, r=thestingerbors-6/+24
2013-10-25auto merge of #10066 : sanxiyn/rust/mut-ptr-clone, r=thestingerbors-0/+7
2013-10-25auto merge of #10060 : alexcrichton/rust/cached-stdout, r=brsonbors-31/+139
2013-10-25Cache and buffer stdout per-task for printingAlex Crichton-31/+139
2013-10-25Allow taking address of bottomSeo Sanghyeon-6/+24
2013-10-25Implement Clone trait for mutable unsafe pointersSeo Sanghyeon-0/+7
2013-10-25auto merge of #10054 : alexcrichton/rust/basic-event-loop, r=brsonbors-88/+494
2013-10-24Implement a basic event loop built on LittleLockAlex Crichton-68/+429
2013-10-24auto merge of #10061 : thestinger/rust/rustc, r=alexcrichtonbors-35/+0
2013-10-25libsyntax: Get rid of obsolete obsolete warning.Luqman Aden-6/+0
2013-10-25librustc: Don't emit unused mut lint twice.Luqman Aden-24/+17
2013-10-25Test for mut in ident patterns.Luqman Aden-0/+115
2013-10-25libsyntax: Get rid of some logic for some obsolete syntax.Luqman Aden-14/+5
2013-10-25libsyntax/librustc: Allow mut qualifier in patterns.Luqman Aden-148/+111
2013-10-24remove some dead trans codeDaniel Micay-35/+0
2013-10-24auto merge of #10059 : thestinger/rust/glue, r=pcwaltonbors-7/+0
2013-10-24stop trying to outsmart LLVM inline heuristicsDaniel Micay-7/+0
2013-10-24auto merge of #10055 : pcwalton/rust/arc-clone-inline, r=alexcrichtonbors-0/+5
2013-10-24Remove the 'callback_ms' function from EventLoopAlex Crichton-20/+3
2013-10-24Fix a bug with the scheduler and destructor orderAlex Crichton-1/+63
2013-10-24Another round of test fixes and merge conflictsAlex Crichton-174/+264
2013-10-24Bring io::signal up to date with changes to rt::rtioAlex Crichton-79/+75
2013-10-24wrapping libuv signal for use in RustDo Nhat Minh-0/+392
2013-10-24Fixing some tests, adding some pipesAlex Crichton-5/+43
2013-10-24Migrate std::run to libuv processesAlex Crichton-19/+40