]> git.lizzy.rs Git - rust.git/history - src
Generate the UndoLog upcasts with a macro
[rust.git] / src /
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 Westerlindrefactor: simplify
2020-05-05 Markus WesterlindPrevent modifications without an undo log
2020-05-05 Markus WesterlindFix import
2020-05-05 Markus Westerlindrefactor: Extract the undo log to its own modules
2020-05-05 Markus Westerlindrefactor: Rename Logs to InferCtxtUndoLogs
2020-05-05 Markus Westerlindsimplify
2020-05-05 Markus Westerlindperf: Merge region_obligations snapshotting into the...
2020-05-05 Markus Westerlindperf: Limit leak check snapshotting to probe_maybe_skip...
2020-05-05 Markus Westerlindperf: Lazily recive the Rollback argument in rollback_to
2020-05-05 Markus Westerlindperf: Separate CombinedSnapshot into a FullSnapshot...
2020-05-05 Markus WesterlindMove projection_cache into the combined undo log
2020-05-05 Markus WesterlindAllow SnapshotMap to have a separate undo_log
2020-05-05 Markus WesterlindMove region_constraint to the unified undo log
2020-05-05 Markus Westerlindperf: Reduce snapshot/rollback overhead
2020-05-05 John Kåre AlsakerAllow `hir().find` to return `None`
2020-05-05 borsAuto merge of #71907 - Dylan-DPC:rollup-z8iaqlv, r...
2020-05-04 Dylan DPCRollup merge of #71904 - euclio:function-typo, r=jonas...
2020-05-04 Dylan DPCRollup merge of #71902 - mibac138:const-feature-diag...
2020-05-04 Dylan DPCRollup merge of #71892 - integer32llc:btreemap-entry...
2020-05-04 Dylan DPCRollup merge of #71891 - lcnr:not-iter-any, r=Dylan-DPC
2020-05-04 Dylan DPCRollup merge of #71883 - Dante-Broggi:patch-1, r=Dylan-DPC
2020-05-04 Dylan DPCRollup merge of #71881 - IsaacWoods:master, r=petrochenkov
2020-05-04 Dylan DPCRollup merge of #71878 - main--:patch-2, r=Amanieu
2020-05-04 Dylan DPCRollup merge of #71845 - steveklabnik:add-const-example...
2020-05-04 Dylan DPCRollup merge of #71711 - Mark-Simulacrum:deignore-tests...
2020-05-04 Dylan DPCRollup merge of #71587 - matthewjasper:promoted-move...
2020-05-04 Andy Russellfix typo in function name
2020-05-04 mibac138Suggest to add missing feature when using gated const...
2020-05-04 Carol (Nichols ... Update btree_map::VacantEntry::insert docs to actually...
2020-05-04 Bastian Kauschkedouble neg
2020-05-04 borsAuto merge of #71879 - Dylan-DPC:rollup-n05awny, r...
2020-05-04 Dante Broggiadd a missing word
2020-05-04 Isaac WoodsCorrectly handle UEFI targets as Windows-like when...
2020-05-04 Dylan DPCRollup merge of #71877 - steveklabnik:small-example...
2020-05-04 Dylan DPCRollup merge of #71810 - estebank:issue-71798, r=davidtwco
2020-05-04 Dylan DPCRollup merge of #71773 - tshepang:links, r=davidtwco
2020-05-04 Dylan DPCRollup merge of #71697 - felix91gr:new_prop_into_fn_cal...
2020-05-04 Dylan DPCRollup merge of #71038 - lcnr:dyn_trait_structural_matc...
2020-05-04 borsAuto merge of #71754 - alexcrichton:no-bitcode-in-cache...
2020-05-04 main()whoops
2020-05-04 main()Add remove_current_as_list to LinkedList's CursorMut
2020-05-04 Steve KlabnikUse f64 in f64 examples
2020-05-04 Steve KlabnikAdd examples to int macros
2020-05-04 Steve Klabnikf64 examples
2020-05-04 Steve Klabnikcorrect -> intended
2020-05-04 Steve Klabnikadd some whitespace
2020-05-04 Steve KlabnikAdd examples for std::f32 constants.
2020-05-04 borsAuto merge of #71751 - oli-obk:const_ice, r=RalfJung
2020-05-04 borsAuto merge of #71108 - estebank:suggest-proj-type-misma...
2020-05-04 borsAuto merge of #71866 - Dylan-DPC:rollup-g9xqc8k, r...
2020-05-04 Esteban Küberreview comment: use early return
2020-05-04 Dylan DPCRollup merge of #71864 - mibac138:patch-1, r=jonas...
2020-05-04 Dylan DPCRollup merge of #71844 - flip1995:subtree_clippy_doc...
2020-05-04 Dylan DPCRollup merge of #71801 - matthewjasper:operator-subtypi...
2020-05-04 Dylan DPCRollup merge of #71645 - ecstatic-morse:readme-build...
2020-05-03 Esteban Küberreview comments: move logic to their own methods
2020-05-03 borsAuto merge of #71631 - RalfJung:miri-unleash-the-gates...
2020-05-03 Esteban Küberfix rebase
2020-05-03 borsAuto merge of #71006 - ecstatic-morse:dataflow-bidi...
2020-05-03 Dylan MacKenzieUpdate clippy lint
2020-05-03 Dylan MacKenzieReflect API changes on current master
2020-05-03 Dylan MacKenzieUse agreed upon terminology in cursor docs
2020-05-03 Dylan MacKenzieAdd `rustc_peek` test for liveness with borrows
2020-05-03 Dylan MacKenzieSupport liveness in `rustc_peek` tests
2020-05-03 Dylan MacKenzieUse new liveness analysis during generator transform
2020-05-03 Dylan MacKenzieLive variable analysis
2020-05-03 Dylan MacKenzieInitialize the cursor with an empty state
2020-05-03 Dylan MacKenzieSupport backward dataflow analyses
2020-05-03 Dylan MacKenzieRename `live_locals` -> `live_locals_at_any_suspension_...
2020-05-03 Dylan MacKenzieAdd `MutatingUseContext::Yield`
2020-05-03 borsAuto merge of #71853 - Dylan-DPC:rollup-4qi6ry9, r...
2020-05-03 Dylan DPCRollup merge of #71808 - unexge:long-err-expl-for-e0539...
2020-05-03 Dylan DPCRollup merge of #71726 - ldm0:ref2ptr, r=oli-obk
2020-05-03 Dylan DPCRollup merge of #71663 - jumbatm:caller-handles-validat...
2020-05-03 Dylan DPCRollup merge of #71398 - ThinkChaos:feat_refcell_take...
2020-05-03 Ralf Jungbless caller-location test
2020-05-03 Ralf Jungremove unneeded flags; exlain why we still have const_i...
2020-05-03 Ralf Jungfmt
2020-05-03 Ralf Jungwarn about each skipped feature gate
2020-05-03 Matthew JasperCorrectly check comparison operators in MIR typeck
2020-05-03 borsAuto merge of #70825 - eddyb:enum-discr-correct-generic...
2020-05-03 ThinkChaosMention `RefCell::take` can panic in docs
2020-05-03 borsAuto merge of #71828 - Dylan-DPC:rollup-qf5h2w5, r...
2020-05-03 Dylan DPCRollup merge of #71813 - ecstatic-morse:issue-71734...
2020-05-03 Dylan DPCRollup merge of #71806 - lcnr:patch-3, r=jonas-schievink
2020-05-03 Dylan DPCRollup merge of #71542 - crlf0710:confusable_idents...
2020-05-03 Dylan DPCRollup merge of #71314 - mibac138:cfg-version, r=petroc...
2020-05-03 Dylan DPCRollup merge of #71165 - lcnr:patch-2, r=Amanieu
2020-05-03 borsAuto merge of #71815 - Mark-Simulacrum:no-llvm-rebuild...
2020-05-03 Esteban Kübertrailing newlines
2020-05-03 Esteban KüberAdd docs
2020-05-03 Esteban KüberSuggest constraint on `impl Trait` in return type
2020-05-03 Esteban Küberfix rebase
2020-05-03 Esteban KüberPoint at associated types when they have a default...
2020-05-03 Esteban Küberreview comment: use or patterns
2020-05-03 Esteban KüberWhen a projection is expected, suggest constraining...
2020-05-03 Esteban KüberOn type mismatch involving associated type, suggest...
next