]> git.lizzy.rs Git - rust.git/history - Makefile.in
Parse operands properly and add a way to indicate volatile asm.
[rust.git] / Makefile.in
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 borsauto merge of #5182 : youknowone/rust/enum-cast, 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-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 Jyun-Yan Yourustc: MIPS32 support
2013-03-02 Young-il Choimk: cleanup - lib and executable suffix handling
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: 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-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-01-23 Tim ChevalierMerge pull request #4466 from ScriptDevil/master
2013-01-16 Patrick WaltonMerge pull request #4440 from pcwalton/tutorial
2013-01-14 Brian AndersonMerge pull request #4477 from jld/char-repr
2013-01-14 Brian AndersonMerge remote-tracking branch 'mneumann/f-serialize'
2013-01-14 kyeongwoonSupport ARM and Android
2013-01-08 Brian AndersonMerge remote-tracking branch 'gifnksm/bigint' into...
2012-12-28 Tim ChevalierMerge pull request #4268 from catamorphism/issue-3477
2012-12-25 Graydon Hoarebump 0.5 => 0.6, redirect some URLs in docs.
2012-12-24 Tim ChevalierMerge pull request #4278 from cpeterso/incoming-pure...
2012-12-23 Tim ChevalierMerge pull request #4243 from erickt/incoming
2012-12-23 Tim ChevalierMerge pull request #4239 from tedhorst/mandpipe
2012-12-23 Tim ChevalierMerge pull request #4249 from graydon/0.6-bump
2012-12-21 Graydon Hoarebump 0.5 => 0.6, redirect some URLs in docs.
2012-12-11 Tim ChevalierMerge pull request #4144 from luqmana/deprecated-attribute
2012-12-11 Graydon HoareReliciense makefiles and testsuite. Yup.
2012-11-18 Brian AndersonMerge remote-tracking branch 'brson/codemap'
2012-11-16 Brian AndersonFix 'make all' to build all the way through stage2...
2012-11-14 Brian AndersonTools should not be build prereqs of tests. Closes...
2012-11-08 Brian AndersonMerge pull request #3923 from am0d/master
2012-11-07 Brian AndersonFix make install rules for new libraries
2012-11-07 Brian AndersonRename src/rustc to src/librustc. Use the driver crate
2012-11-05 Brian AndersonLibrarify rusti, etc.
2012-11-04 Brian AndersonMerge remote-tracking branch 'brson/repl'
2012-11-04 Brian AndersonMerge pull request #3916 from Dretch/iofix
2012-11-04 Daniel Pattersonlibrary-ifying of tools - turning cargo, rustdoc, fuzze...
2012-10-30 Zack Corrrusti: Remove linenoise module, add to rt, remove core::rl
2012-10-27 Zack CorrCorrect makefiles to build linenoise correctly
2012-10-27 Zack Corrrusti: Add linenoise, wrap into core::rl and add rusti...
2012-10-22 Simon BDMerge remote-tracking branch 'original/incoming' into...
2012-10-22 Brian AndersonMerge pull request #3832 from Dretch/concatdocstrs
2012-10-20 Brian AndersonSome tweaks to the valgrind makefile code
2012-10-20 Mahmut BulutValgrind check disable
2012-10-17 Tim ChevalierMerge pull request #3719 from lucab/lucab/to-upstream...
2012-10-17 Tim ChevalierMerge pull request #3706 from erickt/str-with-capacity
2012-10-17 Tim ChevalierMerge pull request #3716 from Blei/fix-3656
2012-10-12 Graydon Hoarebump version to 0.5.
2012-10-04 Simon BDMerge remote-tracking branch 'original/incoming' into...
2012-10-03 Brian AndersonMerge pull request #3644 from lucab/lucab/to-upstream...
2012-10-01 Luca BrunoUse both DESTDIR and prefix
2012-09-27 Brian AndersonMerge pull request #3526 from Dretch/viewmethod
2012-09-26 Graydon HoarePass stage1 for relevant portion of "stage0" cross...
2012-09-24 Brian AndersonRegister snapshots. Remove redundant Eq impls, Makefile...
2012-09-23 Brian AndersonMakefile hack to fix snapshotty-cross-compiley problem
2012-09-06 Niko MatsakisRefactor trans to replace lvalue and friends with Datum.
2012-08-31 Zack CorrAdd experimental JIT compiler
2012-08-30 Brian AndersonBump version to 0.4
2012-07-26 Paul StansiferMerge branch 'master' of github.com:paulstansifer/rust
2012-07-23 Tim ChevalierMerge pull request #3000 from dgryski/master
2012-07-21 Graydon HoareMerge tag 'release-0.3.1' into incoming
2012-07-21 Graydon HoareRelease 0.3.1
2012-07-20 Tim ChevalierMerge pull request #2910 from gwillen/bug-2360
2012-07-20 Tim ChevalierMerge remote-tracking branch 'Havvy/master' into Havvy...
2012-07-20 Tim ChevalierMerge pull request #2939 from jld/randomfloat
2012-07-20 Paul StansiferAdd a badge to the tutorial and reference docs indicati...
2012-07-17 Paul StansiferAdd a badge to the tutorial and reference docs indicati...
2012-07-11 Graydon HoareRevert "Reorganize lib-glob code to avoid accidentally...
2012-07-11 Graydon HoareReorganize lib-glob code to avoid accidentally duplicat...
2012-07-10 Brian Anderson0.2 -> 0.3
2012-07-03 Brian AndersonMerge remote-tracking branch 'brson/uv'
2012-07-03 Brian Andersonconfigure: Don't turn on rustc's -g with --enable-debug
2012-06-27 Brian AndersonAdd per-stage RUSTFLAGS environment variables, RUSTFLAG...
2012-06-15 Eric HolkMerge branch 'incoming' into newsnap
2012-06-14 Michael SullivanUpdate the build system to handle dependency on header...
2012-06-10 Brian AndersonMerge remote-tracking branch 'z0w0/cargo-deps'
2012-06-08 Patrick WaltonMerge branch 'incoming'
2012-06-07 Tim ChevalierMerge pull request #2523 from crabtw/freebsd
2012-06-07 Brian Andersonbuild: Build crates with --cfg stageN. Use #[cfg(stageN)]
2012-06-07 Tim Chevaliermerge
2012-06-07 Niko MatsakisMerge remote-tracking branch 'mozilla/incoming'
2012-06-06 Brian AndersonMerge remote-tracking branch 'erickt/master' into incoming
2012-06-06 Erick TryzelaarSwitch "make all" to build stage2 versions of fuzzer...
2012-06-02 Brian AndersonRevert "build: Don't need to build the runtime before...
2012-06-02 Brian Andersonbuild: Don't need to build the runtime before starting...
2012-06-01 Brian Andersonbuild: Remove debug/ndebug cfg. Unused
2012-05-31 Kevin CantuRename librustsyntax to libsyntax
2012-05-22 Brian AndersonMerge pull request #2413 from erickt/master
2012-05-20 Brian Andersonbuild: pass RUSTFLAGS to the compiler
2012-05-19 Niko Matsakisfix up handling of &x where x is an arg or &self (for...
next