| Age | Commit message (Expand) | Author | Lines |
| 2016-10-18 | Some tests to check that lifetime parametric fn's do not trip up LLVM. | Felix S. Klock II | -0/+54 |
| 2016-10-18 | stop having identity casts be lexprs | Ariel Ben-Yehuda | -0/+35 |
| 2016-10-14 | force `i1` booleans to `i8` when comparing | Niko Matsakis | -0/+24 |
| 2016-10-14 | loosen assertion against proj in collector | Niko Matsakis | -0/+34 |
| 2016-09-21 | Workaround #34427 by using memset of 0 on ARM to set the discriminant. | Felix S. Klock II | -0/+26 |
| 2016-09-21 | add missing test | Niko Matsakis | -0/+28 |
| 2016-09-21 | use `adt::trans_const` when translating constant closures and tuples | Ariel Ben-Yehuda | -0/+25 |
| 2016-09-19 | Remove data structure specialization for .zip() iterator | Ulrik Sverdrup | -0/+17 |
| 2016-09-19 | Up the LLVM | Simonas Kazlauskas | -0/+40 |
| 2016-09-16 | Make `private_in_public` compatibility lint warn-by-default again | Vadim Petrochenkov | -2/+6 |
| 2016-09-16 | Fix issue #36036. | Felix S. Klock II | -0/+36 |
| 2016-09-12 | llvm: backport "[SimplifyCFG] Hoisting invalidates metadata". | Eduard Burtescu | -0/+32 |
| 2016-09-12 | rustc_trans: do not generate allocas for unused locals. | Eduard Burtescu | -0/+18 |
| 2016-09-12 | typeck: use NoExpectation to check return type of diverging fn | Alex Burka | -0/+35 |
| 2016-08-22 | Properly invalidate the early exit cache | Simonas Kazlauskas | -0/+37 |
| 2016-08-16 | Auto merge of #35617 - jseyfried:fix_unused_cfg_attr_path, r=eddyb | bors | -2/+14 |
| 2016-08-16 | Auto merge of #35162 - canndrew:bang_type_coerced, r=nikomatsakis | bors | -67/+319 |
| 2016-08-15 | Auto merge of #35680 - GuillaumeGomez:err_codes, r=jonathandturner | bors | -0/+242 |
| 2016-08-15 | Auto merge of #35340 - michaelwoerister:incr-comp-cli-args, r=nikomatsakis | bors | -3/+38 |
| 2016-08-15 | Add new error code tests | Guillaume Gomez | -0/+242 |
| 2016-08-15 | Auto merge of #35567 - creativcoder:e0261, r=jonathandturner | bors | -0/+3 |
| 2016-08-14 | Auto merge of #35666 - eddyb:rollup, r=eddyb | bors | -86/+162 |
| 2016-08-14 | Auto merge of #35409 - eddyb:mir-storage-stmts, r=nikomatsakis | bors | -2/+101 |
| 2016-08-14 | Rollup merge of #35648 - ahmedcharles:pred, r=alexcrichton | Eduard-Mihai Burtescu | -18/+0 |
| 2016-08-14 | Rollup merge of #35647 - ahmedcharles:spelling, r=alexcrichton | Eduard-Mihai Burtescu | -23/+23 |
| 2016-08-14 | Rollup merge of #35646 - theypsilon:master, r=jonathandturner | Eduard-Mihai Burtescu | -0/+1 |
| 2016-08-14 | Rollup merge of #35644 - garekkream:update-E0302-new-error-format, r=jonathan... | Eduard-Mihai Burtescu | -0/+1 |
| 2016-08-14 | Rollup merge of #35643 - garekkream:update-E0301-new-error-format, r=jonathan... | Eduard-Mihai Burtescu | -0/+1 |
| 2016-08-14 | Rollup merge of #35616 - clementmiao:E0067_new_error_format, r=jonathandturner | Eduard-Mihai Burtescu | -0/+2 |
| 2016-08-14 | Rollup merge of #35615 - clementmiao:E0070_new_error_format, r=jonathandturner | Eduard-Mihai Burtescu | -0/+1 |
| 2016-08-14 | Rollup merge of #35611 - jonathandturner:ptr-helper, r=nikomatsakis | Eduard-Mihai Burtescu | -21/+21 |
| 2016-08-14 | Rollup merge of #35596 - crypto-universe:E0254_style_and_tests, r=jonathandtu... | Eduard-Mihai Burtescu | -1/+4 |
| 2016-08-14 | Rollup merge of #35586 - shyaamsundhar:SqushCom, r=jonathandturner | Eduard-Mihai Burtescu | -0/+2 |
| 2016-08-14 | Rollup merge of #35574 - badboy:emscripten-test-fixes, r=brson | Eduard-Mihai Burtescu | -3/+57 |
| 2016-08-14 | Rollup merge of #35573 - wdv4758h:E0138, r=jonathandturner | Eduard-Mihai Burtescu | -1/+4 |
| 2016-08-14 | Rollup merge of #35558 - lukehinds:master, r=nikomatsakis | Eduard-Mihai Burtescu | -1/+3 |
| 2016-08-14 | Rollup merge of #35533 - frewsxcv:22984, r=brson | Eduard-Mihai Burtescu | -0/+13 |
| 2016-08-14 | Rollup merge of #35491 - sanxiyn:pub-restricted-span, r=nikomatsakis | Eduard-Mihai Burtescu | -16/+27 |
| 2016-08-14 | Auto merge of #35534 - michaelwoerister:fix-const-collection2, r=nikomatsakis | bors | -0/+93 |
| 2016-08-14 | Auto merge of #34206 - petrochenkov:pipdeny, r=nikomatsakis | bors | -58/+97 |
| 2016-08-14 | updated compile-fail tests | Rahul Sharma | -0/+3 |
| 2016-08-13 | Auto merge of #35453 - jseyfried:hygienize_metavariables, r=nrc | bors | -2/+29 |
| 2016-08-14 | [MIR] Add Storage{Live,Dead} statements to emit llvm.lifetime.{start,end}. | Eduard Burtescu | -2/+101 |
| 2016-08-13 | Add regression test. | Jeffrey Seyfried | -2/+14 |
| 2016-08-13 | Improve comments on ! tests | Andrew Cann | -0/+2 |
| 2016-08-13 | Fix `make tidy` | Andrew Cann | -1/+1 |
| 2016-08-13 | Add explanations to tests | Andrew Cann | -0/+37 |
| 2016-08-13 | Permit `! as T` with test | Andrew Cann | -0/+18 |
| 2016-08-13 | Add another test for ! | Andrew Cann | -0/+34 |
| 2016-08-13 | Add tests for ! type | Andrew Cann | -0/+259 |