]> git.lizzy.rs Git - rust.git/history - configure
std::trie: Fix find_mut for non-present keys
[rust.git] / configure
2013-11-24 borsauto merge of #10475 : astrieanna/rust/issue8763, r...
2013-11-22 borsauto merge of #10583 : alexcrichton/rust/privacy-reexpo...
2013-11-22 borsauto merge of #10588 : huonw/rust/un@mutilate-task_rng...
2013-11-22 borsauto merge of #10589 : thestinger/rust/doc, r=pcwalton
2013-11-21 borsauto merge of #10598 : alexcrichton/rust/rustdoc, r...
2013-11-21 borsauto merge of #10595 : hatahet/rust/master, r=thestinger
2013-11-21 borsauto merge of #10587 : thestinger/rust/stack, r=pcwalton
2013-11-21 borsauto merge of #10584 : klutzy/rust/local-rust-root...
2013-11-21 klutzyFix --local-rust-root option on Windows
2013-11-14 borsauto merge of #9788 : geoffhill/rust/bare-fn-cast,...
2013-11-10 borsauto merge of #10226 : nibrahim/rust/docepub, r=alexcri...
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-03 borsauto merge of #10219 : alexcrichton/rust/drop-invoke...
2013-11-03 borsauto merge of #10242 : thestinger/rust/inline_dtor...
2013-11-03 borsauto merge of #10199 : alexcrichton/rust/no-propagate...
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 borsauto merge of #10222 : nibrahim/rust/docfix, r=brson
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 Noufal IbrahimBump required pandoc version to 1.9.
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 Luqman Adenconfigure: Remove legacy triple flags.
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 #10187 : pcwalton/rust/remove-mocks,...
2013-11-01 borsauto merge of #10181 : brson/rust/managed_boxes, r...
2013-11-01 borsauto merge of #9740 : alexcrichton/rust/concat, r=cmr
2013-10-31 borsauto merge of #10206 : brson/rust/configure, r=brson
2013-10-31 Brian AndersonFix fallback configuration flags
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 #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-29 Heathersupport for GNU configure syntax corrections: patch...
2013-10-29 HeatherCorrect prefix / CFG_PREFIX work in configure / install.mk
2013-10-29 Heathersupport for GNU configure syntax
2013-10-28 borsauto merge of #10095 : huonw/rust/master, r=cmr
2013-10-20 borsauto merge of #9812 : HNO3/rust/windows-utf8, r=alexcri...
2013-10-19 borsauto merge of #9834 : alexcrichton/rust/morestack,...
2013-10-19 borsauto merge of #9939 : sinma/rust/doc, r=alexcrichton
2013-10-19 borsauto merge of #9932 : alexcrichton/rust/better-fmt...
2013-10-19 borsauto merge of #9938 : alexcrichton/rust/fmtdox, r=huonw
2013-10-19 borsauto merge of #9437 : catamorphism/rust/rustpkg-dates...
2013-10-19 borsauto merge of #9919 : alexcrichton/rust/fmt-begone...
2013-10-19 borsauto merge of #9856 : alexcrichton/rust/privacy-errors...
2013-10-18 borsauto merge of #9933 : alexcrichton/rust/no-jemalloc...
2013-10-18 borsauto merge of #9935 : reedlepee123/rust/my_new_branch...
2013-10-18 Alex CrichtonRemove jemalloc from the runtime
2013-10-18 borsauto merge of #9851 : alexcrichton/rust/include_bin...
2013-10-17 borsauto merge of #9902 : thestinger/rust/immediate, r...
2013-10-17 borsauto merge of #9907 : kballard/rust/vec_ends_with,...
2013-10-17 borsauto merge of #9900 : hatahet/rust/master, r=alexcrichton
2013-10-17 borsauto merge of #9897 : thestinger/rust/rusti, r=alexcrichton
2013-10-17 Daniel Micaydrop the linenoise library
2013-10-17 borsauto merge of #9721 : klutzy/rust/uv-net-read-fix,...
2013-10-17 borsauto merge of #9634 : blake2-ppc/rust/by-ref-iter,...
2013-10-13 borsauto merge of #9608 : hmarr/rust/vec-get-opt, r=huonw
2013-10-10 borsauto merge of #9774 : sebcrozet/rust/master, r=huonw
2013-10-09 borsauto merge of #9750 : alexcrichton/rust/safer-strings...
2013-10-09 borsauto merge of #9742 : alexcrichton/rust/issue-9739...
2013-10-09 borsauto merge of #9748 : klutzy/rust/print-git-revision...
2013-10-09 borsauto merge of #9664 : alexcrichton/rust/logging, r...
2013-10-09 borsauto merge of #9753 : alexcrichton/rust/macro-attrs...
2013-10-08 borsauto merge of #9772 : alexcrichton/rust/buildsystem...
2013-10-08 Alex CrichtonBuild libuv/jemalloc only once (not per stage)
2013-09-28 borsauto merge of #9459 : eliovir/rust/patch-1, r=bstrie
2013-09-27 borsauto merge of #9544 : alexcrichton/rust/clean-docs...
2013-09-27 borsauto merge of #9525 : klutzy/rust/obsolete-span-fix...
2013-09-27 borsauto merge of #9261 : alexcrichton/rust/logging, r...
2013-09-26 borsauto merge of #9515 : pnkfelix/rust/fsk-test-for-issue...
2013-09-26 borsauto merge of #9503 : dcrewi/rust/fix-digest-visibility...
2013-09-26 borsauto merge of #9500 : fhahn/rust/rename-str_from_bytes...
2013-09-26 borsauto merge of #9497 : pnkfelix/rust/fsk-7752-use-fcnptr...
2013-09-26 borsauto merge of #9464 : bmaxa/rust/master, r=cmr
2013-09-26 borsauto merge of #9490 : alexcrichton/rust/issue-9487...
2013-09-26 borsauto merge of #9404 : blake2-ppc/rust/result-map-opt...
2013-09-26 borsauto merge of #9499 : brson/rust/relnotes, r=cmr
2013-09-26 borsauto merge of #9502 : brson/rust/fix-logo-icon, r=brson
2013-09-25 borsauto merge of #9475 : alexcrichton/rust/rustdoc++,...
2013-09-25 Alex Crichtonrustdoc: Add sundown to src/rt/
2013-09-25 borsauto merge of #9345 : Dretch/rust/digest-result-bytes...
2013-09-25 borsauto merge of #9498 : catamorphism/rust/rust-path-hack...
2013-09-25 borsauto merge of #9493 : huonw/rust/move-tuples, r=thestinger
2013-09-25 borsauto merge of #9428 : alexcrichton/rust/llvm-zlib-and...
2013-09-25 borsauto merge of #9335 : alexcrichton/rust/issue-7945...
2013-09-24 borsauto merge of #9336 : alexcrichton/rust/issue-7981...
next