about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-09-16Rollup merge of #75026 - JulianKnodt:array_windows, r=AmanieuTyler Mandry-6/+6
2020-09-16Add array window fnkadmin-6/+6
2020-09-16Rollup merge of #76717 - ehuss:fix-rustc-book-libdir, r=Mark-SimulacrumDylan DPC-7/+18
2020-09-16Rollup merge of #76710 - rust-lang:rust-analyzer-2020-09-14, r=jonas-schievinkDylan DPC-16/+33
2020-09-16Rollup merge of #76699 - lcnr:const-infer-err, r=varkorDylan DPC-8/+52
2020-09-16Rollup merge of #76695 - iximeow:trait-generic-bound-suggestion, r=estebankDylan DPC-2/+59
2020-09-16Rollup merge of #76681 - tshepang:unused, r=Mark-SimulacrumDylan DPC-52/+0
2020-09-16Rollup merge of #76675 - lzutao:asm_doc, r=AmanieuDylan DPC-3/+22
2020-09-16Auto merge of #76781 - RalfJung:rollup-ve66o2j, r=RalfJungbors-157/+11
2020-09-16Rollup merge of #76641 - nox:pointee-random-stuff, r=eddybRalf Jung-1/+1
2020-09-16Rollup merge of #76622 - jyn514:bootstrap-readme, r=Mark-SimulacrumRalf Jung-28/+10
2020-09-16Rollup merge of #76369 - ayushmishra2005:move_various_str_tests_library, r=jy...Ralf Jung-20/+0
2020-09-16Rollup merge of #76366 - ayushmishra2005:arith_tests_in_library, r=jyn514Ralf Jung-41/+0
2020-09-16Rollup merge of #76335 - CDirkx:const-duration, r=ecstatic-morseRalf Jung-67/+0
2020-09-16Auto merge of #76625 - jyn514:default-stages, r=Mark-Simulacrumbors-42/+62
2020-09-16document how to use memory addresses as operandsLzu Tao-0/+19
2020-09-16Auto merge of #76771 - Dylan-DPC:rollup-qj4j3ma, r=Dylan-DPCbors-22/+204
2020-09-16Rollup merge of #76763 - ehuss:update-cargo, r=ehussDylan DPC-0/+0
2020-09-16Rollup merge of #76689 - jyn514:update-pulldown, r=GuillaumeGomezDylan DPC-17/+38
2020-09-16Rollup merge of #76048 - alistair23:alistair/rv32-linux, r=AmanieuDylan DPC-0/+1
2020-09-16Rollup merge of #75886 - erikdesjardins:index, r=nikicDylan DPC-0/+78
2020-09-16Rollup merge of #75304 - Aaron1011:feature/diag-deref-move-out, r=estebankDylan DPC-5/+87
2020-09-15Auto merge of #76755 - pietroalbini:gha-macos, r=Mark-Simulacrumbors-51/+73
2020-09-15Update cargoEric Huss-0/+0
2020-09-15Auto merge of #73595 - SNCPlay42:lifetime-after-mut, r=Mark-Simulacrumbors-0/+74
2020-09-15ci: gate macOS on GHA tooPietro Albini-51/+73
2020-09-15Make the default stage for x.py configurableJoshua Nelson-42/+62
2020-09-15doc: platform-support.md: Move to tier 3Alistair Francis-1/+1
2020-09-15Auto merge of #76708 - Mark-Simulacrum:lld-macos, r=alexcrichtonbors-0/+11
2020-09-15doc: platform-support.md: Document portAlistair Francis-0/+1
2020-09-15improve diagnostics for lifetime after `&mut`SNCPlay42-0/+74
2020-09-15Enable shared linking to LLVM on non-WindowsMark Rousskov-0/+11
2020-09-15Auto merge of #76311 - lzutao:split_core-slice, r=lcnrbors-1/+1
2020-09-15Fix clippy hard-code slice::Iter pathLzu Tao-1/+1
2020-09-15Auto merge of #76171 - estebank:turbofish-the-revenge, r=davidtwcobors-3/+101
2020-09-15Auto merge of #76684 - jyn514:refactor-intra-links, r=manishearthbors-631/+659
2020-09-14Test that bounds checks are elided for indexing after .[r]position()Erik Desjardins-0/+78
2020-09-15Auto merge of #76612 - estebank:pat-missing-fields-suggestion, r=davidtwcobors-29/+47
2020-09-14Fix generating rustc docs with non-default lib directory.Eric Huss-6/+14
2020-09-14Include non-JSON output in error display for lint-doc failure.Eric Huss-1/+4
2020-09-14Auto merge of #75608 - estebank:suggest-boxed-match-exprs, r=lcnr,varkorbors-39/+277
2020-09-14Detect turbofish with multiple type params missing leading `::`Esteban Küber-3/+101
2020-09-14:arrow_up: rust-analyzerJonas Schievink-16/+33
2020-09-14Auto merge of #75740 - GuillaumeGomez:stabilize-doc-alias-feature, r=ollie27bors-55/+14
2020-09-14Stabilize doc_alias featureGuillaume Gomez-55/+14
2020-09-14Auto merge of #76571 - lzutao:rustdoc-private-traits, r=jyn514bors-9/+66
2020-09-14improve const infer errBastian Kauschke-7/+7
2020-09-14shrink const infer errorBastian Kauschke-4/+48
2020-09-14Auto merge of #76549 - ehuss:lints-comments, r=wesleywiserbors-1563/+813
2020-09-13fix syntax error in suggesting generic constraint in trait parameteriximeow-2/+59