about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-05-09Auto merge of #60665 - pietroalbini:upgrade-ci-images, r=alexcrichtonbors-6/+12
2019-05-09Rollup merge of #60657 - JohnTitor:stabilize-array, r=SimonSapinMazdak Farrokhzad-5/+8
2019-05-09Rollup merge of #60656 - petertodd:2019-inline-cursor-over-slice, r=sfacklerMazdak Farrokhzad-0/+6
2019-05-09Rollup merge of #60647 - petrochenkov:nospace, r=michaelwoeristerMazdak Farrokhzad-403/+246
2019-05-09Rollup merge of #60638 - RalfJung:pin, r=sanxiynMazdak Farrokhzad-1/+1
2019-05-09Rollup merge of #60601 - SimonSapin:cast, r=KimundiMazdak Farrokhzad-0/+14
2019-05-09Fix typoJohn Kåre Alsaker-2/+2
2019-05-09ci: bump ubuntu 18.10 images to 19.04Pietro Albini-2/+2
2019-05-09ci: use our own mirror for fuchsia's zircon repositoryPietro Albini-1/+1
2019-05-09ci: update dist-various-2 to ubuntu 18.04Pietro Albini-3/+9
2019-05-09Stabilize and re-export core::arrayYuki OKUSHI-5/+8
2019-05-08Inline some Cursor calls for slicesPeter Todd-0/+6
2019-05-09Rollup merge of #60644 - estebank:abolish-ice, r=varkorMazdak Farrokhzad-5/+61
2019-05-09Rollup merge of #60641 - estebank:defer-ice, r=oli-obkMazdak Farrokhzad-2/+35
2019-05-09Rollup merge of #60634 - Centril:lang-items-docs, r=oli-obkMazdak Farrokhzad-37/+60
2019-05-09Rollup merge of #60627 - matklad:test, r=estebankMazdak Farrokhzad-0/+40
2019-05-09Rollup merge of #60572 - tmandry:issue-59972, r=RalfJung,oli-obkMazdak Farrokhzad-0/+23
2019-05-09Rollup merge of #60550 - skinny121:concrete_const_tests, r=varkorMazdak Farrokhzad-0/+50
2019-05-09Rollup merge of #60491 - alexcrichton:update-cb, r=nikomatsakisMazdak Farrokhzad-1/+1
2019-05-09Rollup merge of #59979 - stepancheg:num-size, r=ehussMazdak Farrokhzad-30/+83
2019-05-09cleanup: Remove `DefIndexAddressSpace`Vadim Petrochenkov-403/+246
2019-05-08Use `delay_span_bug` for "Failed to unify obligation"Esteban Küber-5/+61
2019-05-08Auto merge of #60402 - michaelwoerister:update-profiler-rt-build, r=alexcrichtonbors-0/+13
2019-05-08Instead of ICEing on incorrect pattern, use delay_span_bugEsteban Küber-2/+35
2019-05-08Auto merge of #60626 - matthiaskrgr:submodule_upd, r=oli-obkbors-9/+9
2019-05-08pin: make the to-module link more visibleRalf Jung-1/+1
2019-05-08libprofiler_builtins: Set compilation flags more correctly for C code.Michael Woerister-0/+13
2019-05-08std: Update compiler-builtins crateAlex Crichton-1/+1
2019-05-08Document + Cleanup lang_items.rsMazdak Farrokhzad-37/+60
2019-05-08Auto merge of #60246 - Zoxc:hir-map-vec, r=eddybbors-60/+102
2019-05-08Rename HirMap to HirEntryMap and add some commentsJohn Kåre Alsaker-8/+23
2019-05-08test for #50518Aleksey Kladov-0/+40
2019-05-08Optimize HIR mapJohn Kåre Alsaker-60/+87
2019-05-08Add tests for concrete const typesben-0/+50
2019-05-08Auto merge of #60378 - froydnj:apple-target-modifications, r=michaelwoeristerbors-12/+157
2019-05-08submodules: update clippy from fc96aa03 to 341c96afMatthias Krüger-9/+9
2019-05-07Auto merge of #60586 - cramertj:await, r=oli-obkbors-165/+931
2019-05-07Implement built-in await syntaxTaylor Cramer-165/+931
2019-05-07Auto merge of #60612 - Centril:rollup-61drhqt, r=Centrilbors-62/+375
2019-05-07Rollup merge of #60609 - spastorino:be-explicit-on-mem-replace-doc, r=CentrilMazdak Farrokhzad-2/+2
2019-05-07Rollup merge of #60583 - varkor:const-generics-emplace, r=petrochenkovMazdak Farrokhzad-11/+4
2019-05-07Rollup merge of #60579 - varkor:typaram-index, r=eddybMazdak Farrokhzad-27/+24
2019-05-07Rollup merge of #60535 - taiki-e:async-fn-arguments, r=cramertjMazdak Farrokhzad-22/+341
2019-05-07Rollup merge of #60489 - GuillaumeGomez:remove-hamburger, r=QuietMisdreavusMazdak Farrokhzad-0/+4
2019-05-07Auto merge of #60277 - estebank:relate-ice, r=varkorbors-0/+21
2019-05-07Be a bit more explicit asserting over the vec rather than the lenSantiago Pastorino-2/+2
2019-05-07choose a more specific LLVM target on OS X when necessaryNathan Froyd-12/+94
2019-05-07add negative tests for OS X LLVM target changesNathan Froyd-0/+63
2019-05-07Auto merge of #60592 - davidtwco:generator-signature-deduction, r=eddybbors-32/+72
2019-05-07Add a `cast` method to raw pointers.Simon Sapin-0/+14