]> git.lizzy.rs Git - rust.git/history - src/librustc_infer/infer/undo_log.rs
perf: Add inline on commonly used methods added in 69464
[rust.git] / src / librustc_infer / infer / undo_log.rs
2020-05-24 Markus Westerlindperf: Add inline on commonly used methods added in...
2020-05-07 borsAuto merge of #55617 - oli-obk:stacker, r=nagisa,oli-obk
2020-05-06 Dylan DPCRollup merge of #71950 - RalfJung:try-validation-cleanu...
2020-05-06 Dylan DPCRollup merge of #71918 - GuillaumeGomez:rename-methods...
2020-05-06 Dylan DPCRollup merge of #71888 - lcnr:refactor-suggest_traits_t...
2020-05-06 Dylan DPCRollup merge of #71731 - mark-i-m:guide-toolstate-off...
2020-05-06 Dylan DPCRollup merge of #70908 - estebank:suggest-add, r=nikoma...
2020-05-06 Dylan DPCRollup merge of #71944 - ldm0:arrordhint, r=sfackler
2020-05-06 Dylan DPCRollup merge of #71937 - mzohreva:mz/ui-tests-ignore...
2020-05-06 Dylan DPCRollup merge of #71929 - petrhosek:unwind-visibility...
2020-05-06 Dylan DPCRollup merge of #71893 - ecstatic-morse:dataflow-impls...
2020-05-06 Dylan DPCRollup merge of #71819 - jyn514:check-for-tools, r...
2020-05-06 Dylan DPCRollup merge of #71591 - hermitcore:thread_create,...
2020-05-06 Dylan DPCRollup merge of #71269 - Mark-Simulacrum:sat-float...
2020-05-06 Dylan DPCRollup merge of #71921 - RalfJung:open-mode, r=hanna...
2020-05-06 Dylan DPCRollup merge of #71914 - pietroalbini:relnotes-1.43...
2020-05-06 Dylan DPCRollup merge of #71905 - mibac138:x-cmd-alias, r=Mark...
2020-05-06 Dylan DPCRollup merge of #71889 - RalfJung:rwlock, r=Amanieu
2020-05-06 Dylan DPCRollup merge of #71727 - hbina:simplified_usage, r...
2020-05-06 Dylan DPCRollup merge of #71510 - ssomers:btreemap_iter_intertwi...
2020-05-06 borsAuto merge of #69464 - Marwes:detach_undo_log, r=nikoma...
2020-05-05 Markus WesterlindImprove naming
2020-05-05 Markus WesterlindGenerate the UndoLog upcasts with a macro
2020-05-05 Markus WesterlindFix review comments
2020-05-05 Markus WesterlindRebase and use ena 0.14
2020-05-05 Markus WesterlindPrevent modifications without an undo log
2020-05-05 Markus Westerlindrefactor: Extract the undo log to its own modules