]> git.lizzy.rs Git - rust.git/history - src/libcore/ptr.rs
Rollup merge of #47922 - zackmdavis:and_the_case_of_the_unused_field_pattern, r=estebank
[rust.git] / src / libcore / ptr.rs
2018-02-07 Manish GoregaokarRollup merge of #47922 - zackmdavis:and_the_case_of_the...
2018-02-07 Manish GoregaokarRollup merge of #47883 - yurydelendik:wasm-map, r=alexc...
2018-02-07 Manish GoregaokarRollup merge of #47810 - GuillaumeGomez:fix-theme-but...
2018-02-07 Manish GoregaokarRollup merge of #47631 - SimonSapin:nonnull, r=alexcrichton
2018-02-05 kennytmRollup merge of #47543 - topecongiro:issue-42344, r...
2018-02-05 kennytmRollup merge of #47496 - QuietMisdreavus:rls-doc-includ...
2018-02-05 kennytmRollup merge of #46030 - Zoxc:asm-volatile, r=nikomatsakis
2018-02-02 kennytmRollup merge of #46156 - SimonSapin:patch-14, r=without...
2018-02-01 borsAuto merge of #47738 - nikomatsakis:issue-47139-master...
2018-01-31 kennytmRollup merge of #47552 - oberien:stepby-nth, r=dtolnay
2018-01-31 kennytmRollup merge of #47876 - GuillaumeGomez:associated...
2018-01-30 penpalpersonChanged back inline markings.
2018-01-30 kennytmRollup merge of #47603 - mark-i-m:markim_comments_0000...
2018-01-30 kennytmRollup merge of #47515 - jimmantooth:patch-1, r=QuietMi...
2018-01-29 penpalpersonAdded inline to fmt for debug implementations of primit...
2018-01-28 borsAuto merge of #47204 - varkor:unsafecell-into_inner...
2018-01-28 borsAuto merge of #47772 - arthurprs:iter-position-bounds...
2018-01-28 borsAuto merge of #47746 - varkor:never-type-ice, r=nikomat...
2018-01-27 borsAuto merge of #47571 - FenrirWolf:libunwind, r=alexcrichton
2018-01-25 Alex CrichtonRollup merge of #47600 - varkor:empty-never-array,...
2018-01-25 Alex CrichtonRollup merge of #47529 - nikomatsakis:impl-trait-issue...
2018-01-25 Alex CrichtonRollup merge of #47453 - pftbest:nointas, r=alexcrichton
2018-01-25 Alex CrichtonRollup merge of #47439 - eddyb:issue-45662, r=nagisa
2018-01-25 Alex CrichtonRollup merge of #47437 - eddyb:issue-38763, r=nagisa
2018-01-25 Alex CrichtonRollup merge of #47415 - varkor:cgu-partition-heuristic...
2018-01-25 Guillaume GomezRollup merge of #47609 - ritiek:test-mutating-reference...
2018-01-25 borsAuto merge of #47374 - topecongiro:issue-47096, r=nikom...
2018-01-24 borsAuto merge of #47300 - remexre:duration-constructors...
2018-01-24 borsAuto merge of #47299 - cramertj:unsafe-placer, r=alexcr...
2018-01-24 borsAuto merge of #46931 - clarcharr:float_bits_core, r...
2018-01-23 kennytmRollup merge of #47610 - cuviper:captured-dwarf, r...
2018-01-23 kennytmRollup merge of #47558 - spastorino:rustc_args, r=nikom...
2018-01-23 kennytmRollup merge of #47554 - EdSchouten:cloudabi-jemalloc...
2018-01-23 kennytmRollup merge of #47549 - Manishearth:29723-regression...
2018-01-23 kennytmRollup merge of #47541 - psumbera:master, r=eddyb
2018-01-23 kennytmRollup merge of #47440 - mark-i-m:zunpretty, r=nikomatsakis
2018-01-23 kennytmRollup merge of #47423 - est31:rustbook_checking, r...
2018-01-22 borsAuto merge of #47373 - wesleywiser:incr_cache_hashing...
2018-01-22 borsAuto merge of #47353 - nikomatsakis:nll-issue-47189...
2018-01-22 Simon SapinAdd an unstable `cast<U>() -> NonNull<U>` method to...
2018-01-22 borsAuto merge of #47158 - rkruppe:repr-transparent, r...
2018-01-22 borsAuto merge of #47144 - estebank:moved-closure-arg,...
2018-01-21 Guillaume GomezRollup merge of #47595 - PieterPenninckx:master, r...
2018-01-21 Guillaume GomezRollup merge of #47582 - alexcrichton:auto-beta, r...
2018-01-21 Guillaume GomezRollup merge of #47512 - GuillaumeGomez:e0659, r=petroc...
2018-01-21 Guillaume GomezRollup merge of #47334 - etaoins:only-call-res-init...
2018-01-21 Guillaume GomezRollup merge of #47247 - estebank:suggest-cast, r=petro...
2018-01-21 borsAuto merge of #47116 - estebank:non-accessible-ctor...
2018-01-21 borsAuto merge of #47001 - arielb1:private-match, r=nikomat...
2018-01-21 Simon SapinImplement Eq, PartialEq, Ord, PartialOrd, and Hash...
2018-01-21 borsAuto merge of #45684 - bjorn3:runtime_choose_trans2...
2018-01-21 Simon SapinMove Debug for NonNull impl closer to other trait impls
2018-01-21 Simon SapinNonNull ended up landing in 1.25
2018-01-21 borsAuto merge of #47495 - nikomatsakis:nll-issue-47153...
2018-01-20 Guillaume GomezRollup merge of #47578 - arthurprs:btree-doc, r=alexcri...
2018-01-20 Guillaume GomezRollup merge of #47573 - estebank:closures, r=nikomatsakis
2018-01-20 Guillaume GomezRollup merge of #47568 - EdSchouten:cloudabi-linker...
2018-01-20 Guillaume GomezRollup merge of #47559 - walinga:pr-link-fix, r=kennytm
2018-01-20 Guillaume GomezRollup merge of #47535 - Manishearth:ignore-target...
2018-01-20 Guillaume GomezRollup merge of #47532 - tbu-:pr_path_oddities, r=TimNN
2018-01-20 Guillaume GomezRollup merge of #47510 - sfackler:deprecate-dns, r...
2018-01-20 Guillaume GomezRollup merge of #47508 - QuietMisdreavus:rbe-bookshelf...
2018-01-20 Guillaume GomezRollup merge of #47193 - cramertj:result-opts, r=TimNN
2018-01-20 Guillaume GomezRollup merge of #46938 - hellow554:rustdoc-kbd-style...
2018-01-20 borsAuto merge of #46980 - zackmdavis:and_the_case_of_the_n...
2018-01-20 borsAuto merge of #46952 - SimonSapin:nonnull, r=alexcrichton
2018-01-20 Simon SapinRename NonNull::empty to dangling.
2018-01-20 Simon SapinPreserve formatting options in Debug for NonNull/Unique
2018-01-20 Simon SapinFix some doc-comment examples for earlier API refactor
2018-01-20 Simon SapinStabilize std::ptr::NonNull
2018-01-20 Simon SapinRemove a deprecated (renamed) and unstable method of...
2018-01-20 Simon SapinMark Unique as perma-unstable, with the feature renamed...
2018-01-20 Simon SapinReplace Unique<T> with NonZero<T> in Alloc trait
2018-01-20 Simon SapinRename std::ptr::Shared to NonNull
2018-01-20 Corey FarwellImplement Debug for ptr::Shared and ptr::Unique.
2018-01-15 kennytmRollup merge of #47443 - FenrirWolf:rand, r=alexcrichton
2018-01-12 kennytmRollup merge of #46985 - Diggsey:path-component-asref...
2018-01-12 borsAuto merge of #46551 - jseyfried:improve_legacy_modern_...
2018-01-10 borsAuto merge of #46830 - Diggsey:cursor-vec-mut, r=alexcr...
2018-01-10 Corey FarwellRollup merge of #46777 - frewsxcv:frewsxcv-rotate,...
2018-01-06 kennytmRollup merge of #46947 - tspiteri:checked-div-rem-none...
2018-01-06 borsAuto merge of #47083 - CAD97:issue-46976, r=nikomatsakis
2018-01-06 Guillaume GomezRollup merge of #46987 - frewsxcv:frewsxcv-current...
2018-01-05 borsAuto merge of #46907 - varkor:contrib-8, r=nagisa
2018-01-05 borsAuto merge of #46739 - arielb1:simple-loops, r=nikomatsakis
2018-01-04 borsAuto merge of #46916 - michaelwoerister:generate-dead...
2018-01-03 borsAuto merge of #46984 - arielb1:pre-statement-effect...
2018-01-03 kennytmRollup merge of #47117 - tinaun:no_more_dups, r=frewsxcv
2018-01-02 borsAuto merge of #47042 - redox-os:redox, r=estebank
2018-01-02 borsAuto merge of #47111 - rkruppe:repr-transparent, r...
2018-01-01 borsAuto merge of #46735 - Manishearth:memchr-find, r=burnt...
2017-12-31 borsAuto merge of #46713 - Manishearth:memchr, r=bluss
2017-12-29 borsAuto merge of #46327 - Aaronepower:master, r=alexcrichton
2017-12-29 borsAuto merge of #46883 - QuietMisdreavus:faildown, r...
2017-12-28 borsAuto merge of #47036 - QuietMisdreavus:i-like-big-chars...
2017-12-28 borsAuto merge of #47021 - shssoichiro:46576-Incorrect...
2017-12-27 borsAuto merge of #47016 - malbarbo:dist-armv5te, r=alexcri...
2017-12-27 borsAuto merge of #46977 - est31:column_fix, r=dtolnay
2017-12-27 borsAuto merge of #46803 - estebank:non-ascii-def-span...
2017-12-26 borsAuto merge of #46975 - matthewjasper:mir-moveck-asm...
next