| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-01-25 | Declare std::arc::unwrap to be pub | Cody Schroeder | -1/+1 | |
| 2013-01-24 | librustc: Allow `&mut` to be loaned; allow `self` to be loaned; make `&mut` ↵ | Patrick Walton | -12/+19 | |
| loanable to `&`. r=nmatsakis | ||||
| 2013-01-17 | librustc: Implement write guards for borrowing `@mut` to `&` or `&mut`. ↵ | Patrick Walton | -6/+8 | |
| r=nmatsakis | ||||
| 2013-01-15 | Swap return value order in pipes::oneshot Issue #4496 | Nick Desaulniers | -1/+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-28 | libstd: Fix tests. rs=bustage | Patrick Walton | -0/+2 | |
| 2012-12-27 | libstd: Fix a bunch of resolve errors in tests. rs=fire | Patrick Walton | -1/+7 | |
| 2012-12-27 | librustc: Terminate name searches at the nearest module scope for paths that ↵ | Patrick Walton | -6/+11 | |
| contain at least two components. r=graydon | ||||
| 2012-12-13 | Rename Send trait to Owned | Brian Anderson | -25/+25 | |
| 2012-12-11 | Reverse the order of the results of pipes::stream | Tim Chevalier | -6/+6 | |
| As per #3637. | ||||
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 | |
| 2012-11-29 | librustc: Make the Drop trait use explicit self | Patrick Walton | -1/+1 | |
| 2012-11-27 | core: Add Clone trait | Brian Anderson | -4/+16 | |
| 2012-11-14 | Convert libstd to use the Drop trait | Ben Striegel | -1/+4 | |
| 2012-11-14 | Revert "Convert libstd to use the Drop trait" | Brian Anderson | -4/+1 | |
| This reverts commit 28c7a251514919a2d7bdf6c67b8edf5eed9043db. | ||||
| 2012-11-14 | Convert libstd to use the Drop trait | Ben Striegel | -1/+4 | |
| 2012-10-23 | core: Use PortOne instead of Future in future_result | Brian Anderson | -1/+1 | |
| 2012-10-23 | Remove uses of binary move - <- - from tests and libraries | Tim Chevalier | -6/+6 | |
| 2012-10-12 | Make moves explicit in std tests | Tim Chevalier | -22/+23 | |
| 2012-10-11 | Remove comment that is now false | Tim Chevalier | -2/+2 | |
| 2012-10-04 | Remove by-copy mode from std, mostly | Tim Chevalier | -1/+1 | |
| One instance remains in net_tcp due to a foreign fn. Lots of instances remain in serialization.rs, but IIRC that is being removed. I had to do unholy things to task-perf-word-count-generic to get it to compile after demoding pipes. I may well have messed up its performance, but it passes. | ||||
| 2012-10-03 | Remove uses of + mode from libstd | Tim Chevalier | -11/+11 | |
| More or less the same as my analogous commit for libcore. Had to remove the forbid(deprecated_modes) pragma from some files -- will restore it after the snapshot. | ||||
| 2012-09-28 | De-export std::{arc,comm,sync}. Part of #3583. | Graydon Hoare | -17/+12 | |
| 2012-09-28 | Long lines | Brian Anderson | -2/+2 | |
| 2012-09-28 | std: Eliminate deprecated patterns | Brian Anderson | -1/+0 | |
| 2012-09-26 | Demode vec::push (and convert to method) | Niko Matsakis | -2/+2 | |
| 2012-09-23 | Make it illegal to use modes in a fn signature with providing | Niko Matsakis | -1/+1 | |
| an explicit variable name. (Step one to changing the defaults) First step to #3535 | ||||
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under ↵ | Graydon Hoare | -0/+1 | |
| #[legacy_exports]; | ||||
| 2012-09-19 | De-mode vec::each() and many of the str iteration routines | Niko Matsakis | -3/+6 | |
| Note that the method foo.each() is not de-moded, nor the other vec routines. | ||||
| 2012-09-18 | Revert "replace explicit calls to vec::each with vec::each_ref, partially ↵ | Niko Matsakis | -8/+5 | |
| demode str" This reverts commit 1be24f0758d3075d2e7f141f8831bb8a233ce86e. Not quite ready. | ||||
| 2012-09-18 | replace explicit calls to vec::each with vec::each_ref, partially demode str | Niko Matsakis | -5/+8 | |
| 2012-09-18 | core: Rename 'unsafe' mod to 'cast' | Brian Anderson | -2/+2 | |
| 2012-09-18 | core: Move Exclusive and SharedMutableState to the private mod | Brian Anderson | -1/+1 | |
| 2012-09-10 | Convert 'import' to 'use'. Remove 'import' keyword. | Brian Anderson | -1/+1 | |
| 2012-09-10 | Make remaining moves explicit in libstd | Tim Chevalier | -19/+19 | |
| 2012-09-07 | Convert all kind bounds to camel case. Remove send, owned keywords. | Brian Anderson | -22/+22 | |
| 2012-09-07 | Convert field terminators to commas. Stop parsing semis. | Brian Anderson | -8/+8 | |
| 2012-09-04 | std: Remove struct ctors | Brian Anderson | -1/+6 | |
| 2012-09-04 | libstd: "import" -> "use" | Patrick Walton | -3/+2 | |
| 2012-08-29 | std: Camel case some constructors | Brian Anderson | -21/+21 | |
| 2012-08-27 | Fix region-related unsafety in arc::get's signature | Ben Blum | -1/+1 | |
| 2012-08-26 | convert std::arc types to camelcase | Ben Blum | -77/+78 | |
| 2012-08-26 | convert std::sync types to camelcase | Ben Blum | -7/+8 | |
| 2012-08-26 | Camel case the option type | Brian Anderson | -1/+1 | |
| 2012-08-25 | Use region variance to remove a bunch of unsafety in sync/arc (#2282) | Ben Blum | -45/+12 | |
| 2012-08-22 | export unwrap_arc functions in core/std | Ben Blum | -1/+2 | |
| 2012-08-21 | more sound treatment of fn& regions; change all & to be distinct | Niko Matsakis | -1/+1 | |
| 2012-08-20 | Document arc::unwrap. Close #3123. | Ben Blum | -0/+22 | |
