| Age | Commit message (Expand) | Author | Lines |
| 2018-02-04 | Rollup merge of #47978 - eddyb:iu, r=kennytm | kennytm | -4/+4 |
| 2018-02-04 | Rollup merge of #47958 - frewsxcv:frewsxcv-try-clone, r=aidanhs | kennytm | -7/+29 |
| 2018-02-04 | Rollup merge of #47947 - goodmanjonathan:stabilize_match_beginning_vert, r=pe... | kennytm | -103/+32 |
| 2018-02-04 | Rollup merge of #47912 - cuviper:glibc-stack-guard, r=alexcrichton | kennytm | -68/+93 |
| 2018-02-04 | Rollup merge of #47896 - zackmdavis:and_the_case_of_the_necessary_unnecessary... | kennytm | -9/+83 |
| 2018-02-04 | Rollup merge of #47877 - spastorino:lifetime-bounds-in-copy, r=nikomatsakis | kennytm | -7/+37 |
| 2018-02-04 | Rollup merge of #47862 - GuillaumeGomez:const-evaluation-ice, r=eddyb | kennytm | -2/+31 |
| 2018-02-04 | Auto merge of #47991 - nrc:update, r=alexcrichton | bors | -33/+47 |
| 2018-02-04 | Auto merge of #47915 - eddyb:layout-of, r=nikomatsakis | bors | -84/+107 |
| 2018-02-04 | Update RLS and Rustfmt | Nick Cameron | -33/+47 |
| 2018-02-03 | Auto merge of #47845 - Zoxc:gen-fixes, r=nikomatsakis | bors | -52/+342 |
| 2018-02-03 | Clarify shared file handler behavior of File::try_clone. | Corey Farwell | -7/+29 |
| 2018-02-03 | Auto merge of #46254 - Dylan-DPC:ellided-lifetime, r=nikomatsakis | bors | -4/+55 |
| 2018-02-03 | Auto merge of #47962 - kennytm:rollup, r=kennytm | bors | -70/+157 |
| 2018-02-03 | Fix const evaluation ICE in rustdoc | Guillaume Gomez | -2/+31 |
| 2018-02-03 | Rollup merge of #47973 - perlun:patch-1, r=dtolnay | kennytm | -1/+1 |
| 2018-02-03 | Auto merge of #47791 - estebank:mismatched-trait-impl, r=nikomatsakis | bors | -129/+212 |
| 2018-02-03 | ui tests: diff from old (expected) to new (actual) instead of backwards. | Eduard-Mihai Burtescu | -4/+4 |
| 2018-02-02 | copy_nonoverlapping example: Fixed typo | Per Lundberg | -1/+1 |
| 2018-02-02 | Rollup merge of #47951 - GuillaumeGomez:sidebar-hover, r=QuietMisdreavus Fix ... | kennytm | -8/+22 |
| 2018-02-02 | Rollup merge of #47942 - estebank:macro-spans, r=nikomatsakis Minimize weird ... | kennytm | -8/+55 |
| 2018-02-02 | Rollup merge of #47919 - varkor:to_degrees-precision, r=rkruppe Use constant ... | kennytm | -1/+7 |
| 2018-02-02 | Rollup merge of #47916 - vmx:patch-2, r=kennytm Fix lang items box example co... | kennytm | -13/+8 |
| 2018-02-02 | Rollup merge of #47914 - etaoins:improve-char-escape-in-lexer-msg, r=petroche... | kennytm | -13/+33 |
| 2018-02-02 | Rollup merge of #47898 - Aaron1011:static-ref-nll, r=nikomatsakis Fix ICE whe... | kennytm | -2/+21 |
| 2018-02-02 | Rollup merge of #47842 - Manishearth:dead-code, r=nagisa Remove dead code The... | kennytm | -24/+0 |
| 2018-02-02 | Rollup merge of #47829 - estebank:break-in-for, r=cramertj Suggest removing v... | kennytm | -0/+9 |
| 2018-02-02 | Rollup merge of #46156 - SimonSapin:patch-14, r=withoutboats | kennytm | -0/+1 |
| 2018-02-02 | Auto merge of #47465 - estebank:include-space-after-mut, r=nikomatsakis | bors | -32/+72 |
| 2018-02-02 | Remove dead code | Manish Goregaokar | -24/+0 |
| 2018-02-02 | Auto merge of #47102 - Diggsey:wasm-syscall, r=alexcrichton | bors | -198/+360 |
| 2018-02-01 | Fix ugly hover in sidebar | Guillaume Gomez | -8/+22 |
| 2018-02-02 | add ellided lifetime | dpc | -4/+55 |
| 2018-02-01 | Change offset to `0` | Esteban Küber | -1/+1 |
| 2018-02-01 | Minimize weird spans involving macro context | Esteban Küber | -8/+55 |
| 2018-02-01 | Use constant for 180/π in to_degrees | varkor | -1/+7 |
| 2018-02-01 | Auto merge of #47738 - nikomatsakis:issue-47139-master, r=arielb1 | bors | -93/+307 |
| 2018-02-01 | Auto merge of #47540 - Manishearth:suggestion, r=nrc | bors | -14/+109 |
| 2018-02-01 | Fix lang items box example code | Volker Mische | -13/+8 |
| 2018-02-01 | rustc: prefer ParamEnvAnd and LayoutCx over tuples for LayoutOf. | Eduard-Mihai Burtescu | -84/+107 |
| 2018-02-01 | Improve char escaping in lexer messages | Ryan Cumming | -13/+33 |
| 2018-01-31 | Auto merge of #47900 - kennytm:rollup, r=kennytm | bors | -48/+320 |
| 2018-01-31 | Use a range to identify SIGSEGV in stack guards | Josh Stone | -64/+89 |
| 2018-01-31 | Enable stack-probe tests with system LLVM >= 5.0 | Josh Stone | -4/+4 |
| 2018-02-01 | Rollup merge of #47552 - oberien:stepby-nth, r=dtolnay | kennytm | -0/+106 |
| 2018-02-01 | Rollup merge of #47895 - varkor:non-utf-stdin, r=estebank | kennytm | -7/+29 |
| 2018-02-01 | Rollup merge of #47893 - alexcrichton:move-codegen-backends, r=alexcrichton | kennytm | -8/+10 |
| 2018-02-01 | Rollup merge of #47677 - etaoins:avoid-underflow-in-rennder-source-line, r=es... | kennytm | -0/+4 |
| 2018-01-31 | rustc: Move location of `codegen-backends` dir | Alex Crichton | -8/+10 |
| 2018-01-31 | Rollup merge of #47795 - avborhanian:master, r=rkruppe | kennytm | -0/+1 |