Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Avoid O(n²) when constructing AttrSourceMap | Jonas Schievink | 2021-04-06 | 4 | -10/+74 | |
* | | | | | | Merge #8385 | bors[bot] | 2021-04-06 | 5 | -103/+85 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Align `InferenceVar` to Chalk | Florian Diebold | 2021-04-06 | 4 | -34/+48 | |
| * | | | | | | Clean up Chalk mapping a bit | Florian Diebold | 2021-04-06 | 1 | -69/+37 | |
|/ / / / / / | ||||||
* | | | | | | Merge #8383 | bors[bot] | 2021-04-06 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | Update Zulip URL | Laurențiu Nicola | 2021-04-06 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Merge #8379 | bors[bot] | 2021-04-06 | 1 | -0/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | internal: document broken windows | Aleksey Kladov | 2021-04-06 | 1 | -0/+2 | |
* | | | | | | Merge #8381 | bors[bot] | 2021-04-06 | 1 | -5/+4 | |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| * | | | | | Lower attributes on tuple fields | Jonas Schievink | 2021-04-06 | 1 | -5/+4 | |
|/ / / / / | ||||||
* | | | | | Merge #8380 | bors[bot] | 2021-04-06 | 3 | -15/+9 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | infer: remove `record_pat_field_resolutions` field | Jonas Schievink | 2021-04-06 | 3 | -15/+9 | |
|/ / / / | ||||||
* | | | | Merge #8371 | bors[bot] | 2021-04-06 | 1 | -32/+17 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Panic when creating a HirDisplayWrapper with DisplayTarget::SourceCode | Lukas Wirth | 2021-04-06 | 1 | -1/+5 | |
| * | | | Don't use HirDisplayWrapper when displaying SourceCode | Lukas Wirth | 2021-04-06 | 1 | -31/+12 | |
* | | | | Merge #8376 | bors[bot] | 2021-04-06 | 8 | -40/+35 | |
|\ \ \ \ | ||||||
| * | | | | infer: remove `record_field_resolutions` field | Jonas Schievink | 2021-04-06 | 8 | -40/+35 | |
|/ / / / | ||||||
* | | | | Merge #8375 | bors[bot] | 2021-04-06 | 5 | -42/+110 | |
|\ \ \ \ | ||||||
| * | | | | feat: show errors from `cargo metadata` and initial `cargo check` in the stat... | Aleksey Kladov | 2021-04-06 | 3 | -13/+63 | |
| * | | | | Clearer naming | Aleksey Kladov | 2021-04-06 | 3 | -29/+47 | |
* | | | | | Merge #8374 | bors[bot] | 2021-04-06 | 2 | -8/+12 | |
|\ \ \ \ \ | ||||||
| * | | | | | Intern TypeRefs stored in Body | Jonas Schievink | 2021-04-06 | 2 | -8/+12 | |
|/ / / / / | ||||||
* | | | | | Merge #8364 | bors[bot] | 2021-04-06 | 8 | -33/+54 | |
|\ \ \ \ \ | ||||||
| * | | | | | Avoid duplicating VfsPath in vfs::path_interner::PathInterner by using an Ind... | Alexandru Macovei | 2021-04-06 | 3 | -13/+18 | |
| * | | | | | Use Box'es to reduce the size of hir_def::expr::Pat from 112 to 64 bytes on 6... | Alexandru Macovei | 2021-04-06 | 4 | -8/+14 | |
| * | | | | | Use Box'es to reduce size of hir_def::expr::Expr from 128 to 72 bytes (on 64b... | Alexandru Macovei | 2021-04-06 | 3 | -12/+22 | |
* | | | | | | Merge #8368 | bors[bot] | 2021-04-06 | 14 | -226/+246 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Remove TyExt::dyn_trait_ref | Lukas Wirth | 2021-04-06 | 1 | -10/+4 | |
| * | | | | | | Move Ty accessors to TyExt | Lukas Wirth | 2021-04-06 | 14 | -226/+252 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge #8355 | bors[bot] | 2021-04-06 | 12 | -236/+272 | |
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | | | ||||||
| * | | | | Sacrifice for the semicolon god | Aleksey Kladov | 2021-04-06 | 2 | -5/+5 | |
| * | | | | More robust status notifications | Aleksey Kladov | 2021-04-06 | 11 | -150/+165 | |
| * | | | | Prepare for more stateless status reporting | Aleksey Kladov | 2021-04-06 | 2 | -35/+36 | |
| * | | | | Use autoreload config to gate execution rather that staleness | Aleksey Kladov | 2021-04-06 | 2 | -7/+8 | |
| * | | | | Avoid duplicate `cargo check`s | Aleksey Kladov | 2021-04-06 | 1 | -1/+12 | |
| * | | | | Improve readability | Aleksey Kladov | 2021-04-06 | 1 | -29/+28 | |
| * | | | | internal: do not drop errors from cargo metadata/check | Aleksey Kladov | 2021-04-06 | 4 | -51/+60 | |
* | | | | | Merge #8366 | bors[bot] | 2021-04-06 | 12 | -45/+109 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Add chalk_ir::Const to TyKind::Array | Lukas Wirth | 2021-04-06 | 12 | -45/+109 | |
|/ / / / | ||||||
* | | | | Merge #8359 | bors[bot] | 2021-04-06 | 13 | -42/+66 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Use a constructor function for Static lifetimes | Lukas Wirth | 2021-04-06 | 6 | -49/+37 | |
| * | | | Always use Static lifetimes in chalk mapping | Lukas Wirth | 2021-04-06 | 1 | -1/+2 | |
| * | | | Add Lifetime to DynTy | Lukas Wirth | 2021-04-06 | 3 | -1/+5 | |
| * | | | Add Lifetime to TyKind::Ref | Lukas Wirth | 2021-04-06 | 13 | -43/+74 | |
|/ / / | ||||||
* | | | Merge #8360 | bors[bot] | 2021-04-05 | 4 | -10/+23 | |
|\ \ \ | ||||||
| * | | | Fix shifting of binders in FnPointer | Florian Diebold | 2021-04-05 | 4 | -10/+23 | |
* | | | | Merge #8358 | bors[bot] | 2021-04-05 | 9 | -40/+86 | |
|\| | | | ||||||
| * | | | Align FnPointer with Chalk | Florian Diebold | 2021-04-05 | 9 | -40/+86 | |
|/ / / | ||||||
* | | | Merge #8356 | bors[bot] | 2021-04-05 | 11 | -112/+108 | |
|\ \ \ | ||||||
| * | | | Substitution::prefix -> subst_prefix | Florian Diebold | 2021-04-05 | 4 | -11/+15 |