]> git.lizzy.rs Git - rust.git/history - src/test
use `delay_span_bug` instead of `bug!` when doing layout sanity check
[rust.git] / src / test /
2019-01-04 Michael Hewsonuse `delay_span_bug` instead of `bug!` when doing layou...
2018-12-22 borsAuto merge of #56680 - vakaras:issue56280, r=nagisa
2018-12-22 borsAuto merge of #57060 - nikic:inhabit-perf-2, r=varkor
2018-12-22 borsAuto merge of #56862 - arielb1:fundamentally-clean...
2018-12-22 borsAuto merge of #56842 - scottmcm:vecdeque-rotate, r...
2018-12-22 borsAuto merge of #56824 - euclio:internal-apis, r=QuietMis...
2018-12-22 borsAuto merge of #56805 - mikeyhew:stabilize-pin-as-receiv...
2018-12-21 borsAuto merge of #56779 - adrian-budau:master, r=alexcrichton
2018-12-21 borsAuto merge of #56813 - oli-obk:main_🧶, r=pnkfelix
2018-12-21 borsAuto merge of #55798 - GuillaumeGomez:version-display...
2018-12-20 borsAuto merge of #54125 - varkor:less-conservative-uninhab...
2018-12-20 borsAuto merge of #56845 - GuillaumeGomez:const-docs, r...
2018-12-20 varkorRemove nil-enum test
2018-12-20 Andy Russelldisplay rustc_private APIs as "Internal"
2018-12-20 borsAuto merge of #56647 - petrochenkov:dcrate2, r=alexcrichton
2018-12-20 borsAuto merge of #56741 - RalfJung:retag-to-raw, r=oli-obk
2018-12-20 Guillaume GomezAdd test for associated const version display
2018-12-20 borsAuto merge of #56649 - davidtwco:issue-46589, r=pnkfelix
2018-12-20 Michael HewsonRefactor and add comments to code in receiver_is_valid
2018-12-20 Michael HewsonStabilize `Rc`, `Arc` and `Pin` as method receivers
2018-12-20 borsAuto merge of #56219 - arielb1:never-coerce-box, r...
2018-12-19 borsAuto merge of #54252 - arielb1:deref-query, r=nikomatsakis
2018-12-19 Vadim PetrochenkovWorkaround issues with crate loading during cross-compi...
2018-12-19 Vadim PetrochenkovDo not interpret mismatches from pretty-printed `$crate...
2018-12-19 Vadim PetrochenkovReintroduce special pretty-printing for `$crate` when...
2018-12-19 Vadim Petrochenkovproc_macro: Accept `$crate` as an identifier if it...
2018-12-19 borsAuto merge of #56613 - Zoxc:query-perf1, r=michaelwoerister
2018-12-19 borsAuto merge of #56601 - Zoxc:lifetime-killer, r=nikomatsakis
2018-12-19 borsAuto merge of #56977 - pietroalbini:rollup, r=pietroalbini
2018-12-19 Pietro AlbiniRollup merge of #56959 - JohnHeitmann:mobile-z-fix...
2018-12-19 Pietro AlbiniRollup merge of #56948 - jethrogb:jb/update-llvm, r...
2018-12-19 Pietro AlbiniRollup merge of #56947 - hsivonen:neon, r=alexcrichton
2018-12-19 Pietro AlbiniRollup merge of #56931 - pietroalbini:relnotes-1.31...
2018-12-19 Pietro AlbiniRollup merge of #56918 - ljedrz:profiler_nits, r=wesley...
2018-12-19 Pietro AlbiniRollup merge of #56913 - tirr-c:uefi-stack-probes,...
2018-12-19 Pietro AlbiniRollup merge of #56910 - estebank:unclosed-eof, r=oli-obk
2018-12-19 Pietro AlbiniRollup merge of #56908 - alexcrichton:new-features...
2018-12-19 Pietro AlbiniRollup merge of #56907 - rumajo:master, r=kennytm,Centril
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 Guillaume GomezSet constness correctly
2018-12-19 borsAuto merge of #56397 - petrhosek:file-search, r=cramertj
2018-12-19 Petr HosekSearch other library paths when loking for link objects
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 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 borsAuto merge of #56481 - arielb1:dynamic-order, r=nikomat...
2018-12-18 Guillaume GomezFix DOM errors
2018-12-17 Ariel Ben-Yehudaimprove tests as suggested by review comments
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 Alex Crichtonrustc: Don't ICE on usage of two new target features
2018-12-17 borsAuto merge of #56904 - sinkuu:cycle_fold, r=bluss
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 Felix S. Klock IIAddress LLVM assertion failure by prepopulating with...
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 borsAuto merge of #56764 - sinkuu:simpcfg_bb0, r=matthewjasper
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-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 borsAuto merge of #56875 - Centril:rollup, r=Centril
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-15 borsAuto merge of #56600 - ljedrz:fix_edition, r=Mark-Simul...
2018-12-15 Ariel Ben-Yehudafix trait objects with a Self-having projection va
2018-12-15 Ariel Ben-Yehudastop treating trait objects from #[fundamental] traits...
next