about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-10-13Improve type safetybjorn3-24/+17
2019-10-13Add top level provide/provide_extern to cg_ssa and cg_utilsbjorn3-5/+19
2019-10-13Remove MiscMethods::instancesbjorn3-22/+21
2019-10-13Inline functions from cg_ssa::callee and remove the modbjorn3-66/+40
2019-10-13s/FuncId/Functionbjorn3-14/+14
2019-10-13Move span_invalid_monomorphization_error from cg_llvm to cg_ssabjorn3-46/+42
2019-10-13Move some provides from cg_llvm to rustc_interfacebjorn3-5/+5
2019-10-13Remove unused method CodegenBackend::diagnosticsbjorn3-5/+0
2019-10-13Remove is_const_integral method from ConstMethodsbjorn3-16/+18
2019-10-13Introduce FuncId backend typebjorn3-10/+16
2019-10-13Auto merge of #65182 - anp:reify-shim, r=eddybbors-10/+86
2019-10-13Auto merge of #65099 - pnkfelix:issue-63154-needed-more-normalize, r=nagisabors-0/+37
2019-10-12Auto merge of #64873 - popzxc:prettify-test-time, r=wesleywiserbors-117/+718
2019-10-12Remove the fn pointer #[track_caller] test.Adam Perry-37/+0
2019-10-12Auto merge of #65328 - lzutao:bump-rls-rustfmt, r=Xanewokbors-18/+18
2019-10-12Auto merge of #65190 - GuillaumeGomez:dont-pass-doctest-feature-by-default, r...bors-4/+23
2019-10-12Update RLS and RustfmtIgor Matuszewski-18/+18
2019-10-12Auto merge of #65322 - tmandry:rollup-frr651r, r=tmandrybors-280/+730
2019-10-12Auto merge of #65020 - pnkfelix:targetted-fix-for-always-marking-rust-abi-unw...bors-13/+187
2019-10-11Rollup merge of #65321 - Mark-Simulacrum:remove-linker-no-utf8-test, r=nikoma...Tyler Mandry-39/+0
2019-10-11Rollup merge of #65310 - da-x:issue-56195, r=petrochenkovTyler Mandry-2/+8
2019-10-11Rollup merge of #65289 - varkor:issue-65284, r=estebankTyler Mandry-21/+41
2019-10-11Rollup merge of #65283 - petrochenkov:softstab2, r=estebankTyler Mandry-6/+32
2019-10-11Rollup merge of #65277 - csmoe:fix-move, r=estebankTyler Mandry-26/+55
2019-10-11Rollup merge of #65276 - varkor:toolstate-no-ping, r=Mark-SimulacrumTyler Mandry-1/+1
2019-10-11Rollup merge of #65266 - rust-lang:must-use-join, r=dtolnayTyler Mandry-0/+1
2019-10-11Rollup merge of #65263 - mbStavola:dedup-raw-item-fns, r=CentrilTyler Mandry-21/+12
2019-10-11Rollup merge of #65220 - tlively:update-llvm-for-emscripten-exceptions, r=nikicTyler Mandry-0/+0
2019-10-11Rollup merge of #65205 - GuillaumeGomez:long-err-explanation-E0568, r=estebankTyler Mandry-3/+34
2019-10-11Rollup merge of #65200 - xfix:patch-20, r=GuillaumeGomezTyler Mandry-5/+9
2019-10-11Rollup merge of #65191 - varkor:const-generics-test-cases, r=nikomatsakisTyler Mandry-0/+142
2019-10-11Rollup merge of #65048 - Kixunil:patch-1, r=KodrAusTyler Mandry-0/+2
2019-10-11Rollup merge of #64986 - skinny121:fn-ptr-const-generics, r=varkorTyler Mandry-152/+389
2019-10-11Rollup merge of #64337 - rick68:patch-17, r=Dylan-DPCTyler Mandry-4/+4
2019-10-11Remove painful test that is not pulling its weightMark Rousskov-39/+0
2019-10-11Auto merge of #64877 - lzutao:stabilize-repeat_generic_slice, r=SimonSapinbors-6/+1
2019-10-11Clarify comment about purpose of ReifyShim.Adam Perry-2/+2
2019-10-11resolve_for_fn_ptr checks that the instance is an Item before returning shim.Adam Perry-10/+12
2019-10-11test: extend derive_on_deprecated to include more derivationsDan Aloni-0/+6
2019-10-11deriving: avoid dummy Span on an artificial `type_ident` pathDan Aloni-2/+2
2019-10-11emcscripten: ignore another thread-using testRalf Jung-0/+1
2019-10-11Auto merge of #64716 - jonhoo:stabilize-mem-take, r=SimonSapinbors-18/+1
2019-10-11ignore-emcscripten as it does not support threadsRalf Jung-0/+1
2019-10-11Fix issue 65284varkor-21/+41
2019-10-10Auto merge of #64823 - cuviper:min-std, r=Mark-Simulacrumbors-33/+127
2019-10-10stability: Do not use `buffer_lint` after lowering to HIRVadim Petrochenkov-6/+32
2019-10-10Auto merge of #65153 - da-x:issue-58017, r=petrochenkovbors-120/+222
2019-10-10query generator kind for error reportingcsmoe-26/+55
2019-10-10Don't cc rust-lang/compiler for toolstate changesvarkor-1/+1
2019-10-10Auto merge of #59546 - sfanxiang:interminable-ub, r=nagisabors-1/+107