summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-03-14auto merge of #12867 : alexcrichton/rust/issue-12860, r=thestingerbors-31/+99
2014-03-14auto merge of #12864 : huonw/rust/hash-docs, r=alexcrichtonbors-53/+53
2014-03-13auto merge of #12861 : huonw/rust/lint-owned-vecs, r=thestingerbors-3/+79
2014-03-13fix a test that was missed in the chan/port renaming (PR #12815)Ted Horst-8/+8
2014-03-13auto merge of #12855 : alexcrichton/rust/shutdown, r=brsonbors-0/+78
2014-03-14fix MIPS targetJyun-Yan You-43/+38
2014-03-13auto merge of #12798 : pczarn/rust/inline-asm, r=alexcrichtonbors-54/+182
2014-03-14std: render the vec_ng docs.Huon Wilson-2/+4
2014-03-14lint: add lint for use of a `~[T]`.Huon Wilson-1/+75
2014-03-13rustc: Prevent collisions in names of closuresAlex Crichton-1/+6
2014-03-13std: Demangle more escapes in backtracesAlex Crichton-7/+54
2014-03-14rustc: make stack traces print for .span_bug/.bug.Huon Wilson-17/+32
2014-03-13io: Bind to shutdown() for TCP streamsAlex Crichton-0/+78
2014-03-13Fix and improve inline assembly.Piotr Czarnecki-54/+182
2014-03-13auto merge of #12815 : alexcrichton/rust/chan-rename, r=brsonbors-1891/+1736
2014-03-13Refactored while_some (libstd/option.rs)aochagavia-3/+6
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-1891/+1736
2014-03-13auto merge of #12573 : lbonn/rust/unrecurs, r=alexcrichtonbors-11/+85
2014-03-13auto merge of #12561 : pzol/rust/char-case, r=alexcrichtonbors-1427/+1194
2014-03-13collections: Don't recurse in hashmap robin_hoodAlex Crichton-31/+99
2014-03-13auto merge of #12238 : ktt3ja/rust/lifetime-error-msg, r=nikomatsakisbors-6/+772
2014-03-13auto merge of #12849 : nick29581/rust/doubles, r=alexcrichtonbors-0/+1
2014-03-13auto merge of #12610 : eddyb/rust/deref-now-auto, r=nikomatsakisbors-1100/+1632
2014-03-13Tweak commentsNiko Matsakis-12/+11
2014-03-13compile-fail: Beef up borrowck test to include some scenarios where we borrow...Niko Matsakis-1/+21
2014-03-13Region + borrow checker support and tests for overloaded autoderef.Eduard Burtescu-24/+540
2014-03-13Apply @nikomatsakis' nits and comments patch.Eduard Burtescu-83/+149
2014-03-13Introduce a common recursion limit for auto-dereference and monomorphization.Eduard Burtescu-58/+56
2014-03-13Implement automatic overloaded dereference.Eduard Burtescu-921/+871
2014-03-13Remove Rc's borrow method to avoid conflicts with RefCell's borrow in Rc<RefC...Eduard Burtescu-76/+59
2014-03-13auto merge of #12845 : eddyb/rust/vec-no-drop-flag, r=thestingerbors-0/+50
2014-03-13collections: move hashmap's example to the struct.Huon Wilson-53/+53
2014-03-13Remove code duplicationPiotr Zolnierek-79/+51
2014-03-13Implement lower, upper case conversion for charPiotr Zolnierek-30/+1162
2014-03-13std::unicode: remove unused category tablesPiotr Zolnierek-1341/+4
2014-03-13auto merge of #12602 : alexcrichton/rust/backtrace, r=brsonbors-100/+39744
2014-03-13Add basic backtrace functionalityAlex Crichton-100/+1024
2014-03-12auto merge of #12414 : DaGenix/rust/failing-iterator-wrappers, r=alexcrichtonbors-49/+57
2014-03-12auto merge of #12823 : alexcrichton/rust/issue-12666, r=pcwaltonbors-12/+93
2014-03-12auto merge of #12822 : erickt/rust/cleanup, r=acrichtobors-10/+39
2014-03-12Update io iterators to produce IoResultsPalmer Cox-49/+57
2014-03-12auto merge of #12756 : pongad/rust/remove_owned_str_pat, r=alexcrichtonbors-110/+57
2014-03-12syntax: change the #[deriving(Hash)] typaram variable nameErick Tryzelaar-3/+3
2014-03-12serialize: make Paths serializableErick Tryzelaar-0/+27
2014-03-12std: allow io::File* structs to be hashableErick Tryzelaar-7/+9
2014-03-12auto merge of #12081 : cgaebel/rust/robinhood-hashing, r=alexcrichtonbors-589/+1407
2014-03-12rustuv: Fix a use-after-free in TTY failureAlex Crichton-12/+93
2014-03-12rustc: Remove matching on ~str from the languageMichael Darakananda-110/+57
2014-03-12Performance-oriented hashtable.Clark Gaebel-589/+1407
2014-03-12Test fixes from rolling up PRsAlex Crichton-2/+2