| Age | Commit message (Expand) | Author | Lines |
| 2017-10-10 | Rollup merge of #45146 - petrochenkov:lessrec, r=estebank | kennytm | -2/+58 |
| 2017-10-10 | Rollup merge of #45135 - michaelwoerister:move-incr-comp-with-macro-export, r... | kennytm | -2/+1 |
| 2017-10-10 | Rollup merge of #45108 - phil-opp:patch-2, r=japaric | kennytm | -2/+2 |
| 2017-10-10 | Rollup merge of #45089 - rkruppe:master, r=bluss | kennytm | -1/+1 |
| 2017-10-10 | Rename test Linux target to avoid conflict with built-in target | Philipp Oppermann | -1/+1 |
| 2017-10-10 | Auto merge of #44822 - frewsxcv:frewsxcv-eprintln, r=Kimundi | bors | -29/+15 |
| 2017-10-09 | Fix a bug in diagnostics for `x as usize < y` | Vadim Petrochenkov | -2/+58 |
| 2017-10-09 | Auto merge of #45075 - alexcrichton:inline-less, r=michaelwoerister | bors | -2/+71 |
| 2017-10-09 | incr.comp.: Move macro-export test case to src/test/incremental. | Michael Woerister | -2/+1 |
| 2017-10-08 | Auto merge of #45016 - pnkfelix:mir-borrowck-gather-and-signal-move-errors, r... | bors | -13/+60 |
| 2017-10-08 | Fix data-layout field | Philipp Oppermann | -1/+1 |
| 2017-10-08 | Auto merge of #45020 - MaloJaffre:needs-test, r=alexcrichton | bors | -0/+119 |
| 2017-10-08 | Rollup merge of #45018 - michaelwoerister:fix-dep-node-debug-recursion, r=eddyb | kennytm | -10/+10 |
| 2017-10-07 | rustc: Don't inline in CGUs at -O0 | Alex Crichton | -2/+71 |
| 2017-10-07 | Auto merge of #44841 - alexcrichton:thinlto, r=michaelwoerister | bors | -37/+131 |
| 2017-10-07 | Auto merge of #44892 - GuillaumeGomez:fnty-args-rustdoc, r=eddyb | bors | -0/+15 |
| 2017-10-07 | Fix typo in codegen test | Robin Kruppe | -1/+1 |
| 2017-10-07 | Fix invalid rustdoc rendering for FnTy args | Guillaume Gomez | -0/+15 |
| 2017-10-07 | rustc: Implement ThinLTO | Alex Crichton | -37/+131 |
| 2017-10-07 | Auto merge of #44860 - kennytm:fix-44731, r=alexcrichton | bors | -0/+51 |
| 2017-10-07 | Auto merge of #44614 - tschottdorf:pat_adjustments, r=nikomatsakis | bors | -23/+1045 |
| 2017-10-06 | implement pattern-binding-modes RFC | Tobias Schottdorf | -23/+1045 |
| 2017-10-06 | Auto merge of #43604 - abonander:proc_macro_span_api, r=jseyfried | bors | -0/+107 |
| 2017-10-06 | Auto merge of #44818 - petrochenkov:astymac2, r=jseyfried | bors | -0/+135 |
| 2017-10-06 | Auto merge of #44951 - vitiral:incr_struct_defs, r=michaelwoerister | bors | -4/+177 |
| 2017-10-05 | `proc_macro::Span` API improvements | Austin Bonander | -0/+107 |
| 2017-10-06 | Improve resolution of associated types in macros 2.0 | Vadim Petrochenkov | -0/+135 |
| 2017-10-05 | Fix infinite recursion in <DepNode as Debug>. | Michael Woerister | -10/+10 |
| 2017-10-05 | Auto merge of #44940 - philipc:remap-path, r=michaelwoerister | bors | -0/+23 |
| 2017-10-04 | Auto merge of #44901 - michaelwoerister:on-demand-eval, r=nikomatsakis | bors | -19/+14 |
| 2017-10-04 | Fix some E-needstest issues. | Malo Jaffré | -0/+119 |
| 2017-10-04 | Unit tests for gathering and reporting move-errors from mir-borrowck. | Felix S. Klock II | -13/+60 |
| 2017-10-03 | Auto merge of #44949 - QuietMisdreavus:rustdoctest-dirs, r=nikomatsakis | bors | -0/+3 |
| 2017-10-03 | related to #44924: update incr compilation for struct_defs.rs | Garrett Berg | -4/+177 |
| 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 |