about summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2019-09-26hir: stop checking codegen fn attrs for constantsDavid Wood-1/+1
2019-09-26hir: Disallow `target_feature` on constantsDavid Wood-20/+52
2019-09-26Rollup merge of #64772 - Mark-Simulacrum:no-tyctxt-tx, r=eddybMazdak Farrokhzad-11/+0
2019-09-26Auto merge of #64515 - varkor:kindedterm, r=oli-obkbors-219/+235
2019-09-26Rename some `_sty` variables to `_kind`varkor-8/+8
2019-09-26Rename `subst::Kind` to `subst::GenericArg`varkor-211/+227
2019-09-26Auto merge of #62661 - arielb1:never-reserve, r=nikomatsakisbors-23/+90
2019-09-26Auto merge of #64513 - varkor:sty-begone, r=eddybbors-247/+247
2019-09-25Remove unused DepTrackingMapMark Rousskov-156/+3
2019-09-25Remove tx_to_llvm_workers from TyCtxtMark Rousskov-11/+0
2019-09-25Fix rebasevarkor-4/+4
2019-09-25Rename surviving uses of `sty`varkor-15/+15
2019-09-25Rename `sty` to `kind`varkor-228/+228
2019-09-25Rename non-`TyS` uses of `sty`varkor-2/+2
2019-09-25Rollup merge of #64764 - Mark-Simulacrum:snap, r=CentrilMazdak Farrokhzad-3/+3
2019-09-25Rollup merge of #64508 - Centril:or-pat-hir, r=matthewjasperMazdak Farrokhzad-371/+270
2019-09-25Rollup merge of #62975 - ljedrz:kill_off_hir_to_node_id, r=ZoxcMazdak Farrokhzad-11/+11
2019-09-25Snap cfgs to new betaMark Rousskov-3/+3
2019-09-25Create new error code E0734 for stability attributes used outside of standard...Guillaume Gomez-2/+7
2019-09-25Auto merge of #64627 - nnethercote:ObligForest-even-more, r=nikomatsakisbors-24/+48
2019-09-25Rollup merge of #64746 - estebank:elide-impl-trait-obligations-on-err, r=cram...Mazdak Farrokhzad-43/+69
2019-09-25Rollup merge of #64599 - csmoe:doc_async_reexport, r=nikomatsakisMazdak Farrokhzad-0/+21
2019-09-25Rollup merge of #64324 - alexcrichton:share-generics-again, r=michaelwoeristerMazdak Farrokhzad-378/+15
2019-09-24Rollup merge of #64698 - Centril:infer-const-with-stash, r=estebankMazdak Farrokhzad-0/+1
2019-09-24Rollup merge of #64622 - ecstatic-morse:cycle-detector, r=oli-obkMazdak Farrokhzad-0/+6
2019-09-24Remove blanket silencing of "type annotation needed" errorsEsteban Küber-43/+69
2019-09-24cite reservation impls tracking issueNiko Matsakis-0/+3
2019-09-24add error message for caseAriel Ben-Yehuda-2/+29
2019-09-24improve commentsAriel Ben-Yehuda-2/+2
2019-09-24resolve the rustc_reservation_impl attribute in 1 placeAriel Ben-Yehuda-29/+45
2019-09-24reserve `impl<T> From<!> for T`Ariel Ben-Yehuda-14/+35
2019-09-24Fix coherence checking for impl trait in type aliasesAaron Hill-6/+14
2019-09-24bug-out asyncness query on non-local funtionscsmoe-10/+11
2019-09-23Add convenience function for detecting cyclic CFGsDylan MacKenzie-0/+6
2019-09-23rustc: Fix mixing crates with different `share_generics`Alex Crichton-3/+5
2019-09-23rustc: Convert `dependency_formats` to a queryAlex Crichton-376/+11
2019-09-23Introduce a diagnostic stashing API.Mazdak Farrokhzad-0/+1
2019-09-23Stabilize Option::deref and Option::deref_mutSimon Sapin-1/+0
2019-09-23Auto merge of #64272 - Mark-Simulacrum:parallel-handler, r=estebankbors-23/+22
2019-09-23Auto merge of #64695 - Centril:rollup-t1xnl2c, r=Centrilbors-86/+13
2019-09-23Rollup merge of #64679 - skinny121:const-infer, r=varkorMazdak Farrokhzad-86/+13
2019-09-22hack to avoid incorrect suggestionEsteban Küber-0/+7
2019-09-22review commentsEsteban Küber-2/+1
2019-09-22Point at correct span for parenthesized typesEsteban Küber-1/+4
2019-09-22On obligation errors point at the unfulfilled binding when possibleEsteban Küber-4/+39
2019-09-22Infer consts consistently. Moved some logic into super_combined_consts,ben-86/+13
2019-09-21Rollup merge of #63907 - estebank:assoc-type-mismatch, r=oli-obkMazdak Farrokhzad-23/+110
2019-09-21Rollup merge of #64347 - GuillaumeGomez:E0312, r=oli-obkMazdak Farrokhzad-1/+33
2019-09-21Rollup merge of #64342 - glorv:master, r=varkorMazdak Farrokhzad-7/+7
2019-09-21or-patterns: middle/dead: remove `top_pats_hack`.Mazdak Farrokhzad-95/+100