]> git.lizzy.rs Git - rust.git/history - src/librustpkg/lib.rs
Add generation of static libraries to rustc
[rust.git] / src / librustpkg / lib.rs
2013-11-30 Alex CrichtonAdd generation of static libraries to rustc
2013-11-29 borsauto merge of #10719 : Kimundi/rust/switch_to_multi_ite...
2013-11-29 borsauto merge of #10697 : pcwalton/rust/path-new, r=pcwalton
2013-11-29 Patrick Waltonlibstd: Change `Path::new` to `Path::init`.
2013-11-29 borsauto merge of #10709 : alexcrichton/rust/snapshot,...
2013-11-29 Alex CrichtonRegister new snapshots
2013-11-28 borsauto merge of #10519 : nikomatsakis/rust/issue-8624...
2013-11-27 borsauto merge of #10684 : jld/rust/unstruct-unhack-typekin...
2013-11-27 borsauto merge of #10670 : eddyb/rust/node-u32, r=alexcrichton
2013-11-27 borsauto merge of #10679 : alexcrichton/rust/no-routine...
2013-11-27 borsauto merge of #10677 : jld/rust/type-enum-discrim-rm...
2013-11-26 borsauto merge of #10312 : thestinger/rust/thread_local...
2013-11-26 borsauto merge of #10581 : pcwalton/rust/dedo, r=pcwalton
2013-11-26 borsauto merge of #10664 : alexcrichton/rust/issue-10663...
2013-11-26 Patrick Waltonlibrustc: Make `||` lambdas not infer to `proc`s
2013-11-26 Patrick Waltonlibrustc: Remove non-procedure uses of `do` from librus...
2013-11-26 borsauto merge of #10668 : vky/rust/closure-doc-update...
2013-11-26 borsauto merge of #10660 : alexcrichton/rust/little-scope...
2013-11-26 borsauto merge of #10622 : Kimundi/rust/str_de_iter, r...
2013-11-26 Marvin LöbelRemoved unneccessary `_iter` suffixes from various...
2013-11-24 borsauto merge of #10475 : astrieanna/rust/issue8763, r...
2013-11-18 borsauto merge of #10363 : astrieanna/rust/fix-x86stdcall...
2013-11-17 borsauto merge of #10466 : alexcrichton/rust/issue-10334...
2013-11-17 borsauto merge of #10454 : z0w0/rust/issue-9944, r=cmr
2013-11-16 borsauto merge of #10420 : sanxiyn/rust/path, r=cmr
2013-11-15 borsauto merge of #10478 : TeXitoi/rust/shootout-meteor...
2013-11-14 borsauto merge of #10018 : fhahn/rust/check-inferred-ints...
2013-11-14 borsauto merge of #10428 : toffaletti/rust/try_lock, r...
2013-11-14 borsauto merge of #9788 : geoffhill/rust/bare-fn-cast,...
2013-11-14 borsauto merge of #10476 : catamorphism/rust/rustpkg-doc...
2013-11-14 borsauto merge of #10473 : jschaf/rust/ignore-windows-build...
2013-11-14 borsauto merge of #10472 : klutzy/rust/cleanup-xfail, r...
2013-11-14 klutzyrustpkg: Disable test suite on windows
2013-11-13 borsauto merge of #10447 : alexcrichton/rust/flaky-time...
2013-11-13 borsauto merge of #10277 : dcrewi/rust/missing-doc-and...
2013-11-12 borsauto merge of #10427 : alexcrichton/rust/no-xray, r...
2013-11-12 borsauto merge of #10423 : alexcrichton/rust/move-io, r...
2013-11-12 borsauto merge of #10435 : jayanderson/rust/docs, r=huonw
2013-11-12 borsauto merge of #10198 : alexcrichton/rust/darwin-quiet...
2013-11-12 borsauto merge of #10425 : astrieanna/rust/rm-issue-912...
2013-11-12 Alex CrichtonMove std::rt::io to std::io
2013-11-12 borsauto merge of #10424 : alexcrichton/rust/optimize-buffe...
2013-11-12 borsauto merge of #10109 : pcmattman/rust/pass-nonzero...
2013-11-12 Matthew IselinImplemented a ProcessExit enum and helper methods to...
2013-11-11 borsauto merge of #10419 : brson/rust/conditiondocs, r...
2013-11-10 borsauto merge of #10226 : nibrahim/rust/docepub, r=alexcri...
2013-11-09 borsauto merge of #10367 : alexcrichton/rust/system-abi...
2013-11-09 borsauto merge of #10153 : nikomatsakis/rust/issue-4846...
2013-11-09 borsauto merge of #10372 : catamorphism/rust/rustpkg-issue...
2013-11-09 borsauto merge of #10371 : catamorphism/rust/rustpkg-issue...
2013-11-09 borsauto merge of #10368 : tautologico/rust/default_pkgid...
2013-11-09 Tim Chevalierextra / rustpkg: Make getopts::opt_val private again
2013-11-08 Andrei FormigaSpecify package_id for rust libs, to avoid spurious...
2013-11-08 borsauto merge of #10243 : mattcarberry/rust/master, r...
2013-11-06 borsauto merge of #10227 : kud1ing/rust/ios, r=alexcrichton
2013-11-05 borsauto merge of #10182 : alexcrichton/rust/typeid-intrins...
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 borsauto merge of #10254 : sfackler/rust/rustpkg-test-failu...
2013-11-04 Steven FacklerEnsure rustpkg test fails if tests failed
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 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.