| Age | Commit message (Expand) | Author | Lines |
| 2020-05-05 | Restore the snapshot/rollback optimization for region constraints | Markus Westerlind | -13/+29 |
| 2020-05-05 | refactor: Replace probe_fudge by an explict call for the lengths | Markus Westerlind | -59/+23 |
| 2020-05-05 | refactor: Move probe_fudge into fudge.rs | Markus Westerlind | -42/+41 |
| 2020-05-05 | Improve naming | Markus Westerlind | -14/+31 |
| 2020-05-05 | Generate the UndoLog upcasts with a macro | Markus Westerlind | -56/+22 |
| 2020-05-05 | Fix review comments | Markus Westerlind | -98/+58 |
| 2020-05-05 | Rebase and use ena 0.14 | Markus Westerlind | -22/+29 |
| 2020-05-05 | refactor: simplify | Markus Westerlind | -15/+14 |
| 2020-05-05 | Prevent modifications without an undo log | Markus Westerlind | -25/+25 |
| 2020-05-05 | Fix import | Markus Westerlind | -1/+1 |
| 2020-05-05 | refactor: Extract the undo log to its own modules | Markus Westerlind | -230/+272 |
| 2020-05-05 | refactor: Rename Logs to InferCtxtUndoLogs | Markus Westerlind | -23/+42 |
| 2020-05-05 | simplify | Markus Westerlind | -20/+6 |
| 2020-05-05 | perf: Merge region_obligations snapshotting into the undo log | Markus Westerlind | -20/+22 |
| 2020-05-05 | perf: Limit leak check snapshotting to probe_maybe_skip_leak_check | Markus Westerlind | -8/+5 |
| 2020-05-05 | perf: Lazily recive the Rollback argument in rollback_to | Markus Westerlind | -9/+15 |
| 2020-05-05 | perf: Separate CombinedSnapshot into a FullSnapshot for probing | Markus Westerlind | -19/+33 |
| 2020-05-05 | Move projection_cache into the combined undo log | Markus Westerlind | -34/+58 |
| 2020-05-05 | Allow SnapshotMap to have a separate undo_log | Markus Westerlind | -4/+4 |
| 2020-05-05 | Move region_constraint to the unified undo log | Markus Westerlind | -165/+182 |
| 2020-05-05 | perf: Reduce snapshot/rollback overhead | Markus Westerlind | -184/+503 |
| 2020-05-04 | Auto merge of #71108 - estebank:suggest-proj-type-mismatch-constraint, r=oli-obk | bors | -2/+3 |
| 2020-05-03 | Rollup merge of #71806 - lcnr:patch-3, r=jonas-schievink | Dylan DPC | -1/+1 |
| 2020-05-02 | When a projection is expected, suggest constraining or calling method | Esteban Küber | -2/+3 |
| 2020-05-02 | typo | Bastian Kauschke | -1/+1 |
| 2020-05-02 | fix rustdoc warnings | Tshepang Lekhonkhobe | -3/+3 |
| 2020-05-01 | Rollup merge of #71758 - jackh726:chalk-remove, r=jackh726 | Dylan DPC | -17/+2 |
| 2020-05-01 | Rollup merge of #71018 - lcnr:custom-const-param, r=eddyb | Dylan DPC | -1/+0 |
| 2020-05-01 | Remove leftover chalk types | Jack Huey | -17/+2 |
| 2020-05-01 | remove obsolete comments | Tshepang Lekhonkhobe | -6/+0 |
| 2020-04-30 | Rollup merge of #71449 - ecstatic-morse:free-region-cleanup, r=Mark-Simulacrum | Dylan DPC | -4/+181 |
| 2020-04-30 | Rollup merge of #70950 - nikomatsakis:leak-check-nll-2, r=matthewjasper | Dylan DPC | -0/+4 |
| 2020-04-30 | coerce documentation | Bastian Kauschke | -1/+0 |
| 2020-04-28 | Rollup merge of #71311 - estebank:fn-type-param, r=varkor | Dylan DPC | -1/+7 |
| 2020-04-27 | fix typo | Esteban Kuber | -1/+1 |
| 2020-04-27 | Auto merge of #71268 - estebank:devectorize, r=eddyb | bors | -18/+11 |
| 2020-04-26 | Rollup merge of #70043 - mark-i-m:def-kind-more, r=eddyb | Dylan DPC | -6/+1 |
| 2020-04-25 | Rollup merge of #71544 - cuviper:filter_map_next, r=Mark-Simulacrum | Dylan DPC | -33/+27 |
| 2020-04-24 | Replace filter_map().next() calls with find_map() | Josh Stone | -33/+27 |
| 2020-04-25 | Rollup merge of #71534 - cuviper:unused-option-map, r=Mark-Simulacrum | Dylan DPC | -1/+3 |
| 2020-04-25 | Rollup merge of #69456 - contrun:fix-misleading-compiler-error, r=estebank | Dylan DPC | -6/+52 |
| 2020-04-24 | Avoid unused Option::map results | Josh Stone | -1/+3 |
| 2020-04-24 | Remove `Option` from the return type of `def_kind`. | Eduard-Mihai Burtescu | -6/+1 |
| 2020-04-23 | Address comments from review | marmeladema | -6/+4 |
| 2020-04-23 | Modify `as_local_hir_id` to return a bare `HirId` | marmeladema | -5/+5 |
| 2020-04-23 | Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId` | marmeladema | -5/+10 |
| 2020-04-22 | Move `{Free,}RegionRelations` and `FreeRegionMap` out of `rustc_middle` | Dylan MacKenzie | -4/+181 |
| 2020-04-20 | Remove some allocations in predicate evaluation | Esteban Küber | -4/+3 |
| 2020-04-20 | Remove some `Vec` allocations in an effort to improve perf | Esteban Küber | -14/+8 |
| 2020-04-19 | Dogfood more or_patterns in the compiler | Josh Stone | -43/+48 |