| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-07-17 | Fixing coherence error in bitv | Eric Holk | -1/+23 | |
| 2012-07-17 | Added liveness analysis for protocols, and removed warnings about empty states. | Eric Holk | -0/+8 | |
| 2012-07-17 | Modernize bitv somewhat | Eric Holk | -20/+41 | |
| 2012-07-17 | rustc: Implement and enforce instance coherence | Patrick Walton | -28/+84 | |
| 2012-07-16 | replace core::tuple functions with methods | Gareth Daniel Smith | -2/+2 | |
| 2012-07-14 | improve failure message when key is not present | Niko Matsakis | -1/+4 | |
| 2012-07-14 | Tear out ty_str and ty_vec. | Michael Sullivan | -1/+1 | |
| 2012-07-14 | Move the world over to using the new style string literals and types. Closes ↵ | Michael Sullivan | -1157/+1166 | |
| #2907. | ||||
| 2012-07-13 | Support prefix notation for vstore strings. Closes #2906. | Michael Sullivan | -57/+57 | |
| 2012-07-13 | Make push_str overallocate. Use it in some places that were still doing +=. | Michael Sullivan | -1/+1 | |
| 2012-07-13 | More consistent use of backticks and "expected" in error messages. | Lindsey Kuper | -6/+6 | |
| Got some of the debug messages, here, too. I figure it doesn't hurt to get used to doing this even in places where users won't ever see it. | ||||
| 2012-07-12 | Fix the signature on vec::view. | Eric Holk | -2/+3 | |
| Due to limitations in region inference, this has the effect of making vec::view pretty much entirely unusable. | ||||
| 2012-07-12 | Merge remote-tracking branch 'origin/dist-snap' into incoming | Graydon Hoare | -2/+2 | |
| 2012-07-12 | Accept prefix notation for writing the types of str/~ and friends. | Michael Sullivan | -14/+14 | |
| 2012-07-12 | Get rid of all of the remaining /~s in the code base. | Michael Sullivan | -27/+27 | |
| 2012-07-11 | Change the interface of placement new to take a tydesc as part of Issue #2831. | Michael Sullivan | -2/+10 | |
| 2012-07-11 | Fix some version numbers. | Graydon Hoare | -2/+2 | |
| 2012-07-10 | std: Fix deadlock by unsupervising the global I/O task | Brian Anderson | -0/+1 | |
| 2012-07-10 | libcore: add a task::set_sched_mode fn | Erick Tryzelaar | -18/+3 | |
| 2012-07-09 | Switch 'cont' to 'again' everywhere. Close #2229. | Graydon Hoare | -1/+1 | |
| 2012-07-09 | Merge pull request #2846 from gwillen/1c882842e06431767676887f97f9dcc0ee50a7b9 | Brian Anderson | -1/+25 | |
| Add map::clear | ||||
| 2012-07-09 | rustc: Switch to the new resolution pass | Patrick Walton | -1/+2 | |
| 2012-07-08 | Add clear() to the map interface. | Glenn Willen | -1/+25 | |
| Add clear to the map interface, and implement it in hashmap and smallintmap. | ||||
| 2012-07-06 | Revert "rustc: Switch to the new resolution pass" | Niko Matsakis | -2/+1 | |
| This reverts commit c4af6e92fbae171c56a4e68666025725555fc9d8. Branch was burning...many, many unresolved imports. | ||||
| 2012-07-06 | rustc: Switch to the new resolution pass | Patrick Walton | -1/+2 | |
| 2012-07-05 | Comments only: change TODOs to FIXMEs and annotate them | Tim Chevalier | -5/+7 | |
| 2012-07-05 | Mostly change TODOs to FIXMEs and annotate them | Tim Chevalier | -8/+9 | |
| But, one change in io to implement a TODO suggestion (using a const u8) | ||||
| 2012-07-05 | std: Actually buildbase64 | Brian Anderson | -0/+1 | |
| 2012-07-05 | std: Export base64 | Brian Anderson | -0/+1 | |
| 2012-07-04 | convert doc-attributes to doc-comments using ↵ | Gareth Daniel Smith | -1502/+1474 | |
| ./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498 | ||||
| 2012-07-04 | Remove empty argument lists from do expressions | Ben Striegel | -40/+40 | |
| 2012-07-04 | Tidy | Brian Anderson | -2/+5 | |
| 2012-07-04 | Merge pull request #2798 from erickt/incoming | Brian Anderson | -0/+158 | |
| adding base64 and to_bytes to stdlib | ||||
| 2012-07-04 | When getopts encounters an option that takes an argument, it should treat ↵ | Josh Matthews | -1/+39 | |
| the remainder of the current option string as the argument if it is non-empty. Fix #2791. | ||||
| 2012-07-03 | Add a basic base64 module | Erick Tryzelaar | -0/+158 | |
| 2012-07-03 | oops, fix option.expect() and use it in libstd/map.rs | Ben Blum | -2/+2 | |
| 2012-07-03 | core: Convert iter::repeat to the for protocol | Brian Anderson | -10/+10 | |
| 2012-07-03 | rustc: Speed up def ID parsing in the metadata | Patrick Walton | -0/+5 | |
| 2012-07-03 | Change crust -> extern. | Graydon Hoare | -33/+33 | |
| 2012-07-03 | Mop up a few extra native -> foreign changes. | Graydon Hoare | -12/+12 | |
| 2012-07-03 | Switch 'native' to 'extern' (or 'foreign' in some descriptions) | Graydon Hoare | -24/+24 | |
| 2012-07-03 | core: Eliminate some overloading of the name "future" in future.rs | Patrick Walton | -4/+4 | |
| 2012-07-03 | Remove some bogus exports. | Michael Sullivan | -1/+1 | |
| 2012-07-02 | Merge remote-tracking branch 'brson/uv' | Brian Anderson | -569/+1200 | |
| 2012-07-02 | rustc: Implement a new resolve pass behind a compile flag | Patrick Walton | -1/+9 | |
| 2012-07-02 | std: Ignore a test that doesn't terminate on windows | Brian Anderson | -0/+1 | |
| 2012-07-02 | std: Add missing cfg attr for freebsd | Brian Anderson | -0/+1 | |
| 2012-07-02 | Merge remote-tracking branch 'brson/uv' | Brian Anderson | -569/+1198 | |
| Conflicts: src/libstd/net_ip.rs src/libstd/net_tcp.rs | ||||
| 2012-07-02 | Make list::from_vec take a slice, not a ~. | Ben Blum | -1/+1 | |
| 2012-07-01 | Convert to new closure syntax | Brian Anderson | -219/+217 | |
