| Age | Commit message (Expand) | Author | Lines |
| 2018-05-03 | Ignore cross-lang-lto test for LLVM versions without ThinLTO. | Michael Woerister | -2/+5 |
| 2018-05-03 | Support test header directives in run-make mode too. | Michael Woerister | -7/+22 |
| 2018-05-03 | Use correct section name for embedded LLVM bitcode on OSX. | Michael Woerister | -2/+6 |
| 2018-05-03 | Add LLVM bin directory to PATH for running run-make tests. | Michael Woerister | -4/+15 |
| 2018-05-03 | Add tests for -Z cross-lang-lto. | Michael Woerister | -0/+76 |
| 2018-05-03 | Add -Z cross-lang-lto flag in order to support linker-based LTO. | Michael Woerister | -1/+4 |
| 2018-05-03 | Declare embedded LLVM bitcode section readonly. | Michael Woerister | -0/+1 |
| 2018-05-03 | Rollup merge of #50302 - GuillaumeGomez:add-query-search-order-check, r=Quiet... | kennytm | -7/+15 |
| 2018-05-03 | Auto merge of #50391 - nnethercote:escape_unicode, r=eddyb | bors | -11/+5 |
| 2018-05-03 | Auto merge of #50378 - varkor:repr-align-max-29, r=eddyb | bors | -9/+23 |
| 2018-05-02 | Skip checking for unused mutable locals that have no name | Keith Yeung | -3/+37 |
| 2018-05-03 | add missing output for ui test | Michael Lamparski | -0/+8 |
| 2018-05-03 | Always inline simple BytePos and CharPos methods. | Nicholas Nethercote | -0/+10 |
| 2018-05-02 | forbid empty identifiers from concat_idents | Michael Lamparski | -0/+20 |
| 2018-05-03 | Auto merge of #50369 - pftbest:unicode, r=SimonSapin | bors | -8/+8 |
| 2018-05-03 | Remove parse::escape_default(). | Nicholas Nethercote | -7/+3 |
| 2018-05-03 | Use escape_default() for strings in LitKind::token(). | Nicholas Nethercote | -4/+2 |
| 2018-05-02 | Revert "Implement FromStr for PathBuf" | Alex Crichton | -27/+0 |
| 2018-05-02 | nano-optimization for memchr::repeat_byte | Andre Bogus | -13/+2 |
| 2018-05-02 | Add a comment explaining unification w/ universes | Sean Griffin | -0/+5 |
| 2018-05-02 | Auto merge of #50355 - petrochenkov:50187, r=oli-obk | bors | -36/+122 |
| 2018-05-02 | Fix rebase issues | Sean Griffin | -1/+1 |
| 2018-05-02 | Auto merge of #50354 - varkor:initial-field-alignment-c-int, r=eddyb | bors | -2/+108 |
| 2018-05-02 | track skol levels in the InferCtxt rather than via counter | Sean Griffin | -87/+26 |
| 2018-05-02 | Wrap `InferCtxt::universe` in a cell | Sean Griffin | -5/+9 |
| 2018-05-02 | Fix rebase issues | Sean Griffin | -0/+2 |
| 2018-05-02 | Allow unaligned reads in constants | Oliver Schneider | -4/+30 |
| 2018-05-02 | give a universe to region variables | Sean Griffin | -6/+34 |
| 2018-05-02 | store RegionVariableInfo and not just RegionVariableOrigin | Sean Griffin | -35/+42 |
| 2018-05-02 | change skolemizations to use universe index | Sean Griffin | -29/+38 |
| 2018-05-02 | add universes to type inference variables | Sean Griffin | -7/+15 |
| 2018-05-02 | introduce `UniverseIndex` into `InferCtxt` | Sean Griffin | -3/+13 |
| 2018-05-02 | Auto merge of #49943 - pnkfelix:fix-issue-49918, r=nikomatsakis | bors | -40/+106 |
| 2018-05-02 | Auto merge of #50339 - nnethercote:lazy-Printer-buf, r=michaelwoerister | bors | -7/+23 |
| 2018-05-02 | fix tests | flip1995 | -19/+19 |
| 2018-05-02 | make it compile again | flip1995 | -94/+92 |
| 2018-05-02 | Fix failures in rustdoc | Seiichi Uchida | -179/+63 |
| 2018-05-02 | Change Attribute::name to return the last segment | Seiichi Uchida | -7/+10 |
| 2018-05-02 | Add tool_attributes feature to unstable book | Seiichi Uchida | -0/+26 |
| 2018-05-02 | Gate tool_attributes feature | Seiichi Uchida | -2/+20 |
| 2018-05-02 | Remove Option from the return type of Attribute::name() | Seiichi Uchida | -36/+28 |
| 2018-05-02 | Allow Path for name of MetaItem | Seiichi Uchida | -70/+141 |
| 2018-05-02 | Add tests for a new feature 'tool_attributes' | Seiichi Uchida | -0/+97 |
| 2018-05-02 | Auto merge of #50329 - Zoxc:opt-3, r=alexcrichton | bors | -8/+0 |
| 2018-05-02 | Auto merge of #50282 - fitzgen:run-more-passes-on-constant-mir, r=nikomatsakis | bors | -48/+2 |
| 2018-05-02 | Auto merge of #50278 - eddyb:mir-succ-iter, r=nikomatsakis | bors | -89/+85 |
| 2018-05-01 | Auto merge of #50379 - nrc:update, r=alexcrichton | bors | -32/+49 |
| 2018-05-02 | Update RLS and Rustfmt | Nick Cameron | -32/+49 |
| 2018-05-01 | Auto merge of #49982 - petrochenkov:noreex, r=alexcrichton | bors | -712/+290 |
| 2018-05-01 | Reduce the maximum alignment to repr(align(1 << 29)) | varkor | -8/+11 |