about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-01-12Auto merge of #79670 - Nadrieril:uninhabited-query, r=estebankbors-516/+557
2021-01-12Make `DefIdForest` cheaper to cloneNadrieril-59/+81
2021-01-12Auto merge of #80009 - jumbatm:issue79581-overeager-clashing-extern-decl, r=a...bors-7/+35
2021-01-12Turn type inhabitedness into a queryNadrieril-27/+60
2021-01-12Add tests for uninhabited typesNadrieril-212/+351
2021-01-12Deduplicate some tests using revisionsNadrieril-227/+74
2021-01-12Auto merge of #78407 - oli-obk:ub_checkable_ctfe, r=RalfJung,pnkfelixbors-220/+556
2021-01-12Coverage computation needs access to the MIR, toooli-6/+13
2021-01-12Auto merge of #80517 - wabain:issue-77880-infer-error-try-conversion-msg, r=d...bors-168/+292
2021-01-12Auto merge of #80499 - matthiaskrgr:red_clos, r=estebankbors-44/+41
2021-01-12Auto merge of #80939 - JohnTitor:rollup-pymns4q, r=JohnTitorbors-98/+142
2021-01-12Rollup merge of #80930 - euclio:trait-method-mutability-help, r=estebankYuki Okushi-16/+13
2021-01-12Rollup merge of #80927 - LingMan:matches, r=estebankYuki Okushi-2/+1
2021-01-12Rollup merge of #80917 - epilys:patch-1, r=jyn514Yuki Okushi-8/+5
2021-01-12Rollup merge of #80898 - JohnTitor:vecdeque-another-case, r=lcnrYuki Okushi-0/+15
2021-01-12Rollup merge of #80897 - camelid:atty, r=jyn514Yuki Okushi-33/+4
2021-01-12Rollup merge of #80880 - c410-f3r:tests-tests-tests, r=petrochenkovYuki Okushi-10/+0
2021-01-12Rollup merge of #80600 - CoffeeBlend:maybe_uninit_array_assume_init, r=dtolnayYuki Okushi-0/+56
2021-01-12Rollup merge of #79757 - jryans:long-line-tab-handling-early-expand, r=estebankYuki Okushi-29/+48
2021-01-12Auto merge of #80463 - tgnottingham:incr_comp_serial_mem_usage, r=oli-obkbors-220/+686
2021-01-11driver: Use `atty` instead of rolling our ownCamelid-33/+4
2021-01-12Auto merge of #76580 - rokob:iss76011, r=estebankbors-17/+34
2021-01-12Replace a simple `if let` with the `matches` macroLingMan-2/+1
2021-01-12Fix implementationCoffeeBlend-1/+1
2021-01-11fix typo in trait method mutability mismatch helpAndy Russell-16/+13
2021-01-12Auto merge of #80928 - JohnTitor:rollup-sgerm3j, r=JohnTitorbors-153/+231
2021-01-12Rollup merge of #80923 - LingMan:exits, r=varkorYuki Okushi-7/+2
2021-01-12Rollup merge of #80904 - camelid:fix-small-typo, r=jonas-schievinkYuki Okushi-1/+1
2021-01-12Rollup merge of #80885 - camelid:intra-doc-str-ref, r=jyn514Yuki Okushi-1/+10
2021-01-12Rollup merge of #80870 - petrochenkov:bmactable, r=oli-obkYuki Okushi-19/+15
2021-01-12Rollup merge of #80864 - ericseppanen:master, r=jyn514Yuki Okushi-1/+1
2021-01-12Rollup merge of #80324 - Aaron1011:loop-move-fn-self, r=oli-obkYuki Okushi-94/+108
2021-01-12Rollup merge of #80042 - sivadeilra:cold_bits, r=oli-obkYuki Okushi-6/+20
2021-01-12Rollup merge of #79998 - devsnek:wasm32-bindgen-compat, r=alexcrichtonYuki Okushi-4/+5
2021-01-12Rollup merge of #79997 - coolreader18:wasm-reactor, r=alexcrichtonYuki Okushi-20/+69
2021-01-11Move some tests to more reasonable directoriesCaio-10/+0
2021-01-11Simplify array_assume_initCoffeeBlend-12/+5
2021-01-11Auto merge of #79012 - tgnottingham:span_data_to_lines_and_cols, r=estebankbors-56/+222
2021-01-11squash! fix wasiGus Caplan-15/+5
2021-01-11new targetGus Caplan-6/+12
2021-01-11Use correct ABI for wasm32 by defaultGus Caplan-1/+6
2021-01-11rustc_serialize: fix incorrect signed LEB128 decodingTyson Nottingham-58/+89
2021-01-11Serialize incr comp structures to file via fixed-size bufferTyson Nottingham-175/+610
2021-01-11Auto merge of #75490 - LukasKalbertodt:add-basic-array-methods, r=dtolnaybors-3/+72
2021-01-12Add FIXME note about storing &'tcx strjumbatm-0/+5
2021-01-12Remove unnecessary allocation.jumbatm-4/+4
2021-01-12Use tcx.symbol_name to check for clashes.jumbatm-7/+9
2021-01-12Add test case for wasm non-clash.jumbatm-0/+21
2021-01-11--emit=mir now emits both `mir_for_ctfe` and `optimized_mir` for `const fn`oli-11/+86
2021-01-11core/slice: remove doc comment about scoped borrowManos Pitsidianakis-8/+5