summary refs log tree commit diff
path: root/src/Cargo.lock
AgeCommit message (Collapse)AuthorLines
2018-10-04Bump libgit2-sys to 0.7.9 to fix rls on windows-gnuPietro Albini-81/+80
2018-09-04std: Use target_pointer_width for BACKTRACE_ELF_SIZEJosh Stone-3/+3
The former code used `target.contains("64")` to detect Elf64 targets, but this is inaccurate in a few cases: - `s390x-unknown-linux-gnu` is 64-bit - `sparcv9-sun-solaris` is 64-bit - `x86_64-unknown-linux-gnux32` is 32-bit Instead the `std` build script can use `CARGO_CFG_TARGET_POINTER_WIDTH` to reliably detect 64-bit targets for libbacktrace. Also update to backtrace-sys 0.1.24 for alexcrichton/backtrace-rs#122.
2018-08-09Update the clippy submoduleOliver Schneider-2/+0
2018-08-07Update RLS, Rustfmt, ClippyNick Cameron-56/+188
Includes backporting the rustc workspace hack
2018-07-29Update miri submoduleOliver Schneider-4/+4
2018-07-29Update RLS and rustfmt.kennytm-171/+210
2018-07-28Update the Cargo submodule and rustfixAlex Crichton-38/+46
Should hopefully bring in a few more `cargo fix`-related fixes.
2018-07-27revert accidental atty downgradeRalf Jung-7/+7
2018-07-25simplify `NLLRegionVariableOrigin`Niko Matsakis-7/+7
2018-07-22Fix color detection for Windows msys terminals.Eric Huss-7/+7
2018-07-20Update clippyManish Goregaokar-10/+10
2018-07-18Update Cargo submoduleAlex Crichton-171/+185
2018-07-17update miriRalf Jung-2/+25
2018-07-15Update clippy and rlsOliver Schneider-22/+17
2018-07-12Update [patch] section of clippy to include clippy_lints.kennytm-23/+1
2018-07-09Inject clippy into the rls againOliver Schneider-27/+1
Also makes sure we actually point to the local rls
2018-07-07Update Cargo.lockbjorn3-7/+1
2018-07-07Mostly fix compiling without LLVM (with metadata_only backend)bjorn3-2/+0
2018-07-06Dedupe filetimeBastien Orivel-17/+6
2018-07-06Update RLS, Rustfmt, Cargo, and ClippyNick Cameron-171/+81
2018-07-05Update Cargo.lock dependenciesAlex Crichton-618/+620
Run `cargo update` and let's see how far we can get!
2018-07-02Make sure clippy does not duplicate depenenciesOliver Schneider-0/+3
2018-07-01Did you mean to block nightlies on clippy?Oliver Schneider-5/+5
2018-06-30Bootstrap from 1.28.0-beta.3Mark Simulacrum-14/+15
2018-06-27Add SSE2 accelerated version of FileMap analysis.Michael Woerister-0/+1
2018-06-25Minify cssGuillaume Gomez-3/+3
2018-06-24Prohibit global_allocator in submodules for nowMark Mansi-0/+1
- we need to figure out hygiene first - change the test to check that the prohibition works with a good error msg - leaves some comments and debugging code - leaves some of our supposed fixes
2018-06-23Update Cargo.lockAmanieu d'Antras-34/+34
2018-06-20Replace tempdir by tempfile in librustcBastien Orivel-11/+1
This removes the last dependency on tempdir.
2018-06-20Replace tempdir by tempfile in librustc_transBastien Orivel-1/+1
2018-06-20Replace tempdir by tempfile in librustdocBastien Orivel-1/+1
2018-06-08Rollup merge of #51407 - nrc:update, r=Mark-Simulacrumkennytm-38/+164
Update RLS and Rustfmt r? @Mark-Simulacrum Fixes tests
2018-06-08Rollup merge of #51380 - Mark-Simulacrum:remove-fmt-macros, r=oli-obkkennytm-1/+0
Remove dependency on fmt_macros from typeck None
2018-06-07Update RLS and RustfmtNick Cameron-38/+164
2018-06-06Update CargoJohn Kåre Alsaker-9/+13
2018-06-05Remove fmt_macros dependencyMark Simulacrum-1/+0
2018-06-02Allow choosing Polonius algorithm via environment variable POLONIUS_ALGORITHM.Vytautas Astrauskas-4/+5
2018-06-01Update Cargo.lockJohn Kåre Alsaker-0/+1
2018-05-30Replace libbacktrace with a submoduleAlex Crichton-3/+5
While we're at it update the `backtrace` crate from crates.io. It turns out that the submodule's configure script has gotten a lot more finnicky as of late so also switch over to using the `cc` crate manually which allows to avoid some hacks around the configure script as well
2018-05-29WIP fix rustc-hash cargo.lock entry for polonius-engineNiko Matsakis-1/+1
2018-05-29Use polonius_outputSantiago Pastorino-4/+5
2018-05-29bump polonius engineDouglas Campos-4/+14
2018-05-28Update rustc-hash to hash up to 8 bytes at once with FxHasherJohn Kåre Alsaker-5/+8
2018-05-28Update RLS, Rustfmt, and CargoNick Cameron-39/+61
2018-05-27Update cargoMateusz Mikuła-9/+6
2018-05-26Rollup merge of #51047 - spastorino:use_polonius_engine_facts, r=nikomatsakiskennytm-0/+8
Use AllFacts from polonius-engine
2018-05-24Use AllFacts from polonius-engineSantiago Pastorino-0/+8
2018-05-24get `rustc_hash` from external crateNiko Matsakis-0/+28
2018-05-22Update compiltest to use rustfix 0.3.1Pascal Hertleif-4/+5
2018-05-20Rollup merge of #50889 - oli-obk:clippy, r=kennytmkennytm-3/+25
Update clippy # Conflicts: # src/Cargo.lock