| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-03-01 | Rename core::private to core::unstable. #4743 | Brian Anderson | -366/+0 | |
| 2013-02-28 | auto merge of #5176 : brson/rust/unwrap_shared_mutable_state, r=nikomatsakis | bors | -186/+4 | |
| r? This fixes the current [random failures](http://buildbot.rust-lang.org/builders/auto-linux/builds/291/steps/test/logs/stdio) on the bots and closes #4436 by removing `unwrap_shared_mutable_state` and the code that depends on it. The result is that ARC-like things will not be unwrappable. This feature is complex and is not used outside of test cases. Note that there is not consensus to remove it. (second commit) | ||||
| 2013-02-28 | core: Remove unwrap_shared_mutable_state. #4436 | Brian Anderson | -186/+4 | |
| 2013-02-28 | librustc: Mark all type implementations public. rs=impl-publicity | Patrick Walton | -2/+2 | |
| 2013-02-27 | Turn old `drop` blocks into `Drop` traits | Ben Striegel | -3/+12 | |
| 2013-02-26 | libcore: Move Cell to core and de-~mut core and std | Patrick Walton | -17/+23 | |
| 2013-02-22 | auto merge of #5078 : bblum/rust/incoming, r=brson | bors | -2/+3 | |
| r? @brson | ||||
| 2013-02-21 | core: Extract comm from pipes. #4742 | Brian Anderson | -13/+13 | |
| 2013-02-21 | Fix private::exclusive_unwrap_conflict test. Fixes #4689. | Ben Blum | -2/+3 | |
| 2013-02-21 | Moved core::extfmt to core::private::extfmt | Marvin Löbel | -0/+2 | |
| Needs a snapshot to remove stage0 extfmt export in core | ||||
| 2013-02-20 | auto merge of #5063 : pcwalton/rust/plussing, r=pcwalton | bors | -10/+10 | |
| 2013-02-20 | librustc: Separate most trait bounds with '+'. rs=plussing | Patrick Walton | -10/+10 | |
| 2013-02-20 | Changed a test to use intrinsics.rs and changed a few lines that were too ↵ | Matthijs 'Thiez' Hofstra | -1/+2 | |
| long, had bad whitespace, etc. | ||||
| 2013-02-20 | Created libcore/private/intrinsics.rs, which aims to contain every | Matthijs 'Thiez' Hofstra | -11/+6 | |
| rustc intrinsic. Several files in libcore have been changed to use these intrinsics. As of yet, none of the intrinsics are documented. | ||||
| 2013-02-15 | libcore: Get rid of `move`. | Luqman Aden | -41/+41 | |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. ↵ | Patrick Walton | -2/+2 | |
| rs=implflipping | ||||
| 2013-02-13 | Remove die!, raplace invocations with fail! Issue #4524 pt 3 | Nick Desaulniers | -3/+4 | |
| 2013-02-12 | Adjust borrow checker algorithm to address #4856 unsoundness, | Niko Matsakis | -13/+15 | |
| and then adjust code to match. rs=unsound (will review post-landing) | ||||
| 2013-02-11 | core: Fix files that needed GenericChan/Port from prelude | Zack Corr | -1/+1 | |
| 2013-02-07 | Merge pull request #4619 from brson/exchange | Brian Anderson | -0/+13 | |
| Some work on freestanding Rust: foreign calls, exchange allocator | ||||
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -5/+0 | |
| correct handling of moves for struct-record update. Part of #3678. Fixes #2828, #3904, #4719. | ||||
| 2013-02-06 | Rewrite the exchange allocator to work without an active scheduler. #4457 | Brian Anderson | -0/+13 | |
| 2013-02-04 | Ignore test exclusive_unwrap_conflict. #4689 | Brian Anderson | -1/+1 | |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -3/+3 | |
| 2013-01-29 | libcore: De-export libcore. rs=deexporting | Patrick Walton | -8/+6 | |
| 2013-01-29 | librustc: Disallow trait bounds in types, enumerations, and structure ↵ | Patrick Walton | -3/+3 | |
| definitions. r=tjc | ||||
| 2013-01-25 | Merge remote-tracking branch 'brson/nocommupstream' | Brian Anderson | -257/+17 | |
| Conflicts: src/libcore/private.rs src/libcore/task/mod.rs src/libcore/task/spawn.rs src/libstd/net_tcp.rs src/libstd/uv_global_loop.rs src/libstd/uv_iotask.rs | ||||
| 2013-01-24 | librustc: Make C functions unsafe | Patrick Walton | -2/+4 | |
| 2013-01-23 | core: Stop using oldcomm | Brian Anderson | -1/+0 | |
| 2013-01-23 | Remove old comm-based weak task interface | Brian Anderson | -102/+0 | |
| 2013-01-23 | core: Remove private::chan_from_global_ptr. #3915 | Brian Anderson | -152/+0 | |
| 2013-01-23 | core: Add new weak task API | Brian Anderson | -0/+2 | |
| 2013-01-23 | libsyntax: Remove `fn() unsafe { ... }`. r=graydon | Patrick Walton | -52/+64 | |
| 2013-01-18 | Comments: turn XXXes into FIXMEs | Tim Chevalier | -2/+2 | |
| 2013-01-17 | Add `finally` method for deferred execution | Brian Anderson | -0/+2 | |
| 2013-01-17 | core: Add private global data interface. #3915 | Brian Anderson | -0/+8 | |
| 2013-01-15 | Add at_exit function #4450 | Brian Anderson | -0/+3 | |
| 2013-01-15 | Swap return value order in pipes::oneshot Issue #4496 | Nick Desaulniers | -2/+2 | |
| 2013-01-11 | Long lines | Brian Anderson | -2/+5 | |
| 2013-01-11 | Add core::private::run_in_bare_thread | Brian Anderson | -0/+34 | |
| This begins executing Rust code in a fresh context with no runtime environment | ||||
| 2013-01-10 | librustc: Make all external functions unsafe. r=tjc | Patrick Walton | -11/+20 | |
| 2013-01-10 | core: Change XXXs into proper FIXMEs with issue numbers | Tim Chevalier | -2/+1 | |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest ↵ | Patrick Walton | -0/+4 | |
| module scope. r=tjc | ||||
| 2013-01-08 | Revert "librustc: Make unqualified identifier searches terminate at the ↵ | Patrick Walton | -4/+0 | |
| nearest module scope. r=tjc" This reverts commit a8d37af2473da79be704c9ce2374f278c47177b6. | ||||
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest ↵ | Patrick Walton | -0/+4 | |
| module scope. r=tjc | ||||
| 2012-12-27 | librustc: Fix the test runner, the condition system, and core test. rs=bustage | Patrick Walton | -0/+9 | |
| 2012-12-27 | librustc: Terminate name searches at the nearest module scope for paths that ↵ | Patrick Walton | -2/+8 | |
| contain at least two components. r=graydon | ||||
| 2012-12-14 | Rename core::comm to core::oldcomm | Brian Anderson | -33/+33 | |
| 2012-12-14 | Stop using spawn_conversation in chan_from_global_ptr | Brian Anderson | -7/+13 | |
| 2012-12-13 | Rename Send trait to Owned | Brian Anderson | -13/+13 | |
