| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-05-01 | style: rename crates to kebab case | Peh | -1/+1 | |
| 2021-10-25 | Drop resolver and authors manifest entries | Laurențiu Nicola | -1/+0 | |
| 2021-10-19 | internal: Parse const trait bounds | Lukas Wirth | -1/+2 | |
| 2021-06-09 | Build test-macros in a build script | Jonas Schievink | -0/+1 | |
| 2021-05-31 | minor: reenable incremental test builds | Dawer | -3/+0 | |
| 2021-05-31 | reenable incremental release builds | Jonas Schievink | -0/+1 | |
| 2021-05-30 | Don't force-disable incremental | Jonas Schievink | -7/+0 | |
| 2021-05-11 | internal: use modern resolever | Aleksey Kladov | -0/+1 | |
| I don't think this affects us, but better to stick to modern practicies. | ||||
| 2021-05-08 | Disable more incremental | Aleksey Kladov | -0/+7 | |
| 2021-05-08 | internal: disable broken incremental builds 😿 | Aleksey Kladov | -1/+3 | |
| 2021-05-06 | Don't store call-site text offsets in hygiene info | Jonas Schievink | -0/+2 | |
| 2021-01-15 | Handle self/super/crate in PathSegment as NameRef | Lukas Wirth | -1/+1 | |
| 2021-01-14 | prepare to publish el libro de arena | Aleksey Kladov | -1/+1 | |
| 2020-12-15 | Move to upstream `macro_rules!` model | Jonas Schievink | -0/+2 | |
| 2020-10-30 | Upgrade Chalk to 0.36 | Florian Diebold | -2/+1 | |
| Quite a few changes, because Chalk got rid of the `ApplicationTy` nesting. | ||||
| 2020-10-09 | Remove release build overrides | Laurențiu Nicola | -12/+0 | |
| 2020-08-18 | Speedup tests in dev mode | Aleksey Kladov | -25/+22 | |
| 2020-07-07 | Gzip artifacts | Veetaha | -0/+5 | |
| Co-authored-by: bjorn3 <bjorn3@users.noreply.github.com> Override miniz_oxide to build it with optimizations Building this crate with optimizations decreases the gzipping part of `cargo xtask dist` from `30-40s` down to `3s`, the overhead for `rustc` to apply optimizations is miserable on this background | ||||
| 2020-07-01 | Disable optimizations for tracing-attributes | Laurențiu Nicola | -0/+2 | |
| 2020-05-27 | Upgrade Chalk | Florian Diebold | -2/+0 | |
| Chalk newly added TypeName::Never and Array; I implemented the conversion for Never, but not Array since that expects a const argument. | ||||
| 2020-02-15 | Extend analysis-stats a bit | Florian Diebold | -0/+5 | |
| This adds some tools helpful when debugging nondeterminism in analysis-stats: - a `--randomize` option that analyses everything in random order - a `-vv` option that prints even more detail Also add a debug log if Chalk fuel is exhausted (which would be a source of nondeterminism, but didn't happen in my tests). I found one source of nondeterminism (rust-lang/chalk#331), but there are still other cases remaining. | ||||
| 2020-01-31 | Disable optimizations for some build-time crates | Laurențiu Nicola | -0/+19 | |
| 2020-01-11 | Stick to defaulter release profile | Aleksey Kladov | -3/+1 | |
| 2020-01-09 | Reducing binary size and optimising a bit more. | Giles Cope | -0/+2 | |
| 2019-12-04 | :arrow_up: rowan | Aleksey Kladov | -0/+1 | |
| 2019-11-15 | Speedup builds for users | Aleksey Kladov | -1/+1 | |
| 2019-11-11 | Disable debuginfo in dev builds | Aleksey Kladov | -1/+3 | |
| Hopefully, this makes printf debugging faster! | ||||
| 2019-10-17 | rename tools -> xtask | Aleksey Kladov | -1/+1 | |
| 2019-10-17 | WIP: move to xtasks | Aleksey Kladov | -1/+1 | |
| 2019-10-17 | scale website back | Aleksey Kladov | -1/+1 | |
| We have dedicated https://rust-analyzer.github.io/ now | ||||
| 2019-10-11 | save disk space | Aleksey Kladov | -0/+3 | |
| 2019-09-02 | start GitHub pages | Aleksey Kladov | -1/+1 | |
| 2019-07-22 | smaller debuginfo in release | Aleksey Kladov | -1/+1 | |
| 2019-06-07 | :arrow_up: salsa | Aleksey Kladov | -1/+0 | |
| 2019-06-04 | switch to panic-safe salsa | Aleksey Kladov | -0/+1 | |
| 2019-05-30 | switch to upstream salsa | Aleksey Kladov | -1/+0 | |
| 2019-05-30 | :arrow_up: parking_lot | Aleksey Kladov | -0/+1 | |
| 2019-04-21 | :arrow_up: lsp | Aleksey Kladov | -1/+0 | |
| 2019-04-21 | switch to official extend selection API | Aleksey Kladov | -0/+1 | |
| 2019-01-15 | update salsa | Aleksey Kladov | -1/+0 | |
| 2019-01-14 | update cargo_metadata | Aleksey Kladov | -1/+0 | |
| 2019-01-10 | use unwinding for cancelation | Aleksey Kladov | -1/+1 | |
| 2019-01-09 | unwind on cancel | Aleksey Kladov | -0/+1 | |
| 2019-01-09 | Fix rev to deleted branch | Georg Semmler | -1/+1 | |
| 2019-01-08 | switch to newer cargo-metadata | Aleksey Kladov | -0/+1 | |
| 2019-01-04 | :arrow_up: salsa | Aleksey Kladov | -1/+0 | |
| 2018-12-30 | fix the cancellation bug | Aleksey Kladov | -0/+3 | |
| 2018-12-28 | :arrow_up: salsa | Aleksey Kladov | -7/+0 | |
| 2018-12-27 | fix cancelation? | Aleksey Kladov | -1/+1 | |
| 2018-12-22 | workaround salsa/parking-log bug | Aleksey Kladov | -0/+7 | |
| https://github.com/salsa-rs/salsa/issues/99 https://github.com/Amanieu/parking_lot/issues/101 | ||||
