summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2017-06-06Auto merge of #42455 - alexcrichton:stable-next, r=alexcrichton 1.18.0bors-1/+1
2017-06-05Prepare 1.18.0 stable release artifactsAlex Crichton-1/+1
2017-06-03Auto merge of #42338 - brson:beta-next, r=brsonbors-0/+150
2017-06-01Auto merge of #42364 - alexcrichton:beta-next, r=brsonbors-5/+36
2017-06-01Fix regression in `macro_rules!` name matching.Jeffrey Seyfried-5/+36
2017-06-01Updated releases notes for 1.18Aaron Power-0/+150
2017-05-27Auto merge of #42221 - brson:beta-next, r=alexcrichtonbors-1/+1
2017-05-26Auto merge of #42197 - arielb1:box-mir-beta, r=nikomatsakisbors-44/+48
2017-05-25Bump prerelease versionBrian Anderson-1/+1
2017-05-25Update OpenSSL download locationAlex Crichton-4/+6
2017-05-24box large variants in MIRAriel Ben-Yehuda-40/+42
2017-05-24Auto merge of #42182 - nikomatsakis:beta, r=brsonbors-113/+452
2017-05-24Make sure openssl compiles with only one coreAidan Hobson Sayers-1/+1
2017-05-23do not fetch variance for items when equatingNiko Matsakis-31/+98
2017-05-23use equality in the coerce-unsized checkNiko Matsakis-2/+106
2017-05-23correct various error messages that changedNiko Matsakis-10/+9
2017-05-23add a WF obligation if a type variable appears in bivariant positionNiko Matsakis-18/+106
2017-05-23replace the type generalizer with one based on varianceNiko Matsakis-65/+146
2017-05-23Auto merge of #42161 - brson:beta-next, r=alexcrichtonbors-83/+46
2017-05-23Bump the prerelease versionBrian Anderson-1/+1
2017-05-23Stabilize library features for 1.18.0Steven Fackler-77/+27
2017-05-23Fix regression on `include!(line!())`.Jeffrey Seyfried-5/+18
2017-05-22Auto merge of #42053 - nikomatsakis:beta, r=eddybbors-232/+298
2017-05-22try to fix lvalue ops for realAriel Ben-Yehuda-17/+109
2017-05-22refactor the handling of lvalue opsAriel Ben-Yehuda-230/+204
2017-05-21Auto merge of #42040 - alexcrichton:beta-next, r=Mark-Simulacrumbors-0/+0
2017-05-16[beta] Update cargo submoduleAlex Crichton-0/+0
2017-05-11Auto merge of #41915 - brson:beta-next, r=alexcrichtonbors-1/+1
2017-05-11Bump beta to .2Brian Anderson-1/+1
2017-05-11Auto merge of #41899 - brson:backports, r=alexcrichtonbors-6/+344
2017-05-10Added test for #41479 from @eddyb.Cameron Hart-0/+18
2017-05-10Add missing struct field index adjustments.Cameron Hart-3/+18
2017-05-10Update release notes for 1.17Brian Anderson-0/+258
2017-05-10typeck: resolve type vars before calling `try_index_step`Ariel Ben-Yehuda-2/+49
2017-05-10Try fixing bigendian metadata serialisationSimonas Kazlauskas-1/+1
2017-04-29Auto merge of #41580 - alexcrichton:update-beta-bootstrap, r=brsonbors-5/+5
2017-04-27Boostrap beta from the real stable compilerAlex Crichton-5/+5
2017-04-25Auto merge of #41525 - alexcrichton:beta-next, r=brsonbors-12/+12
2017-04-24Prepare the 1.18.0 beta releaseAlex Crichton-12/+12
2017-04-24Auto merge of #40634 - GuillaumeGomez:refcell-docs, r=steveklabnikbors-0/+9
2017-04-24Add more explanation on RefCell::get_mutGuillaume Gomez-0/+9
2017-04-24Auto merge of #41494 - withoutboats:associated-consts-are-not-object-safe, r=...bors-0/+37
2017-04-24Feature gate in test.Without Boats-0/+2
2017-04-24Style.Without Boats-3/+3
2017-04-24Fix type error.Without Boats-1/+1
2017-04-24Add compile-fail test.Without Boats-1/+27
2017-04-23Associated consts are not object safe.Without Boats-0/+9
2017-04-23Auto merge of #41486 - arielb1:select-where, r=eddybbors-1/+6
2017-04-23Auto merge of #41485 - arielb1:dtorck-constraint, r=eddybbors-447/+320
2017-04-23cache ADT dtorck resultsAriel Ben-Yehuda-398/+299