about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-29resolve: Simplify treatment of ambiguity errorsVadim Petrochenkov-75/+65
2018-12-29Auto merge of #56924 - ehuss:update-cargo-rls-miri, r=alexcrichtonbors-22/+21
2018-12-29Auto merge of #57181 - petrochenkov:impice3, r=estebankbors-5/+17
2018-12-29Create a struct for optimization fuel dataJohn Kåre Alsaker-30/+26
2018-12-29Remove unused types from rustc::mir::interpretMatthew Jasper-38/+0
2018-12-29Replace LockCell with atomic typesJohn Kåre Alsaker-175/+100
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-29update tests line numbersMatthias Krüger-13/+13
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-22/+21
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-28Remove unnecessary borrow generationMatthew Jasper-14/+0
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-28remove remaining copyright headersMatthias Krüger-200/+0
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
2018-12-28Auto merge of #57167 - Dylan-DPC:feature/non-zero-getters, r=SimonSapinbors-1/+10
2018-12-28Removed aligned ZST requirement from docs of read_/write_unaligned.kennytm-2/+2
2018-12-28Update src/test/ui/consts/const-nonzero.rsOliver Scherer-1/+1
2018-12-28Make the getter for NonZero types into a const fndylan_DPC-1/+10
2018-12-28Auto merge of #57137 - cramertj:unpin-prelude, r=SimonSapinbors-1/+1
2018-12-28Auto merge of #55519 - fhartwig:hashmap-index-example, r=Centrilbors-0/+6
2018-12-27Give the crate select chevron room to breathe.John Heitmann-1/+1
2018-12-28Auto merge of #57155 - petrochenkov:dcrate3, r=dtolnaybors-13/+154
2018-12-28resolve: Fix an ICE in import validationVadim Petrochenkov-6/+45
2018-12-27Update references to closed issueIan Douglas Scott-23/+23
2018-12-27Auto merge of #56999 - petrochenkov:macrecov2, r=estebankbors-367/+712
2018-12-28Resolve `$crate`s for pretty-printing at more appropriate timeVadim Petrochenkov-40/+53