summary refs log tree commit diff
path: root/src/Cargo.lock
AgeCommit message (Expand)AuthorLines
2018-05-14Introduce OperandValue::nontemporal_store and use it in the intrinsicsAnthony Ramine-0/+1
2018-05-08[beta] Prepare the 1.27.0 beta releaseAlex Crichton-34/+56
2018-05-05Misc tweaksJohn Kåre Alsaker-0/+1
2018-05-04Use published rustfix 0.2 versionPascal Hertleif-6/+4
2018-05-04test: Make a dedicated testsuite for rustfixAlex Crichton-0/+15
2018-05-04Update RLS and Rustfmt (and Cargo)Nick Cameron-3/+4
2018-05-02Update RLS and RustfmtNick Cameron-27/+44
2018-04-30Update Cargo.lockOliver Schneider-14/+0
2018-04-26Update `parking_lot` dependenciesAlex Crichton-9/+9
2018-04-26rustc_target: move in syntax::abi and flip dependency.Irina Popa-2/+9
2018-04-26rustc_target: move in type definitions from rustc_trans::abi.Irina Popa-2/+1
2018-04-26Rename rustc_back::target to rustc_target::spec.Irina Popa-17/+17
2018-04-26Update rustfmt and rlsNick Cameron-58/+139
2018-04-23Fix the miri toolOliver Schneider-12/+3
2018-04-22Update MDBookMatt Ickstadt-10/+26
2018-04-22Remove Alloc::oomSteven Fackler-1/+0
2018-04-20Update the Cargo submoduleAlex Crichton-187/+198
2018-04-19Update clippyOliver Schneider-3/+24
2018-04-18Update RustfmtNick Cameron-24/+24
2018-04-15Make arenas thread safeJohn Kåre Alsaker-0/+3
2018-04-14Update RustfmtNick Cameron-26/+26
2018-04-12Restore Global.oom() functionalitySimon Sapin-0/+1
2018-04-12Use the GlobalAlloc trait for #[global_allocator]Simon Sapin-1/+0
2018-04-12Update to most recent version of dlmallocAlex Crichton-1/+0
2018-04-12Separate alloc::heap::Alloc trait for stage0 #[global_allocator]Simon Sapin-2/+0
2018-04-12Deprecate the std_unicode crateSimon Sapin-1/+0
2018-04-11Update clippy and rlsOliver Schneider-4/+4
2018-04-09Update RustfmtNick Cameron-24/+24
2018-04-07Inject the `compiler_builtins` crate whenever the `core` crate is injectedOliver Schneider-0/+14
2018-04-05update mdbooksteveklabnik-0/+211
2018-04-04Update RLSBoris-Chengbiao Zhou-25/+4
2018-04-03Implement generating graphs of the build stepsMark Simulacrum-0/+23
2018-04-03Add tests to rustbuildMark Simulacrum-0/+17
2018-04-02Bump to 1.27.0Alex Crichton-164/+185
2018-04-01Rollup merge of #49549 - Mark-Simulacrum:bootstrap-cleanup, r=alexcrichtonMark Simulacrum-3/+0
2018-04-01Remove filetime dep from build_helperMark Simulacrum-3/+0
2018-03-30Bump lockfileManish Goregaokar-3/+24
2018-03-29Update CargoAleksey Kladov-1/+14
2018-03-28Stabilize match_default_bindingsTaylor Cramer-24/+24
2018-03-26Fix diagnostic colors on Windows 10 console.Eric Huss-6/+6
2018-03-26rustbuild: Fail the build if we build Cargo twiceAlex Crichton-189/+190
2018-03-26Stabilize conservative_impl_traitTaylor Cramer-24/+3
2018-03-25Rollup merge of #49203 - Eijebong:lets-cleanup-dependencies, r=Mark-Simulacrumkennytm-102/+12
2018-03-23Update RLS and RustfmtNick Cameron-1/+22
2018-03-21Bump racer and homeBastien Orivel-102/+12
2018-03-20Update Cargo to fix regressionAleksey Kladov-7/+7
2018-03-19Update rustfmt to 0.4.1Alan Du-92/+47
2018-03-17Update CargoAleksey Kladov-26/+17
2018-03-16Automatically enable the `clippy` feature of `rls` if clippy buildsOliver Schneider-170/+24
2018-03-16Rollup merge of #48957 - Eijebong:rand, r=michaelwoeristerkennytm-27/+16