]> git.lizzy.rs Git - rust.git/history - src
librust: Stop rust tool from crashing on macos.
[rust.git] / src /
2013-07-28 Luqman Adenlibrust: Stop rust tool from crashing on macos.
2013-07-28 borsauto merge of #7978 : sstewartgallus/rust/rename_arc...
2013-07-28 Steven Stewart-GallusFix nits.
2013-07-28 Steven Stewart-GallusChange concurrency primitives to standard naming conven...
2013-07-28 borsauto merge of #8076 : omasanori/rust/cleanup, r=huonw
2013-07-28 borsauto merge of #7864 : brson/rust/start-on-main-thread...
2013-07-28 Brian Andersonstd::rt: Add start_on_main_thread function
2013-07-27 borsauto merge of #8074 : thestinger/rust/iterator, r=cmr
2013-07-27 borsauto merge of #8077 : graydon/rust/reorganize-driver...
2013-07-27 Daniel Micayiterator: add an Extendable trait
2013-07-27 Daniel Micayvec: replace some `as_mut_buf` with `to_mut_ptr`
2013-07-27 borsauto merge of #8078 : luqmana/rust/gst, r=Aatch
2013-07-27 blake2-ppcRemove dummy type parameters from iterator adaptors
2013-07-27 Daniel Micayvec: add mut_slice_{to,from}
2013-07-27 Daniel Micaymake RandomAccessIterator inherit from Iterator
2013-07-27 borsauto merge of #8036 : sfackler/rust/container-impls...
2013-07-27 borsauto merge of #8070 : luqmana/rust/nom, r=alexcrichton
2013-07-27 borsauto merge of #8067 : alexcrichton/rust/issue-3636...
2013-07-27 borsauto merge of #8060 : Blei/rust/fix-obsolete-extern...
2013-07-27 borsauto merge of #8045 : michaelwoerister/rust/destructuri...
2013-07-27 borsauto merge of #8040 : luqmana/rust/rtn, r=brson
2013-07-27 Luqman AdenAdd test for #5917.
2013-07-27 Luqman Adenlibrustc: Stop trying to make invalid slice with vec...
2013-07-27 Graydon Hoarerustc: reorganize driver, replace compile_upto with...
2013-07-27 OGINO MasanoriRemove unnecessary #[path = "***/mod.rs"] lines.
2013-07-27 borsauto merge of #8001 : crnobog/rust/xfail-win32-7999...
2013-07-27 Luqman Adenlibrustc: Unify name mangling for functions and statics.
2013-07-27 borsauto merge of #8050 : msullivan/rust/cleanup, r=graydon
2013-07-27 Michael SullivanRegister snapshots.
2013-07-27 Luqman Adenlibrustc: Respect no_mangle attribute on statics.
2013-07-27 borsauto merge of #7986 : alexcrichton/rust/raw-repr, r...
2013-07-27 Alex CrichtonDeny all warnings by default in doc tests
2013-07-27 borsauto merge of #7979 : crnobog/rust/auxfiles-path-window...
2013-07-26 Michael SullivanEliminate unused variable warnings.
2013-07-26 Michael SullivanImprove the camel case warning a bit.
2013-07-26 borsauto merge of #7820 : pnkfelix/rust/fill-in-some-missin...
2013-07-26 Alex CrichtonConsolidate raw representations of rust values
2013-07-26 borsauto merge of #8041 : dotdash/rust/const_if_else, r...
2013-07-26 borsauto merge of #8039 : Xazax-hun/rust/master, r=brson
2013-07-26 Philipp Brüschweilersyntax: fix span for obsolete extern visibility error
2013-07-26 borsauto merge of #8037 : graydon/rust/issue-6416, r=cmr
2013-07-26 borsauto merge of #8031 : graydon/rust/emacs-mode-rewrite...
2013-07-26 Luqman Adenlibstd: Tests for {peer, socket}_name.
2013-07-26 borsauto merge of #7924 : alexcrichton/rust/opt-lang-xcrate...
2013-07-26 Alex CrichtonAllow linking against crates with #[no_std]
2013-07-26 Luqman Adenlibstd: Implement some missing udp methods.
2013-07-25 Luqman Adenlibstd: Implement some missing tcp methods.
2013-07-25 Luqman Adenlibstd: Add ToStr impl for IpAddr.
2013-07-25 Steven FacklerAdded default impls for container methods
2013-07-25 Michael Woeristerdebuginfo: Fixed a few things for PR.
2013-07-25 borsauto merge of #8030 : thestinger/rust/iterator, r=huonw
2013-07-25 Luqman Adenlibstd: Get rid of duplication in {peer, socket}_name...
2013-07-25 borsauto merge of #8029 : emillon/rust/issue-6804, r=cmr
2013-07-25 Michael Woeristerdebuginfo: Minor cleanup now possible with new snapshot.
2013-07-25 Michael Woeristerdebuginfo: Support for destructured function arguments.
2013-07-25 Michael Woeristerdebuginfo: Support for function arguments. (WIP)
2013-07-25 Michael Woeristerdebuginfo: Implemented support for destructured locals.
2013-07-25 Björn SteinbrinkGenerate branchless code when "if" can be evaluated...
2013-07-25 Etienne MillonNaN patterns: indicate that is_NaN is a method
2013-07-25 borsauto merge of #8027 : nikomatsakis/rust/issue-4846...
2013-07-25 borsauto merge of #8026 : poiru/rust/issue-8024, r=alexcrichton
2013-07-25 Björn SteinbrinkMake omission of impossible if-else branches work with...
2013-07-25 borsauto merge of #8015 : msullivan/rust/default-methods...
2013-07-25 Björn SteinbrinkAdd a function to check whether a ValueRef is a constant
2013-07-25 Luqman Adenlibstd: Handle IPv4-Mapped/Compatible IPv6 addresses.
2013-07-25 Luqman Adenlibstd: Fix errors when rtdebug! is not a noop.
2013-07-25 Luqman Adenlibstd: Implement {peer, socket}_name for new rt tcp...
2013-07-25 Gábor HorváthAdded some more atomic operations.
2013-07-25 Graydon Hoaresyntax: Fix #6416 by aborting on errors after test...
2013-07-25 borsauto merge of #8020 : pnkfelix/rust/fsk-issue7898-dont...
2013-07-25 Alex CrichtonConvert uses of transmute which don't need it
2013-07-25 borsauto merge of #8000 : kemurphy/rust/enum-intvar, r...
2013-07-25 Kevin MurphyMove/delete old tests that change behavior
2013-07-25 Kevin MurphyAdd test for uint and negative literals as discriminants
2013-07-25 Kevin MurphyAllow uint discriminants and store them as such
2013-07-25 Michael SullivanFix vtable resolution for self to search supertraits...
2013-07-25 borsauto merge of #7931 : blake2-ppc/rust/chain-mut-ref...
2013-07-25 Graydon Hoarerewrite rust-mode to use font-lock-mode and emacs built...
2013-07-24 borsauto merge of #8006 : emillon/rust/issue-6060, r=pcwalton
2013-07-24 Daniel Micayrm default method lint
2013-07-24 Daniel Micayrm unused upcall_exchange_free
2013-07-24 Etienne MillonGeneralize NaN pattern detection using walk_pat
2013-07-24 Etienne MillonCheck for comparisons to NaN in patterns
2013-07-24 Niko MatsakisGeneralize the `ty::substs` struct so that it can represent
2013-07-24 borsauto merge of #7996 : erickt/rust/cleanup-strs, r=erickt
2013-07-24 Birunthan MohanathasImplement std::num::Zero for bool
2013-07-24 Erick Tryzelaarstd: str.as_bytes_with_null_consume() => str.to_bytes_w...
2013-07-24 borsauto merge of #7997 : omasanori/rust/cleanup, r=cmr
2013-07-24 borsauto merge of #7982 : thestinger/rust/iterator, r=thest...
2013-07-24 blake2-ppcrc: Use ~T for allocation
2013-07-24 Daniel Micayfix compilation on macos/windows
2013-07-24 Stepan KoltsovToStr for HashMap does not need value to implement...
2013-07-24 Brian Andersonrustc: Remove some dead code from method resolution
2013-07-24 Björn SteinbrinkFix a crash when transmuting non-immediate to immediate...
2013-07-24 Daniel Micayfix fmt! usage
2013-07-24 Birunthan MohanathasDisallow non-comma-delimited arguments to fmt! and...
2013-07-24 Brian Andersonstd:rt: args module is not used by win/mac. #7951
2013-07-24 Birunthan MohanathasChange 'print(fmt!(...))' to printf!/printfln! in src...
2013-07-24 Birunthan MohanathasChange 'print(fmt!(...))' to printf!/printfln! in src...
2013-07-24 Daniel Micayadd a RandomAccessIterator trait
next