| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under ↵ | Graydon Hoare | -0/+1 | |
| #[legacy_exports]; | ||||
| 2012-09-19 | demode the each() method on vec and other iterables. | Niko Matsakis | -1/+2 | |
| 2012-09-19 | V2: now with more locks! | Philipp Brüschweiler | -2/+2 | |
| 2012-09-19 | core: Allocate threads on demand, not on scheduler startup | Philipp Brüschweiler | -2/+2 | |
| API change: rust_kernel::create_scheduler() or rust_scheduler::rust_scheduler() respecitevly now take ownership of the launch factory argument, it is needed to create new threads on demand. Also renames rustrt::sched_threads() to rustrt::rust_sched_threads() for consistency. Added rustrt::rust_max_sched_threads() to return the maximal number of scheduled threads of the current scheduler. Fixes #3493. | ||||
| 2012-08-27 | Camel case various core constructors | Brian Anderson | -1/+1 | |
| 2012-07-18 | Remove nonexistent imports | Tim Chevalier | -4/+0 | |
| 2012-07-17 | finish fixing broken un-unsupervise windows tests | Ben Blum | -1/+1 | |
| 2012-07-17 | fix no-longer-unsupervise test cases on windows | Ben Blum | -1/+1 | |
| 2012-07-17 | Change all test/run-pass uses of rustrt::unsupervise() to something else | Ben Blum | -2/+2 | |
| 2012-07-14 | Move the world over to using the new style string literals and types. Closes ↵ | Michael Sullivan | -2/+2 | |
| #2907. | ||||
| 2012-07-03 | Switch 'native' to 'extern' (or 'foreign' in some descriptions) | Graydon Hoare | -1/+1 | |
| 2012-07-01 | Convert to new closure syntax | Brian Anderson | -2/+2 | |
| 2012-06-30 | Eliminate usages of old sugared call syntax | Brian Anderson | -1/+1 | |
| 2012-06-29 | Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. | Michael Sullivan | -2/+2 | |
| 2012-06-28 | Fix sys::refcount and remove dbg::refcount | Ben Blum | -4/+1 | |
| 2012-06-25 | Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. | Michael Sullivan | -1/+1 | |
| 2012-04-06 | Convert old-style for loops to new-style | Marijn Haverbeke | -1/+1 | |
| Most could use the each method, but because of the hack used to disambiguate old- and new-style loops, some had to use vec::each. (This hack will go away soon.) Issue #1619 | ||||
| 2012-03-13 | Overhaul constructor naming in libs | Brian Anderson | -1/+1 | |
| 2012-02-20 | core: New task API | Brian Anderson | -1/+1 | |
| 2012-02-03 | Remove experimental GC code | Marijn Haverbeke | -3/+0 | |
| It's been sitting unused long enough to have bitrotted completely. | ||||
| 2012-02-02 | rt: Remove task pinning. Does nothing | Brian Anderson | -6/+0 | |
| 2012-01-29 | rt: Remove set_min_stack | Brian Anderson | -2/+0 | |
| 2012-01-13 | deprecate fn exprs and the fn() type, preferring fn@ and native fn | Niko Matsakis | -2/+2 | |
| 2012-01-06 | port over the tests to use the new API | Niko Matsakis | -4/+3 | |
| 2011-12-18 | test: Enable all morestack tests | Brian Anderson | -3/+0 | |
| 2011-12-13 | Copy first batch of material from libstd to libcore. | Graydon Hoare | -1/+1 | |
| 2011-12-05 | test: Test hitting the dynamic linker in the red zone | Brian Anderson | -0/+81 | |
