summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2020-06-01Auto merge of #72883 - Mark-Simulacrum:stable-next, r=Mark-Simulacrum 1.44.0bors-42/+293
2020-06-01add fixme suggested by eddybFelix S Klock II-1/+4
2020-06-01Use the virtual name for libstd files in StableSourceFileId and also in theFelix S. Klock II-2/+24
2020-06-01Split payload of FileName::Real to track both real and virutalized paths.Felix S. Klock II-39/+103
2020-06-01`StableSourceFileId::new_from_pieces` does not need to be public.Felix S. Klock II-1/+1
2020-06-011.44 releaseMark Rousskov-1/+163
2020-05-23Auto merge of #72468 - Elinvynia:backport, r=Mark-Simulacrumbors-24/+148
2020-05-22Fail if I/O error occurs during testingMark Rousskov-1/+4
2020-05-22Fix hang in lexical_region_resolveMatthew Jasper-4/+23
2020-05-22Fix E0284 to not use incorrect wordingEsteban Küber-15/+117
2020-05-22Bump pulldown-cmarkEric Huss-4/+4
2020-05-11Auto merge of #72054 - Mark-Simulacrum:beta-next, r=Mark-Simulacrumbors-264/+336
2020-05-11Bump clippy submodule to fix compilation failureMark Rousskov-11/+18
2020-05-10ci: use the latest python available on windowsPietro Albini-2/+10
2020-05-10Remove some allocations in predicate evaluationEsteban Küber-9/+10
2020-05-10Use more `Iterator`s instead of `Vec`sEsteban Küber-81/+60
2020-05-10Remove unnecessary allocationEsteban Küber-26/+25
2020-05-10Remove some `Vec` allocations in an effort to improve perfEsteban Küber-52/+37
2020-05-09Don't fuse Chain in its second iteratorJosh Stone-35/+62
2020-05-09fix error code for E0751YI-30/+30
2020-05-09update openssl-src to 1.1.1gPietro Albini-2/+2
2020-05-09normalize field projection ty to fix broken MIR issueSantiago Pastorino-0/+2
2020-05-09Update stdarch submoduleAmanieu d'Antras-0/+0
2020-05-09Add rustdoc regression test for the unused_braces lintflip1995-0/+14
2020-05-09Quick and dirty fix of the unused_braces lintflip1995-1/+7
2020-05-09Do not try to find binop method on RHS `TyErr`Esteban Küber-1/+28
2020-05-09resolve: Relax fresh binding disambiguation slightly to fix regressionVadim Petrochenkov-6/+11
2020-05-09Update the `cc` crateAlex Crichton-2/+2
2020-05-09backport 1.43.1 release notesJosh Stone-4/+16
2020-05-09[beta] Update cargoEric Huss-0/+0
2020-05-09Use 1.43.1 releaseMark Rousskov-3/+3
2020-04-25Auto merge of #71441 - RalfJung:beta-const-validation-fix, r=Mark-Simulacrumbors-138/+118
2020-04-22adjust testsRalf Jung-133/+113
2020-04-22Revert "Move early needs_subst bailout to _after_ linting."Ralf Jung-5/+5
2020-04-21Auto merge of #71378 - Mark-Simulacrum:beta-next, r=Mark-Simulacrumbors-32/+10
2020-04-21Cherry-pick rustfmt test fixesMark Rousskov-22/+0
2020-04-21Always permit miri to fail to buildMark Rousskov-4/+4
2020-04-21Switch to dev-static bootstrapMark Rousskov-6/+6
2020-04-21Auto merge of #71170 - spastorino:dyn-fnonce-alignment, r=nikomatsakisbors-16/+166
2020-04-21Auto merge of #71267 - pnkfelix:issue-71248-dont-need-exports-all-green, r=na...bors-10/+22
2020-04-21Auto merge of #71367 - Dylan-DPC:rollup-ysj4olr, r=Dylan-DPCbors-35/+145
2020-04-21Rollup merge of #71346 - mati865:rustbuild-tools, r=Mark-SimulacrumDylan DPC-1/+9
2020-04-21Rollup merge of #71285 - ljedrz:mir_inline_span_for_optimized_mir, r=ecstatic...Dylan DPC-7/+5
2020-04-21Rollup merge of #71174 - Nokel81:fix-async-main-error, r=petrochenkovDylan DPC-14/+88
2020-04-21Rollup merge of #69362 - CAD97:alloc_layout_extras, r=AmanieuDylan DPC-13/+43
2020-04-20Auto merge of #71356 - Dylan-DPC:rollup-liockhk, r=Dylan-DPCbors-60/+223
2020-04-20Do not build tools if user do not want themMateusz Mikuła-1/+9
2020-04-20Improve Layout::extend docsCAD97-3/+4
2020-04-20Update src/libcore/alloc/layout.rsChristopher Durham-2/+2
2020-04-20Rollup merge of #71334 - ehuss:pattern-docs, r=kennytmDylan DPC-37/+150