]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-05-05 Guillaume GomezUpdate tests
2020-05-05 Guillaume GomezReplace title "Methods" with "Implementations"
2020-05-05 Tyler MandryUnify winapi features for tools
2020-05-05 Petr HosekUse -fvisibility=hidden for libunwind
2020-05-05 Ralf Jungexplain the types used in the open64 call
2020-05-05 Igor MatuszewskiUnify some syn 1.0 et al. features for tools
2020-05-05 Igor MatuszewskiUpdate RLS
2020-05-05 borsAuto merge of #71916 - Dylan-DPC:rollup-luj7zx3, r...
2020-05-05 Dylan DPCRollup merge of #71897 - alexcrichton:embed-bitcode...
2020-05-05 Dylan DPCRollup merge of #71894 - mibac138:semicolon-not-always...
2020-05-05 Dylan DPCRollup merge of #71830 - oli-obk:subrepo_funness, r...
2020-05-05 Dylan DPCRollup merge of #69984 - lenary:lenary/force-uwtables...
2020-05-05 Josh Stonebackport 1.43.1 release notes
2020-05-05 Markus WesterlindRestore the snapshot/rollback optimization for region...
2020-05-05 Markus Westerlindrefactor: Replace probe_fudge by an explict call for...
2020-05-05 Markus Westerlindrefactor: Move probe_fudge into fudge.rs
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 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 Ralf Jungrely on rdlock/wrlock not returning anything but the...
2020-05-05 borsAuto merge of #71846 - petrochenkov:fresh2, r=davidtwco
2020-05-05 borsAuto merge of #71907 - Dylan-DPC:rollup-z8iaqlv, r...
2020-05-05 mibac138Suggest removing semicolon in last expression only...
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 mibac138Add command aliases from Cargo to x.py commands
2020-05-04 Andy Russellfix typo in function name
2020-05-04 mibac138Suggest to add missing feature when using gated const...
2020-05-04 Alex CrichtonImprove docs for embed-bitcode and linker-plugin-lto
2020-05-04 Dylan MacKenzieImport dataflow impls via the `impls` submodule
2020-05-04 Dylan MacKenzieExport dataflow impls by name
2020-05-04 Carol (Nichols... Update btree_map::VacantEntry::insert docs to actually...
2020-05-04 Bastian Kauschkedouble neg
2020-05-04 Bastian Kauschkerefactor suggest_traits_to_import
2020-05-04 Ralf Jungedit Mutex comment
2020-05-04 Esteban KüberAdd docstring to `deny_equality_constraints`
2020-05-04 Esteban Küberfix rebase
2020-05-04 Ralf Jungexplain our rwlock implementation (and fix a potential...
2020-05-04 borsAuto merge of #71879 - Dylan-DPC:rollup-n05awny, r...
2020-05-04 Ralf Jungexpand comment on default mutex behavior
2020-05-04 Esteban Küberreview comment: use `body_id`
2020-05-04 Esteban Küberreview comments and rebase fix
2020-05-04 Esteban KüberOn incorrect equality constraint likely to be assoc...
2020-05-04 Esteban Küberreview comments: use or-pattern
2020-05-04 Esteban KüberSuggest restricting type param when it doesn't satisfy...
2020-05-04 Esteban KüberHandle binop on unbound type param
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 Sam ElliottAdd Option to Force Unwind Tables
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 MichaelUpdate link in contributing.md
2020-05-03 Esteban Küberfix rebase
2020-05-03 borsAuto merge of #71006 - ecstatic-morse:dataflow-bidi...
next