| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-08-30 | mv compiler to compiler/ | mark | -518/+0 | |
| 2020-08-13 | merge `as_local_hir_id` with `local_def_id_to_hir_id` | Bastian Kauschke | -1/+1 | |
| 2020-07-05 | Shrink ParamEnv to 16 bytes | Mark Rousskov | -1/+4 | |
| 2020-06-20 | skol -> placeholder | Bastian Kauschke | -1/+1 | |
| 2020-06-01 | Call `skip_binder` or `no_bound_vars` before `self_ty` | Dylan MacKenzie | -1/+1 | |
| 2020-04-28 | Use the query system to allocate. | Camille GILLOT | -2/+2 | |
| 2020-04-27 | Auto merge of #71268 - estebank:devectorize, r=eddyb | bors | -19/+15 | |
| Remove some `Vec` allocations to improve performance This claws back most of the performance lost in https://github.com/rust-lang/rust/pull/69745. r? @eddyb | ||||
| 2020-04-24 | Auto merge of #71215 - ↵ | bors | -13/+16 | |
| marmeladema:issue70853/librustc_middle-local-def-id-2, r=eddyb Simplify `local_def_id` and `as_local_hir_id` See #70853 | ||||
| 2020-04-23 | Modify `as_local_hir_id` to return a bare `HirId` | marmeladema | -1/+1 | |
| 2020-04-23 | Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId` | marmeladema | -12/+15 | |
| 2020-04-23 | fix error code for E0751 | YI | -1/+1 | |
| 2020-04-20 | Use more `Iterator`s instead of `Vec`s | Esteban Küber | -19/+15 | |
| 2020-03-30 | Sync `Instance::resolve` with the projection code | Jonas Schievink | -43/+1 | |
| 2020-03-30 | spec. graph: track defining and finalizing impls | Jonas Schievink | -1/+1 | |
| 2020-03-30 | rustc -> rustc_middle part 3 (rustfmt) | Mazdak Farrokhzad | -3/+3 | |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -3/+3 | |
| 2020-03-26 | make a custom error for overlap with negative impls | Niko Matsakis | -80/+165 | |
| 2020-03-25 | Rename `def_span` to `guess_head_span` | Esteban Küber | -2/+2 | |
| 2020-03-15 | Avoid ICEs when we emit errors constructing the specialization graph | Matthew Jasper | -17/+21 | |
| 2020-03-15 | Add `min_specialization` feature | Matthew Jasper | -1/+3 | |
| Currently the only difference between it and `specialization` is that it only allows specializing functions. | ||||
| 2020-03-14 | Move rustc_infer::traits to new crate rustc_trait_selection. | Camille GILLOT | -0/+467 | |
