about summary refs log tree commit diff
path: root/src/Cargo.lock
AgeCommit message (Expand)AuthorLines
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
2018-03-14Update RLSBoris-Chengbiao Zhou-8/+47
2018-03-14Remove syntax and syntax_pos thread localsJohn Kåre Alsaker-0/+2
2018-03-13introduce `infcx.at(..).normalize(..)` operation [VIC]Niko Matsakis-0/+14
2018-03-12Update the rls-rustc packageAlex Crichton-3/+3
2018-03-12Dedupe randBastien Orivel-27/+16
2018-03-11Update Cargo submoduleAlex Crichton-361/+341
2018-03-08Rollup merge of #48588 - alexcrichton:termcolor, r=BurntSushiManish Goregaokar-5/+7
2018-03-08Regenerate testsOliver Schneider-18/+3
2018-03-07rustc: Migrate to `termcolor` crate from `term`Alex Crichton-5/+7
2018-03-07Update cargo lockAlex Crichton-39/+19
2018-03-06Update env_logger to 0.5.4Alex Crichton-18/+64
2018-03-05Start adding a whitelist for rustc dependenciesMark Mansi-0/+5
2018-03-03rust: Import LLD for linking wasm objectsAlex Crichton-10/+0
2018-03-02Replace Rc with Lrc for shared dataJohn Kåre Alsaker-0/+5
2018-03-01Bump enaSean Griffin-3/+3
2018-03-01change skolemizations to use universe indexSean Griffin-0/+10
2018-02-28Update RLSNick Cameron-23/+79
2018-02-23Rollup merge of #47933 - Zoxc:plugin-panics, r=nikomatsakisManish Goregaokar-0/+2