| Age | Commit message (Expand) | Author | Lines |
| 2017-10-04 | Auto merge of #44901 - michaelwoerister:on-demand-eval, r=nikomatsakis | bors | -19/+14 |
| 2017-10-03 | Auto merge of #44949 - QuietMisdreavus:rustdoctest-dirs, r=nikomatsakis | bors | -0/+3 |
| 2017-10-03 | Auto merge of #44922 - zilbuz:issue-44596/E0594, r=pnkfelix | bors | -5/+44 |
| 2017-10-03 | Auto merge of #44920 - vi:rustdoc_implementors_src_link, r=GuillaumeGomez | bors | -0/+24 |
| 2017-10-03 | Auto merge of #44966 - zackmdavis:no_mangle_no_snake, r=aturon | bors | -0/+18 |
| 2017-10-02 | rustdoc: Remove cruft from the test | Vitaly _Vi Shukela | -14/+4 |
| 2017-10-02 | incr.comp.: Use red/green tracking for CGU re-use. | Michael Woerister | -19/+14 |
| 2017-10-02 | Auto merge of #44959 - arielb1:generic-errors, r=eddyb | bors | -1/+75 |
| 2017-10-02 | fix handling of `Self` | Ariel Ben-Yehuda | -15/+46 |
| 2017-10-02 | Auto merge of #44942 - zackmdavis:lint_suggestions, r=estebank | bors | -3/+94 |
| 2017-10-01 | correct unused-parens lint suggestion to strip exact pair | Zack M. Davis | -0/+26 |
| 2017-10-01 | make non_snake_case lint allow extern no-mangle functions | Zack M. Davis | -0/+18 |
| 2017-10-01 | handle nested generics in Generics::type_param/region_param | Ariel Ben-Yehuda | -1/+44 |
| 2017-10-01 | Auto merge of #44945 - petrochenkov:fixtyrec, r=arielb1 | bors | -3/+22 |
| 2017-10-01 | Auto merge of #44906 - dkl:main-signature, r=nagisa | bors | -0/+55 |
| 2017-09-30 | test: Update target specs test for new target-c-int-width field | Daniel Klauer | -0/+3 |
| 2017-09-30 | code suggestions for unused-mut, while-true lints; UI test | Zack M. Davis | -2/+67 |
| 2017-09-30 | code suggestion for deprecated-attribute lint | Zack M. Davis | -1/+1 |
| 2017-09-30 | let htmldocck.py check for directories | QuietMisdreavus | -0/+3 |
| 2017-09-30 | Auto merge of #44783 - alexcrichton:lto-codegen-units, r=michaelwoerister | bors | -0/+15 |
| 2017-09-30 | Do not require semantic types for all syntactic types when there are type errors | petrochenkov | -3/+22 |
| 2017-09-30 | rustc: Use 16bit c_int for msp430 | Daniel Klauer | -0/+35 |
| 2017-09-30 | rustc: Enable LTO and multiple codegen units | Alex Crichton | -0/+15 |
| 2017-09-30 | rustdoc: A test for local and foreign [src] trait impl links | Vitaly _Vi Shukela | -0/+34 |
| 2017-09-29 | Rollup merge of #44287 - Eh2406:master, r=aturon | Mark Simulacrum | -2/+95 |
| 2017-09-29 | Rollup merge of #44124 - gaurikholkar:return_self, r=arielb1 | Mark Simulacrum | -100/+36 |
| 2017-09-29 | Auto merge of #42526 - huntiep:try_opt, r=nikomatsakis | bors | -0/+47 |
| 2017-09-29 | Auto merge of #44866 - mdevlamynck:impl-trait, r=eddyb | bors | -0/+38 |
| 2017-09-29 | mir-borrowck: Factorize error message for `cannot_assign_static()` between AS... | Basile Desloges | -5/+44 |
| 2017-09-29 | Auto merge of #44853 - alexcrichton:debug-codegen-units, r=michaelwoerister | bors | -14/+17 |
| 2017-09-29 | Auto merge of #44847 - estebank:unused-signature, r=nikomatsakis | bors | -9/+81 |
| 2017-09-29 | Auto merge of #44811 - zilbuz:issue-44596/E0506, r=arielb1 | bors | -37/+150 |
| 2017-09-28 | Auto merge of #44528 - tmnilsson:attr_proc_macro_cfg_process, r=jseyfried | bors | -0/+121 |
| 2017-09-28 | test: Check native main() signature | Daniel Klauer | -0/+17 |
| 2017-09-28 | Auto merge of #44806 - KiChjang:mir-err-notes-2, r=pnkfelix | bors | -5/+18 |
| 2017-09-27 | Auto merge of #44782 - estebank:issue-36700, r=GuillaumeGomez | bors | -3/+35 |
| 2017-09-27 | Add UI tests | Hunter Praska | -0/+47 |
| 2017-09-27 | Apply attr proc macros before cfg processing | Tomas Nilsson | -0/+121 |
| 2017-09-27 | Auto merge of #44709 - Badel2:inclusive-range-dotdoteq, r=petrochenkov | bors | -54/+93 |
| 2017-09-26 | Add span label to E0384 for MIR borrowck | Keith Yeung | -5/+18 |
| 2017-09-27 | Auto merge of #44802 - sfackler:vecdeque-oob, r=Gankro | bors | -0/+25 |
| 2017-09-26 | Auto merge of #44757 - jseyfried:fix_bad_derive_collection, r=nrc | bors | -0/+28 |
| 2017-09-26 | mir-borrowck: Edit compile-fail tests with E0506 error to also test on MIR bo... | Basile Desloges | -37/+150 |
| 2017-09-26 | fix test reference | Niko Matsakis | -1/+1 |
| 2017-09-26 | remove random newlines from error messages, fix compile-fail test | Niko Matsakis | -11/+6 |
| 2017-09-26 | use present tense consistently and update references | Niko Matsakis | -4/+4 |
| 2017-09-26 | modify message for return time having multiple lifetimes | gaurikholkar | -32/+25 |
| 2017-09-26 | merge fixes, addressing CR comments | gaurikholkar | -76/+24 |
| 2017-09-26 | impl Trait in argument position desugaring: | Matthias Devlamynck | -0/+38 |
| 2017-09-26 | rustc: Default 32 codegen units at O0 | Alex Crichton | -14/+17 |