about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2018-12-31Auto merge of #57061 - Zoxc:graph-refactor, r=michaelwoeristerbors-187/+193
2018-12-31Address commentsJohn Kåre Alsaker-12/+14
2018-12-31Use `entry` API to avoid double lookup when interning dep nodesJohn Kåre Alsaker-30/+39
2018-12-31Group dep node data into a single structureJohn Kåre Alsaker-170/+165
2018-12-31Auto merge of #57208 - estebank:issue-57198, r=petrochenkovbors-2/+30
2018-12-31Auto merge of #57044 - varkor:E0512-equal-type, r=matthewjasperbors-123/+149
2018-12-31Auto merge of #57035 - Zoxc:query-pref9, r=michaelwoeristerbors-23/+34
2018-12-30Fix variable string size problem in transmute testvarkor-3/+3
2018-12-30Address review comments: Remove new `PathResult` variantEsteban Küber-15/+6
2018-12-30Auto merge of #57213 - matthiaskrgr:clippy_submodule_upd, r=oli-obkbors-8/+8
2018-12-30submodules: update clippy from f7bdf500 to 39bd8449Matthias Krüger-8/+8
2018-12-30Auto merge of #57205 - petrochenkov:extrecov, r=estebankbors-47/+74
2018-12-30Auto merge of #57204 - czipperz:ord_docs_must_agree, r=sfacklerbors-3/+5
2018-12-30Auto merge of #57158 - estebank:as-ref, r=zackmdavisbors-61/+172
2018-12-30Auto merge of #57195 - czipperz:mention_ToString_in_std_fmt_docs, r=SimonSapinbors-0/+9
2018-12-30Auto merge of #57185 - petrochenkov:impice4, r=estebankbors-26/+33
2018-12-29Do not complain about missing crate named as a keywordEsteban Küber-5/+42
2018-12-29Mention ToString in std::fmt docsCzipperz-0/+9
2018-12-29Specify criterion for PartialOrdCzipperz-2/+3
2018-12-29Auto merge of #56843 - csmoe:non-copy, r=davidtwcobors-95/+94
2018-12-29Make std::cmp::Ord documentation specify what it means to agree with PartialEqCzipperz-3/+4
2018-12-30Improve error recovery for some built-in macrosVadim Petrochenkov-47/+74
2018-12-29Auto merge of #56225 - alexreg:type_alias_enum_variants, r=petrochenkovbors-758/+1605
2018-12-29Use `same_type` instead of duplicating logicEsteban Küber-33/+26
2018-12-29Auto merge of #57197 - kennytm:rollup, r=kennytmbors-30/+29
2018-12-29Auto merge of #56924 - ehuss:update-cargo-rls-miri, r=alexcrichtonbors-82/+79
2018-12-29Auto merge of #57181 - petrochenkov:impice3, r=estebankbors-5/+17
2018-12-29Rollup merge of #57177 - varkor:fix-duration_as_u128-warning, r=estebankkennytm-1/+0
2018-12-29Rollup merge of #57174 - linclark:patch-1, r=varkorkennytm-1/+1
2018-12-29Rollup merge of #57168 - kennytm:fix-unaligned-docs, r=rkruppekennytm-2/+2
2018-12-29Rollup merge of #57163 - JohnHeitmann:chevron-fix, r=estebankkennytm-1/+1
2018-12-29Rollup merge of #57159 - ids1024:closed-issue, r=Centrilkennytm-23/+23
2018-12-29Rollup merge of #57153 - estebank:doc, r=cramertjkennytm-1/+1
2018-12-29Rollup merge of #57149 - rust-lang:sgrif-patch-1, r=rkruppekennytm-1/+1
2018-12-29Auto merge of #57160 - petrochenkov:impice2, r=estebankbors-6/+45
2018-12-29Auto merge of #57140 - estebank:str-err, r=varkorbors-37/+61
2018-12-29Fixed stderr files for ui tests.Alexander Regueiro-12/+3
2018-12-29add non-copy note to stderrcsmoe-45/+62
2018-12-28Update cargo, rls, miriEric Huss-82/+79
2018-12-29Auto merge of #57006 - GuillaumeGomez:no-crate-filter, r=QuietMisdreavusbors-19/+78
2018-12-29resolve: Never override real bindings with `Def::Err`s from error recoveryVadim Petrochenkov-26/+33
2018-12-28Auto merge of #57138 - matthiaskrgr:clippy, r=oli-obkbors-7/+9
2018-12-29resolve: Fix another ICE in import validationVadim Petrochenkov-5/+17
2018-12-28Auto merge of #57118 - Zoxc:query-stats, r=wesleywiserbors-2/+112
2018-12-28Fix warning when compiling rustcvarkor-1/+0
2018-12-28Add specific diagnostic for transmuting between equal associated typesvarkor-0/+24
2018-12-28Clarify wording of E0512varkor-121/+123
2018-12-28Suggest `.as_ref()` when appropriate for `Option` and `Result`Esteban Küber-47/+165
2018-12-28Update link to rustc guideLin Clark-1/+1
2018-12-28submodules: update clippy from fc24fce7 to f7bdf500Matthias Krüger-7/+9