| Age | Commit message (Expand) | Author | Lines |
| 2019-09-26 | hir: stop checking codegen fn attrs for constants | David Wood | -1/+1 |
| 2019-09-26 | hir: Disallow `target_feature` on constants | David Wood | -20/+52 |
| 2019-09-26 | Rollup merge of #64772 - Mark-Simulacrum:no-tyctxt-tx, r=eddyb | Mazdak Farrokhzad | -11/+0 |
| 2019-09-26 | Auto merge of #64515 - varkor:kindedterm, r=oli-obk | bors | -219/+235 |
| 2019-09-26 | Rename some `_sty` variables to `_kind` | varkor | -8/+8 |
| 2019-09-26 | Rename `subst::Kind` to `subst::GenericArg` | varkor | -211/+227 |
| 2019-09-26 | Auto merge of #62661 - arielb1:never-reserve, r=nikomatsakis | bors | -23/+90 |
| 2019-09-26 | Auto merge of #64513 - varkor:sty-begone, r=eddyb | bors | -247/+247 |
| 2019-09-25 | Remove unused DepTrackingMap | Mark Rousskov | -156/+3 |
| 2019-09-25 | Remove tx_to_llvm_workers from TyCtxt | Mark Rousskov | -11/+0 |
| 2019-09-25 | Fix rebase | varkor | -4/+4 |
| 2019-09-25 | Rename surviving uses of `sty` | varkor | -15/+15 |
| 2019-09-25 | Rename `sty` to `kind` | varkor | -228/+228 |
| 2019-09-25 | Rename non-`TyS` uses of `sty` | varkor | -2/+2 |
| 2019-09-25 | Rollup merge of #64764 - Mark-Simulacrum:snap, r=Centril | Mazdak Farrokhzad | -3/+3 |
| 2019-09-25 | Rollup merge of #64508 - Centril:or-pat-hir, r=matthewjasper | Mazdak Farrokhzad | -371/+270 |
| 2019-09-25 | Rollup merge of #62975 - ljedrz:kill_off_hir_to_node_id, r=Zoxc | Mazdak Farrokhzad | -11/+11 |
| 2019-09-25 | Snap cfgs to new beta | Mark Rousskov | -3/+3 |
| 2019-09-25 | Create new error code E0734 for stability attributes used outside of standard... | Guillaume Gomez | -2/+7 |
| 2019-09-25 | Auto merge of #64627 - nnethercote:ObligForest-even-more, r=nikomatsakis | bors | -24/+48 |
| 2019-09-25 | Rollup merge of #64746 - estebank:elide-impl-trait-obligations-on-err, r=cram... | Mazdak Farrokhzad | -43/+69 |
| 2019-09-25 | Rollup merge of #64599 - csmoe:doc_async_reexport, r=nikomatsakis | Mazdak Farrokhzad | -0/+21 |
| 2019-09-25 | Rollup merge of #64324 - alexcrichton:share-generics-again, r=michaelwoerister | Mazdak Farrokhzad | -378/+15 |
| 2019-09-24 | Rollup merge of #64698 - Centril:infer-const-with-stash, r=estebank | Mazdak Farrokhzad | -0/+1 |
| 2019-09-24 | Rollup merge of #64622 - ecstatic-morse:cycle-detector, r=oli-obk | Mazdak Farrokhzad | -0/+6 |
| 2019-09-24 | Remove blanket silencing of "type annotation needed" errors | Esteban Küber | -43/+69 |
| 2019-09-24 | cite reservation impls tracking issue | Niko Matsakis | -0/+3 |
| 2019-09-24 | add error message for case | Ariel Ben-Yehuda | -2/+29 |
| 2019-09-24 | improve comments | Ariel Ben-Yehuda | -2/+2 |
| 2019-09-24 | resolve the rustc_reservation_impl attribute in 1 place | Ariel Ben-Yehuda | -29/+45 |
| 2019-09-24 | reserve `impl<T> From<!> for T` | Ariel Ben-Yehuda | -14/+35 |
| 2019-09-24 | Fix coherence checking for impl trait in type aliases | Aaron Hill | -6/+14 |
| 2019-09-24 | bug-out asyncness query on non-local funtions | csmoe | -10/+11 |
| 2019-09-23 | Add convenience function for detecting cyclic CFGs | Dylan MacKenzie | -0/+6 |
| 2019-09-23 | rustc: Fix mixing crates with different `share_generics` | Alex Crichton | -3/+5 |
| 2019-09-23 | rustc: Convert `dependency_formats` to a query | Alex Crichton | -376/+11 |
| 2019-09-23 | Introduce a diagnostic stashing API. | Mazdak Farrokhzad | -0/+1 |
| 2019-09-23 | Stabilize Option::deref and Option::deref_mut | Simon Sapin | -1/+0 |
| 2019-09-23 | Auto merge of #64272 - Mark-Simulacrum:parallel-handler, r=estebank | bors | -23/+22 |
| 2019-09-23 | Auto merge of #64695 - Centril:rollup-t1xnl2c, r=Centril | bors | -86/+13 |
| 2019-09-23 | Rollup merge of #64679 - skinny121:const-infer, r=varkor | Mazdak Farrokhzad | -86/+13 |
| 2019-09-22 | hack to avoid incorrect suggestion | Esteban Küber | -0/+7 |
| 2019-09-22 | review comments | Esteban Küber | -2/+1 |
| 2019-09-22 | Point at correct span for parenthesized types | Esteban Küber | -1/+4 |
| 2019-09-22 | On obligation errors point at the unfulfilled binding when possible | Esteban Küber | -4/+39 |
| 2019-09-22 | Infer consts consistently. Moved some logic into super_combined_consts, | ben | -86/+13 |
| 2019-09-21 | Rollup merge of #63907 - estebank:assoc-type-mismatch, r=oli-obk | Mazdak Farrokhzad | -23/+110 |
| 2019-09-21 | Rollup merge of #64347 - GuillaumeGomez:E0312, r=oli-obk | Mazdak Farrokhzad | -1/+33 |
| 2019-09-21 | Rollup merge of #64342 - glorv:master, r=varkor | Mazdak Farrokhzad | -7/+7 |
| 2019-09-21 | or-patterns: middle/dead: remove `top_pats_hack`. | Mazdak Farrokhzad | -95/+100 |