summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-09-03auto merge of #16932 : crabtw/rust/mips, r=alexcrichtonbors-0/+6
2014-09-03libtime: Fix adding negative duration to Timespec.Ruud van Asseldonk-0/+9
2014-09-03auto merge of #16811 : nick29581/rust/dst-bug-2, r=nikomatsakisbors-5/+29
2014-09-03auto merge of #16634 : apoelstra/rust/to-option-fix, r=aturonbors-15/+70
2014-09-03auto merge of #16956 : nick29581/rust/unsized-test-1, r=alexcrichtonbors-2/+3
2014-09-03libnative/io/file_unix: remove superfluous retry().NODA, Kai-24/+12
2014-09-03bitv: add larger tests, better benchmarks & remove dead code.Huon Wilson-22/+29
2014-09-03auto merge of #16940 : treeman/rust/fail-non-utf8, r=pnkfelixbors-1/+29
2014-09-03auto merge of #16934 : nick29581/rust/dst-bug-6, r=pcwaltonbors-5/+19
2014-09-03Enable a test for correct treatment of Sized?Nick Cameron-2/+3
2014-09-03Handle custom deref returning fat pointersNick Cameron-4/+81
2014-09-03Fix ICE when casting `&[T]` to `*const [T]`Nick Cameron-6/+41
2014-09-03Add some tests for closures that return `!`P1start-0/+40
2014-09-03auto merge of #16917 : nick29581/rust/cross-trait, r=pcwaltonbors-25/+54
2014-09-03auto merge of #16892 : andrew-d/rust/andrew-fix-test-reexports, r=sfacklerbors-13/+67
2014-09-02auto merge of #16850 : vks/rust/hash-num, r=alexcrichtonbors-8/+24
2014-09-02auto merge of #16944 : alexcrichton/rust/ignore-gdb-pretty, r=brsonbors-0/+2
2014-09-03Remove cross-borrowing for traits.Nick Cameron-19/+40
2014-09-03Schedule cleanup for &* on fat owned pointersNick Cameron-6/+14
2014-09-02auto merge of #16916 : alexcrichton/rust/tcp-accept-stress-again-oh-my, r=brsonbors-10/+19
2014-09-02test: Ignore failing gdb pretty testsAlex Crichton-0/+2
2014-09-02native: Remove a bogus assert in net::readAlex Crichton-1/+1
2014-09-02Prevent failure when using fail! with invalid utf8.Jonas Hietala-1/+29
2014-09-02std: Split hashmap.rs into modulesPiotr Czarnecki-1660/+1743
2014-09-02std: RawTable exposes a safe interface for HashMapPiotr Czarnecki-528/+883
2014-09-02std: branchless bucket distance for hashmapPiotr Czarnecki-9/+1
2014-09-02auto merge of #16925 : jbcrail/rust/doc-spelling-errors, r=alexcrichtonbors-7/+7
2014-09-02auto merge of #16805 : nick29581/rust/dst-raw, r=nikomatsakisbors-76/+413
2014-09-02Reviewer changesNick Cameron-65/+108
2014-09-02auto merge of #16924 : steveklabnik/rust/manual_pointer_fix, r=pcwaltonbors-20/+8
2014-09-02Add many comments to TwoWaySearcher.nham-10/+87
2014-09-02core: Make TwoWaySearcher reset its prefix memory when shifting by bytesetnham-0/+9
2014-09-02Fix ICE with static DST coercionNick Cameron-5/+19
2014-09-02Fix MIPS targetJyun-Yan You-0/+6
2014-09-01ignore-pretty the testAndrew Dunham-0/+1
2014-09-01doc: Fix spelling errors.Joseph Crail-7/+7
2014-09-02DST raw pointers - *-pointers are fat pointersNick Cameron-69/+363
2014-09-01auto merge of #16897 : japaric/rust/mut-slice-collection, r=alexcrichtonbors-0/+9
2014-09-01auto merge of #16867 : wickerwaka/rust/ice-16750, r=alexcrichtonbors-12/+49
2014-09-01Fix pointer types in the manual.Steve Klabnik-20/+8
2014-09-01auto merge of #16891 : eddyb/rust/patlit-from-expr-macros, r=kballardbors-0/+20
2014-09-01Updated to new extern crate syntax.wickerwaka-20/+25
2014-09-01auto merge of #16886 : Tobba/rust/defailbloat-string, r=alexcrichtonbors-3/+9
2014-09-01auto merge of #16871 : retep998/rust/win64-fix, r=alexcrichtonbors-1/+1
2014-09-01auto merge of #16802 : nick29581/rust/dst-bug-1, r=luqmanabors-0/+20
2014-09-01auto merge of #16844 : mrmonday/rust/liblibc-custom-socket, r=alexcrichtonbors-7/+152
2014-08-31test: Tweak tcp-accept-stress one last timeAlex Crichton-10/+19
2014-09-01Second approach - using type contentsNick Cameron-28/+11
2014-08-31Make doc search results use <a> tags instead of js for navigatingCarol Nichols-38/+36
2014-08-31Have std::io::TempDir::new and new_in return IoResultSimon Sapin-17/+21