]> git.lizzy.rs Git - rust.git/history - Makefile.in
auto merge of #13720 : aturon/rust/walk_dir-perf, r=alexcrichton
[rust.git] / Makefile.in
2014-02-02 Alex CrichtonRemove VPATH usage in Makefiles
2014-02-02 borsauto merge of #11988 : cmr/rust/11668-squash, r=alexcri...
2014-02-02 borsauto merge of #11987 : cmr/rust/rm-rustpkg, r=cmr
2014-02-02 Corey RichardsonRemove rustpkg.
2014-02-01 borsauto merge of #11789 : pongad/rust/master, r=kballard
2014-01-31 borsauto merge of #11810 : Armavica/rust/issue-11645, r...
2014-01-31 borsauto merge of #11832 : jfager/rust/r5900, r=alexcrichton
2014-01-31 borsauto merge of #11784 : eminence/rust/fix_run_tests...
2014-01-30 borsauto merge of #11907 : sanxiyn/rust/simd-shift, r=thest...
2014-01-30 borsauto merge of #11853 : alexcrichton/rust/up-llvm, r...
2014-01-30 borsauto merge of #11893 : Armavica/rust/copyable-cloneable...
2014-01-29 borsauto merge of #11879 : thestinger/rust/frame-pointer...
2014-01-29 borsauto merge of #11754 : alexcrichton/rust/unused-result...
2014-01-29 borsauto merge of #11867 : dmanescu/rust/8784-arena-glob...
2014-01-29 borsauto merge of #11889 : nikomatsakis/rust/issue-3243...
2014-01-29 borsauto merge of #11903 : alexcrichton/rust/android-test...
2014-01-29 borsauto merge of #11706 : alexcrichton/rust/issue-11253...
2014-01-29 borsauto merge of #11887 : alexcrichton/rust/rpath-for...
2014-01-28 Alex CrichtonFix a typo in disable rpaths
2014-01-27 borsauto merge of #11834 : huonw/rust/deriving-spans, r...
2014-01-27 borsauto merge of #11823 : derekchiang/rust/fix-barrier...
2014-01-27 borsauto merge of #11787 : alexcrichton/rust/refactor,...
2014-01-26 borsauto merge of #11817 : salemtalha/rust/master, r=brson
2014-01-26 Salem TalhaRemoved all instances of XXX in preparation for relaxin...
2014-01-26 Alex CrichtonRefactor the build system for easily adding crates
2014-01-25 borsauto merge of #11775 : alexcrichton/rust/select-fix...
2014-01-25 borsauto merge of #11774 : sfackler/rust/move-macros, r...
2014-01-25 borsauto merge of #11772 : sanxiyn/rust/reexport, r=cmr
2014-01-25 borsauto merge of #11764 : Armavica/rust/doc_patmatch,...
2014-01-25 borsauto merge of #11748 : brson/rust/timerfdandroid, r...
2014-01-24 borsauto merge of #11732 : luqmana/rust/native-getaddrinfo...
2014-01-24 borsauto merge of #11744 : alexcrichton/rust/issue-5219...
2014-01-24 Alex CrichtonAllow opting-out of rpath usage
2014-01-24 borsauto merge of #11760 : dmac/rust/addressable-search...
2014-01-24 borsauto merge of #11753 : misfo/rust/patch-1, r=pcwalton
2014-01-24 borsauto merge of #11750 : bnoordhuis/rust/follow-rustc...
2014-01-24 borsauto merge of #11742 : eminence/rust/dylib-test-fix...
2014-01-24 borsauto merge of #11720 : sfackler/rust/macro-export-sourc...
2014-01-24 borsauto merge of #11718 : ktt3ja/rust/borrowck-error-msg...
2014-01-24 borsauto merge of #11686 : mankyKitty/rust/rename-invert...
2014-01-24 borsauto merge of #11478 : klutzy/rust/rustpkg-crate-id...
2014-01-23 borsauto merge of #11761 : alexcrichton/rust/epoll-eintr...
2014-01-23 Alex CrichtonBuild llvm-extract (needed by codegen tests)
2014-01-22 borsauto merge of #11711 : alexcrichton/rust/issue-11683...
2014-01-22 borsauto merge of #11500 : jhasse/rust/patch-rlib, r=alexcr...
2014-01-21 borsauto merge of #11700 : bharrisau/rust/thumb, r=alexcrichton
2014-01-21 borsauto merge of #11665 : alexcrichton/rust/zed-cleanup...
2014-01-21 Alex CrichtonRemove no-debug-borrows from the makefiles
2014-01-21 borsauto merge of #11486 : Matthias247/rust/doc, r=cmr
2014-01-19 borsauto merge of #11567 : divtxt/rust/master, r=cmr
2014-01-19 borsauto merge of #11311 : hdima/rust/vim-syntax-spell...
2014-01-17 borsauto merge of #11604 : alexcrichton/rust/issue-11162...
2014-01-17 borsauto merge of #11598 : alexcrichton/rust/io-export...
2014-01-17 borsauto merge of #11585 : nikomatsakis/rust/issue-3511...
2014-01-17 borsauto merge of #11479 : khodzha/rust/peekable_empty...
2014-01-17 borsauto merge of #11498 : c-a/rust/optimize_vuint_at,...
2014-01-17 borsauto merge of #11584 : alexcrichton/rust/issue-3862...
2014-01-17 borsauto merge of #11151 : sfackler/rust/ext-crate, r=alexc...
2014-01-16 borsauto merge of #11571 : derekchiang/rust/fix-task-docs...
2014-01-16 borsauto merge of #11599 : sanxiyn/rust/accurate-span-3...
2014-01-16 borsauto merge of #11597 : sfackler/rust/err-enums, r=alexc...
2014-01-16 borsauto merge of #11596 : derekchiang/rust/fix-libnative...
2014-01-16 borsauto merge of #11590 : vadimcn/rust/llvm-tools, r=alexc...
2014-01-16 borsauto merge of #11588 : am0d/rust/dox, r=brson
2014-01-16 borsauto merge of #11579 : kballard/rust/windows-path-join...
2014-01-16 borsauto merge of #11575 : pcwalton/rust/parse-substrs...
2014-01-16 borsauto merge of #11574 : neeee/rust/master, r=alexcrichton
2014-01-16 Vadim ChugunovOnly build LLVM tools Rust needs.
2014-01-16 borsauto merge of #11565 : mozilla/rust/snapshot, r=huonw
2014-01-16 borsauto merge of #11568 : FlaPer87/rust/even, r=alexcrichton
2014-01-15 borsauto merge of #11550 : alexcrichton/rust/noinline,...
2014-01-15 borsauto merge of #11112 : alexcrichton/rust/issue-11087...
2014-01-15 borsauto merge of #11543 : thestinger/rust/gc, r=cmr
2014-01-15 borsauto merge of #11523 : alexcrichton/rust/stage3, r...
2014-01-15 Alex CrichtonAdd a configure to disable libstd version injection
2014-01-15 borsauto merge of #11535 : thestinger/rust/header, r=alexcr...
2014-01-14 borsauto merge of #11521 : dguenther/rust/hide_libdir_relat...
2014-01-14 Derek GuentherRenamed LIBDIR_RELATIVE to CFG_LIBDIR_RELATIVE
2014-01-14 borsauto merge of #11485 : eddyb/rust/sweep-old-rust, r...
2014-01-14 borsauto merge of #11438 : b1nd/rust/rust-doc, r=alexcrichton
2014-01-13 borsauto merge of #11506 : brson/rust/androidfixes, r=cmr
2014-01-13 borsauto merge of #11442 : brson/rust/0.10-pre, r=alexcrichton
2014-01-13 Brian AndersonBump version to 0.10-pre
2014-01-11 borsauto merge of #11472 : kud1ing/rust/iOS, r=alexcrichton
2014-01-10 borsauto merge of #11360 : huonw/rust/stack_bounds, r=alexc...
2014-01-09 borsauto merge of #11387 : pcwalton/rust/de-at-block, r...
2014-01-09 borsauto merge of #11386 : rcatolino/rust/ice-10955, r...
2014-01-08 borsauto merge of #11401 : michaelwoerister/rust/issue11322...
2014-01-08 borsauto merge of #11370 : alexcrichton/rust/issue-10465...
2014-01-08 borsauto merge of #11407 : alexcrichton/rust/fix-snap,...
2014-01-08 borsauto merge of #11405 : huonw/rust/moredocs, r=huonw
2014-01-08 borsauto merge of #11358 : pcwalton/rust/typed-arenas,...
2014-01-08 Brian Andersonmk: Fix the naming of the windows installer harder
2014-01-07 borsauto merge of #11364 : brson/rust/docs, r=alexcrichton
2014-01-07 borsauto merge of #11045 : jhasse/rust/patch-libdir, r...
2014-01-07 borsauto merge of #11263 : niftynif/rust/btree, r=catamorphism
2014-01-07 borsauto merge of #11353 : alexcrichton/rust/improve-loggin...
2014-01-07 Jan Niklas HasseMake CFG_LIBDIR configurable. Fixes #5223
2014-01-07 borsauto merge of #11348 : alexcrichton/rust/snapshots...
2014-01-07 borsauto merge of #11329 : fhahn/rust/unused-cast-lint2...
next