about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-06-09Encode CrateNum using the StableCrateId for incr. comp.Camille GILLOT-71/+42
2021-06-09Auto merge of #86150 - cjgillot:notable, r=michaelwoeristerbors-39/+14
2021-06-09Auto merge of #86118 - spastorino:tait-soundness-bug, r=nikomatsakisbors-132/+336
2021-06-09Auto merge of #86107 - Smittyvb:peephole-optim-eq-bool, r=wesleywiserbors-7/+14
2021-06-09Rollup merge of #86124 - Aaron1011:ambig-macro-name, r=varkorYuki Okushi-5/+11
2021-06-09Rollup merge of #85982 - alexcrichton:doc-safe-wasm, r=jyn514Yuki Okushi-1/+5
2021-06-08Do not require the DefPathTable to construct the on-disk cache.Camille GILLOT-39/+14
2021-06-08add VecMap docsSantiago Pastorino-0/+14
2021-06-08Use impl FnMut directly as predicate typeSantiago Pastorino-4/+1
2021-06-08Explicitly pass find arguments down the predicate so coercions can applySantiago Pastorino-2/+2
2021-06-08Do not deconstruct OpaqueTypeKey to make the code more clearSantiago Pastorino-9/+8
2021-06-08defin_ty_def_id -> definition_ty_def_idSantiago Pastorino-3/+3
2021-06-08Destructure OpaqueTypeKey in certain cases to simplify codeSantiago Pastorino-13/+14
2021-06-08Simplify code by using VecMap::get_bySantiago Pastorino-73/+65
2021-06-08Add VecMap::get_by(FnMut -> bool)Santiago Pastorino-0/+7
2021-06-08Rollup merge of #86103 - camsteffen:lifetime-hack, r=jackh726Yuki Okushi-9/+1
2021-06-08Rollup merge of #86096 - FabianWolff:ec-E0316, r=GuillaumeGomezYuki Okushi-16/+48
2021-06-08Rollup merge of #85906 - LingMan:iter_find, r=matthewjasperYuki Okushi-8/+3
2021-06-07Include macro name in 'local ambiguity' errorAaron Hill-5/+11
2021-06-07Enable rustdoc to document safe wasm intrinsicsAlex Crichton-1/+5
2021-06-07Differentiate different defining uses of taits when they reference distinct g...Santiago Pastorino-10/+7
2021-06-07Remove substs from OpaqueTypeDecl, use the one in OpaqueTypeKeySantiago Pastorino-29/+27
2021-06-07Use substs from opaque type key instead of using it from opaque_declSantiago Pastorino-26/+18
2021-06-07Make opaque type map key be of type OpaqueTypeKeySantiago Pastorino-11/+21
2021-06-07Remove ResolvedOpaqueTy and just use Ty, SubstsRef is already thereSantiago Pastorino-69/+40
2021-06-07Make OpaqueTypeKey the key of opaque types mapSantiago Pastorino-98/+134
2021-06-07Change concrete opaque type to be a `VecMap`Santiago Pastorino-5/+7
2021-06-07Change opaque type map to be a `VecMap`Santiago Pastorino-8/+10
2021-06-07Add VecMap to rustc_data_structuresSantiago Pastorino-0/+186
2021-06-07Peephole optimize `x == false` and `x != true`Smitty-7/+14
2021-06-07Remove lifetime hackCameron Steffen-9/+1
2021-06-07Auto merge of #85903 - bjorn3:rustc_serialize_cleanup, r=varkorbors-336/+130
2021-06-07Add E0316.mdFabian Wolff-1/+33
2021-06-07Comment out unused error codes in error_codes.rsFabian Wolff-15/+15
2021-06-07Auto merge of #85891 - bjorn3:revert_merge_crate_disambiguator, r=Mark-Simula...bors-132/+215
2021-06-07Revert "Merge CrateDisambiguator into StableCrateId"bjorn3-127/+207
2021-06-07Revert "Fix test"bjorn3-5/+8
2021-06-07Rollup merge of #86081 - LingMan:try_into, r=jyn514Yuki Okushi-10/+2
2021-06-07Rollup merge of #86025 - bjorn3:no_rpath_cfg_prefix, r=jackh726Yuki Okushi-36/+5
2021-06-07Rollup merge of #86016 - luqmana:infer-linker-flavor, r=petrochenkovYuki Okushi-90/+3
2021-06-07Rollup merge of #85973 - LingMan:indentation, r=jyn514Yuki Okushi-25/+22
2021-06-07Rollup merge of #84262 - camelid:sized-ice, r=estebankYuki Okushi-1/+8
2021-06-07Auto merge of #85810 - bjorn3:further_driver_cleanup, r=varkorbors-117/+100
2021-06-07Use `try_into` instead of asserting manuallyLingMan-10/+2
2021-06-07Rollup merge of #86077 - FabianWolff:issue-86061, r=GuillaumeGomezGuillaume Gomez-3/+3
2021-06-07Rollup merge of #86058 - fee1-dead:E0121-improvements, r=jackh726Guillaume Gomez-1/+1
2021-06-07Rollup merge of #86010 - FabianWolff:ICE-parser, r=varkorGuillaume Gomez-38/+47
2021-06-07Rollup merge of #85965 - tmiasko:a, r=nagisaGuillaume Gomez-46/+4
2021-06-07Rollup merge of #85912 - LingMan:iter_any, r=nagisaGuillaume Gomez-9/+4
2021-06-06Fix corrected example in E0759.mdFabian Wolff-3/+3