| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-09-21 | [beta] Update the `libgit2-sys` crate | Alex Crichton | -4/+4 | |
| This commit is an attempt to fix an issue [1] in the latest betas for MinGW where it appears that `libgit2` is no longer functional and always returns errors. The attempted fix [2] has been published as a new version of `libgit2-sys`, so this updates the beta branch to using that commit to get it out and see if it fixes beta. [1]: https://github.com/rust-lang/rust/issues/54206#issuecomment-423506019 [2]: https://github.com/alexcrichton/git2-rs/commit/9c1604ef7abbbdf4a2312f18c0e60370961a14b2 | ||||
| 2018-09-20 | [beta] Update some `*-sys` dependencies of Cargo/RLS | Alex Crichton | -36/+35 | |
| This is a backport of #54301 to the beta branch | ||||
| 2018-09-17 | update miri | Ralf Jung | -2/+24 | |
| 2018-09-15 | Update submodules to include rust-lang-nursery/rust-clippy#3189 and ↵ | Eduard-Mihai Burtescu | -9/+10 | |
| rust-lang-nursery/rls#1054. | ||||
| 2018-09-09 | merge cargo changes done by https://github.com/rust-lang/rust/pull/53935/ | Eric Huss | -4/+4 | |
| (done by matthiaskrgr, but I authored ehuss) | ||||
| 2018-09-08 | Update `petgraph` dependency to 0.4.13 | Gabriel Majeri | -3/+3 | |
| This fixes building `bootstrap` using a local Rust nightly. | ||||
| 2018-09-07 | update clippy submodule | Matthias Krüger | -0/+16 | |
| updates to cafef7b576203f166add9ed143979d9775c25219 | ||||
| 2018-09-04 | Introduce Custom Test Frameworks | John Renner | -0/+1 | |
| 2018-09-04 | Breaking change upgrades | Mark Rousskov | -8/+42 | |
| 2018-09-04 | Update Rustfmt to 0.99.4 | Igor Matuszewski | -41/+47 | |
| This pulls the same version of rustc-ap-* libs as RLS does. | ||||
| 2018-08-31 | Always add all modules to the global ThinLTO module analysis when compiling ↵ | Michael Woerister | -0/+11 | |
| incrementally. | ||||
| 2018-08-29 | Update clippy submodule | Oliver Schneider | -2/+0 | |
| 2018-08-29 | Remove `AccumulateVec` and its uses. | Nicholas Nethercote | -0/+1 | |
| It's basically just a less capable version of `SmallVec`. | ||||
| 2018-08-27 | Update clippy | John Kåre Alsaker | -15/+2 | |
| 2018-08-25 | Update Cargo submodule | Alex Crichton | -401/+421 | |
| Also update Cargo's dependencies while we're at it | ||||
| 2018-08-25 | Bump serde_json 1.0.24 -> 1.0.25 | Igor Matuszewski | -136/+34 | |
| This fixes 'cannot find macro `json_internal!` in this scope' RLS compilation error in Rust CI, presumably due to a local macro fix in serde_json 1.0.25 (https://github.com/serde-rs/json/commit/e40cbad70b39a0dd7975be8e5ad9018e2d45f791) | ||||
| 2018-08-23 | Use optimized SmallVec implementation | Igor Gutorov | -4/+14 | |
| 2018-08-22 | Rollup merge of #53442 - staktrace:rlsbump, r=nrc | Guillaume Gomez | -1/+11 | |
| Update version of rls-data used with save-analysis This part 1/3 for fixing rust-lang/rust#53440. | ||||
| 2018-08-17 | rustc_resolve: don't allow paths starting with `::crate`. | Eduard-Mihai Burtescu | -4/+4 | |
| 2018-08-16 | Update version of rls-data used with save-analysis | Kartikaya Gupta | -1/+11 | |
| This part 1/3 for fixing rust-lang/rust#53440. | ||||
| 2018-08-17 | Rollup merge of #53377 - cuviper:pointer-elf_size, r=alexcrichton | kennytm | -3/+3 | |
| std: Use target_pointer_width for BACKTRACE_ELF_SIZE 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-15 | Rollup merge of #53388 - GuillaumeGomez:fix-links-color, r=frewsxcv | Guillaume Gomez | -4/+10 | |
| Fix links' color Fixes #53375. Problem was coming from the minifier. r? @frewsxcv | ||||
| 2018-08-15 | Fix links' color | Guillaume Gomez | -4/+10 | |
| 2018-08-14 | Update cargo | Eric Huss | -21/+43 | |
| 2018-08-14 | 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-14 | Add lldb to the build | Tom Tromey | -1/+1 | |
| This optionally adds lldb (and clang, which it needs) to the build. Because rust uses LLVM 7, and because clang 7 is not yet released, a recent git master version of clang is used. The lldb that is used includes the Rust plugin. lldb is only built when asked for, or when doing a nightly build on macOS. Only macOS is done for now due to difficulties with the Python dependency. | ||||
| 2018-08-13 | Move SmallVec and ThinVec out of libsyntax | ljedrz | -0/+1 | |
| 2018-08-11 | Update RLS | Nick Cameron | -1/+1 | |
| 2018-08-09 | Move rustc::util::fs into separate (new) crate | Mark Rousskov | -0/+6 | |
| 2018-08-08 | Update libc to 0.2.43 in Cargo.lock | Linus Färnstrand | -43/+43 | |
| 2018-08-08 | Update RLS and Rustfmt | Nick Cameron | -142/+42 | |
| 2018-08-06 | Building librustc_codegen_llvm in a separate directory | Mark Rousskov | -20/+0 | |
| This allows clearing it out and building it separately from the compiler. Since it's essentially a different and separate crate this makes sense to do, each cargo invocation should generally happen in its own directory. | ||||
| 2018-08-05 | Update rustfmt and RLS | Nick Cameron | -6/+6 | |
| 2018-08-03 | Move unused trait functions to inherent functions | Mark Rousskov | -0/+1 | |
| 2018-08-03 | Store concrete crate stores where possible | Mark Rousskov | -0/+1 | |
| 2018-08-03 | Move validate_crate_name to rustc_metadata | Mark Rousskov | -0/+10 | |
| 2018-08-02 | Update Cargo submodule | Alex Crichton | -34/+149 | |
| Bring in some fixes for `cargo fix` notably | ||||
| 2018-08-01 | Rollup merge of #52732 - SimonSapin:spring, r=Mark-Simulacrum | Pietro Albini | -9/+0 | |
| Remove unstable and deprecated APIs | ||||
| 2018-07-30 | Remove the unstable std_unicode crate, deprecated since 1.27 | Simon Sapin | -9/+0 | |
| Its former contents are now in libcore. | ||||
| 2018-07-30 | rustc_llvm: move to rustc_codegen_llvm::llvm. | Irina Popa | -3/+0 | |
| 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 | |
