]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-04-03 borsauto merge of #13262 : ben0x539/rust/guide-runtime...
2014-04-02 borsauto merge of #13257 : alexcrichton/rust/index-uint...
2014-04-02 Alex CrichtonFix fallout of requiring uint indices
2014-04-02 Alex Crichtonrustc: Require that vector indices are uints
2014-04-02 borsauto merge of #13248 : tedhorst/rust/master, r=alexcrichton
2014-04-02 Benjamin Herrdoc: Remove dated "libgreen is default" statement.
2014-04-02 borsauto merge of #13177 : huonw/rust/devec-rand, r=alexcri...
2014-04-02 Huon Wilsonrand: replace Rng.shuffle's functionality with .shuffle...
2014-04-02 Huon Wilsonrand: remove (almost) all ~[]'s from Vec.
2014-04-02 borsauto merge of #13243 : huonw/rust/cellshow, r=thestinger
2014-04-02 borsauto merge of #13242 : huonw/rust/release-note-edits...
2014-04-02 borsauto merge of #13235 : klutzy/rust/doc-faq-win, r=alexc...
2014-04-02 borsauto merge of #13241 : stepancheg/rust/push-all, r...
2014-04-01 borsauto merge of #13240 : sfackler/rust/time-pub, r=alexcr...
2014-04-01 Huon WilsonMinor adjustments to the 0.10 release notes.
2014-04-01 borsauto merge of #13234 : seanmonstar/rust/pr/12947, r...
2014-04-01 borsauto merge of #13225 : thestinger/rust/num, r=cmr
2014-04-01 Stepan KoltsovReimplement Vec::push_all* with .extend
2014-04-01 Stepan KoltsovVec::reserve_exact should not shrink
2014-04-01 borsauto merge of #13115 : huonw/rust/rand-errors, r=alexcr...
2014-04-01 Ted Horstmake Cmplx fields public
2014-04-01 Huon Wilsonstd: fix Cell's Show instance.
2014-04-01 Daniel Micayremove the cmath module
2014-04-01 Huon Wilsonrand: bubble up IO messages futher.
2014-04-01 Huon Wilsonrand: bubble up IO errors when creating an OSRng.
2014-04-01 Huon Wilsonstd: migrate the errno -> IoError converter from libnative.
2014-04-01 Steven FacklerMake libtime fields public
2014-04-01 Gábor Lehelsyntax: allow stmt/expr macro invocations to be delimit...
2014-04-01 klutzydoc: Update windows status on FAQ
2014-03-31 borsauto merge of #13184 : alexcrichton/rust/priv-fields...
2014-03-31 Alex Crichtondoc: Update with changes in field privacy
2014-03-31 Alex Crichtonurl: Switch privacy defaults where necessary
2014-03-31 Alex Crichtoncompiletest: Switch field privacy where necessary
2014-03-31 Alex Crichtonrpass/cfail: Update field privacy where necessary
2014-03-31 Alex Crichtonnum: Switch field privacy as necessary
2014-03-31 Alex Crichtongreen: Switch field privacy as necessary
2014-03-31 Alex Crichtonrustdoc: Switch field privacy as necessary
2014-03-31 Alex Crichtonrustuv: Switch field privacy as necessary
2014-03-31 Alex Crichtonworkcache: Switch field privacy as necessary
2014-03-31 Alex Crichtonglob: Switch field privacy as necessary
2014-03-31 Alex Crichtonrustc: Switch field privacy as necessary
2014-03-31 Alex Crichtonsyntax: Switch field privacy as necessary
2014-03-31 Alex Crichtontest: Switch field privacy as necessary
2014-03-31 Alex Crichtonterm: Switch field privacy as necessary
2014-03-31 Alex Crichtonserialize: Switch field privacy as necessary
2014-03-31 Alex Crichtonlog: Swith field privacy as necessary
2014-03-31 Alex Crichtonarena: Switch field privacy as necessary
2014-03-31 Alex Crichtonsync: Switch field privacy as necessary
2014-03-31 Alex Crichtonrand: Switch field privacy as necessary
2014-03-31 Alex Crichtonnative: Switch field privacy as necessary
2014-03-31 Alex Crichtongetopts: Switch field privacy as necessary
2014-03-31 Alex Crichtoncollections: Switch field privacy as necessary
2014-03-31 Alex Crichtonstd: Switch field privacy as necessary
2014-03-31 Daniel Micaynum: rm wrapping of `Float` methods as functions
2014-03-31 Alex Crichtonrustc: Switch struct fields to private by default
2014-03-31 borsauto merge of #13189 : alexcrichton/rust/relnotes,...
2014-03-31 borsauto merge of #13230 : Kroisse/rust/encodable-json...
2014-03-31 Eunchong YuJson doesn't need to depend on IoError to implement...
2014-03-31 borsauto merge of #13223 : brson/rust/dist, r=alexcrichton
2014-03-31 borsauto merge of #13221 : thestinger/rust/append, r=alexcr...
2014-03-31 borsauto merge of #13220 : brson/rust/from_iter, r=thestinger
2014-03-31 Brian Andersonmk: Workaround distcheck failure on mac. #13224
2014-03-31 borsauto merge of #13206 : TeXitoi/rust/fix-shootout-k...
2014-03-31 Daniel Micayvec: convert `append` and `append_one` to methods
2014-03-31 Brian AndersonRename `from_iterator` to `from_iter` for consistency.
2014-03-31 Brian Andersonmk: distcheck --uninstall
2014-03-31 Brian Andersondist: Add libbacktrace to source tarballs
2014-03-31 borsauto merge of #13219 : brson/rust/dist-root, r=sfackler
2014-03-31 Brian Andersonmk: Don't touch config.tmp or tmp/dist as root. Closes...
2014-03-31 borsauto merge of #13218 : brson/rust/dist-mac, r=sfackler
2014-03-31 Brian Andersonmk: Fix 'make dist' on Mac
2014-03-31 borsauto merge of #13216 : alexcrichton/rust/fix-configure...
2014-03-30 borsauto merge of #13211 : csherratt/rust/arc_fix, r=alexcr...
2014-03-30 borsauto merge of #13215 : sfackler/rust/vim-attr, r=alexcr...
2014-03-30 Alex Crichtonconfigure: Accept LLVM 3.4.X during configuration
2014-03-30 Steven FacklerSupport new attribute syntax in vim syntax file
2014-03-30 Colin SherrattCheck that the old value was 1 and not 0 when dropping...
2014-03-30 borsauto merge of #13208 : Tohie/rust/master, r=alexcrichton
2014-03-30 Alex CrichtonAdd draft 0.10 release notes
2014-03-30 Guillaume Pinotmake shootout-k-nucleotide.rs pass official test
2014-03-30 Scott JenkinsUpdated references to extra in libcollections docs
2014-03-30 borsauto merge of #13203 : Kimundi/rust/de-map-vec3, r=cmr
2014-03-30 Marvin LöbelRemoved deprecated functions `map` and `flat_map` for...
2014-03-29 borsauto merge of #13200 : sfackler/rust/test-attr, r=cmr
2014-03-29 Steven FacklerUse new inner attribute syntax in test framework
2014-03-29 borsauto merge of #13199 : klutzy/rust/msys2, r=cmr
2014-03-29 klutzyconfigure: Add MINGW64 OS type
2014-03-29 borsauto merge of #13183 : erickt/rust/remove-list, r=alexc...
2014-03-29 borsauto merge of #13143 : gentlefolk/rust/issue-9227,...
2014-03-29 borsauto merge of #13193 : pongad/rust/fixconfig, r=thestinger
2014-03-29 borsauto merge of #13188 : FlaPer87/rust/master, r=alexcrichton
2014-03-29 borsauto merge of #13185 : alexcrichton/rust/osx-pkg, r...
2014-03-29 borsauto merge of #13168 : jankobler/rust/verify-grammar...
2014-03-29 borsauto merge of #13187 : brson/rust/dist, r=alexcrichton
2014-03-29 Michael Darakanandaconfigure uses `command -v` instead of `which` #13147
2014-03-29 Brian Andersonmk: Restore DESTDIR
2014-03-29 borsauto merge of #13170 : eddyb/rust/syntax-cleanup, r...
2014-03-29 borsauto merge of #13157 : pnkfelix/rust/fsk-iss13140,...
2014-03-29 Alex Crichtondist: Tweak the OSX pkg installer
2014-03-29 borsauto merge of #13162 : alexcrichton/rust/attr-syntax...
next