| Age | Commit message (Expand) | Author | Lines |
| 2016-12-15 | Fix regression in resolution of primitive types | Vadim Petrochenkov | -0/+20 |
| 2016-12-14 | Auto merge of #38332 - bluss:copy-prop-arguments, r=eddyb | bors | -0/+34 |
| 2016-12-13 | Auto merge of #38325 - frewsxcv:rollup, r=frewsxcv | bors | -0/+786 |
| 2016-12-12 | Rollup merge of #38202 - michaelwoerister:closure-ich-test, r=nikomatsakis | Corey Farwell | -0/+786 |
| 2016-12-12 | incr.comp.: Avoid creating an edge to DepNode::Krate when generating debuginf... | Michael Woerister | -0/+40 |
| 2016-12-12 | Auto merge of #38057 - KiChjang:display-formal-type-param, r=nikomatsakis | bors | -20/+45 |
| 2016-12-11 | Auto merge of #38265 - bluss:mir-deaggregator-loop, r=nagisa | bors | -0/+105 |
| 2016-12-11 | mir: Allow copy-propagation of function arguments | Ulrik Sverdrup | -0/+34 |
| 2016-12-11 | Auto merge of #38272 - michaelwoerister:incr-symbol-visibility, r=nikomatsakis | bors | -0/+42 |
| 2016-12-11 | Auto merge of #38249 - arielb1:special-substs, r=nikomatsakis | bors | -0/+41 |
| 2016-12-11 | Auto merge of #38250 - michaelwoerister:trait-methods-in-reachable, r=alexcri... | bors | -0/+57 |
| 2016-12-10 | Auto merge of #38239 - jseyfried:fix_doc_tests_on_macros, r=eddyb | bors | -0/+18 |
| 2016-12-10 | Auto merge of #37780 - GuillaumeGomez:E0571, r=nikomatsakis | bors | -0/+13 |
| 2016-12-09 | Add UI test for missing type parameter | Keith Yeung | -0/+25 |
| 2016-12-09 | incr.comp.: Add test case for symbol visibility changes | Michael Woerister | -0/+42 |
| 2016-12-09 | mir: Reinstate while loop in deaggregator pass | Ulrik Sverdrup | -0/+105 |
| 2016-12-09 | Auto merge of #38192 - stjepang:faster-sort-algorithm, r=bluss | bors | -67/+92 |
| 2016-12-08 | Change error to E0572 | Guillaume Gomez | -1/+1 |
| 2016-12-08 | Add E0571 test | Guillaume Gomez | -0/+13 |
| 2016-12-08 | Extend middle::reachable to also consider provided trait methods. | Michael Woerister | -0/+57 |
| 2016-12-08 | Auto merge of #38195 - rkruppe:llvm-pass-name-fwdcompat, r=alexcrichton | bors | -2/+12 |
| 2016-12-08 | Fix doc-tests on exported `macro_rules!`. | Jeffrey Seyfried | -0/+18 |
| 2016-12-07 | Auto merge of #38191 - oli-obk:clippy_is_sad, r=eddyb | bors | -11/+11 |
| 2016-12-07 | Implement a faster sort algorithm | Stjepan Glavina | -67/+92 |
| 2016-12-07 | Rollup merge of #38085 - estebank:empty-import-list-fix-38012, r=jseyfried | Guillaume Gomez | -3/+9 |
| 2016-12-07 | remove useless lifetimes on LateLintPass impl methods | Oliver Schneider | -6/+6 |
| 2016-12-07 | remove useless lifetime outlives bounds | Oliver Schneider | -14/+14 |
| 2016-12-07 | mk: Switch rustbuild to the default build system | Alex Crichton | -0/+1 |
| 2016-12-06 | ICH: Add missing annotations for struct constructor expr test case. | Michael Woerister | -0/+12 |
| 2016-12-06 | ICH: Add test case for enum constructor expressions. | Michael Woerister | -0/+387 |
| 2016-12-06 | ICH: Add test case for indexing expressions. | Michael Woerister | -0/+157 |
| 2016-12-06 | ICH: Add test case sensitive to function bodies in metadata. | Michael Woerister | -0/+86 |
| 2016-12-06 | ICH: Add test case for closure expressions. | Michael Woerister | -0/+144 |
| 2016-12-06 | [LLVM 4.0] test/run-make/llvm-pass/ | Robin Kruppe | -2/+12 |
| 2016-12-06 | Auto merge of #37994 - upsuper:msvc-link-opt, r=alexcrichton | bors | -2/+2 |
| 2016-12-06 | Auto merge of #37973 - vadimcn:dllimport, r=alexcrichton | bors | -53/+222 |
| 2016-12-06 | annotate stricter lifetimes on LateLintPass methods to allow them to forward ... | Oliver Schneider | -7/+7 |
| 2016-12-05 | Warn when an import list is empty | Esteban Küber | -3/+9 |
| 2016-12-05 | Annotate more tests with kind="static" | Vadim Chugunov | -8/+8 |
| 2016-12-06 | Auto merge of #38121 - jonathandturner:better_e0061, r=nikomatsakis | bors | -28/+27 |
| 2016-12-05 | Auto merge of #38117 - michaelwoerister:hidden-symbols, r=alexcrichton | bors | -2/+127 |
| 2016-12-05 | Make symbol-visibility test case work on all platforms. | Michael Woerister | -9/+33 |
| 2016-12-05 | Add test case for symbol visibility in dylibs. | Michael Woerister | -0/+101 |
| 2016-12-05 | Refactor symbol export list generation. | Michael Woerister | -2/+2 |
| 2016-12-05 | Auto merge of #38107 - keeperofdakeys:proc-macro-test, r=alexcrichton | bors | -3/+11 |
| 2016-12-05 | Auto merge of #38093 - mikhail-m1:stack-overflow, r=arielb1 | bors | -0/+26 |
| 2016-12-05 | erase lifetimes when translating specialized substs | Ariel Ben-Yehuda | -0/+41 |
| 2016-12-04 | Disable ICF opt of MSVC for non-opt build | Xidorn Quan | -2/+2 |
| 2016-12-04 | Auto merge of #38082 - jseyfried:macro_invocation_paths, r=nrc | bors | -43/+93 |
| 2016-12-04 | Auto merge of #37920 - nikomatsakis:compile-time-regression-37864, r=mw | bors | -0/+98 |