| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-05-08 | Add #[cfg(debug)] flag to rust suite compilation. Closes #3068 | Zack Corr | -1/+1 | |
| 2013-05-05 | Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze | Niko 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-04 | separate out write_guard code into its own module | Niko Matsakis | -0/+3 | |
| 2013-04-22 | mk: core has another level of directories with rt/io/net | Brian Anderson | -1/+1 | |
| 2013-03-18 | core: Add rt::io and start sketching the API | Brian Anderson | -1/+1 | |
| 2013-03-06 | Merge remote-tracking branch 'brson/cross7' | Brian Anderson | -94/+127 | |
| Conflicts: configure mk/rt.mk | ||||
| 2013-03-03 | rustc: MIPS32 support | Jyun-Yan You | -1/+1 | |
| 2013-03-02 | mk: cleanup - lib and executable suffix handling | Young-il Choi | -70/+82 | |
| 2013-02-27 | mk: rewrite make files | Young-il Choi | -60/+67 | |
| 2013-02-21 | mk: Split target triples into bulid triple + host triples + target triples | Brian Anderson | -21/+35 | |
| For cross compiling to targets that don't want to build a compiler | ||||
| 2013-02-18 | Added rust convenience tool similar to go's go tool | Marvin Löbel | -1/+7 | |
| 2013-02-15 | Rename cargo to rustpkg and start over fresh | Zack Corr | -6/+6 | |
| 2013-01-13 | Support ARM and Android | kyeongwoon | -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-21 | bump 0.5 => 0.6, redirect some URLs in docs. | Graydon Hoare | -1/+1 | |
| 2012-12-10 | Reliciense makefiles and testsuite. Yup. | Graydon Hoare | -0/+10 | |
| 2012-11-15 | Fix 'make all' to build all the way through stage2. Closes #3978 | Brian Anderson | -3/+14 | |
| 2012-11-13 | Tools should not be build prereqs of tests. Closes #3946 | Brian Anderson | -11/+18 | |
| 2012-11-07 | Fix make install rules for new libraries | Brian Anderson | -1/+6 | |
| 2012-11-07 | Rename src/rustc to src/librustc. Use the driver crate | Brian Anderson | -5/+4 | |
| 2012-11-04 | Librarify rusti, etc. | Brian Anderson | -0/+3 | |
| 2012-11-04 | Merge remote-tracking branch 'brson/repl' | Brian Anderson | -1/+2 | |
| Conflicts: mk/install.mk src/rt/rustrt.def.in | ||||
| 2012-11-03 | library-ifying of tools - turning cargo, rustdoc, fuzzer, into libraries, as ↵ | Daniel Patterson | -0/+9 | |
| per #3543 | ||||
| 2012-10-30 | rusti: Remove linenoise module, add to rt, remove core::rl | Zack Corr | -5/+2 | |
| 2012-10-27 | Correct makefiles to build linenoise correctly | Zack Corr | -1/+3 | |
| 2012-10-27 | rusti: Add linenoise, wrap into core::rl and add rusti REPL tool | Zack Corr | -1/+3 | |
| Add Brian Leibig to AUTHORS.txt for REPL contributions | ||||
| 2012-10-20 | Some tweaks to the valgrind makefile code | Brian Anderson | -3/+4 | |
| This reenables valgrinding of the compiler and prints a message when the user _is_ valgrinding | ||||
| 2012-10-20 | Valgrind check disable | Mahmut Bulut | -1/+1 | |
| 2012-10-12 | bump version to 0.5. | Graydon Hoare | -1/+1 | |
| 2012-10-01 | Use both DESTDIR and prefix | Luca 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-26 | Pass stage1 for relevant portion of "stage0" cross compile | Graydon Hoare | -0/+9 | |
| 2012-09-23 | Register snapshots. Remove redundant Eq impls, Makefile hacks | Brian Anderson | -10/+0 | |
| 2012-09-23 | Makefile hack to fix snapshotty-cross-compiley problem | Brian Anderson | -2/+14 | |
| 2012-09-06 | Refactor 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-31 | Add experimental JIT compiler | Zack Corr | -1/+2 | |
| 2012-08-30 | Bump version to 0.4 | Brian Anderson | -1/+1 | |
| 2012-07-20 | Merge tag 'release-0.3.1' into incoming | Graydon Hoare | -1/+1 | |
| release 0.3.1 | ||||
| 2012-07-20 | Release 0.3.1 release-0.3.1 | Graydon Hoare | -1/+1 | |
| 2012-07-19 | Add a badge to the tutorial and reference docs indicating which Rust version ↵ | Paul Stansifer | -0/+2 | |
| they pertain to. | ||||
| 2012-07-11 | Revert "Reorganize lib-glob code to avoid accidentally duplicating lib/ ↵ | Graydon Hoare | -4/+8 | |
| subdirectory." This reverts commit 2cf6bf87c348f4a1079aa1c17e51eb45d9b89a5f. | ||||
| 2012-07-11 | Reorganize lib-glob code to avoid accidentally duplicating lib/ subdirectory. | Graydon Hoare | -8/+4 | |
| 2012-07-10 | 0.2 -> 0.3 | Brian Anderson | -1/+1 | |
| 2012-07-02 | configure: Don't turn on rustc's -g with --enable-debug | Brian Anderson | -1/+1 | |
| -g is super-buggy | ||||
| 2012-06-27 | Add per-stage RUSTFLAGS environment variables, RUSTFLAGS_STAGEN | Brian Anderson | -2/+5 | |
| 2012-06-14 | Update the build system to handle dependency on header files. Closes #2547. | Michael Sullivan | -0/+9 | |
| 2012-06-06 | build: Build crates with --cfg stageN. Use #[cfg(stageN)] | Brian Anderson | -0/+2 | |
| 2012-06-05 | Switch "make all" to build stage2 versions of fuzzer, cargo, and rustdoc | Erick 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-01 | Revert "build: Don't need to build the runtime before starting on core" | Brian Anderson | -1/+1 | |
| This reverts commit a94e6c63fd840e22310ef49db60ae31a689aea8a. | ||||
| 2012-06-01 | build: Don't need to build the runtime before starting on core | Brian Anderson | -1/+1 | |
| 2012-06-01 | build: Remove debug/ndebug cfg. Unused | Brian Anderson | -2/+1 | |
| 2012-05-31 | Rename librustsyntax to libsyntax | Kevin Cantu | -6/+6 | |
| Per issue #2418. | ||||
