about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-01-13Update code to account for extern ABI requirementMark Rousskov-1/+1
2021-01-13Lint on extern in item declaration positionMark Rousskov-9/+15
2021-01-13Update tests for extern block lintingMark Rousskov-17/+17
2021-01-13Introduce missing ABI lint on extern blocksMark Rousskov-7/+67
2021-01-13Auto merge of #80960 - Dylan-DPC:rollup-89tri8x, r=Dylan-DPCbors-48/+171
2021-01-13Rollup merge of #80935 - pierwill:rustc_middle-levelandsource, r=petrochenkovDylan DPC-10/+10
2021-01-13Rollup merge of #80922 - spastorino:revert-inline-always-in-debug, r=wesleywiserDylan DPC-18/+22
2021-01-13Rollup merge of #80859 - jsgf:fix-pretty-remap, r=davidtwcoDylan DPC-3/+23
2021-01-13Rollup merge of #80662 - rxrbln:master, r=estebankDylan DPC-0/+16
2021-01-13Rollup merge of #80232 - bugadani:roundtrip, r=estebankDylan DPC-4/+2
2021-01-13Rollup merge of #79588 - estebank:issue-79187, r=oli-obkDylan DPC-12/+64
2021-01-13Rollup merge of #78901 - arora-aman:fix_closure_coerce, r=estebankDylan DPC-1/+34
2021-01-13Auto merge of #79322 - jyn514:refactor-impl, r=estebankbors-151/+174
2021-01-12Separate out a `hir::Impl` structJoshua Nelson-151/+174
2021-01-12Auto merge of #79670 - Nadrieril:uninhabited-query, r=estebankbors-68/+123
2021-01-12Provide more information for HRTB lifetime errors involving closuresEsteban Küber-12/+64
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/+14
2021-01-12Turn type inhabitedness into a queryNadrieril-27/+60
2021-01-12Auto merge of #78407 - oli-obk:ub_checkable_ctfe, r=RalfJung,pnkfelixbors-91/+333
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-165/+224
2021-01-12Auto merge of #80499 - matthiaskrgr:red_clos, r=estebankbors-44/+41
2021-01-12Auto merge of #80939 - JohnTitor:rollup-pymns4q, r=JohnTitorbors-65/+28
2021-01-12Rollup merge of #80930 - euclio:trait-method-mutability-help, r=estebankYuki Okushi-1/+1
2021-01-12Rollup merge of #80927 - LingMan:matches, r=estebankYuki Okushi-2/+1
2021-01-12Rollup merge of #80897 - camelid:atty, r=jyn514Yuki Okushi-33/+3
2021-01-12Rollup merge of #79757 - jryans:long-line-tab-handling-early-expand, r=estebankYuki Okushi-29/+23
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/+3
2021-01-12Auto merge of #76580 - rokob:iss76011, r=estebankbors-5/+31
2021-01-11Rename `rustc_middle::lint::LevelSource` to `LevelAndSource`pierwill-10/+10
2021-01-12Replace a simple `if let` with the `matches` macroLingMan-2/+1
2021-01-11fix typo in trait method mutability mismatch helpAndy Russell-1/+1
2021-01-12Auto merge of #80928 - JohnTitor:rollup-sgerm3j, r=JohnTitorbors-123/+170
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 #80870 - petrochenkov:bmactable, r=oli-obkYuki Okushi-19/+15
2021-01-12Rollup merge of #80324 - Aaron1011:loop-move-fn-self, r=oli-obkYuki Okushi-74/+68
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-12/+59
2021-01-11Auto merge of #79012 - tgnottingham:span_data_to_lines_and_cols, r=estebankbors-56/+222
2021-01-11squash! fix wasiGus Caplan-14/+5
2021-01-11new targetGus Caplan-6/+11
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-11Revert "Auto merge of #76896 - spastorino:codegen-inline-fns2, r=davidtwco,we...Santiago Pastorino-18/+22
2021-01-12Add FIXME note about storing &'tcx strjumbatm-0/+5