about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-11-06Stabilize @file command line argumentsJeremy Fitzhardinge-17/+1
2019-11-05Auto merge of #66083 - RalfJung:miri-offset-from, r=oli-obkbors-11/+85
2019-11-05expand comment explaining integer exceptionRalf Jung-2/+4
2019-11-05Auto merge of #66109 - pietroalbini:rollup-2npidna, r=pietroalbinibors-94/+468
2019-11-05Rollup merge of #66096 - ecstatic-morse:const-loop-test, r=CentrilPietro Albini-0/+118
2019-11-05Rollup merge of #66073 - Mark-Simulacrum:no-borrow-mut, r=CentrilPietro Albini-1/+1
2019-11-05Rollup merge of #66042 - ohadravid:suggest-correct-code-when-ref-current-trai...Pietro Albini-4/+60
2019-11-05Rollup merge of #66038 - jdxcode:char-len, r=alexcrichtonPietro Albini-4/+9
2019-11-05Rollup merge of #66019 - olegnn:fixed_std_iter_chain_docs, r=Mark-SimulacrumPietro Albini-1/+1
2019-11-05Rollup merge of #65962 - kevincox:patch-1, r=sfacklerPietro Albini-5/+5
2019-11-05Rollup merge of #65905 - cuviper:doc-unix-mode, r=Dylan-DPCPietro Albini-4/+4
2019-11-05Rollup merge of #65720 - icefoxen:LLVMgetInstructionCount, r=rkruppePietro Albini-0/+9
2019-11-05Rollup merge of #65574 - tshepang:linked-list-disclaimer, r=CentrilPietro Albini-7/+7
2019-11-05Rollup merge of #65136 - ehuss:update-codegen-options, r=Dylan-DPCPietro Albini-68/+254
2019-11-05Auto merge of #65938 - eddyb:fn-abi-rename, r=oli-obkbors-311/+311
2019-11-05Auto merge of #65911 - mati865:static-libstdcxx-mingw, r=alexcrichtonbors-6/+10
2019-11-04Add tests for loop constructs in constsDylan MacKenzie-0/+118
2019-11-04Auto merge of #65874 - Nadrieril:clarify-usefulness, r=varkorbors-798/+1047
2019-11-04also test different integersRalf Jung-1/+27
2019-11-04test offset_from with two integersRalf Jung-8/+37
2019-11-04Miri: ptr_offset_from: support offset_from with twice the same non-null integerRalf Jung-3/+20
2019-11-04Miri: offset_from: do int-to-ptr casts when neededRalf Jung-2/+2
2019-11-04Auto merge of #66078 - petrochenkov:gateout, r=Centrilbors-16/+182
2019-11-04expand: Feature gate out-of-line modules in proc macro inputVadim Petrochenkov-16/+182
2019-11-04Auto merge of #65835 - Mark-Simulacrum:lockless-lintbuffer, r=nikomatsakisbors-153/+173
2019-11-03Delete lint buffer from SessionMark Rousskov-68/+39
2019-11-03Move crate type checking laterMark Rousskov-51/+62
2019-11-03Utilize Resolver lint buffer during HIR loweringMark Rousskov-10/+19
2019-11-03Migrate resolver over to internal lint bufferMark Rousskov-39/+73
2019-11-03Only permit taking buffered lints inside lint internalsMark Rousskov-1/+1
2019-11-03Remove unused get_any methodMark Rousskov-5/+0
2019-11-04Auto merge of #65838 - estebank:resilient-recovery, r=Centrilbors-153/+293
2019-11-03Auto merge of #65780 - GuillaumeGomez:move-help-popup-generation-code, r=Mark...bors-57/+49
2019-11-03Do not needlessly write-lockMark Rousskov-1/+1
2019-11-03Auto merge of #65646 - Amanieu:foreign-exceptions, r=nikomatsakisbors-428/+480
2019-11-03Auto merge of #65759 - tmiasko:ui, r=petrochenkovbors-268/+283
2019-11-03Fix macOS testsAmanieu d'Antras-0/+2
2019-11-03Make Emscripten unwinding use a valid type_infoAmanieu d'Antras-17/+58
2019-11-03Make SEH exceptions use a rust_panic type instead of unsigned __int64*Amanieu d'Antras-154/+62
2019-11-03Hack to make C++ exceptions test work on i686-pc-windows-gnuAmanieu d'Antras-2/+25
2019-11-03Allow foreign exceptions to unwind through Rust codeAmanieu d'Antras-256/+333
2019-11-03Enable C++ exceptions on MSVC when building C++ testsAmanieu d'Antras-1/+1
2019-11-03Add -lstdc++ for run-make-fulldeps tests on MinGWAmanieu d'Antras-0/+1
2019-11-03Attempt to clarify LTO and codegen-units.Eric Huss-10/+21
2019-11-03Auto merge of #65827 - AnthonyMikh:out_of_the_loop, r=estebankbors-4/+3
2019-11-03Use check-pass for never type testsTomasz Miąsko-10/+5
2019-11-03Avoid matching type in huge-struct test error annotationTomasz Miąsko-1/+1
2019-11-03Update error annotations in ui-fulldeps tests that successfully compileTomasz Miąsko-2/+2
2019-11-03Validate error patterns and error annotation in ui tests when presentTomasz Miąsko-8/+11
2019-11-03Update error annotations positionsTomasz Miąsko-9/+13