| Age | Commit message (Expand) | Author | Lines |
| 2017-10-04 | Auto merge of #44882 - mikhail-m1:master, r=pnkfelix | bors | -136/+150 |
| 2017-10-04 | add notes to report_conflicting_borrow MIR borrowck | Mikhail Modin | -136/+150 |
| 2017-10-04 | Auto merge of #44905 - Pirh:process_abort_docs, r=steveklabnik | bors | -2/+13 |
| 2017-10-04 | Auto merge of #44999 - pnkfelix:mir-borrowck-fix-assert-left-right, r=nikomat... | bors | -10/+38 |
| 2017-10-04 | Auto merge of #44979 - hinaria:master, r=dtolnay | bors | -0/+13 |
| 2017-10-03 | Auto merge of #44895 - stephaneyfx:master, r=dtolnay | bors | -7/+22 |
| 2017-10-03 | Auto merge of #44949 - QuietMisdreavus:rustdoctest-dirs, r=nikomatsakis | bors | -0/+21 |
| 2017-10-03 | Auto merge of #44922 - zilbuz:issue-44596/E0594, r=pnkfelix | bors | -48/+84 |
| 2017-10-03 | Auto merge of #44896 - qmx:move-resolve-to-librustc, r=arielb1 | bors | -136/+273 |
| 2017-10-03 | Overlapping borrows can point to different lvalues. | Felix S. Klock II | -10/+38 |
| 2017-10-03 | Auto merge of #44920 - vi:rustdoc_implementors_src_link, r=GuillaumeGomez | bors | -15/+61 |
| 2017-10-03 | Auto merge of #44966 - zackmdavis:no_mangle_no_snake, r=aturon | bors | -1/+24 |
| 2017-10-02 | Auto merge of #44977 - steveklabnik:update-mdbook, r=alexcrichton | bors | -18/+18 |
| 2017-10-02 | Document that process::abort will not call the panic hook | Pirh | -1/+3 |
| 2017-10-02 | Auto merge of #44885 - lu-zero:master, r=alexcrichton | bors | -0/+120 |
| 2017-10-03 | windows: make `backtrace = false` compile | hinaria | -0/+13 |
| 2017-10-02 | update mdbook | steveklabnik | -18/+18 |
| 2017-10-02 | rustdoc: Remove cruft from the test | Vitaly _Vi Shukela | -14/+4 |
| 2017-10-02 | Auto merge of #44959 - arielb1:generic-errors, r=eddyb | bors | -14/+133 |
| 2017-10-02 | fix handling of `Self` | Ariel Ben-Yehuda | -26/+79 |
| 2017-10-02 | Auto merge of #44942 - zackmdavis:lint_suggestions, r=estebank | bors | -20/+153 |
| 2017-10-01 | correct unused-parens lint suggestion to strip exact pair | Zack M. Davis | -1/+51 |
| 2017-10-02 | Auto merge of #44960 - SeanPrashad:master, r=steveklabnik | bors | -5/+1 |
| 2017-10-01 | make non_snake_case lint allow extern no-mangle functions | Zack M. Davis | -1/+24 |
| 2017-10-01 | Auto merge of #44955 - laumann:small-typo-fix, r=steveklabnik | bors | -2/+2 |
| 2017-10-01 | fix handling of Self | Ariel Ben-Yehuda | -5/+14 |
| 2017-10-01 | Auto merge of #44919 - diwic:79-pretty-mir, r=arielb1 | bors | -1/+3 |
| 2017-10-01 | Auto merge of #44897 - Havvy:doc-size_of, r=steveklabnik | bors | -0/+78 |
| 2017-10-01 | Resolves #36284 - vec.rs documentation | Sean Prashad | -5/+1 |
| 2017-10-01 | handle nested generics in Generics::type_param/region_param | Ariel Ben-Yehuda | -11/+68 |
| 2017-10-01 | stray comma | Douglas Campos | -1/+1 |
| 2017-10-01 | Fix typo: geneartor -> generator | Thomas Jespersen | -2/+2 |
| 2017-10-01 | Auto merge of #44945 - petrochenkov:fixtyrec, r=arielb1 | bors | -14/+23 |
| 2017-10-01 | rustdoc: Style of [src] link for trait implementors | Vitaly _Vi Shukela | -1/+8 |
| 2017-10-01 | Auto merge of #44906 - dkl:main-signature, r=nagisa | bors | -6/+153 |
| 2017-10-01 | Auto merge of #44921 - est31:master, r=alexcrichton | bors | -8/+2 |
| 2017-09-30 | test: Update target specs test for new target-c-int-width field | Daniel Klauer | -0/+3 |
| 2017-09-30 | Auto merge of #44944 - dbrgn:trace-macros-docs, r=QuietMisdreavus | bors | -0/+39 |
| 2017-09-30 | code suggestions for unused-mut, while-true lints; UI test | Zack M. Davis | -8/+81 |
| 2017-09-30 | code suggestion for unused-parentheses lint | Zack M. Davis | -3/+11 |
| 2017-09-30 | code suggestion for deprecated-attribute lint | Zack M. Davis | -6/+8 |
| 2017-09-30 | let htmldocck.py check for directories | QuietMisdreavus | -0/+21 |
| 2017-09-30 | weird formatting | Douglas Campos | -2/+2 |
| 2017-09-30 | Auto merge of #44783 - alexcrichton:lto-codegen-units, r=michaelwoerister | bors | -430/+803 |
| 2017-09-30 | Do not require semantic types for all syntactic types when there are type errors | petrochenkov | -14/+23 |
| 2017-09-30 | rustc: Use 16bit c_int for msp430 | Daniel Klauer | -1/+36 |
| 2017-09-30 | rustc: Specify c_int width for each target | Daniel Klauer | -1/+81 |
| 2017-09-30 | Docs: Add trace_macros! to unstable book | Danilo Bargen | -0/+39 |
| 2017-09-30 | Auto merge of #44936 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -318/+458 |
| 2017-09-30 | rustc: Enable LTO and multiple codegen units | Alex Crichton | -430/+803 |