| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 | 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-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-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 |
| 2018-01-31 | Use file containing non-UTF-8 character instead of echo -e | varkor | -1/+3 |
| 2018-01-31 | Add echo escape flag | varkor | -1/+1 |
| 2018-01-31 | Rollup merge of #47891 - eddyb:issue-47638, r=nikomatsakis | kennytm | -3/+23 |
| 2018-01-31 | Rollup merge of #47890 - pftbest:no_trap, r=alexcrichton | kennytm | -0/+6 |
| 2018-01-31 | Rollup merge of #47889 - alexcrichton:wasm-hidden-by-default, r=cramertj | kennytm | -3/+41 |
| 2018-01-31 | Rollup merge of #47886 - alexcrichton:llvm-7-start, r=eddyb | kennytm | -0/+11 |
| 2018-01-31 | Rollup merge of #47884 - cuviper:run-pass-sse2, r=alexcrichton | kennytm | -1/+1 |
| 2018-01-31 | Rollup merge of #47876 - GuillaumeGomez:associated-const-error, r=nikomatsakis | kennytm | -5/+24 |
| 2018-01-31 | Rollup merge of #47875 - jcowgill:mips-clobber-at, r=rkruppe | kennytm | -2/+3 |
| 2018-01-31 | Rollup merge of #47874 - jcowgill:mips-from_raw_os_error, r=dtolnay | kennytm | -4/+4 |
| 2018-01-31 | Rollup merge of #47844 - CAD97:patch-1, r=estebank | kennytm | -0/+33 |
| 2018-01-31 | Rollup merge of #47840 - penpalperson:master, r=bluss | kennytm | -0/+3 |