]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-06-11 Zach PomerantzUpdate description to reflect language changes
2014-06-10 borsauto merge of #14764 : jbcrail/rust/fix-more-comments...
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 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 Patrick Waltonlibrustc: Implement sugar for the `FnMut` trait
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 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
2014-06-08 borsauto merge of #14733 : sfackler/rust/partial-eq-nan...
2014-06-08 Steven FacklerClarify restrictions on ne
2014-06-08 Steven FacklerFix PartialEq documentation with regards to floats
2014-06-07 borsauto merge of #14725 : aochagavia/rust/show, r=alexcrichton
2014-06-07 borsauto merge of #14722 : hannobraun/rust/quote-args,...
2014-06-07 borsauto merge of #14730 : alexcrichton/rust/issue-14723...
2014-06-07 Alex Crichtonrustdoc: More selectively remove execute links
2014-06-07 Adolfo OchagavíaImplement Show for SmallIntMap
2014-06-07 Guillaume Pinotrelicense shootout-regex-dna.rs
2014-06-07 borsauto merge of #14717 : zwarich/rust/borrowck-tests...
2014-06-07 Hanno BraunImplement ToSource and ToToken for ast::Arg
2014-06-07 Adolfo OchagavíaImplement Show for DList
2014-06-07 Cameron ZwarichClean up borrows in borrowck field-sensitivity tests
2014-06-07 Cameron ZwarichFix bad borrowck tests and move them from run-pass...
2014-06-07 Cameron ZwarichAdd more borrowck tests for functional update moves
2014-06-07 Cameron ZwarichMake borrowck test functions better match their names
2014-06-07 Cameron ZwarichMention the specific kind of use in borrowck test funct...
2014-06-07 borsauto merge of #14708 : gereeter/rust/faster-sem, r...
2014-06-07 borsauto merge of #14638 : alexcrichton/rust/librustrt...
2014-06-07 Alex Crichtonlibs: Fix miscellaneous fallout of librustrt
2014-06-07 Alex Crichtontest: Fix fallout of previous changes
2014-06-07 Alex Crichtonrustuv: Deal with the rtio changes
2014-06-07 Alex Crichtonnative: Deal with the rtio changes
2014-06-07 Alex Crichtonstd: Deal with fallout of rtio changes
2014-06-07 Alex Crichtonstd: Extract librustrt out of libstd
2014-06-07 Alex Crichtonrtio: Remove usage of `Path`
2014-06-07 Alex Crichtonrtio: Remove unused stuct
2014-06-07 borsauto merge of #14712 : alexcrichton/rust/rollup, r...
2014-06-07 Alex CrichtonTest fixes from the rollup
2014-06-07 Alex Crichtonrustdoc: Submit examples to play.rust-lang.org
2014-06-07 Alex Crichtondoc: Turn off special features for rustdoc tests
2014-06-07 Axel VialaRemoving unused wrapper to libc::close.
2014-06-07 Alex Crichtonrustc: Preserve reachable extern fns with LTO
2014-06-07 Alex Crichtonmk: Run doc tests with --cfg dox
2014-06-07 Huon Wilsonurl: encode small bytes correctly.
next