| Age | Commit message (Expand) | Author | Lines |
| 2017-10-30 | Move issue-42106 test from compile-fail to ui | Josh Leeb-du Toit | -1/+13 |
| 2017-10-30 | Refactor if block to use idiomatic matches | Josh Leeb-du Toit | -14/+10 |
| 2017-10-30 | Refactor matches to use Result::err | Josh Leeb-du Toit | -11/+4 |
| 2017-10-29 | Add test for fix duplicate display of E0502 | Josh Leeb-du Toit | -0/+16 |
| 2017-10-29 | Fix duplicate display of error E0502 | Josh Leeb-du Toit | -9/+30 |
| 2017-10-28 | Auto merge of #45540 - virgil-palanciuc:master, r=estebank | bors | -7/+36 |
| 2017-10-28 | fixed tidy error | Virgil Palanciuc | -2/+2 |
| 2017-10-28 | implemented code review | Virgil Palanciuc | -18/+24 |
| 2017-10-28 | Auto merge of #45489 - oli-obk:json_diagnostics, r=petrochenkov | bors | -28/+44 |
| 2017-10-28 | Auto merge of #44295 - plietar:extern-types, r=arielb1 | bors | -114/+732 |
| 2017-10-28 | Auto merge of #45589 - kennytm:rollup, r=kennytm | bors | -42/+54 |
| 2017-10-28 | Rollup merge of #45585 - frewsxcv:frewsxcv-diagnostic, r=kennytm | kennytm | -10/+0 |
| 2017-10-28 | Rollup merge of #45574 - nzig:on_unimplemented_example, r=steveklabnik | kennytm | -4/+4 |
| 2017-10-28 | Rollup merge of #45549 - steveklabnik:remove-just, r=QuietMisdreavus | kennytm | -1/+1 |
| 2017-10-28 | Rollup merge of #45535 - topecongiro:bootstrap-exit-code, r=kennytm | kennytm | -2/+5 |
| 2017-10-28 | Rollup merge of #45505 - spk:use-expect-instead-unwrap, r=kennytm | kennytm | -1/+6 |
| 2017-10-28 | Rollup merge of #45449 - frewsxcv:frewsxcv-udp-nonblocking, r=sfackler | kennytm | -4/+33 |
| 2017-10-28 | Rollup merge of #45421 - QuietMisdreavus:update-pulldown, r=steveklabnik | kennytm | -20/+5 |
| 2017-10-28 | Auto merge of #45566 - cuviper:option-checking, r=alexcrichton | bors | -4/+14 |
| 2017-10-28 | Auto merge of #45503 - thombles:tk/i44339-v5, r=petrochenkov | bors | -4/+55 |
| 2017-10-27 | Remove 'future Rust version' code block in diagnostic text. | Corey Farwell | -10/+0 |
| 2017-10-27 | Move type_has_metadata to trans_utils | Paul Liétar | -15/+17 |
| 2017-10-27 | fix rebase | Paul Liétar | -0/+1 |
| 2017-10-27 | Undo changes to core::ptr | Paul Liétar | -9/+7 |
| 2017-10-27 | Implement RFC 1861: Extern types | Paul Lietar | -120/+737 |
| 2017-10-27 | Auto merge of #45285 - alexcrichton:update-bootstrap, r=Mark-Simulacrum | bors | -284/+284 |
| 2017-10-27 | Fix tidy error line longer than 100 chars | Laurent Arnoud | -1/+3 |
| 2017-10-27 | Quit immediately when current directory is invalid | Laurent Arnoud | -3/+4 |
| 2017-10-27 | Update license exceptions. | kennytm | -5/+2 |
| 2017-10-27 | Auto merge of #45570 - nrc:manifest-no-rls, r=alexcrichton | bors | -26/+37 |
| 2017-10-27 | Auto merge of #45531 - steveklabnik:fix-unstable-book-formatting, r=kennytm | bors | -12/+12 |
| 2017-10-27 | Fixed rustc_on_unimplemented example in Unstable Book | Nadav Zingerman | -4/+4 |
| 2017-10-27 | Auto merge of #45353 - wesleywiser:untracked_queries, r=michaelwoerister | bors | -17/+94 |
| 2017-10-27 | Don't fail to build a manifest if a tarball is missing | Nick Cameron | -26/+37 |
| 2017-10-27 | Auto merge of #45524 - alexcrichton:improve-park-unpark, r=dtolnay | bors | -15/+72 |
| 2017-10-27 | Return 0 when ./x.py has no subcommand | topecongiro | -2/+5 |
| 2017-10-26 | config.toml: Add stubs for recognized-but-unused install paths | Josh Stone | -0/+5 |
| 2017-10-26 | configure.py: fix --disable-option-checking | Josh Stone | -4/+9 |
| 2017-10-26 | Auto merge of #45523 - alexcrichton:improve-libbacktrace, r=sfackler | bors | -1/+1 |
| 2017-10-26 | Switch several crate-wide queries to use eval_always | Wesley Wiser | -10/+8 |
| 2017-10-26 | Handle eval_always queries in force() | Wesley Wiser | -4/+11 |
| 2017-10-26 | Allow declaring a DepNode as eval_always | Wesley Wiser | -0/+18 |
| 2017-10-26 | [incremental] Add support for eval always queries | Wesley Wiser | -3/+57 |
| 2017-10-26 | Bump to 1.23 and update bootstrap | Alex Crichton | -279/+282 |
| 2017-10-26 | Auto merge of #45522 - michaelwoerister:fix-stable-hasher-cross, r=arielb1 | bors | -24/+16 |
| 2017-10-26 | Auto merge of #45519 - michaelwoerister:dedup-errors, r=arielb1 | bors | -154/+83 |
| 2017-10-26 | relax restriction - allow errors to be emmitted within macro spans, as long a... | Virgil Palanciuc | -9/+8 |
| 2017-10-26 | Use expect for current_dir on librustc/session mod | Laurent Arnoud | -1/+3 |
| 2017-10-26 | Auto merge of #45380 - dotdash:arg_copies, r=arielb1 | bors | -122/+145 |
| 2017-10-26 | Improve docs for UdpSocket::set_nonblocking. | Corey Farwell | -4/+33 |