]> git.lizzy.rs Git - rust.git/history - src
Add a tracking issue for Iterator::copied
[rust.git] / src /
2018-12-19 Pietro AlbiniRollup merge of #56881 - Amanieu:ordering_eq, r=alexcri...
2018-12-19 Pietro AlbiniRollup merge of #56820 - ljedrz:format_tweaks, r=alexcr...
2018-12-19 Pietro AlbiniRollup merge of #56772 - pnkfelix:issue-54153-linkage...
2018-12-19 Pietro AlbiniRollup merge of #56689 - QuietMisdreavus:rustdoc-lint...
2018-12-19 Pietro AlbiniRollup merge of #56663 - Zoxc:resolver-lifetime, r...
2018-12-19 Pietro AlbiniRollup merge of #56363 - Lucretiel:patch-3, r=shepmaster
2018-12-19 borsAuto merge of #56550 - chpio:rc-eq, r=alexcrichton
2018-12-19 Ralf Jungmake basic CTFE tracing available on release builds
2018-12-19 William BrownFix tidy error
2018-12-19 Guillaume GomezSet constness correctly
2018-12-19 Scott McMurrayAdd more VecDeque::rotate_{left|right} tests
2018-12-19 borsAuto merge of #56397 - petrhosek:file-search, r=cramertj
2018-12-19 William BrownUpdates based on comment
2018-12-19 William BrownExtend documentation for mem uninit to discuss partial...
2018-12-19 Petr HosekSearch other library paths when loking for link objects
2018-12-19 Ariel Ben-Yehudaadd comment about subtyping
2018-12-18 Guillaume GomezReplace current crate's searchIndex when regenerating
2018-12-18 John HeitmannFix mobile menu rendering collision with tooltip.
2018-12-18 borsAuto merge of #56863 - arielb1:supertrait-self-4, r...
2018-12-18 Guillaume GomezDon't render const keyword on stable
2018-12-18 borsAuto merge of #56160 - oli-obk:const_fn_let, r=nikomatsakis
2018-12-18 Jethro BeekmanUpdate LLVM submodule
2018-12-18 Oliver SchererExplain the math
2018-12-18 Ralf Jungtreat ref-to-raw cast like a reborrow: do a special...
2018-12-18 Oliver SchererExplain that lack of short circuiting support in consta...
2018-12-18 Oliver SchererProperly worded diagnostic message
2018-12-18 John HeitmannFix rustdoc-js tests
2018-12-18 borsAuto merge of #56481 - arielb1:dynamic-order, r=nikomat...
2018-12-18 Nicole Mazzucafix tests
2018-12-18 Andy Russelldeny intra-doc link resolution failures in libstd
2018-12-18 Nathan WestReordered match arms
2018-12-18 Nicole Mazzucarename div_euc -> div_euclid, and mod_euc -> rem_euclid
2018-12-18 Guillaume GomezFix DOM errors
2018-12-17 Ariel Ben-Yehudaimprove tests as suggested by review comments
2018-12-17 Clar FonAdd --progress to git submodule commands
2018-12-17 borsAuto merge of #56303 - petrochenkov:stabuseas, r=cramertj
2018-12-17 Vadim PetrochenkovStabilize `underscore_imports`
2018-12-17 Esteban KüberDo not point at delim spans for complete correct blocks
2018-12-17 Dan Robertsonstatic eval: Do not ICE on layout size overflow
2018-12-17 Alex Crichtonrustc: Don't ICE on usage of two new target features
2018-12-17 David WoodAdd required lifetime parameter to BitDenotation.
2018-12-17 borsAuto merge of #56904 - sinkuu:cycle_fold, r=bluss
2018-12-17 Oliver SchererRemove a wrong multiplier on relocation offset computation
2018-12-17 ljedrzprofiler: improve readability
2018-12-17 ljedrzprofiler: simplify total_duration
2018-12-17 David WoodKill borrows from a projection after assignment.
2018-12-17 borsAuto merge of #56810 - sinkuu:build_match, r=oli-obk
2018-12-17 Wonwoo ChoiEnable stack probes for UEFI images
2018-12-17 Felix S. Klock IIAddress LLVM assertion failure by prepopulating with...
2018-12-17 Vytautas AstrauskasAddress the pull request review comments.
2018-12-17 Vytautas AstrauskasUse compiletest timestamp to check if the tests should...
2018-12-17 borsAuto merge of #56853 - matthiaskrgr:clippy, r=oli-obk
2018-12-17 borsAuto merge of #56833 - nagisa:ios-fix, r=alexcrichton
2018-12-17 Shotaro Yamadatidy
2018-12-17 Shotaro YamadaAdd MIR test
2018-12-17 John Kåre AlsakerRevert thread-local changes
2018-12-17 John Kåre AlsakerRemove *_inlined variants
2018-12-17 John Kåre AlsakerAdd a comment
2018-12-17 John Kåre AlsakerRename await into cycle_error for the single threaded...
2018-12-17 John Kåre AlsakerTurn some asserts into debug_asserts
2018-12-17 John Kåre AlsakerTweak query code for performance
2018-12-17 borsAuto merge of #56764 - sinkuu:simpcfg_bb0, r=matthewjasper
2018-12-17 Shotaro YamadaRemove `<Cycle as Iterator>::try_fold` override
2018-12-17 borsAuto merge of #56642 - nikic:llvm-6, r=alexcrichton
2018-12-17 Matthew RussellFix grammar in compiler error for array iterators
2018-12-17 borsAuto merge of #56737 - nnethercote:TokenStream-improvem...
2018-12-16 Ariel Ben-Yehudacleanup `deduce_expectations_from_obligations`
2018-12-16 Ariel Ben-Yehudafix review comments, round 2
2018-12-16 Ariel Ben-Yehudaaddress review comments
2018-12-16 Ariel Ben-Yehudatrigger unsized coercions keyed on Sized bounds
2018-12-16 Alex Crichtonrustc: Update Clang used to build LLVM on LInux
2018-12-16 borsAuto merge of #56875 - Centril:rollup, r=Centril
2018-12-16 Peter ToddAdd test to check order of repr(int) enum fields
2018-12-16 Emilio Cobos ÁlvarezDisable field reordering for repr(int).
2018-12-16 borsAuto merge of #56876 - GuillaumeGomez:fix-JS-errors...
2018-12-16 Guillaume GomezAdd version display for associated consts
2018-12-16 Amanieu d'AntrasImplement Eq, PartialEq and Hash for atomic::Ordering
2018-12-16 Guillaume GomezFix invalid JS file generation
2018-12-16 Mazdak FarrokhzadRollup merge of #56858 - tbu-:pr_doc_canonicalize,...
2018-12-16 Mazdak FarrokhzadRollup merge of #56857 - tbu-:pr_doc_abssub, r=zackmdavis
2018-12-16 Mazdak FarrokhzadRollup merge of #56855 - nikic:remove-cttz-hack, r...
2018-12-16 Mazdak FarrokhzadRollup merge of #56850 - alexreg:fix-self-in-typedefs...
2018-12-16 Mazdak FarrokhzadRollup merge of #56844 - GuillaumeGomez:improve-css...
2018-12-16 Mazdak FarrokhzadRollup merge of #56832 - alexcrichton:external-demangle...
2018-12-16 Mazdak FarrokhzadRollup merge of #56826 - alexcrichton:atomic-u128,...
2018-12-16 Mazdak FarrokhzadRollup merge of #56793 - QuietMisdreavus:better-doctest...
2018-12-16 Mazdak FarrokhzadRollup merge of #56790 - rust-lang:borrowck-niche-discr...
2018-12-16 Mazdak FarrokhzadRollup merge of #56789 - alexcrichton:simd_select_bitma...
2018-12-16 Mazdak FarrokhzadRollup merge of #56781 - nikic:llvm-update, r=alexcrichton
2018-12-16 Mazdak FarrokhzadRollup merge of #56761 - estebank:path-display, r=zackm...
2018-12-16 Mazdak FarrokhzadRollup merge of #56742 - ljedrz:remove_query_response_b...
2018-12-16 Mazdak FarrokhzadRollup merge of #56706 - oli-obk:const_unsafe_fn, r...
2018-12-16 Mazdak FarrokhzadRollup merge of #56672 - ccouzens:master, r=nikic
2018-12-16 Mazdak FarrokhzadRollup merge of #56648 - RalfJung:btree, r=sfackler
2018-12-16 Mazdak FarrokhzadRollup merge of #56640 - myfreeweb:patch-1, r=alexcrichton
2018-12-16 Mazdak FarrokhzadRollup merge of #56439 - JohnGinger:master, r=nikomatsakis
2018-12-16 Mazdak FarrokhzadRollup merge of #56343 - yui-knk:remove_mir_stats_mod...
2018-12-16 Mazdak FarrokhzadRollup merge of #53506 - phungleson:fix-from-docs-atomi...
2018-12-16 Guillaume GomezFix js errors
2018-12-16 Scott McMurrayAdd a note about why the unsafe is sound
next