]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-01-02 borsauto merge of #11265 : c-a/rust/byteswap_from, r=alexcr...
2014-01-02 borsauto merge of #11248 : brson/rust/0.9relnotes, r=alexcr...
2014-01-02 borsauto merge of #11246 : ktt3ja/rust/issue-11224, r=alexc...
2014-01-02 borsauto merge of #11245 : alexcrichton/rust/issue-11225...
2014-01-02 borsauto merge of #11184 : jhasse/rust/patch-col, r=huonw
2014-01-02 Jan Niklas... Test column offset for #11184
2014-01-02 borsauto merge of #11235 : am0d/rust/doc_update, r=brson
2014-01-02 borsauto merge of #11242 : Dretch/rust/hashmap-key-value...
2014-01-02 Jan Niklas... Output columns 1-based. Fixes #10848
2014-01-01 Carl-Anton... libextra: Use from_be32 instead of bswap32 in vuint_at()
2014-01-01 Carl-Anton... libnative: Use [from|to]_be16 instead of bswap16
2014-01-01 Carl-Anton... Add byteswap intrinsics for converting from big/little...
2014-01-01 borsauto merge of #11212 : alexcrichton/rust/local-task...
2014-01-01 Alex CrichtonMove task count bookeeping out of libstd
2014-01-01 Alex CrichtonDon't leave lingering files in doc tests
2014-01-01 Brian AndersonUpdate RELEASES.txt for 0.9
2014-01-01 borsauto merge of #11255 : klutzy/rust/small-cleanup, r...
2014-01-01 borsauto merge of #11254 : huonw/rust/impl-names, r=brson
2014-01-01 Huon Wilsonsyntax: expand impl_pretty_name to handle more cases.
2014-01-01 borsauto merge of #11249 : brson/rust/no_rustdoc_ng, r...
2014-01-01 borsauto merge of #11247 : eddyb/rust/symbol-cleanup, r...
2014-01-01 klutzysyntax::codemap: Add static DUMMY_SP
2014-01-01 klutzysyntax::diagnostic: Remove @ from Emitter
2014-01-01 klutzysyntax::diagnostic: Remove unnecessary traits
2014-01-01 klutzyrustc::driver: Remove two @s
2014-01-01 borsauto merge of #11244 : johnwalker/rust/issue-11239...
2014-01-01 borsauto merge of #11215 : alexcrichton/rust/metadata-filen...
2014-01-01 borsauto merge of #11187 : alexcrichton/rust/once, r=brson
2014-01-01 Alex CrichtonConvert relevant static mutexes to Once
2014-01-01 borsauto merge of #11137 : g3xzh/rust/benchm, r=cmr
2014-01-01 borsauto merge of #11186 : alexcrichton/rust/native-udp...
2013-12-31 Eduard BurtescuTruncate symbol hashes to 64 bits.
2013-12-31 borsauto merge of #11173 : whitequark/rust/master, r=thestinger
2013-12-31 Brian AndersonRemove references to rustdoc_ng
2013-12-31 borsauto merge of #11157 : alexcrichton/rust/issue-11154...
2013-12-31 Kiet TranMark provided methods in dead-code pass
2013-12-31 Alex CrichtonConservatively export all trait methods and impls
2013-12-31 borsauto merge of #11155 : SiegeLord/rust/early_deps, r...
2013-12-31 Gareth SmithFix issue #11216 - Replace std::hashmap::{each_key...
2013-12-31 SiegeLordAdd a --no-analysis command line switch
2013-12-31 SiegeLordGenerate --dep-info earlier in the compillation.
2013-12-31 Alex CrichtonDisallow LTO with a preference to dynamic linking
2013-12-31 Alex CrichtonImplement native UDP I/O
2013-12-31 John Louis... Fix rust-align-to-expr-after-brace, closes #11239.
2013-12-31 borsauto merge of #11208 : alexcrichton/rust/less-c, r=cmr
2013-12-31 borsauto merge of #11236 : huonw/rust/sort-rust-log-help...
2013-12-31 Huon Wilsonstd: print RUST_LOG=::help in sorted order.
2013-12-31 a_m0dUpdate documentation to remove reference to ::rt logging
2013-12-31 borsauto merge of #11142 : alan-andrade/rust/improve_opts_e...
2013-12-31 Alan AndradeFix tests
2013-12-31 borsauto merge of #11231 : brson/rust/rust_fail, r=alexcrichton
2013-12-31 Alan AndradeRemove features from librustdoc
2013-12-31 Alan AndradeAvoid compiler error about glob imports in getopts...
2013-12-31 borsauto merge of #11221 : vadimcn/rust/revert-manifest...
2013-12-31 Brian AndersonAdd rust_fail. #11219
2013-12-30 Peter ZotovImplement volatile_load and volatile_store intrinsics.
2013-12-30 Alex CrichtonConvert some C functions to rust functions
2013-12-30 borsauto merge of #11125 : vmx/rust/rational, r=huonw
2013-12-30 Vadim ChugunovRevert "Embed Windows application manifest."
2013-12-30 g3xzhAdd more benchmark tests to path/posix
2013-12-30 borsauto merge of #11199 : alexcrichton/rust/windows-isnt...
2013-12-30 borsauto merge of #11194 : kballard/rust/gitignore-doc...
2013-12-30 Alex CrichtonAdd metadata from a tempdir instead of a build dir
2013-12-30 Volker MischeImplement Ratio:from_float()
2013-12-30 borsauto merge of #11190 : eliovir/rust/patch-3, r=alexcrichton
2013-12-30 borsauto merge of #11185 : huonw/rust/doc-ignore, r=cmr
2013-12-30 borsauto merge of #11182 : luisbg/rust/crateid, r=cmr
2013-12-30 borsauto merge of #11169 : alexcrichton/rust/snapshots...
2013-12-30 borsauto merge of #10885 : kballard/rust/as_mut_slice,...
2013-12-30 borsauto merge of #11168 : sfackler/rust/de-at-extctxt...
2013-12-30 Steven FacklerRemove @muts from ExtCtxt
2013-12-30 Steven FacklerStart passing around &mut ExtCtxt
2013-12-30 Steven FacklerMake ast_fold take &mut self
2013-12-30 Huon Wilsonrustdoc: Unify the handling of the hidden example lines.
2013-12-30 Huon Wilsonrustdoc: only filter lines starting with '# ' from...
2013-12-30 borsauto merge of #11181 : luqmana/rust/up-llvm, r=alexcrichton
2013-12-30 Luqman AdenUpdate llvm.
2013-12-30 borsauto merge of #11204 : alexcrichton/rust/issue-11200...
2013-12-30 Alex CrichtonFix a deadlock in a libgreen test
2013-12-29 Alex CrichtonActually block in a windows cvar
2013-12-29 Alex CrichtonRegister new snapshots.
2013-12-29 Luis de BethencourtUpdate Docs to use crateid
2013-12-29 Luis de BethencourtRename uses of PkgId to CrateId in librustpkg
2013-12-29 Luis de BethencourtRename PkgId to CrateId
2013-12-29 Luis de BethencourtRename pkgid variables
2013-12-29 Kevin BallardAdd /doc/{rustc,syntax} to .gitignore
2013-12-29 Kevin BallardAdd method .as_mut_slice() to MutableVector
2013-12-29 Kevin BallardAdd /doc/{green,native} to .gitignore
2013-12-29 borsauto merge of #11134 : lucab/rust/lucab/libstd-doc...
2013-12-29 eliovirrust.md : update crate attributes.
2013-12-29 borsauto merge of #11177 : cmr/rust/native_and_green_docs...
2013-12-29 Corey RichardsonFix rustdoc bug involving PatLit
2013-12-29 Corey RichardsonAdd a compiler-docs target
2013-12-29 Steven FacklerStop passing duplicate parameters in expand
2013-12-29 Steven FacklerRemove unecessary extern "Rust" specifiers
2013-12-29 Steven FacklerStop using @ExtCtxt
2013-12-29 Alex CrichtonImplement a Once primitive for initialization
2013-12-29 borsauto merge of #11180 : alexcrichton/rust/fix-deferred...
2013-12-29 borsauto merge of #11179 : alexcrichton/rust/update-gyp...
2013-12-29 borsauto merge of #11150 : huonw/rust/moar-docs, r=alexcrichton
next