| Age | Commit message (Expand) | Author | Lines |
| 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 | -21/+23 |
| 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 | -10/+17 |
| 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 | -42/+78 |
| 2020-05-05 | Allow SnapshotMap to have a separate undo_log | Markus Westerlind | -96/+62 |
| 2020-05-05 | Move region_constraint to the unified undo log | Markus Westerlind | -166/+183 |
| 2020-05-05 | perf: Reduce snapshot/rollback overhead | Markus Westerlind | -189/+516 |
| 2020-05-05 | Allow `hir().find` to return `None` | John Kåre Alsaker | -18/+18 |
| 2020-05-05 | Rollup merge of #71904 - euclio:function-typo, r=jonas-schievink | Dylan DPC | -3/+3 |
| 2020-05-05 | Rollup merge of #71902 - mibac138:const-feature-diag, r=varkor | Dylan DPC | -0/+70 |
| 2020-05-05 | Rollup merge of #71892 - integer32llc:btreemap-entry-vacant-docs, r=jonas-sch... | Dylan DPC | -6/+5 |
| 2020-05-05 | Rollup merge of #71891 - lcnr:not-iter-any, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-05-05 | Rollup merge of #71883 - Dante-Broggi:patch-1, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-05-05 | Rollup merge of #71881 - IsaacWoods:master, r=petrochenkov | Dylan DPC | -1/+3 |
| 2020-05-05 | Rollup merge of #71878 - main--:patch-2, r=Amanieu | Dylan DPC | -0/+25 |
| 2020-05-05 | Rollup merge of #71845 - steveklabnik:add-const-examples, r=dtolnay | Dylan DPC | -2/+318 |
| 2020-05-05 | Rollup merge of #71711 - Mark-Simulacrum:deignore-tests, r=nikomatsakis | Dylan DPC | -34/+7 |
| 2020-05-05 | Rollup merge of #71587 - matthewjasper:promoted-move-errors, r=nikomatsakis | Dylan DPC | -6/+93 |
| 2020-05-04 | fix typo in function name | Andy Russell | -3/+3 |
| 2020-05-04 | Suggest to add missing feature when using gated const features | mibac138 | -0/+70 |
| 2020-05-04 | Update btree_map::VacantEntry::insert docs to actually call insert | Carol (Nichols || Goulding) | -6/+5 |
| 2020-05-04 | double neg | Bastian Kauschke | -1/+1 |
| 2020-05-04 | Auto merge of #71879 - Dylan-DPC:rollup-n05awny, r=Dylan-DPC | bors | -31/+185 |
| 2020-05-04 | add a missing word | Dante Broggi | -1/+1 |
| 2020-05-04 | Correctly handle UEFI targets as Windows-like when emitting sections for LLVM... | Isaac Woods | -1/+3 |
| 2020-05-04 | Rollup merge of #71877 - steveklabnik:small-example-fix, r=Mark-Simulacrum | Dylan DPC | -2/+2 |
| 2020-05-04 | Rollup merge of #71810 - estebank:issue-71798, r=davidtwco | Dylan DPC | -1/+28 |
| 2020-05-04 | Rollup merge of #71773 - tshepang:links, r=davidtwco | Dylan DPC | -5/+5 |
| 2020-05-04 | Rollup merge of #71697 - felix91gr:new_prop_into_fn_call, r=wesleywiser | Dylan DPC | -10/+81 |
| 2020-05-04 | Rollup merge of #71038 - lcnr:dyn_trait_structural_match, r=pnkfelix | Dylan DPC | -13/+69 |
| 2020-05-04 | Auto merge of #71754 - alexcrichton:no-bitcode-in-cache, r=nnethercote | bors | -45/+19 |
| 2020-05-04 | whoops | main() | -1/+1 |
| 2020-05-04 | Add remove_current_as_list to LinkedList's CursorMut | main() | -0/+25 |
| 2020-05-04 | Use f64 in f64 examples | Steve Klabnik | -2/+2 |
| 2020-05-04 | Add examples to int macros | Steve Klabnik | -2/+24 |
| 2020-05-04 | f64 examples | Steve Klabnik | -0/+147 |
| 2020-05-04 | correct -> intended | Steve Klabnik | -14/+14 |
| 2020-05-04 | add some whitespace | Steve Klabnik | -0/+7 |
| 2020-05-04 | Add examples for std::f32 constants. | Steve Klabnik | -0/+140 |
| 2020-05-04 | Auto merge of #71751 - oli-obk:const_ice, r=RalfJung | bors | -12/+40 |
| 2020-05-04 | Auto merge of #71108 - estebank:suggest-proj-type-mismatch-constraint, r=oli-obk | bors | -136/+859 |
| 2020-05-04 | Auto merge of #71866 - Dylan-DPC:rollup-g9xqc8k, r=Dylan-DPC | bors | -44/+50 |
| 2020-05-03 | review comment: use early return | Esteban Küber | -10/+19 |