]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-11-11 Barosl LeeFix documentation bug
2014-11-11 Barosl LeeFix remaining documentation to reflect fail!() -> panic!()
2014-11-11 borsauto merge of #18808 : ebfe/rust/lint-names, r=alexcrichton
2014-11-11 borsauto merge of #18797 : vadimcn/rust/prefer-bundled2...
2014-11-11 borsauto merge of #18789 : cuviper/rust/vim-move, r=alexcri...
2014-11-11 borsauto merge of #18766 : liigo/rust/improve-inner-attr...
2014-11-11 borsauto merge of #18753 : jbcrail/rust/fix-deprecated...
2014-11-11 Liigo Zhuangsyntax: improve message for misused inner attributes
2014-11-10 borsauto merge of #18857 : brson/rust/winescapefixes, r...
2014-11-10 Brian Andersonmk: Fix configuration of version commit information
2014-11-10 Josh Stonevim: move 'move' to rustStorage
2014-11-10 Vitali HaravyAttempt to fix the problem with failing distcheck.
2014-11-10 borsauto merge of #18287 : michaelsproul/rust/triemap-colle...
2014-11-10 Michael SproulImplement collection views API for TrieMap.
2014-11-10 Michael GehringFix 'renamed lint' warnings
2014-11-10 borsauto merge of #18802 : bkoropoff/rust/issue-18769,...
2014-11-10 borsauto merge of #18795 : haberman/rust/master, r=cmr
2014-11-10 borsauto merge of #18792 : sfackler/rust/struct-variants...
2014-11-10 borsauto merge of #18782 : netvl/rust/update-vim-syntax...
2014-11-10 borsauto merge of #18781 : klutzy/rust/cross, r=cmr
2014-11-09 borsauto merge of #18780 : bkoropoff/rust/regionck-for...
2014-11-09 borsauto merge of #18739 : vhbit/rust/issue-18574, r=alexcr...
2014-11-09 Vladimir MatveevAdded `move` keyword and renamed `fail` to `panic`
2014-11-09 borsauto merge of #18762 : mdinger/rust/str_coerce, r=steve...
2014-11-09 borsauto merge of #18756 : jbcrail/rust/add-enum-set-bitxor...
2014-11-09 borsauto merge of #18755 : japaric/rust/ord, r=alexcrichton
2014-11-09 Steven FacklerFirst stage of struct variant field visibility changes
2014-11-09 borsauto merge of #18748 : carols10cents/rust/prepend-to...
2014-11-09 borsauto merge of #18557 : aturon/rust/io-removal, r=alexcr...
2014-11-09 Brian KoropoffUpdate test to cover #18769
2014-11-09 Brian KoropoffFix upvars sometimes not being marked as used mutably
2014-11-09 Aaron TuronIgnore sepcomp-lib-lto on android due to linker weirdness
2014-11-09 Aaron TuronRemove somewhat bogus process-spawn-errno test (non...
2014-11-09 Aaron TuronRuntime removal: fully remove rtio
2014-11-09 Aaron TuronRuntime removal: refactor tty
2014-11-09 Aaron TuronRuntime removal: refactor timer
2014-11-09 Aaron TuronRuntime removal: refactor process
2014-11-09 Aaron TuronRuntime removal: refactor helper threads
2014-11-09 Aaron TuronRuntime removal: refactor pipes and networking
2014-11-09 Aaron TuronRuntime removal: refactor fs
2014-11-09 Aaron TuronRemove signal handling.
2014-11-09 Aaron TuronRuntime removal: add private sys, sys_common modules
2014-11-09 borsauto merge of #18743 : nikomatsakis/rust/hrtb-refactor...
2014-11-09 Vadim ChugunovInclude some of the more popular Windows import libs...
2014-11-09 Josh HabermanMake Int inherit from Ord.
2014-11-09 Vadim ChugunovPrefer bundled linker.
2014-11-09 Vadim ChugunovMove gcc back to rustlib\<triple>\bin
2014-11-09 Vadim ChugunovAs of 4.9.2, gcc started passing -fno-lto to collect2...
2014-11-08 borsauto merge of #18730 : bkoropoff/rust/issue-18652,...
2014-11-08 borsauto merge of #18475 : gamazeps/rust/toExtend, r=alexcr...
2014-11-08 klutzymk: Fix Windows cross-build prefix
2014-11-08 Brian KoropoffAdd regression for #18767
2014-11-08 Brian KoropoffAdd regression for #17068
2014-11-08 Brian KoropoffFix handling of for loop patterns in regionck
2014-11-08 borsauto merge of #18740 : jbcrail/rust/implement-enum...
2014-11-08 borsauto merge of #18735 : utkarshkukreti/rust/remove-unnec...
2014-11-08 gamazepsImplements Extend for EnumSet and LruCache
2014-11-08 gamazepsRenamed Extendable to Extend
2014-11-08 borsauto merge of #18731 : chris-morgan/rust/derive-Clone...
2014-11-08 borsauto merge of #18634 : alexcrichton/rust/cfg-attr-crate...
2014-11-08 borsauto merge of #18556 : seanmonstar/rust/tm-fmt, r=alexc...
2014-11-08 mdingerReword &str coercion into viewing
2014-11-08 borsauto merge of #18729 : bkoropoff/rust/issue-18711,...
2014-11-08 borsauto merge of #18724 : gamazeps/rust/toc, r=alexcrichton
2014-11-08 Sean McArthurlibtime: alter strftime to use a TmFmt
2014-11-08 Jorge AparicioUpdate Partial/Total Eq/Ord terminology
2014-11-07 Joseph CrailAdd tests for BitAnd and BitXor.
2014-11-07 borsauto merge of #18723 : mprobinson/rust/fence-typos...
2014-11-07 Jorge Apariciosyntax: Use UFCS in the expansion of `#[deriving(Partia...
2014-11-07 Joseph CrailAdd BitXor to EnumSet.
2014-11-07 Joseph CrailRename deprecated EnumSet methods in unit tests.
2014-11-07 Joseph CrailImplement len() for EnumSet.
2014-11-07 Niko MatsakisFix tidy error
2014-11-07 Niko MatsakisPurge the old `once_fns`, which are not coming back
2014-11-07 Niko MatsakisUpdate tests where we don't report errors twice anymore
2014-11-07 Niko MatsakisUpdate parser with `for` syntax
2014-11-07 Niko MatsakisMake TyTrait embed a `TraitRef`, so that when we extend...
2014-11-07 borsauto merge of #18688 : bkoropoff/rust/unboxed-closure...
2014-11-07 Alex Crichtonrustc: Process #[cfg]/#[cfg_attr] on crates
2014-11-07 Carol NicholsPrepend should be append in the 30 minute intro
2014-11-07 borsauto merge of #18673 : VHaravy/rust/issue-18632, r...
2014-11-07 Valerii HioraProperly static lib packaging
2014-11-07 borsauto merge of #17830 : pczarn/rust/interp_tt, r=pnkfelix
2014-11-07 borsauto merge of #18721 : SimonSapin/rust/safer-enumset...
2014-11-07 Vitali HaravyDo not put double quotes around empty variables.
2014-11-07 Utkarsh KukretiRemove unnecessary `.to_string()`s from `Vec.swap_remov...
2014-11-07 borsauto merge of #18714 : nikomatsakis/rust/issue-18621...
2014-11-07 borsauto merge of #18698 : japaric/rust/index, r=alexcrichton
2014-11-07 Piotr CzarneckiAdd `ast::SequenceRepetition`
2014-11-07 Piotr CzarneckiAdd and update tests
2014-11-07 borsauto merge of #18672 : brandonson/rust/functional-updat...
2014-11-07 Chris MorganDerive Clone for TypeId.
2014-11-07 Brian KoropoffAdd regression test for #18652
2014-11-07 Brian KoropoffRemove incorrect assert in trans
2014-11-07 Brian KoropoffAdd regression test for #18711
2014-11-07 Brian KoropoffFix panic due to overly long borrow of RefCell
2014-11-07 Niko Matsakislibs: add Deref, DerefMut impls for references, fixing...
2014-11-07 Brian KoropoffAdd regression test for #18685
2014-11-07 Brian KoropoffAdd regression test for #18661
2014-11-07 Brian KoropoffFix handling of unboxed closure type param substitutions
next