| Commit message (Expand) | Author | Age | Files | Lines |
* | Move features into potential_cfg_options | Jamie Cunliffe | 2021-06-21 | 1 | -4/+11 |
* | Improve completion of cfg attributes | Jamie Cunliffe | 2021-06-21 | 1 | -0/+4 |
* | Merge #9227 | bors[bot] | 2021-06-21 | 3 | -48/+95 |
|\ |
|
| * | Implement a config override for the default #[cfg(test)] in cargo crates | Jade | 2021-06-19 | 3 | -55/+88 |
| * | Fix libcore not being included in rust-lang/rust module tree | Jade | 2021-06-19 | 1 | -1/+15 |
* | | Update sysroot crates | Jonas Schievink | 2021-06-21 | 1 | -6/+5 |
|/ |
|
* | Avoid string allocation | Laurențiu Nicola | 2021-06-18 | 1 | -1/+1 |
* | Minor clippy perf fixes | Laurențiu Nicola | 2021-06-18 | 1 | -1/+1 |
* | clippy::redudant_borrow | Maan2003 | 2021-06-13 | 4 | -10/+10 |
* | clippy::redundant_clone fixes | Laurențiu Nicola | 2021-05-26 | 2 | -8/+5 |
* | Duplicate dependencies that have multiple DepKinds | Jonas Schievink | 2021-05-24 | 1 | -15/+21 |
* | Add a FIXME | Kirill Bulatov | 2021-05-24 | 1 | -0/+9 |
* | Small file error display fix | Kirill Bulatov | 2021-05-24 | 1 | -1/+1 |
* | Deal with todos | Kirill Bulatov | 2021-05-23 | 1 | -4/+14 |
* | Drag detached files towards loading | Kirill Bulatov | 2021-05-23 | 3 | -6/+72 |
* | Draft detached files retrieval | Kirill Bulatov | 2021-05-23 | 2 | -0/+4 |
* | Add more docs | Aleksey Kladov | 2021-05-22 | 3 | -6/+25 |
* | Use package root as `cargo check` working directory | Brendan Cully | 2021-05-13 | 1 | -0/+1 |
* | Fix build script dependencies | Jonas Schievink | 2021-05-12 | 2 | -12/+56 |
* | Use Cargo target name as crate name | Jonas Schievink | 2021-05-11 | 1 | -1/+4 |
* | Use RUSTC_BOOTSTRAP=1 instead of +nightly when discovering rust_cfgs throughs... | Lukas Wirth | 2021-05-08 | 2 | -40/+35 |
* | Discover rustc_cfg through unstable cargo options | Lukas Wirth | 2021-05-08 | 3 | -33/+83 |
* | internal: use API stabilized in 1.52 | Aleksey Kladov | 2021-05-06 | 1 | -2/+1 |
* | fix: make error message in the status bar more useful | Aleksey Kladov | 2021-04-26 | 1 | -1/+1 |
* | fix: no longer get stuck on windows | Aleksey Kladov | 2021-04-20 | 1 | -58/+76 |
* | feat: avoid checking the whole project during initial loading | Aleksey Kladov | 2021-04-12 | 1 | -107/+129 |
* | feat: show errors from `cargo metadata` and initial `cargo check` in the stat... | Aleksey Kladov | 2021-04-06 | 1 | -2/+25 |
* | Clearer naming | Aleksey Kladov | 2021-04-06 | 2 | -29/+40 |
* | internal: do not drop errors from cargo metadata/check | Aleksey Kladov | 2021-04-06 | 1 | -1/+1 |
* | clippy::complexity simplifications related to Iterators | Matthias Krüger | 2021-03-21 | 1 | -49/+42 |
* | some clippy::performance fixes | Matthias Krüger | 2021-03-15 | 1 | -1/+1 |
* | Never run cargo check on the rustc source | Daniel McNab | 2021-03-08 | 1 | -4/+1 |
* | Only show directory name | Daniel McNab | 2021-03-08 | 1 | -1/+1 |
* | Revert "Support disabling rustc build scripts" | Daniel McNab | 2021-03-08 | 1 | -10/+3 |
* | Support disabling rustc build scripts | Daniel McNab | 2021-03-08 | 1 | -3/+11 |
* | Fix the comment | Daniel McNab | 2021-03-07 | 1 | -4/+4 |
* | Extract the large nested block into a function | Daniel McNab | 2021-03-07 | 1 | -72/+98 |
* | Require opt in to rustc_private | Daniel McNab | 2021-03-07 | 2 | -70/+70 |
* | Don't double analyse the same crate | Daniel McNab | 2021-03-07 | 1 | -1/+6 |
* | Update crate graph to only use subcrates of rustc_driver | Daniel McNab | 2021-03-07 | 1 | -38/+38 |
* | If a manual dependency exists, don't overwrite | Daniel McNab | 2021-03-06 | 1 | -1/+8 |
* | Implement opt-in (and opt-out) rustc_private | Daniel McNab | 2021-03-06 | 2 | -3/+26 |
* | Bump cargo_metadata | Laurențiu Nicola | 2021-03-02 | 3 | -21/+21 |
* | Fix a few clippy::perf warnings | kjeremy | 2021-02-16 | 1 | -1/+1 |
* | Allow automatically detect the rustc-src directory (fixes #3517). | Benjamin Bouvier | 2021-02-13 | 4 | -14/+54 |
* | Async Loading outdir and proc-macro | Edwin Cheng | 2021-01-28 | 4 | -154/+235 |
* | Make logger-based debugging more pleasant | Aleksey Kladov | 2021-01-28 | 1 | -2/+3 |
* | Export `CARGO` for proc. macros | Jonas Schievink | 2021-01-27 | 1 | -1/+4 |
* | Use AbsPath | Edwin Cheng | 2021-01-22 | 1 | -3/+3 |
* | Refactor build script data | Edwin Cheng | 2021-01-22 | 4 | -196/+228 |