about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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 the trait_refAlessandro Decina-6/+5
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-15rustc: precompute the largest Niche and store it in LayoutDetails.Eduard-Mihai Burtescu-90/+120
2019-07-15rustc_target: move abi::Niche from rustc::ty::layout.Eduard-Mihai Burtescu-51/+51
2019-07-15rustc: compute `ty::layout::Niche`'s `available` on the fly.Eduard-Mihai Burtescu-29/+43
2019-07-15Fix typo in RawWaker::new documentation0e4ef622-1/+1
2019-07-15Use more descriptive Compilation enum in rustc interface callbacksIgor Matuszewski-12/+15
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-15Add Callbacks::after_expansionIgor Matuszewski-0/+9
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
2019-07-15Auto merge of #62629 - matthewjasper:cleanup-borrowck-errors, r=petrochenkovbors-322/+128
2019-07-15Don't add extra passes into the function pass managerNikita Popov-39/+69
2019-07-15Disable building of LLDBNikita Popov-1/+0
2019-07-15Update transparent aggregate codegen test for byval changesNikita Popov-8/+10
2019-07-15Auto merge of #62674 - RalfJung:miri-abi, r=eddybbors-2/+7
2019-07-15Add missing trailing newlineAlessandro Decina-1/+1
2019-07-14Add info about undefined behavior to as_ref suggestionsnathanwhit-0/+4
2019-07-15Auto merge of #62670 - estebank:extern-fn-with-body, r=petrochenkovbors-15/+91
2019-07-14Add newlineCaio-1/+1
2019-07-14Make VaListImpl<'f> invariant over the 'f lifetimeAndrei Homescu-49/+124