]> git.lizzy.rs Git - rust.git/history - mk/target.mk
rusti: Add linenoise, wrap into core::rl and add rusti REPL tool
[rust.git] / mk / target.mk
2012-10-27 Zack Corrrusti: Add linenoise, wrap into core::rl and add rusti...
2012-10-04 Graydon HoareMerge pull request #3661 from auREAX/grsec-compat
2012-10-04 auREAXRename configure --enable-pax-marks flag to --enable...
2012-10-04 auREAXAdd GRSecurity compatibility with --enable-pax-marks...
2012-07-12 Michael SullivanSwitch back to not using snapshot libs.
2012-07-10 Michael SullivanSwitch to use snapshot libraries, to prepare for some...
2012-06-29 Michael SullivanSwitch back to USE_SNAPSHOT_CORELIB=0.
2012-06-29 Michael SullivanMake fmt use a bitmask instead of a vector of flags...
2012-05-31 Kevin CantuRename librustsyntax to libsyntax
2012-05-31 Brian Andersonmk: Stop using snapshot rt/core/std
2012-05-31 Brian AndersonMerge remote-tracking branch 'brson/self-describing...
2012-05-31 Brian Andersonbuild: Fix rules for non-target std when using snapshot std
2012-05-31 Brian Andersonbuild: Add USE_SNAPSHOT_STDLIB. Set to 1
2012-05-31 Brian Andersonbuild: Use snapshot core
2012-05-31 Brian Andersonbuild: Use snapshot runtime
2012-05-10 Niko Matsakisimplement new borrow ck (disabled by default)
2012-03-29 Brian Andersonbuild: Introduce rustsyntax crate
2012-03-23 Marijn HaverbekeRemove last vestiges of old-style intrinsics
2012-03-23 Marijn HaverbekeRevert removal of intrinsics
2012-03-23 Marijn HaverbekeRemove support for the old-style intrinsics
2012-03-23 Marijn HaverbekeRegister snapshot, turn off USE_SNAPSHOT flags
2012-03-23 Marijn HaverbekeTemporarily turn on USE_SNAPSHOT_RUNTIME and USE_SNAPSH...
2012-03-22 Niko Matsakismake --enforce-mut-vars always on, add mut annotations...
2012-03-22 Niko Matsakisadd mut decls to rustc and make them mandatory
2012-03-17 Brian Andersonbuild: Fix non-host libcore
2012-03-16 Marijn HaverbekeRegister new snapshot
2012-03-16 Marijn HaverbekeRemove shared tydescs
2012-03-16 Niko Matsakismake it possible to use snapshot core lib
2012-03-15 Niko Matsakisallow immut vars to be moved. enforce mut vars after...
2012-03-15 Niko Matsakisannotate libstd and start enforcing mutability
2012-03-07 Niko Matsakisbuild libcore with --enforce-mut-vars
2012-02-02 Niko Matsakisregister new snapshot, revert USE_SNAPSHOT_RUNTIME...
2012-02-02 Niko Matsakismake boxes self-describing (fixes #1493)" (take 2)
2012-02-02 Niko MatsakisRevert "make boxes self-describing (fixes #1493)" until...
2012-02-02 Niko Matsakismake boxes self-describing (fixes #1493)
2012-01-28 Brian AndersonMerge remote-tracking branch 'killerswan/fixing_strings_2'
2012-01-27 Brian AndersonRemove the --no-core command-line option
2012-01-20 Niko Matsakisrevert accidental commits
2012-01-20 Niko Matsakissmall fixes for building dist on windows
2012-01-17 Brian Andersonbuild: Stop passing --lib argument
2012-01-10 Niko Matsakismake use of snapshot runtime predicated on variable...
2012-01-09 Brian Andersonrt: Build the stage0 runtime for non-hosts from the...
2012-01-07 Niko Matsakisfix how we walk functions to match new closure fmt
2011-12-20 Graydon HoareMerge pull request #1349 from lht/driver
2011-12-20 Haitao LiSeparate driver rustc and librustc
2011-12-19 Graydon HoareMerge pull request #1334 from boggle/kmath
2011-12-19 Marijn HaverbekeDon't make rustc depend on librustc
2011-12-17 Brian AndersonMerge pull request #1320 from elly/cargo
2011-12-17 Graydon HoareMerge pull request #1319 from elly/cargo
2011-12-17 Graydon HoareUpdate build machinery to build and install librustc...
2011-12-13 Haitao Lirustc: build versioned library with hash in its name
2011-12-07 Graydon HoarePass --no-core when building libcore.
2011-12-06 Niko MatsakisMerge branch 'master' of github.com:graydon/rust
2011-12-06 Graydon HoareEstablish 'core' library separate from 'std'.
2011-11-29 Niko Matsakismakefiles now seem to be working, rustc is not
2011-11-29 Niko Matsakisbasic builds function
2011-11-29 Brian Andersonrt: Build __morestack as a static library and copy...
2011-11-05 Brian AndersonParameterize the LLVM build over the target triples
2011-11-05 Brian AndersonCleanup LLVM build rules after rebase onto x64 changes
2011-11-03 Brian AndersonRemove an old, temporary build rule
2011-11-02 Niko Matsakisvirtualize rustllvm construction per target triple
2011-11-02 Niko Matsakisvirtualize the runtime per target triple.
2011-11-02 Niko Matsakisget the dependencies right so that all target archs...
2011-11-02 Niko Matsakisenable building with different target arch
2011-11-02 Niko Matsakisenable intrinsics for multiple arch
2011-10-31 Brian AndersonRemove temporary build rules
2011-10-31 Brian AndersonAdd some transitional build rules for moving libstd...
2011-10-20 Marijn HaverbekeRemove the last vestiges of main.ll
2011-10-20 Marijn HaverbekeUse snap runtime, and the old main.o, for stage1
2011-10-02 Brian AndersonLots of build system cleanup and documentation