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