]> git.lizzy.rs Git - rust.git/history - mk
Remove sjlj stuff from rust_upcall and don't pass -Werror to libuv.
[rust.git] / mk /
2013-11-23 Luqman AdenRemove sjlj stuff from rust_upcall and don't pass ...
2013-11-23 Luqman Adenmk: Get rid of redundant LIBUV_FLAGS.
2013-11-23 Luqman AdenFix up mingw64 target.
2013-11-20 borsauto merge of #10576 : thestinger/rust/gc, r=pcwalton
2013-11-20 borsauto merge of #10527 : eholk/rust/win64, r=alexcrichton
2013-11-19 borsauto merge of #10558 : alexcrichton/rust/faster-stdout...
2013-11-19 borsauto merge of #10557 : huonw/rust/inline-deriving,...
2013-11-19 borsauto merge of #10542 : huonw/rust/open01, r=alexcrichton
2013-11-19 borsauto merge of #10561 : pcwalton/rust/procify, r=alexcri...
2013-11-19 borsauto merge of #10479 : alexcrichton/rust/native-mutex...
2013-11-19 Alex CrichtonMove runtime files to C instead of C++
2013-11-19 Alex CrichtonRemove the C++ lock_and_signal type
2013-11-18 borsauto merge of #10539 : alexcrichton/rust/external-linka...
2013-11-18 borsauto merge of #10508 : chris-morgan/rust/tags-improveme...
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-16 Chris MorganDon't make tags for our dependencies and tests.
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 #10457 : alexcrichton/rust/native-io...
2013-11-14 borsauto merge of #10464 : gutworth/rust/snap-err, r=pnkfelix
2013-11-13 borsauto merge of #10421 : adridu59/rust/patch-www, r=alexc...
2013-11-13 Adrien Tétardoc: tidy up makefile rules
2013-11-13 Adrien Tétardoc: add favicon to tutorial/manual
2013-11-12 borsauto merge of #10198 : alexcrichton/rust/darwin-quiet...
2013-11-12 borsauto merge of #10422 : alexcrichton/rust/explicit-crate...
2013-11-11 borsauto merge of #10419 : brson/rust/conditiondocs, r...
2013-11-11 borsauto merge of #10403 : poiru/rust/issue-2675, r=alexcri...
2013-11-11 borsauto merge of #10409 : alexcrichton/rust/issue-10386...
2013-11-11 borsauto merge of #10394 : yichoi/rust/make_check_pass_andr...
2013-11-11 borsauto merge of #10408 : alexcrichton/rust/snapshots...
2013-11-11 borsauto merge of #10406 : alexcrichton/rust/issue-10405...
2013-11-10 borsauto merge of #10226 : nibrahim/rust/docepub, r=alexcri...
2013-11-10 borsauto merge of #10399 : huonw/rust/get-opt-doc, r=alexcr...
2013-11-10 borsauto merge of #10321 : alexcrichton/rust/uv-rewrite...
2013-11-10 Alex CrichtonAnother round of test fixes from previous commits
2013-11-10 Alex CrichtonUpdate to the latest libuv
2013-11-08 borsauto merge of #10303 : niftynif/rust/master, r=catamorphism
2013-11-08 borsauto merge of #10281 : klutzy/rust/rt-timezone, r=alexc...
2013-11-08 borsauto merge of #10243 : mattcarberry/rust/master, r...
2013-11-07 borsauto merge of #10322 : thestinger/rust/no_freeze, r...
2013-11-06 borsauto merge of #10227 : kud1ing/rust/ios, r=alexcrichton
2013-11-06 kud1ingFixes for compilation to iOS:
2013-11-06 borsauto merge of #10299 : alexcrichton/rust/osx-loader...
2013-11-05 borsauto merge of #10290 : dbussink/rust/thread_in_rust...
2013-11-05 Dirkjan BussinkMove implementation for threads to Rust
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 borsauto merge of #10260 : alexcrichton/rust/fix-temp-name...
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 Noufal IbrahimCreate epub versions of tutorial and ref manual.
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 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-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 borsauto merge of #10232 : brson/rust/destdir, r=thestinger
2013-11-02 Alex CrichtonStatically link sundown to librustdoc
2013-11-02 borsauto merge of #10222 : nibrahim/rust/docfix, r=brson
2013-11-02 Brian AndersonFix installation with DESTDIR
2013-11-02 borsauto merge of #10223 : huonw/rust/gamma, r=cmr
2013-11-01 borsauto merge of #10215 : brson/rust/rustctask, r=thestinger
2013-11-01 Brian AndersonUse consistent capitalization in makefile errors
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 #10218 : alexcrichton/rust/stdio-flush...
2013-11-01 borsauto merge of #10213 : telotortium/rust/rand-fill_bytes...
2013-11-01 borsauto merge of #10205 : brson/rust/unnamed_addr, r=thest...
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 Luqman Adenconfigure: Fix passing multiple target and host triples.
2013-11-01 borsauto merge of #10181 : brson/rust/managed_boxes, r...
2013-10-31 kud1ingadd target triple arm-apple-darwin
2013-10-31 borsauto merge of #10167 : briantdawn/rust/master, r=cmr
2013-10-31 borsauto merge of #10193 : osaut/rust/Fix_install, r=huonw
2013-10-31 borsauto merge of #10189 : alexcrichton/rust/inner-statics...
2013-10-31 Olivier SautFix missing parenthesis in a previous substitution...
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 borsauto merge of #10120 : Kimundi/rust/remove_sys, r=alexc...
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 borsauto merge of #9613 : jld/rust/enum-discrim-size.r0...
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 borsauto merge of #10160 : alexcrichton/rust/snapshots...
next