about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-04-10Rearrange BTreeMap::into_iter to match range_mut.Stein Somers-13/+13
2020-04-09Auto merge of #70909 - marmeladema:issue70853/librustc_hir-local-def-id, r=eddybbors-57/+67
2020-04-09Rollup merge of #70958 - Amanieu:android_try_reserve, r=Mark-SimulacrumMazdak Farrokhzad-0/+6
2020-04-09Rollup merge of #70939 - varkor:const-generics-regression-tests, r=CentrilMazdak Farrokhzad-0/+64
2020-04-09Rollup merge of #70902 - flip1995:clippyup, r=eddybMazdak Farrokhzad-14/+22
2020-04-09Rollup merge of #70900 - ehuss:update-cargo, r=ehussMazdak Farrokhzad-0/+0
2020-04-09Rollup merge of #70897 - RalfJung:miri, r=RalfJungMazdak Farrokhzad-7/+10
2020-04-09Disable try_reserve tests on AndroidAmanieu d'Antras-0/+6
2020-04-09Add regression test for #61522varkor-0/+40
2020-04-09Add regression test for #66596varkor-0/+24
2020-04-09Auto merge of #70943 - Centril:rollup-eowm2h3, r=Centrilbors-561/+892
2020-04-09Rollup merge of #70918 - tobithiel:fix_forbid_override, r=davidtwcoMazdak Farrokhzad-2/+25
2020-04-09Rollup merge of #70916 - Centril:track-caller-ffi, r=eddybMazdak Farrokhzad-45/+81
2020-04-09Rollup merge of #70896 - cuviper:optional-chain, r=scottmcmMazdak Farrokhzad-154/+113
2020-04-09Rollup merge of #70868 - petrochenkov:linkorder, r=nagisa,mati865Mazdak Farrokhzad-261/+413
2020-04-09Rollup merge of #70822 - jonas-schievink:curse-of-the-recursion, r=ecstatic-m...Mazdak Farrokhzad-97/+152
2020-04-09Rollup merge of #70367 - nikomatsakis:issue-69307, r=Aaron1011Mazdak Farrokhzad-0/+62
2020-04-09Rollup merge of #67705 - lzutao:wmemchr, r=wesleywiserMazdak Farrokhzad-2/+46
2020-04-09Auto merge of #70860 - lcnr:has_local_value, r=nikomatsakisbors-58/+44
2020-04-09track_caller: support on FFI importsMazdak Farrokhzad-41/+52
2020-04-09Auto merge of #70936 - Dylan-DPC:rollup-2ng3e5h, r=Dylan-DPCbors-99/+211
2020-04-08do_normalize_predicates: add delay_span_bugBastian Kauschke-1/+1
2020-04-08replace `has_local_value` with `needs_infer`Bastian Kauschke-59/+43
2020-04-08Rollup merge of #70930 - lcnr:patch-1, r=Dylan-DPCDylan DPC-1/+1
2020-04-08Rollup merge of #70912 - estebank:reduce-type-param-sugg-verbosity, r=davidtwcoDylan DPC-10/+1
2020-04-08Rollup merge of #70906 - gizmondo:66107, r=estebankDylan DPC-64/+80
2020-04-08Rollup merge of #70870 - mark-i-m:de-abuse-err, r=eddybDylan DPC-16/+24
2020-04-08Rollup merge of #70828 - ollie27:rustdoc_external_macro_src, r=eddybDylan DPC-7/+47
2020-04-08Rollup merge of #70565 - Zoxc:inlines-query-system, r=davidtwcoDylan DPC-0/+4
2020-04-08Rollup merge of #70134 - hermitcore:osstrext, r=dtolnayDylan DPC-1/+54
2020-04-08don't set `HAS_INFER` for fresh typesBastian Kauschke-3/+5
2020-04-08Auto merge of #70721 - anyska:bless-all-mir-opt, r=oli-obkbors-4304/+10198
2020-04-08Add ignore-wasm32-bare to mir-opt tests that need it.Ana-Maria Mihalache-338/+340
2020-04-08rustdoc: Don't try to load source files from external cratesOliver Middleton-7/+47
2020-04-08Rollup merge of #70927 - GuillaumeGomez:cleanup-e0510, r=Dylan-DPCDylan DPC-7/+20
2020-04-08Rollup merge of #70915 - tsandstr:remove-nominal-flags, r=eddybDylan DPC-24/+1
2020-04-08Rollup merge of #70914 - tsandstr:typo1, r=Dylan-DPCDylan DPC-3/+3
2020-04-08Rollup merge of #70892 - lcnr:interators_are_nice, r=nikomatsakisDylan DPC-155/+151
2020-04-08Rollup merge of #70883 - GuillaumeGomez:cleanup-e0507, r=Dylan-DPCDylan DPC-6/+6
2020-04-08Rollup merge of #70876 - nnethercote:smallvec-predecessors, r=estebankDylan DPC-5/+11
2020-04-08Rollup merge of #70850 - ssomers:btreemap_first_last, r=AmanieuDylan DPC-48/+76
2020-04-08Rollup merge of #70847 - pietroalbini:ci-move-docker-lib, r=Mark-SimulacrumDylan DPC-0/+6
2020-04-08Rollup merge of #70789 - lcnr:macros, r=varkorDylan DPC-25/+72
2020-04-08add `VecDeque::make_contiguous` tracking issueBastian Kauschke-1/+1
2020-04-08comment pessimistic yield and saving/restoring stateNiko Matsakis-0/+7
2020-04-08Clean up E0510 explanationGuillaume Gomez-7/+20
2020-04-08Suggest move for closures and async blocks in more cases.Alex Aktsipetrov-64/+80
2020-04-08librustc_resolve: fixup nit in previous commitmarmeladema-3/+3
2020-04-07rustc_session: forbid lints override regardless of positionTobias Thiel-2/+25
2020-04-07fix another ICEmark-1/+1