about summary refs log tree commit diff
path: root/src/rustc/Cargo.lock
AgeCommit message (Expand)AuthorLines
2016-10-07Use workspaces and switch to a single Cargo.lock.Ahmed Charles-413/+0
2016-10-06rustc: Rename rustc_macro to proc_macroAlex Crichton-10/+10
2016-09-20rustc_metadata: replace RBML with a simple and type-safe scheme.Eduard Burtescu-1/+0
2016-09-20Remove librbml and the RBML-tagged auto-encoder/decoder.Eduard Burtescu-11/+0
2016-09-02rustc: Implement custom derive (macros 1.1)Alex Crichton-0/+10
2016-08-29Fix rustbuildMichael Woerister-0/+1
2016-08-23Update cargo bootstrap rev and add fix for cargo#3005Brian Anderson-0/+2
2016-08-16Proc_macro is alivecgswords-0/+11
2016-07-22refactor constant evaluation error reportingAriel Ben-Yehuda-0/+1
2016-07-13evaluate the array length of fixed size array types in rustdocOliver Schneider-0/+1
2016-06-28refactor rustc_metadata to use CamelCase names and IndexVecAriel Ben-Yehuda-0/+1
2016-06-27Update `src/rustc/Cargo.lock`Jeffrey Seyfried-0/+46
2016-06-09fix issuesAriel Ben-Yehuda-0/+1
2016-06-09fix Cargo.lockAriel Ben-Yehuda-2/+0
2016-05-28sanity -> validationVadim Petrochenkov-1/+0
2016-05-08Rollup merge of #33404 - gsquire:cargo-lock, r=alexcrichtonManish Goregaokar-27/+4
2016-05-07mir: qualify and promote constants.Eduard Burtescu-0/+3
2016-05-04add a check to make tidy to ensure cargo lock file is updatedGarrett Squire-27/+6
2016-04-24rustc: update Cargo.lockTamir Duberstein-0/+1
2016-04-19rustbuild: Run all markdown documentation testsAlex Crichton-1/+0
2016-04-11rustbuild: Fix handling of the bootstrap keyAlex Crichton-3/+37
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-24/+0
2016-04-02Auto merge of #32598 - alexcrichton:rustbuild-osx, r=aturonbors-6/+0
2016-04-01rustbuild: Fix dist for non-host targetsAlex Crichton-22/+12
2016-03-29rustbuild: Fix compile on OSX for 10.7Alex Crichton-6/+12
2016-03-22Add rustbuild dependency from `rustc_borrowck` upon `rustc_mir` crate.Felix S. Klock II-0/+1
2016-03-16rustbuild: Implement `make dist`Alex Crichton-0/+15
2016-03-14rustbuild: Refactor stage arguments awayAlex Crichton-1/+0
2016-03-08rustbuild: Move rustbook to a `src/tools` directoryAlex Crichton-9/+0
2016-02-21rustbuild: Sync some Cargo.toml/lib.rs dependenciesAlex Crichton-5/+11
2016-02-11bootstrap: Add a bunch of Cargo.toml filesAlex Crichton-0/+12
2016-02-11Add a Cargo-based build systemAlex Crichton-0/+356