about summary refs log tree commit diff
path: root/Makefile.in
AgeCommit message (Collapse)AuthorLines
2013-05-08Add #[cfg(debug)] flag to rust suite compilation. Closes #3068Zack Corr-1/+1
2013-05-05Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freezeNiko Matsakis-1/+1
Conflicts: src/libcore/core.rc src/libcore/hashmap.rs src/libcore/num/f32.rs src/libcore/num/f64.rs src/libcore/num/float.rs src/libcore/num/int-template.rs src/libcore/num/num.rs src/libcore/num/strconv.rs src/libcore/num/uint-template.rs src/libcore/ops.rs src/libcore/os.rs src/libcore/prelude.rs src/libcore/rt/mod.rs src/libcore/unstable/lang.rs src/librustc/driver/session.rs src/librustc/middle/astencode.rs src/librustc/middle/borrowck/check_loans.rs src/librustc/middle/borrowck/gather_loans.rs src/librustc/middle/borrowck/loan.rs src/librustc/middle/borrowck/preserve.rs src/librustc/middle/liveness.rs src/librustc/middle/mem_categorization.rs src/librustc/middle/region.rs src/librustc/middle/trans/base.rs src/librustc/middle/trans/inline.rs src/librustc/middle/trans/reachable.rs src/librustc/middle/typeck/check/_match.rs src/librustc/middle/typeck/check/regionck.rs src/librustc/util/ppaux.rs src/libstd/arena.rs src/libstd/ebml.rs src/libstd/json.rs src/libstd/serialize.rs src/libstd/std.rc src/libsyntax/ast_map.rs src/libsyntax/parse/parser.rs src/test/compile-fail/borrowck-uniq-via-box.rs src/test/compile-fail/regions-infer-borrow-scope-within-loop.rs src/test/run-pass/borrowck-nested-calls.rs
2013-05-04separate out write_guard code into its own moduleNiko Matsakis-0/+3
2013-04-22mk: core has another level of directories with rt/io/netBrian Anderson-1/+1
2013-03-18core: Add rt::io and start sketching the APIBrian Anderson-1/+1
2013-03-06Merge remote-tracking branch 'brson/cross7'Brian Anderson-94/+127
Conflicts: configure mk/rt.mk
2013-03-03rustc: MIPS32 supportJyun-Yan You-1/+1
2013-03-02mk: cleanup - lib and executable suffix handlingYoung-il Choi-70/+82
2013-02-27mk: rewrite make filesYoung-il Choi-60/+67
2013-02-21mk: Split target triples into bulid triple + host triples + target triplesBrian Anderson-21/+35
For cross compiling to targets that don't want to build a compiler
2013-02-18Added rust convenience tool similar to go's go toolMarvin Löbel-1/+7
2013-02-15Rename cargo to rustpkg and start over freshZack Corr-6/+6
2013-01-13Support ARM and Androidkyeongwoon-1/+1
Conflicts: src/libcore/os.rs src/librustc/back/link.rs src/librustc/driver/driver.rs src/librustc/metadata/loader.rs src/librustc/middle/trans/base.rs
2012-12-21bump 0.5 => 0.6, redirect some URLs in docs.Graydon Hoare-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-11-15Fix 'make all' to build all the way through stage2. Closes #3978Brian Anderson-3/+14
2012-11-13Tools should not be build prereqs of tests. Closes #3946Brian Anderson-11/+18
2012-11-07Fix make install rules for new librariesBrian Anderson-1/+6
2012-11-07Rename src/rustc to src/librustc. Use the driver crateBrian Anderson-5/+4
2012-11-04Librarify rusti, etc.Brian Anderson-0/+3
2012-11-04Merge remote-tracking branch 'brson/repl'Brian Anderson-1/+2
Conflicts: mk/install.mk src/rt/rustrt.def.in
2012-11-03library-ifying of tools - turning cargo, rustdoc, fuzzer, into libraries, as ↵Daniel Patterson-0/+9
per #3543
2012-10-30rusti: Remove linenoise module, add to rt, remove core::rlZack Corr-5/+2
2012-10-27Correct makefiles to build linenoise correctlyZack Corr-1/+3
2012-10-27rusti: Add linenoise, wrap into core::rl and add rusti REPL toolZack Corr-1/+3
Add Brian Leibig to AUTHORS.txt for REPL contributions
2012-10-20Some tweaks to the valgrind makefile codeBrian Anderson-3/+4
This reenables valgrinding of the compiler and prints a message when the user _is_ valgrinding
2012-10-20Valgrind check disableMahmut Bulut-1/+1
2012-10-12bump version to 0.5.Graydon Hoare-1/+1
2012-10-01Use both DESTDIR and prefixLuca Bruno-2/+2
The DESTDIR variable is not intended as a prefix substitute, but as an additonal staging pre-path. Concatenate the two when available. Signed-off-by: Luca Bruno <lucab@debian.org>
2012-09-26Pass stage1 for relevant portion of "stage0" cross compileGraydon Hoare-0/+9
2012-09-23Register snapshots. Remove redundant Eq impls, Makefile hacksBrian Anderson-10/+0
2012-09-23Makefile hack to fix snapshotty-cross-compiley problemBrian Anderson-2/+14
2012-09-06Refactor trans to replace lvalue and friends with Datum.Niko Matsakis-0/+3
Also: - report illegal move/ref combos whether or not ref comes first - commented out fix for #3387, too restrictive and causes an ICE
2012-08-31Add experimental JIT compilerZack Corr-1/+2
2012-08-30Bump version to 0.4Brian Anderson-1/+1
2012-07-20Merge tag 'release-0.3.1' into incomingGraydon Hoare-1/+1
release 0.3.1
2012-07-20Release 0.3.1 release-0.3.1Graydon Hoare-1/+1
2012-07-19Add a badge to the tutorial and reference docs indicating which Rust version ↵Paul Stansifer-0/+2
they pertain to.
2012-07-11Revert "Reorganize lib-glob code to avoid accidentally duplicating lib/ ↵Graydon Hoare-4/+8
subdirectory." This reverts commit 2cf6bf87c348f4a1079aa1c17e51eb45d9b89a5f.
2012-07-11Reorganize lib-glob code to avoid accidentally duplicating lib/ subdirectory.Graydon Hoare-8/+4
2012-07-100.2 -> 0.3Brian Anderson-1/+1
2012-07-02configure: Don't turn on rustc's -g with --enable-debugBrian Anderson-1/+1
-g is super-buggy
2012-06-27Add per-stage RUSTFLAGS environment variables, RUSTFLAGS_STAGENBrian Anderson-2/+5
2012-06-14Update the build system to handle dependency on header files. Closes #2547.Michael Sullivan-0/+9
2012-06-06build: Build crates with --cfg stageN. Use #[cfg(stageN)]Brian Anderson-0/+2
2012-06-05Switch "make all" to build stage2 versions of fuzzer, cargo, and rustdocErick Tryzelaar-3/+3
This should trim some time off "make all" because it doesn't force the stage3 rustc to be built. Even better, we can directly use the cargo out of the build directory because we automatically build the stage2 libcore and libstd.
2012-06-01Revert "build: Don't need to build the runtime before starting on core"Brian Anderson-1/+1
This reverts commit a94e6c63fd840e22310ef49db60ae31a689aea8a.
2012-06-01build: Don't need to build the runtime before starting on coreBrian Anderson-1/+1
2012-06-01build: Remove debug/ndebug cfg. UnusedBrian Anderson-2/+1
2012-05-31Rename librustsyntax to libsyntaxKevin Cantu-6/+6
Per issue #2418.