]> git.lizzy.rs Git - rust.git/history - src
libsyntax/librustc: Allow calling variadic foreign functions.
[rust.git] / src /
2013-11-05 Luqman Adenlibsyntax/librustc: Allow calling variadic foreign...
2013-11-04 borsauto merge of #10179 : alexcrichton/rust/rt-improvement...
2013-11-04 Alex CrichtonMove io::file to io::fs and fns out of File
2013-11-04 borsauto merge of #10260 : alexcrichton/rust/fix-temp-name...
2013-11-04 Alex CrichtonFix the temporary name of the object file created
2013-11-04 borsauto merge of #10254 : sfackler/rust/rustpkg-test-failu...
2013-11-04 Steven FacklerEnsure rustpkg test fails if tests failed
2013-11-04 borsauto merge of #10251 : thestinger/rust/ptr, r=alexcritchton
2013-11-04 Daniel Micaysimplify memcpy/memmove/memset intrinsics
2013-11-04 borsauto merge of #10252 : huonw/rust/docs, r=alexcrichton
2013-11-04 borsauto merge of #10248 : nibrahim/rust/docformatting...
2013-11-03 Alex CrichtonFill out the remaining functionality in io::file
2013-11-03 Alex CrichtonRemove all blocking std::os blocking functions
2013-11-03 Alex CrichtonModify IoFactory's fs_mkdir, and add fs_rename
2013-11-03 Alex CrichtonMove rt::io traits into the prelude
2013-11-03 Huon Wilsondocs: Replace std::iterator with std::iter.
2013-11-03 borsauto merge of #10219 : alexcrichton/rust/drop-invoke...
2013-11-03 borsauto merge of #10143 : chris-morgan/rust/filename-consi...
2013-11-03 Chris MorganRename files to match current recommendations.
2013-11-03 borsauto merge of #10244 : thestinger/rust/abort, r=alexcri...
2013-11-03 Daniel Micayreplace RetVoid with Unreachable to fix lint
2013-11-03 borsauto merge of #10242 : thestinger/rust/inline_dtor...
2013-11-03 borsauto merge of #10199 : alexcrichton/rust/no-propagate...
2013-11-03 Alex CrichtonStatically link libuv to librustuv
2013-11-03 Daniel Micayfix cross-crate destructor inlining
2013-11-03 borsauto merge of #10235 : mletterle/rust/issue-9226, r=jdm
2013-11-02 Michael LetterleUpdated debugging metadata for ty_nil and ty_bot
2013-11-02 borsauto merge of #10165 : dcrewi/rust/missing-doc-on-priva...
2013-11-02 borsauto merge of #10217 : alexcrichton/rust/less-reachable...
2013-11-02 borsauto merge of #10233 : sfackler/rust/private-module...
2013-11-02 borsauto merge of #10230 : alexcrichton/rust/snapshots...
2013-11-02 borsauto merge of #10229 : brson/rust/warnings, r=thestinger
2013-11-02 borsauto merge of #10225 : Jurily/rust/master, r=alexcrichton
2013-11-02 Steven FacklerRustdoc: Properly strip private modules
2013-11-02 borsauto merge of #10232 : brson/rust/destdir, r=thestinger
2013-11-02 Alex CrichtonStatically link sundown to librustdoc
2013-11-02 Alex CrichtonStop propagating link arguments across crates
2013-11-02 borsauto merge of #10222 : nibrahim/rust/docfix, r=brson
2013-11-02 borsauto merge of #10223 : huonw/rust/gamma, r=cmr
2013-11-01 Alex CrichtonRegister new snapshots
2013-11-01 borsauto merge of #10215 : brson/rust/rustctask, r=thestinger
2013-11-01 borsauto merge of #10220 : luqmana/rust/con, r=brson
2013-11-01 borsauto merge of #10204 : alexcrichton/rust/better-names...
2013-11-01 borsauto merge of #10119 : Kimundi/rust/option_and_generic...
2013-11-01 Alex CrichtonGive test and main tasks better names
2013-11-01 Gyorgy AndrasekFix typo in to_digit
2013-11-01 borsauto merge of #10218 : alexcrichton/rust/stdio-flush...
2013-11-01 Marvin LöbelFixed unused import warning in tests
2013-11-01 Marvin LöbelRemoved legacy implementations
2013-11-01 Marvin LöbelCleaned up the option and result module in more detail
2013-11-01 Marvin LöbelReordered the methods in std::Option and std::Result
2013-11-01 borsauto merge of #10213 : telotortium/rust/rand-fill_bytes...
2013-11-01 Huon Wilsonstd::rand: share the benchmark counter among the whole...
2013-11-01 Huon Wilsonstd::rand: Implement the Gamma distribution.
2013-11-01 borsauto merge of #10205 : brson/rust/unnamed_addr, r=thest...
2013-11-01 Huon Wilsonstd::rand: Move distributions to a subfolder.
2013-11-01 borsauto merge of #10203 : kud1ing/rust/ios, r=alexcrichton
2013-11-01 borsauto merge of #10196 : huonw/rust/fix-zig, r=alexcrichton
2013-11-01 Alex CrichtonDrop struct fields if the user destructor fails
2013-11-01 borsauto merge of #10187 : pcwalton/rust/remove-mocks,...
2013-11-01 Alex CrichtonProvide a sound method of flushing stdout
2013-11-01 Alex CrichtonReduce the aggressiveness of reachability
2013-11-01 borsauto merge of #10181 : brson/rust/managed_boxes, r...
2013-11-01 Brian AndersonName the rustc task 'rustc'
2013-11-01 Robert IrelanFix infinite recursion in `fill_bytes()`
2013-11-01 borsauto merge of #9740 : alexcrichton/rust/concat, r=cmr
2013-10-31 Brian AndersonDeclare all Rust functions as unnamed_addr. Closes...
2013-10-31 David Creswickfix missing_doc lint on private traits
2013-10-31 Alex CrichtonImplement a concat!() format extension
2013-10-31 Brian AndersonMake managed_boxes feature gate error less opinionated
2013-10-31 borsauto merge of #10167 : briantdawn/rust/master, r=cmr
2013-10-31 Patrick Waltonlibstd: Remove mocks.
2013-10-31 Patrick Waltonlibrustc: Implement `|A| -> B` syntax for closures...
2013-10-31 borsauto merge of #10193 : osaut/rust/Fix_install, r=huonw
2013-10-31 Huon Wilsonstd::rand: correct an off-by-one in the Ziggurat code.
2013-10-31 borsauto merge of #10189 : alexcrichton/rust/inner-statics...
2013-10-31 borsauto merge of #10180 : alexcrichton/rust/flush-default...
2013-10-31 borsauto merge of #10166 : brson/rust/meta, r=alexcrichton
2013-10-31 borsauto merge of #10164 : brson/rust/configure, r=brson
2013-10-31 Alex CrichtonForbid type parameters in inner statics
2013-10-31 borsauto merge of #10120 : Kimundi/rust/remove_sys, r=alexc...
2013-10-30 Alex CrichtonMake Writer::flush a no-op default method
2013-10-30 Brian Andersonsyntax: Forbid non-string literals in meta items. #623
2013-10-30 borsauto merge of #10172 : pythonesque/rust/issue-9890...
2013-10-30 Marvin LöbelPrepared `std::sys` for removal, and made `begin_unwind...
2013-10-30 Joshua YanovskiSpecial-casing iter_vec_raw to use a counter for zero...
2013-10-30 borsauto merge of #10123 : klutzy/rust/fix-7507, r=alexcrichton
2013-10-30 borsauto merge of #10168 : reedlepee123/rust/priv_fields...
2013-10-30 klutzytest: Add test for LHS expression check
2013-10-30 klutzyrustc: Check LHS expression of assignment
2013-10-30 borsauto merge of #9613 : jld/rust/enum-discrim-size.r0...
2013-10-30 Jed DavisFix check-fast breakage in new enum test.
2013-10-30 borsauto merge of #10163 : brson/rust/rtcxx, r=alexcrichton
2013-10-30 borsauto merge of #10161 : brson/rust/upcall, r=alexcrichton
2013-10-30 borsauto merge of #10149 : chris-morgan/rust/2013-10-29...
2013-10-30 reedlepeechanged all the impl<T> to impl<T: Send> in rt::comm...
2013-10-30 borsauto merge of #10160 : alexcrichton/rust/snapshots...
2013-10-30 Brian Andersonrt: Remove array_list.h
2013-10-30 Brian Andersonrt: Remove rust_thread::detach
2013-10-29 Brian Andersonrt: Remove four unused upcalls
next