| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-01-17 | make is_disjoint O(n+m) instead of O(n*log(m)) | Daniel Micay | -2/+18 | |
| 2013-01-17 | cleanup | Daniel Micay | -17/+11 | |
| 2013-01-17 | add TreeSetIterator | Daniel Micay | -37/+46 | |
| 2013-01-17 | docstring/comment fixes | Daniel Micay | -2/+2 | |
| 2013-01-17 | fix bug in union implementation (missing return) | Daniel Micay | -1/+3 | |
| 2013-01-17 | implement symmetric_difference | Daniel Micay | -2/+58 | |
| 2013-01-17 | implement set union | Daniel Micay | -3/+54 | |
| 2013-01-17 | make TreeSet tests a bit more paranoid | Daniel Micay | -22/+22 | |
| 2013-01-17 | add scaffolding for symmetric_difference/union | Daniel Micay | -5/+19 | |
| 2013-01-17 | range search would be nice | Daniel Micay | -0/+2 | |
| 2013-01-17 | implement set difference | Daniel Micay | -7/+57 | |
| 2013-01-17 | fix API of union | Daniel Micay | -1/+1 | |
| 2013-01-17 | remove 'TODO' from the list of future improvements | Daniel Micay | -2/+4 | |
| 2013-01-17 | rm extra newline | Daniel Micay | -1/+0 | |
| 2013-01-17 | clean up equality code a bit | Daniel Micay | -3/+2 | |
| 2013-01-17 | make Eq implementation O(n) | Daniel Micay | -10/+17 | |
| 2013-01-17 | add a lazy forward iterator to TreeMap | Daniel Micay | -2/+70 | |
| 2013-01-17 | replace treemap with a balanced tree | Daniel Micay | -127/+667 | |
| 2013-01-17 | librustc: Implement write guards for borrowing `@mut` to `&` or `&mut`. ↵ | Patrick Walton | -32/+49 | |
| r=nmatsakis | ||||
| 2013-01-16 | Implement Ord trait for Timespec | Chris Peterson | -2/+46 | |
| 2013-01-16 | clean up tempfile module and rm FIXME | Daniel Micay | -16/+8 | |
| This removes the FIXME suggesting that mkdtemp should rely on the default umask, because that would make it unusable for making a secure work area in a world writable directory (have to assume that other users have created files, directories, hard links, etc. in your directory). The POSIX mkdtemp function creates a directory with 700 permissions to avoid this problem. | ||||
| 2013-01-15 | Swap return value order in pipes::oneshot Issue #4496 | Nick Desaulniers | -3/+3 | |
| 2013-01-14 | Add cfg attrs to handle auto_encode transition | Brian Anderson | -0/+58 | |
| 2013-01-14 | Merge remote-tracking branch 'mneumann/f-serialize' | Brian Anderson | -8/+8 | |
| 2013-01-14 | Tidied up long lines | Ashok Gautham | -5/+8 | |
| 2013-01-13 | Support ARM and Android | kyeongwoon | -0/+17 | |
| Conflicts: src/libcore/os.rs src/librustc/back/link.rs src/librustc/driver/driver.rs src/librustc/metadata/loader.rs src/librustc/middle/trans/base.rs | ||||
| 2013-01-13 | Merge pull request #4411 from wting/4203_rename_memcpy | Tim Chevalier | -1/+1 | |
| Rename memcpy, memmove, memset | ||||
| 2013-01-13 | Merge pull request #4444 from JensNockert/pub-semaphore | Tim Chevalier | -1/+1 | |
| Make std::sync::semaphore() public | ||||
| 2013-01-13 | Add range checking in the time library | Ashok Gautham | -26/+24 | |
| This was requested in Issue #2350. New function match_digits_in_range added and used instead of match_digits wherever needed. | ||||
| 2013-01-13 | Fix errors in how parsed time values were used | Ashok Gautham | -2/+2 | |
| %u flag takes a value in the range of 1-7. However value needs to be stored in tm.tm_wday between 0 and 6. %y takes a two-digit year value. Subtracting 1900_i32 from it is not needed. | ||||
| 2013-01-13 | Fix incorrect error messages in the time library | Ashok Gautham | -5/+5 | |
| 2013-01-12 | libstd: "target_os = win32", not "target_os = windows". rs=bustage | Patrick Walton | -2/+2 | |
| 2013-01-11 | Merge pull request #4443 from wting/4386_add_privs | Tim Chevalier | -5/+5 | |
| Adds priv qualifiers where they have been commented out before implementation. | ||||
| 2013-01-11 | libstd: Ignore failing test on Windows | Patrick Walton | -0/+3 | |
| 2013-01-11 | Comment out test_decode_form_urlencoded again. Filed issue 4449. rs=breakage | Tim Chevalier | -0/+4 | |
| 2013-01-11 | libstd: Fix std test. rs=busted | Patrick Walton | -86/+111 | |
| 2013-01-11 | Make std::sync::semaphore() public | Jens Nockert | -1/+1 | |
| 2013-01-11 | Adds priv qualifiers where they have been commented out before implementation. | William Ting | -5/+5 | |
| Updates #4386. | ||||
| 2013-01-10 | librustc: Make all external functions unsafe. r=tjc | Patrick Walton | -159/+207 | |
| 2013-01-10 | std: Address XXXes in flatpipes | Tim Chevalier | -67/+70 | |
| 2013-01-10 | std: Fix pattern match on reference, address an XXX | Tim Chevalier | -18/+16 | |
| 2013-01-10 | std: Fix net_url test that was commented out | Tim Chevalier | -3/+2 | |
| 2013-01-10 | std: Fix test that was commented out | Tim Chevalier | -14/+11 | |
| 2013-01-10 | core: Change XXXs into proper FIXMEs with issue numbers | Tim Chevalier | -6/+6 | |
| 2013-01-10 | Fix: BigInt tests fail on 32-bit platforms | gifnksm | -28/+110 | |
| 2013-01-10 | Rename memcpy, memmove, memset to prevent any confusion with the C equivalents. | William Ting | -1/+1 | |
| Closes #4203. | ||||
| 2013-01-09 | std: fix net::tcp::test fallout from 2db3abd harder | Graydon Hoare | -13/+16 | |
| 2013-01-09 | A collection of refactorings that I found it hard/tiresome to divide: | Niko Matsakis | -19/+22 | |
| - Make `extern fn()` assignable to any closure type, rather than a subtype. - Remove unused int_ty_set and float_ty_set - Refactor variable unification and make it more DRY - Do fn sub/lub/glb on the level of fn_sig - Rename infer::to_str::ToStr to infer::to_str::InferStr - Capitalize names of various types - Correct hashing of FnMeta - Convert various records-of-fns into structs-of-fns. This is both eliminating use of deprecated features and more forwards compatible with fn reform. r=pcwalton | ||||
| 2013-01-09 | std: fix net::tcp::test fallout from 2db3abd | Graydon Hoare | -1/+5 | |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest ↵ | Patrick Walton | -31/+201 | |
| module scope. r=tjc | ||||
