]> git.lizzy.rs Git - rust.git/history - src/libcore
Auto merge of #53133 - Zoxc:gen-int, r=eddyb
[rust.git] / src / libcore /
2018-08-06 borsAuto merge of #52332 - zackmdavis:dead_code_lint_should...
2018-08-06 borsAuto merge of #53002 - QuietMisdreavus:brother-may...
2018-08-05 borsAuto merge of #52997 - llogiq:tiny-list-opt, r=varkor
2018-08-05 varkorFix 2018 edition tests
2018-08-05 varkorFix stage 2 tests
2018-08-05 varkorCorrect invalid feature attributes
2018-08-05 varkorRemove unnecessary or invalid feature attributes
2018-08-05 borsAuto merge of #52983 - alexcrichton:update-llvm, r...
2018-08-05 borsAuto merge of #52959 - matthewjasper:closure-spans...
2018-08-05 borsAuto merge of #52991 - nikomatsakis:nll-escaping-into...
2018-08-05 Felix RabeFix doc link (again)
2018-08-04 borsAuto merge of #52827 - GuillaumeGomez:generic-impls...
2018-08-04 borsAuto merge of #52758 - Mark-Simulacrum:session-cleanup...
2018-08-04 borsAuto merge of #53056 - kennytm:rollup, r=kennytm
2018-08-04 kennytmRollup merge of #53062 - ljedrz:redundant_field_names...
2018-08-04 ljedrzRemove redundant field names in structs
2018-08-04 ljedrzRemove explicit returns where unnecessary
2018-08-04 kennytmRollup merge of #53050 - carols10cents:rustdoc-moar...
2018-08-04 kennytmRollup merge of #51919 - tbu-:pr_num_to_from_bytes2...
2018-08-04 Tobias BucherChange tracking issue from #49792 to #51919
2018-08-04 kennytmRollup merge of #53047 - integer32llc:rustdoc-clicky...
2018-08-04 kennytmRollup merge of #53041 - GuillaumeGomez:fix-code-css...
2018-08-04 kennytmRollup merge of #53024 - matklad:patch-1, r=alexcrichton
2018-08-04 kennytmRollup merge of #53022 - RalfJung:volatile, r=alexcrichton
2018-08-04 kennytmRollup merge of #53003 - GuillaumeGomez:stabilize-rustd...
2018-08-04 kennytmRollup merge of #53001 - petrochenkov:master, r=estebank
2018-08-04 kennytmRollup merge of #52969 - Keruspe:local_rebuild, r=alexc...
2018-08-04 kennytmRollup merge of #52968 - zackmdavis:app-lint-cability...
2018-08-04 kennytmRollup merge of #52940 - kennytm:move-checktool-protect...
2018-08-04 redrocdeleted changed lines
2018-08-04 redrocfixed broken links to char
2018-08-03 borsAuto merge of #52973 - davidtwco:issue-52663-lifetimes...
2018-08-03 Ralf Jungunsized ManuallyDrop
2018-08-03 borsAuto merge of #52712 - oli-obk:const_eval_cleanups...
2018-08-03 borsAuto merge of #52887 - yurydelendik:disable-lld-symbols...
2018-08-03 Ralf Jungvolatile operations docs: clarify that this does not...
2018-08-03 borsAuto merge of #52948 - davidtwco:issue-52633-later...
2018-08-03 borsAuto merge of #52925 - RalfJung:sanity_check, r=oli-obk
2018-08-03 Tobias BucherProvide `{to,from}_{ne,le,be}_bytes` functions on integers
2018-08-02 borsAuto merge of #52841 - petrochenkov:premacro, r=alexcri...
2018-08-02 borsAuto merge of #52782 - pnkfelix:issue-45696-dangly...
2018-08-02 borsAuto merge of #52949 - Mark-Simulacrum:snap, r=alexcrichton
2018-08-02 borsAuto merge of #52906 - RalfJung:jemalloc, r=alexcrichton
2018-08-02 borsAuto merge of #52890 - djrenren:test-visibility, r...
2018-08-02 borsAuto merge of #52847 - upsuper:thread-stack-reserve...
2018-08-02 borsAuto merge of #52787 - riscv-rust:riscv-rust-pr, r...
2018-08-02 borsAuto merge of #52206 - RalfJung:zst-slices, r=alexcrichton
2018-08-01 Ralf Junguse the same length computation everywhere
2018-08-01 Ralf JungIntroduce another way to compute the length, to fix...
2018-08-01 Ralf Jungsimplify len macro: No longer require the type
2018-08-01 Ralf Jungmacro-inline len() and is_empty() to fix performance...
2018-08-01 Ralf Jungmake the code for nth closer to what it used to be
2018-08-01 Ralf Jungtest nth better
2018-08-01 Ralf Junguse wrapping_offset; fix logic error in nth
2018-08-01 Ralf Jungcomments
2018-08-01 Ralf Jungslice iterators: ZST iterators no longer just "make...
2018-08-01 borsAuto merge of #52958 - pietroalbini:rollup, r=pietroalbini
2018-08-01 Pietro AlbiniRollup merge of #52954 - cramertj:async-parse, r=petroc...
2018-08-01 Pietro AlbiniRollup merge of #52947 - Susurrus:patch-1, r=alexcrichton
2018-08-01 Pietro AlbiniRollup merge of #52942 - llogiq:smallvec-opt, r=Mark...
2018-08-01 Pietro AlbiniRollup merge of #52939 - ljedrz:fix_51746, r=kennytm
2018-08-01 Pietro AlbiniRollup merge of #52930 - eddyb:issue-52489, r=cramertj
2018-08-01 Pietro AlbiniRollup merge of #52926 - alexcrichton:trim-idioms-lints...
2018-08-01 Pietro AlbiniRollup merge of #52915 - Zoxc:refine-gen-borrow-analysi...
2018-08-01 Pietro AlbiniRollup merge of #52908 - lnicola:vec-truncate-opt,...
2018-08-01 Pietro AlbiniRollup merge of #52899 - draganmladjenovic:ui_tests64...
2018-08-01 Pietro AlbiniRollup merge of #52854 - RalfJung:memrchr, r=Kimundi
2018-08-01 Pietro AlbiniRollup merge of #52835 - GuillaumeGomez:ice-rustdoc...
2018-08-01 Pietro AlbiniRollup merge of #52834 - matthewjasper:allow-zst-confli...
2018-08-01 Pietro AlbiniRollup merge of #52809 - davidtwco:issue-49579, r=pnkfelix
2018-08-01 Pietro AlbiniRollup merge of #52793 - davidtwco:issue-49824, r=pnkfelix
2018-08-01 Mark RousskovSwitch to bootstrapping from 1.29 beta
2018-08-01 borsAuto merge of #51609 - dscorbett:is_numeric, r=alexcrichton
2018-08-01 borsAuto merge of #52474 - alexcrichton:better-lto-error...
2018-08-01 borsAuto merge of #52937 - pietroalbini:rollup, r=pietroalbini
2018-08-01 Pietro AlbiniRollup merge of #52929 - Havvy:patch-1, r=alexcrichton
2018-08-01 Pietro AlbiniRollup merge of #52918 - pietroalbini:1.27.2-notes...
2018-08-01 Pietro AlbiniRollup merge of #52914 - nagisa:sparc-is-sparc’s-own...
2018-08-01 Pietro AlbiniRollup merge of #52907 - pnkfelix:issue-52877-original...
2018-08-01 Pietro AlbiniRollup merge of #52905 - pravic:unsize-typo, r=alexcrichton
2018-08-01 Pietro AlbiniRollup merge of #52904 - pnkfelix:issue-51167-sort...
2018-08-01 Pietro AlbiniRollup merge of #52888 - estebank:shell-sugg, r=oli-obk
2018-08-01 Pietro AlbiniRollup merge of #52883 - estebank:nll-diag-mut, r=oli-obk
2018-08-01 Pietro AlbiniRollup merge of #52878 - mikhail-m1:master, r=kennytm
2018-08-01 Pietro AlbiniRollup merge of #52876 - cuviper:const-endianness-be...
2018-08-01 Pietro AlbiniRollup merge of #52870 - cramertj:unpin-futureobj,...
2018-08-01 Pietro AlbiniRollup merge of #52867 - matthiaskrgr:release_typos...
2018-08-01 Pietro AlbiniRollup merge of #52861 - ColinFinck:master, r=alexcrichton
2018-08-01 Pietro AlbiniRollup merge of #52859 - ljedrz:smallvec_true_extend...
2018-08-01 Pietro AlbiniRollup merge of #52853 - RalfJung:bootstrap-help, r...
2018-08-01 Pietro AlbiniRollup merge of #52851 - flip1995:tool_lints, r=oli-obk
2018-08-01 Pietro AlbiniRollup merge of #52846 - kennytm:bootstrap-curl-timeout...
2018-08-01 Pietro AlbiniRollup merge of #52842 - toidiu:ak-commentUpdate, r...
2018-08-01 Pietro AlbiniRollup merge of #52831 - dsciarra:rm-ref-to-author...
2018-08-01 Pietro AlbiniRollup merge of #52825 - RalfJung:codegen, r=alexcrichton
2018-08-01 Pietro AlbiniRollup merge of #52824 - varkor:fix-llvm-ret-move-warni...
2018-08-01 Pietro AlbiniRollup merge of #52822 - MajorBreakfast:fix-from-local...
2018-08-01 Pietro AlbiniRollup merge of #52821 - fukatani:gdb-vecdeque-print...
2018-08-01 Pietro AlbiniRollup merge of #52810 - matthewjasper:more-immutablity...
2018-08-01 Pietro AlbiniRollup merge of #52778 - ljedrz:readable_serialize...
next