| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-10-04 | Bump libgit2-sys to 0.7.9 to fix rls on windows-gnu | Pietro Albini | -81/+80 | |
| 2018-09-04 | std: Use target_pointer_width for BACKTRACE_ELF_SIZE | Josh 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-09 | Update the clippy submodule | Oliver Schneider | -2/+0 | |
| 2018-08-07 | Update RLS, Rustfmt, Clippy | Nick Cameron | -56/+188 | |
| Includes backporting the rustc workspace hack | ||||
| 2018-07-29 | Update miri submodule | Oliver Schneider | -4/+4 | |
| 2018-07-29 | Update RLS and rustfmt. | kennytm | -171/+210 | |
| 2018-07-28 | Update the Cargo submodule and rustfix | Alex Crichton | -38/+46 | |
| Should hopefully bring in a few more `cargo fix`-related fixes. | ||||
| 2018-07-27 | revert accidental atty downgrade | Ralf Jung | -7/+7 | |
| 2018-07-25 | simplify `NLLRegionVariableOrigin` | Niko Matsakis | -7/+7 | |
| 2018-07-22 | Fix color detection for Windows msys terminals. | Eric Huss | -7/+7 | |
| 2018-07-20 | Update clippy | Manish Goregaokar | -10/+10 | |
| 2018-07-18 | Update Cargo submodule | Alex Crichton | -171/+185 | |
| 2018-07-17 | update miri | Ralf Jung | -2/+25 | |
| 2018-07-15 | Update clippy and rls | Oliver Schneider | -22/+17 | |
| 2018-07-12 | Update [patch] section of clippy to include clippy_lints. | kennytm | -23/+1 | |
| 2018-07-09 | Inject clippy into the rls again | Oliver Schneider | -27/+1 | |
| Also makes sure we actually point to the local rls | ||||
| 2018-07-07 | Update Cargo.lock | bjorn3 | -7/+1 | |
| 2018-07-07 | Mostly fix compiling without LLVM (with metadata_only backend) | bjorn3 | -2/+0 | |
| 2018-07-06 | Dedupe filetime | Bastien Orivel | -17/+6 | |
| 2018-07-06 | Update RLS, Rustfmt, Cargo, and Clippy | Nick Cameron | -171/+81 | |
| 2018-07-05 | Update Cargo.lock dependencies | Alex Crichton | -618/+620 | |
| Run `cargo update` and let's see how far we can get! | ||||
| 2018-07-02 | Make sure clippy does not duplicate depenencies | Oliver Schneider | -0/+3 | |
| 2018-07-01 | Did you mean to block nightlies on clippy? | Oliver Schneider | -5/+5 | |
| 2018-06-30 | Bootstrap from 1.28.0-beta.3 | Mark Simulacrum | -14/+15 | |
| 2018-06-27 | Add SSE2 accelerated version of FileMap analysis. | Michael Woerister | -0/+1 | |
| 2018-06-25 | Minify css | Guillaume Gomez | -3/+3 | |
| 2018-06-24 | Prohibit global_allocator in submodules for now | Mark 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-23 | Update Cargo.lock | Amanieu d'Antras | -34/+34 | |
| 2018-06-20 | Replace tempdir by tempfile in librustc | Bastien Orivel | -11/+1 | |
| This removes the last dependency on tempdir. | ||||
| 2018-06-20 | Replace tempdir by tempfile in librustc_trans | Bastien Orivel | -1/+1 | |
| 2018-06-20 | Replace tempdir by tempfile in librustdoc | Bastien Orivel | -1/+1 | |
| 2018-06-08 | Rollup merge of #51407 - nrc:update, r=Mark-Simulacrum | kennytm | -38/+164 | |
| Update RLS and Rustfmt r? @Mark-Simulacrum Fixes tests | ||||
| 2018-06-08 | Rollup merge of #51380 - Mark-Simulacrum:remove-fmt-macros, r=oli-obk | kennytm | -1/+0 | |
| Remove dependency on fmt_macros from typeck None | ||||
| 2018-06-07 | Update RLS and Rustfmt | Nick Cameron | -38/+164 | |
| 2018-06-06 | Update Cargo | John Kåre Alsaker | -9/+13 | |
| 2018-06-05 | Remove fmt_macros dependency | Mark Simulacrum | -1/+0 | |
| 2018-06-02 | Allow choosing Polonius algorithm via environment variable POLONIUS_ALGORITHM. | Vytautas Astrauskas | -4/+5 | |
| 2018-06-01 | Update Cargo.lock | John Kåre Alsaker | -0/+1 | |
| 2018-05-30 | Replace libbacktrace with a submodule | Alex 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-29 | WIP fix rustc-hash cargo.lock entry for polonius-engine | Niko Matsakis | -1/+1 | |
| 2018-05-29 | Use polonius_output | Santiago Pastorino | -4/+5 | |
| 2018-05-29 | bump polonius engine | Douglas Campos | -4/+14 | |
| 2018-05-28 | Update rustc-hash to hash up to 8 bytes at once with FxHasher | John Kåre Alsaker | -5/+8 | |
| 2018-05-28 | Update RLS, Rustfmt, and Cargo | Nick Cameron | -39/+61 | |
| 2018-05-27 | Update cargo | Mateusz Mikuła | -9/+6 | |
| 2018-05-26 | Rollup merge of #51047 - spastorino:use_polonius_engine_facts, r=nikomatsakis | kennytm | -0/+8 | |
| Use AllFacts from polonius-engine | ||||
| 2018-05-24 | Use AllFacts from polonius-engine | Santiago Pastorino | -0/+8 | |
| 2018-05-24 | get `rustc_hash` from external crate | Niko Matsakis | -0/+28 | |
| 2018-05-22 | Update compiltest to use rustfix 0.3.1 | Pascal Hertleif | -4/+5 | |
| 2018-05-20 | Rollup merge of #50889 - oli-obk:clippy, r=kennytm | kennytm | -3/+25 | |
| Update clippy # Conflicts: # src/Cargo.lock | ||||
