about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-07-17rustc_typeck: extract common placeholder type diagnostic codeDenys Otrishko-12/+12
2019-07-17Auto merge of #62596 - cuviper:expect_none, r=rkruppebors-6/+99
2019-07-17Auto merge of #62714 - matthiaskrgr:submodule_upd, r=oli-obkbors-9/+9
2019-07-16Auto merge of #62592 - nikic:actually-update-llvm, r=alexcrichtonbors-56/+88
2019-07-16Auto merge of #61946 - BaoshanPang:vxworks, r=alexcrichtonbors-3/+8791
2019-07-16Auto merge of #62723 - Mark-Simulacrum:rollup-vjdzlam, r=Mark-Simulacrumbors-238/+62
2019-07-16Rollup merge of #62703 - fakenine:normalize_use_of_backticks_compiler_message...Mark Rousskov-8/+8
2019-07-16Rollup merge of #62702 - fakenine:normalize_use_of_backticks_compiler_message...Mark Rousskov-7/+7
2019-07-16Rollup merge of #62693 - alexcrichton:rm-travis-appveyor, r=Mark-SimulacrumMark Rousskov-215/+11
2019-07-16Rollup merge of #62683 - c410-f3r:fn-attrs-doc, r=CentrilMark Rousskov-0/+27
2019-07-16Rollup merge of #62666 - estebank:preempt-ice, r=eddybMark Rousskov-8/+9
2019-07-16Auto merge of #62322 - wesleywiser:promoted_query, r=oli-obkbors-2/+11
2019-07-16submodules: update clippy from b0290424 to 164310ddMatthias Krüger-9/+9
2019-07-16Add supporting for vxWorksBaoshan Pang-3/+8791
2019-07-15Rollup merge of #62698 - jethrogb:jb/sgx-llvm-target, r=alexcrichtonMark Rousskov-1/+1
2019-07-15Rollup merge of #62689 - 0e4ef622:patch-1, r=XanewokMark Rousskov-1/+1
2019-07-15Rollup merge of #62685 - nathanwhit:as_ref_suggest_fix, r=estebankMark Rousskov-0/+4
2019-07-15Rollup merge of #62680 - ecstatic-morse:fix-dataflow-results-consumer, r=matt...Mark Rousskov-0/+2
2019-07-15Rollup merge of #62673 - RalfJung:validity-msg, r=oli-obkMark Rousskov-5/+5
2019-07-15Rollup merge of #62668 - goodmanjonathan:fix-62660, r=estebankMark Rousskov-1/+20
2019-07-15Rollup merge of #62662 - DutchGhost:fix_space, r=sfacklerMark Rousskov-6/+6
2019-07-15Rollup merge of #62646 - estebank:wording, r=petrochenkovMark Rousskov-62/+62
2019-07-15Rollup merge of #62639 - immunant:invariant_valistimpl, r=eddybMark Rousskov-49/+124
2019-07-15Rollup merge of #62634 - llogiq:uninit-array-docs, r=RalfJungMark Rousskov-5/+7
2019-07-15Rollup merge of #62533 - GuillaumeGomez:missing-urls-CannotReallocInPlace, r=...Mark Rousskov-2/+5
2019-07-15Rollup merge of #62491 - GuillaumeGomez:fix-pin-urls-for-option, r=QuietMisdr...Mark Rousskov-0/+4
2019-07-15Rollup merge of #62405 - hellow554:patch-1, r=varkorMark Rousskov-1/+9
2019-07-15Rollup merge of #62103 - RalfJung:debug-assert, r=alexcrichtonMark Rousskov-4/+38
2019-07-16normalize use of backticks in compiler messages for libsyntax/parseSamy Kacimi-8/+8
2019-07-15normalize use of backticks in compiler messages for libsyntax_extSamy Kacimi-7/+7
2019-07-15SGX target: don't pretend to be GNU/Linux to LLVMJethro Beekman-1/+1
2019-07-15Compile new InstrProfilingPlatformWindows.c fileNikita Popov-0/+1
2019-07-15ci: Remove Travis/AppVeyor configurationAlex Crichton-215/+11
2019-07-15Auto merge of #62687 - gnzlbg:stdarch, r=alexcrichtonbors-8/+10
2019-07-15Fix typo in RawWaker::new documentation0e4ef622-1/+1
2019-07-15ignore some codegen tests in debug modeRalf Jung-0/+3
2019-07-15Add debug assertions to write_bytes and copy*Valentin Tolmer-4/+35
2019-07-15Update stdarchgnzlbg-0/+0
2019-07-15Auto merge of #62667 - petrochenkov:printattr2, r=Mark-Simulacrumbors-254/+350
2019-07-15Add rtm and f16c features to libcoregnzlbg-0/+2
2019-07-15Update the stdarch submodulegnzlbg-8/+8
2019-07-15Relax checks in pgo-instrumentation codegen testNikita Popov-4/+4
2019-07-15pprust: Support `macro` macrosVadim Petrochenkov-9/+31
2019-07-15pprust: Fix formatting regressions from the previous commitsVadim Petrochenkov-50/+100
2019-07-15pprust: Do not convert attributes into `MetaItem`s for printingVadim Petrochenkov-17/+20
2019-07-15pprust: Remove the box from `print_tts`Vadim Petrochenkov-2/+4
2019-07-15pprust: Use `print_mac_common` for delimited token groupsVadim Petrochenkov-78/+94
2019-07-15pprust: Use `print_mac_common` for attributesVadim Petrochenkov-5/+19
2019-07-15pprust: Use `print_mac_common` for `macro_rules` definitionsVadim Petrochenkov-29/+21
2019-07-15pprust: Move some methods to the `PrintState` traitVadim Petrochenkov-147/+144