]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-06-12 borsauto merge of #14805 : zzmp/rust/patch-1, r=alexcrichton
2014-06-12 borsauto merge of #14801 : pcwalton/rust/name-shadowing...
2014-06-12 borsauto merge of #14800 : reem/rust/patch-1, r=alexcrichton
2014-06-12 borsauto merge of #14792 : alexcrichton/rust/local-jemalloc...
2014-06-12 Alex Crichtonmk: Allow using a locally compiled libuv.a
2014-06-12 Alex Crichtontravis: Use a pre-installed jemalloc
2014-06-12 Alex Crichtonmk: Allow usage of a local jemalloc install
2014-06-12 borsauto merge of #14799 : mcreinhard/rust/tilde-fix, r...
2014-06-12 borsauto merge of #14713 : darnuria/rust/Improve_std_os_doc...
2014-06-12 Axel VialaImprove docs and refactore std::os.
2014-06-11 borsauto merge of #14703 : alexcrichton/rust/no-more-owned...
2014-06-11 Alex Crichtonrustc: Remove ~[T] from the language
2014-06-11 Patrick Waltonlibrustc: Forbid identifiers that shadow in the same...
2014-06-11 borsauto merge of #14746 : alexcrichton/rust/libsync, r...
2014-06-11 borsauto merge of #14250 : alexcrichton/rust/gc, r=brson
2014-06-11 Alex Crichtonsync: Move underneath libstd
2014-06-11 Alex Crichtonrustc: Move the AST from @T to Gc<T>
2014-06-11 Alex Crichtonsyntax: Move the AST from @T to Gc<T>
2014-06-11 Alex Crichtonrustc: Update how Gc<T> is recognized
2014-06-11 borsauto merge of #14789 : aochagavia/rust/prelude, r=alexc...
2014-06-11 borsauto merge of #14788 : Sawyer47/rust/issue-13214, r...
2014-06-11 borsauto merge of #14787 : alexcrichton/rust/issue-14784...
2014-06-11 borsauto merge of #14786 : pcwalton/rust/enum-to-float...
2014-06-11 borsauto merge of #14777 : alexcrichton/rust/issue-14747...
2014-06-11 borsauto merge of #14768 : riccieri/rust/detransmute-arena...
2014-06-10 Zach PomerantzRemoved doubled wording.
2014-06-10 Jonathan ReemRemove outdated info about nested block comments. Fixes...
2014-06-10 borsauto merge of #14764 : jbcrail/rust/fix-more-comments...
2014-06-10 Michael ReinhardFix deprecated use of ~
2014-06-10 borsauto merge of #14752 : jakub-/rust/issue-11940, r=alexc...
2014-06-10 borsauto merge of #14696 : jakub-/rust/dead-struct-fields...
2014-06-10 Joseph CrailFix more misspelled comments and strings.
2014-06-10 Adolfo OchagavíaPub use CheckedDiv in the prelude
2014-06-10 Piotr JawniakAdd test for issue #13214
2014-06-10 borsauto merge of #14606 : pcwalton/rust/fn-trait-sugar...
2014-06-10 borsauto merge of #14783 : alexcrichton/rust/rollup, r...
2014-06-10 Alex CrichtonTest fixes from rollup
2014-06-10 Alex Crichtonrustrt: Fix invalid reads caught by valgrind
2014-06-10 Patrick Waltonlibrustc: Use *signed* extension when converting enums...
2014-06-10 Renato ZannonRemove & -> &mut transmute from TypedArena
2014-06-10 Renato ZannonRemove & -> &mut transmute from Arena
2014-06-10 Patrick Waltonlibrustc: Implement sugar for the `FnMut` trait
2014-06-10 Renato ZannonAdd a test for nested Arena.alloc
2014-06-10 borsauto merge of #14694 : aochagavia/rust/num-cleanup...
2014-06-10 Alex Crichtonrustdoc: Correctly classify enums/typedefs
2014-06-10 Huon Wilsonstd: adjust the TCP io doc example to work reliably.
2014-06-10 Huon Wilsonnative: add more info to the native unimplemented error.
2014-06-10 Tom Jakubowskicollections: Add missing Default impls
2014-06-10 Piotr JawniakAdd test for issue #13446
2014-06-10 Brian Andersonstd: Move dynamic_lib from std::unstable to std
2014-06-10 Steven FacklerAdd a --color flag to test binaries
2014-06-10 Adolfo OchagavíaCleanup bigint
2014-06-10 Adolfo OchagavíaMoved integer trait and functions to submodule
2014-06-10 Alex Crichtonstd: Remove the as_utf16_p functions
2014-06-10 borsauto merge of #14590 : pcwalton/rust/overloaded-call...
2014-06-09 borsauto merge of #14554 : kmcallister/rust/plugin_registra...
2014-06-09 Keegan McAllisterMacro crates now depend on librustc
2014-06-09 Keegan McAllisterDocument rustc::plugin
2014-06-09 Keegan McAllisterAdd a test for deprecated phase(syntax)
2014-06-09 Keegan McAllisterConvert tests to use #[plugin_registrar]
2014-06-09 Keegan McAllisterConvert libraries to use #[plugin_registrar]
2014-06-09 Keegan McAllisterUse phase(plugin) in tests
2014-06-09 Keegan McAllisterUse phase(plugin) in other crates
2014-06-09 Keegan McAllisterUse phase(plugin) in bootstrap crates
2014-06-09 Keegan McAllisterImplement #[plugin_registrar]
2014-06-09 borsauto merge of #14775 : alexcrichton/rust/fix-master...
2014-06-09 Jakub WieczorekAdd missing repr(C) annotations to mutex.rs
2014-06-09 Alex Crichtonmk: Ensure docs have relative links to each other
2014-06-09 Alex Crichtonstd: Read HOME instead of USER
2014-06-09 Patrick Waltonlibrustc: Implement overloading for the call operator...
2014-06-09 Adolfo OchagavíaCleanup bigint
2014-06-09 Adolfo OchagavíaMoved integer trait and functions to submodule
2014-06-09 borsauto merge of #14709 : alexcrichton/rust/collections...
2014-06-09 Alex Crichtoncore: Move the collections traits to libcollections
2014-06-09 borsauto merge of #14740 : P1start/rust/name-warnings,...
2014-06-09 Brian Andersoncore: Rename `container` mod to `collections`. Closes...
2014-06-09 borsauto merge of #14765 : rapha/rust/master, r=alexcrichton
2014-06-09 Raphael SpeyerConverted PortReader and ChanWriter to use Vec.
2014-06-08 borsauto merge of #14756 : TeXitoi/rust/relicense-shootout...
2014-06-08 Guillaume Pinotrelicense shootout-fannkuch-redux.rs
2014-06-08 Jakub WieczorekMark relevant structs with repr(C)
2014-06-08 borsauto merge of #14751 : jbcrail/rust/fix-comments, r...
2014-06-08 Jakub WieczorekRemove a redundant bitcast from fail!() handling
2014-06-08 Jakub WieczorekFix an LLVM assertion when matching against static...
2014-06-08 Joseph CrailFix spelling errors in comments.
2014-06-08 borsauto merge of #14749 : sfackler/rust/bitv-hash, r=alexc...
2014-06-08 Steven FacklerImplement Hash for Bitv and BitvSet
2014-06-08 borsauto merge of #14745 : huonw/rust/timer-doc, r=alexcrichton
2014-06-08 Jakub WieczorekRemove the dead code identified by the new lint
2014-06-08 Jakub WieczorekAdd detection of dead struct fields
2014-06-08 borsauto merge of #14741 : sfackler/rust/visit-attr, r...
2014-06-08 borsauto merge of #14728 : TeXitoi/rust/relicense-shootout...
2014-06-08 Huon Wilsonstd::io: expand the oneshot/periodic docs.
2014-06-08 borsauto merge of #14743 : Sawyer47/rust/range-msg, r=huonw
2014-06-08 Steven FacklerRemove unused name_str_pair method
2014-06-08 Steven FacklerAdd back hint for crate level attributes
2014-06-08 Piotr JawniakImprove error message for range in match
2014-06-08 Steven FacklerRemove the attribute_usage lint
2014-06-08 Steven FacklerAdd visit_attribute to Visitor, use it for unused_attribute
2014-06-08 P1startupdate identifier naming warnings to give an example
next