Commit Graph

18 Commits

Author SHA1 Message Date
Lucas Kent 433635b9fe Fix target entry in .gitignore 2024-04-29 07:39:04 +10:00
Ed Page a675e047e7 chore(xtask): Add xtask skeleton 2023-04-25 02:13:56 -05:00
Igor Makarov 5709d5ebc8 add VS Code user dir to .gitignore 2019-11-11 10:35:40 +02:00
Alex Crichton 290a727ad0 Extract resolver tests to their own crate
These tests take a good amount of time to run locally and they're also
causing a lot of dependencies to get pulled into rust-lang/rust, so
let's have a separate crate that we just test on our own CI
2019-06-18 10:50:48 -07:00
Jethro Beekman a598309cb6 Don't rely on a thread local to uniquely create test roots 2019-06-07 12:41:25 -07:00
Alex Crichton 5c9665f41c Delete Cargo.lock from this repo
There's now a lock file upstream in rust-lang/rust so the one here isn't
actually used, and otherwise this crate is used as a dependency so the lock file
isn't respected anyway!
2017-10-18 07:43:15 -07:00
debris 33431d715d Proper building virtual manifest with -p flag 2017-07-27 22:51:05 +02:00
Steven Fackler d105e75271 Use externally sourced shell-escape
Closes #3374
2016-12-30 10:21:10 -08:00
Eric D. Reichert f751010271 Added .idea to the list of git exlusions. 2016-12-05 09:05:33 -05:00
Tobias Bucher 18077cb3ef Add __pycache__ to .gitignore
Running `make` creates the `src/etc/__pycache__` directory which should
not be checked in.
2015-12-18 12:28:08 +00:00
Tobias Bieniek cde8400396 Add .pyc files in src/etc/ to .gitignore file 2015-08-21 17:30:26 +02:00
gentoo90 e28ef064f0 Ignore target/ and Cargo.lock in src/registry 2015-04-19 20:11:01 +03:00
Steve Klabnik 78f20cabfc One does not simply `make` Cargo
README fix with correct build instructions for building from source.
2014-11-18 09:55:01 -05:00
Alex Crichton 5ac705151a Add all docs in-tree 2014-08-21 10:12:35 -07:00
Alex Crichton 442418b283 Add a configure script
This configure script is similar to rust's in that it doesn't require anything
like autotools, it's just a meta-script to "generate" a makefile and perform
run-of-the-mill validation/discovery before the Makefile is run.

The main purpose of this rewrite is to support multi-target and targeted builds.
This will allow us to produce 32-bit snapshots for platforms as well as easily
providing `./configure --target $foo` for initialization.

cc #274
2014-07-28 18:07:09 -07:00
Yehuda Katz da0ec9a39b Clean up cargo-compile 2014-05-07 15:49:01 -07:00
Carl Lerche c1b99c18ea Add missing files 2014-03-12 13:03:36 -07:00
Carlhuda 227d4e83ef Initial commit 2014-03-04 15:22:44 -08:00