]> git.lizzy.rs Git - rust.git/history - mk
Allow constant expressions in [Type * n].
[rust.git] / mk /
2013-03-17 borsauto merge of #5374 : z0w0/rust/rustdoc-explicit-self...
2013-03-15 borsauto merge of #5375 : z0w0/rust/rustdoc-private-hide...
2013-03-15 borsauto merge of #5371 : thestinger/rust/hidden, r=pcwalton
2013-03-15 borsauto merge of #5369 : thestinger/rust/iter, r=z0w0
2013-03-15 borsauto merge of #5367 : brson/rust/5299, r=thestinger
2013-03-14 borsauto merge of #5366 : tedhorst/rust/threadring, r=brson
2013-03-14 borsauto merge of #5365 : thestinger/rust/map, r=catamorphism
2013-03-14 borsauto merge of #5364 : xenocons/rust/patch-1, r=z0w0
2013-03-14 borsauto merge of #5360 : thestinger/rust/doc, r=graydon
2013-03-14 borsauto merge of #5355 : yichoi/rust/pull-0314, r=graydon
2013-03-13 borsauto merge of #5340 : brson/rust/column, r=brson
2013-03-13 borsauto merge of #5339 : catamorphism/rust/less-copy,...
2013-03-13 borsauto merge of #5337 : yichoi/rust/pull-0312, r=sanxiyn
2013-03-13 borsauto merge of #5319 : brson/rust/debuginfo, r=brson
2013-03-13 Young-il Choimk: rt.mk ar desinated by target-triples
2013-03-12 Brian AndersonDisable debuginfo tests on mac since gdb requires root
2013-03-08 borsauto merge of #5278 : brson/rust/logplusplus, r=brson
2013-03-08 borsauto merge of #5260 : pcwalton/rust/assert, r=pcwalton
2013-03-08 borsauto merge of #5281 : ILyoan/rust/master, r=brson
2013-03-08 ILyoanmk: cleanup - minor fixes for android check
2013-03-07 borsauto merge of #5264 : brson/rust/cross7, r=brson
2013-03-07 Brian AndersonMerge remote-tracking branch 'brson/cross7'
2013-03-07 Brian Andersonmk: Cleanup. Minor fixes
2013-03-07 borsauto merge of #5182 : youknowone/rust/enum-cast, r...
2013-03-05 borsauto merge of #5232 : bstrie/rust/issue4448, r=nikomatsakis
2013-03-05 borsauto merge of #5231 : jbclements/rust/better-macro...
2013-03-05 borsauto merge of #5233 : bstrie/rust/deimpselfcore, r...
2013-03-05 borsauto merge of #5215 : jld/rust/fn-const-env, r=graydon
2013-03-05 borsauto merge of #5212 : thestinger/rust/iter, r=graydon
2013-03-05 borsauto merge of #5179 : alexcrichton/rust/default-warn...
2013-03-05 borsauto merge of #5228 : pcwalton/rust/deriving-clone...
2013-03-05 Graydon Hoarebuild fixes
2013-03-05 Young-il Choimk: --android-cross-path to rustc
2013-03-04 borsauto merge of #5211 : apasel422/rust/kate, r=graydon
2013-03-04 borsauto merge of #5209 : luqmana/rust/reader, r=graydon
2013-03-04 borsauto merge of #5205 : thestinger/rust/radix, r=graydon
2013-03-04 Young-il Choimk: install/uninstall for multiple target
2013-03-04 Young-il Choimk: platform.mk typo UNIXY
2013-03-04 Young-il Choimk: platform.mk more flags added
2013-03-04 Brian Andersonmk: Restore toolchain config for i386 mac/linux, and...
2013-03-04 Young-il Choimk: rt.mk fix for libuv cross compile
2013-03-04 Jyun-Yan Yourt: MIPS32 support
2013-03-02 Young-il Choimk: cleanup - lib and executable suffix handling
2013-03-02 Brian Andersonmk: Cross-compile fixes
2013-03-02 Young-il Choimk: mingw32 fix
2013-03-01 Young-il Choimk: mingw32 flags added
2013-02-27 Young-il Choimk: rewrite make files
2013-02-26 borsauto merge of #5023 : mitsuhiko/rust/make-absolute...
2013-02-22 Brian Andersonmk: Refactor platform.mk a bit
2013-02-22 Brian Andersonmk: Split target triples into bulid triple + host tripl...
2013-02-21 borsauto merge of #5046 : sanxiyn/rust/struct-match, r...
2013-02-20 borsauto merge of #5044 : thestinger/rust/range, r=pcwalton
2013-02-19 borsauto merge of #5000 : jld/rust/test-stdin-thing, r...
2013-02-19 borsauto merge of #5002 : catamorphism/rust/one-tuples...
2013-02-19 borsauto merge of #5014 : Kimundi/rust/incoming, r=graydon
2013-02-19 Marvin LöbelAttempt to solve make check test ambiguity betwen crate...
2013-02-18 Marvin LöbelAdded rust convenience tool similar to go's go tool
2013-02-16 borsauto merge of #4973 : thestinger/rust/rt, r=brson
2013-02-16 borsauto merge of #4799 : graydon/rust/rustpkg, r=graydon
2013-02-16 Zack CorrRename cargo to rustpkg and start over fresh
2013-02-16 borsauto merge of #4957 : Kimundi/rust/incoming, r=catamorphism
2013-02-15 borsauto merge of #4969 : nickdesaulniers/rust/issue3869...
2013-02-15 borsauto merge of #4964 : luqmana/rust/demove, r=graydon
2013-02-15 borsauto merge of #4959 : thestinger/rust/map, r=graydon
2013-02-15 borsauto merge of #4958 : cpeterso/rust/reseed-rng, r=graydon
2013-02-15 Chris Petersonmove isaac RNG utility functions to new rust_rng.cpp...
2013-02-15 borsauto merge of #4938 : thestinger/rust/no_zero, r=brson
2013-02-13 borsauto merge of #4840 : jbclements/rust/add-json-enum...
2013-02-13 borsauto merge of #4900 : luqmana/rust/core_os_errors,...
2013-02-13 borsauto merge of #4881 : bjz/rust/incoming, r=catamorphism
2013-02-12 borsauto merge of #4880 : erickt/rust/hashmap-cleanup,...
2013-02-12 borsauto merge of #4858 : z0w0/rust/rm_weak_task_count...
2013-02-12 borsauto merge of #4876 : brson/rust/debuginfo, r=brson
2013-02-12 borsauto merge of #4874 : thestinger/rust/option, r=catamor...
2013-02-12 borsauto merge of #4867 : z0w0/rust/pruneprelude, r=catamor...
2013-02-12 Brian AndersonMerge remote-tracking branch 'thestinger/treemap'
2013-02-11 Brian AndersonMerge remote-tracking branch 'cyndis/expansion-span'
2013-02-11 Brian AndersonMerge pull request #4873 from jld/rust-mode-wants-cl...
2013-02-10 Brian Andersonmk: Run debuginfo tests by default, but only if gdb...
2013-02-10 Brian Andersonmk: Typo
2013-02-10 Jeff Olsonbuild: add link flag for freebsd libuv build
2013-02-10 Jeff Olsonbuild: change libuv to point at joyent's repo and make...
2013-02-10 Jeff Olsonbuild: ifdef for mingw/non-mingw builds
2013-02-10 Jeff Olsonbuild: tweak rt.mk, as per graydon.. CFLAGS had to...
2013-02-10 Jeff Olsonetc: rework of how libuv is integrated into the build
2013-02-10 borsauto merge of #4827 : mcpherrinm/rust/master, r=catamor...
2013-02-09 Brian LeibigAdd debug info tests
2013-02-08 Matthew McPherrinMerge branch 'master' of https://github.com/mozilla...
2013-02-08 borsauto merge of #4845 : osaut/rust/master, r=graydon
2013-02-07 borsauto merge of #4803 : alexcrichton/rust/fix-unused...
2013-02-07 borsauto merge of #4791 : jbclements/rust/demodeing-and...
2013-02-07 Brian AndersonMerge pull request #4619 from brson/exchange
2013-02-07 borsauto merge of #4832 : sanxiyn/rust/pretty-exact, r...
2013-02-07 borsauto merge of #4814 : brson/rust/check, r=nikomatsakis
2013-02-07 borsauto merge of #4831 : bjz/rust/incoming, r=pcwalton
2013-02-07 borsauto merge of #4823 : pcwalton/rust/enum-variant-discri...
2013-02-07 borsauto merge of #4822 : graydon/rust/doc-version-stamp...
2013-02-06 Graydon Hoaredoc: improvements to version-stamp makefile logic.
2013-02-06 Brian AndersonRewrite the exchange allocator to work without an activ...
2013-02-06 Brian AndersonMake foreign calls work outside of tasks. #4451
next