| Age | Commit message (Expand) | Author | Lines |
| 2018-01-13 | Rollup merge of #47382 - topecongiro:issue-43105, r=eddyb | kennytm | -0/+21 |
| 2018-01-13 | Rollup merge of #47344 - topecongiro:fixed-ices, r=alexcrichton | kennytm | -0/+110 |
| 2018-01-13 | Rollup merge of #47306 - alexreg:dataflow-analysis, r=eddyb | kennytm | -0/+10 |
| 2018-01-13 | Rollup merge of #47305 - cramertj:better-calendar-alone, r=eddyb | kennytm | -47/+14 |
| 2018-01-13 | Rollup merge of #47298 - cramertj:path-as-modrs, r=nikomatsakis | kennytm | -26/+1 |
| 2018-01-13 | Rollup merge of #47289 - etaoins:skip-linker-output-non-utf8-test-on-apple, r... | kennytm | -4/+12 |
| 2018-01-12 | Ignore CTFE errors while lowering patterns | Seiichi Uchida | -0/+21 |
| 2018-01-12 | Auto merge of #46551 - jseyfried:improve_legacy_modern_macro_interaction, r=nrc | bors | -0/+160 |
| 2018-01-11 | Don't track local_needs_drop separately in qualify_consts (fixes #47351). | Alexander Regueiro | -0/+10 |
| 2018-01-11 | Add tests to fixed issues. | Seiichi Uchida | -0/+110 |
| 2018-01-10 | Auto merge of #47167 - ivanbakel:builtin_indexing, r=nikomatsakis | bors | -0/+58 |
| 2018-01-09 | Rollup merge of #47262 - estebank:issue-45562, r=petrochenkov | Corey Farwell | -0/+26 |
| 2018-01-09 | Use copy/clone closures to simplify calendar test | Taylor Cramer | -47/+14 |
| 2018-01-10 | Fix typo | Ryan Cumming | -1/+1 |
| 2018-01-10 | Restore the original Window comment | Ryan Cumming | -2/+6 |
| 2018-01-09 | Treat #[path] files as mod.rs files | Taylor Cramer | -26/+1 |
| 2018-01-09 | Skip linker-output-non-utf8 test on Apple | Ryan Cumming | -8/+12 |
| 2018-01-09 | Rollup merge of #47263 - ollie27:rustdoc_private_macro_import, r=GuillaumeGomez | kennytm | -0/+20 |
| 2018-01-09 | Rollup merge of #47210 - zackmdavis:the_3rd_of_2_hardest_problems_in_computer... | kennytm | -0/+18 |
| 2018-01-08 | Auto merge of #47232 - keatinge:master, r=petrochenkov | bors | -0/+25 |
| 2018-01-07 | Account for `pub` in `const` -> `static` suggestion | Esteban Küber | -0/+26 |
| 2018-01-08 | rustdoc: Don't import macros from private imports | Oliver Middleton | -0/+20 |
| 2018-01-07 | Auto merge of #47171 - estebank:numeric-literal-suggestion, r=nikomatsakis | bors | -18/+92 |
| 2018-01-07 | Auto merge of #47039 - ollie27:rustdoc_trait_impl_src, r=GuillaumeGomez | bors | -0/+5 |
| 2018-01-07 | Added tests for non-obvious builtin indexing | Isaac van Bakel | -0/+58 |
| 2018-01-07 | Auto merge of #47156 - petrochenkov:extpath, r=nikomatsakis | bors | -4/+141 |
| 2018-01-06 | Use span_suggestion instead of span_err_help | keatinge | -3/+1 |
| 2018-01-06 | wherein careful doc-decoration arithmetic proves quite the ICE-breaker | Zack M. Davis | -0/+18 |
| 2018-01-07 | Rollup merge of #47230 - nerd2:debuginfo_shadow, r=alexcrichton | kennytm | -9/+8 |
| 2018-01-07 | Rollup merge of #47170 - eddyb:us-vs-usize, r=nikomatsakis | kennytm | -0/+6 |
| 2018-01-06 | Add tests for error message for pattern matching typo | keatinge | -0/+27 |
| 2018-01-06 | Auto merge of #47099 - SergioBenitez:master, r=jseyfried | bors | -0/+240 |
| 2018-01-06 | Debuginfo Shadowed Variable test: fix check numbering | Sam | -9/+8 |
| 2018-01-06 | Auto merge of #47083 - CAD97:issue-46976, r=nikomatsakis | bors | -0/+12 |
| 2018-01-06 | Auto merge of #47155 - nerd2:debuginfo_test_fix, r=alexcrichton | bors | -2/+63 |
| 2018-01-05 | Disable failing tests temporarily | Sam | -2/+25 |
| 2018-01-05 | Auto merge of #46907 - varkor:contrib-8, r=nagisa | bors | -0/+8 |
| 2018-01-05 | Auto merge of #46739 - arielb1:simple-loops, r=nikomatsakis | bors | -0/+25 |
| 2018-01-04 | Do not use casting for suggestion to add type to numeric literal | Esteban Küber | -10/+23 |
| 2018-01-04 | Auto merge of #46916 - michaelwoerister:generate-dead-code-plz, r=alexcrichton | bors | -0/+27 |
| 2018-01-04 | Auto merge of #47147 - projektir:to_ptr_cast, r=eddyb | bors | -0/+18 |
| 2018-01-04 | Generate code for const- and inline-fns if -Clink-dead-code is specified. | Michael Woerister | -0/+27 |
| 2018-01-04 | Auto merge of #47124 - estebank:loan-paths, r=nikomatsakis | bors | -7/+72 |
| 2018-01-03 | Provide suggestion when trying to use method on numeric literal | Esteban Küber | -18/+79 |
| 2018-01-04 | Auto merge of #47132 - cramertj:impl-trait-camel-case, r=nikomatsakis | bors | -0/+20 |
| 2018-01-04 | rustc: remove misleading `Ty::is_uint` method. | Eduard-Mihai Burtescu | -0/+6 |
| 2018-01-03 | Tweak to mir borrow in a loop diagnostic | Esteban Küber | -4/+1 |
| 2018-01-03 | Add mir test, review comments | Esteban Küber | -10/+36 |
| 2018-01-03 | Auto merge of #46984 - arielb1:pre-statement-effect, r=nikomatsakis | bors | -1/+78 |
| 2018-01-03 | Auto merge of #47127 - EdSchouten:cloudabi-tests, r=kennytm | bors | -143/+247 |