| Age | Commit message (Expand) | Author | Lines |
| 2018-01-13 | Rollup merge of #47382 - topecongiro:issue-43105, r=eddyb | kennytm | -1/+23 |
| 2018-01-13 | Rollup merge of #47375 - overvenus:duration-examples, r=dtolnay | kennytm | -2/+2 |
| 2018-01-13 | Rollup merge of #47365 - Diggsey:issue-42630, r=alexcrichton | kennytm | -1/+0 |
| 2018-01-13 | Rollup merge of #47357 - whentze:osstr-doc-fix, r=GuillaumeGomez | kennytm | -2/+5 |
| 2018-01-13 | Rollup merge of #47352 - EdSchouten:cloudabi-libtest, r=kennytm | kennytm | -8/+9 |
| 2018-01-13 | Rollup merge of #47344 - topecongiro:fixed-ices, r=alexcrichton | kennytm | -0/+110 |
| 2018-01-13 | Rollup merge of #47343 - goffrie:master, r=jseyfried | kennytm | -6/+24 |
| 2018-01-13 | Rollup merge of #47340 - alercah:typo-fix, r=GuillaumeGomez | kennytm | -1/+1 |
| 2018-01-13 | Rollup merge of #47331 - michaelwoerister:measure-depgraph-loading, r=alexcri... | kennytm | -4/+5 |
| 2018-01-13 | Rollup merge of #47328 - mbrubeck:fs_read, r=sfackler | kennytm | -64/+42 |
| 2018-01-13 | Rollup merge of #47324 - mbrubeck:len, r=sfackler | kennytm | -2/+10 |
| 2018-01-13 | Rollup merge of #47310 - bmusin:patch-1, r=sfackler | kennytm | -1/+1 |
| 2018-01-13 | Rollup merge of #47307 - dlrobertson:fix_panic_strings, r=kennytm | kennytm | -1/+1 |
| 2018-01-13 | Rollup merge of #47306 - alexreg:dataflow-analysis, r=eddyb | kennytm | -23/+41 |
| 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 | -30/+9 |
| 2018-01-13 | Rollup merge of #47289 - etaoins:skip-linker-output-non-utf8-test-on-apple, r... | kennytm | -4/+12 |
| 2018-01-13 | Rollup merge of #47288 - cuviper:jobserver-pipe2, r=alexcrichton | kennytm | -5/+5 |
| 2018-01-13 | Rollup merge of #47283 - malbarbo:musl-1.1.18, r=alexcrichton | kennytm | -1/+1 |
| 2018-01-13 | Rollup merge of #47282 - malbarbo:i586-musl, r=alexcrichton | kennytm | -10/+40 |
| 2018-01-13 | Rollup merge of #47185 - ritiek:ui-test-failed-output, r=nikomatsakis | kennytm | -9/+106 |
| 2018-01-13 | Rollup merge of #47081 - pietroalbini:fix-nested-tree-dump, r=nrc | kennytm | -1/+7 |
| 2018-01-13 | Rollup merge of #47069 - Kagamihime:master, r=nrc | kennytm | -11/+24 |
| 2018-01-13 | Rollup merge of #46985 - Diggsey:path-component-asref, r=alexcrichton | kennytm | -0/+7 |
| 2018-01-13 | Use delay_span_bug() over debug!() | Seiichi Uchida | -1/+2 |
| 2018-01-12 | Ignore CTFE errors while lowering patterns | Seiichi Uchida | -1/+22 |
| 2018-01-12 | Auto merge of #46551 - jseyfried:improve_legacy_modern_macro_interaction, r=nrc | bors | -9/+217 |
| 2018-01-12 | Fix Duration::subsec_millis and Duration::subsec_micros examples | Neil Shen | -2/+2 |
| 2018-01-11 | Enable num tests on wasm | Diggory Blake | -1/+0 |
| 2018-01-11 | s/OsStr/&OsStr in docs to align with &str/String comparison | muvlon | -2/+3 |
| 2018-01-11 | Don't track local_needs_drop separately in qualify_consts (fixes #47351). | Alexander Regueiro | -23/+41 |
| 2018-01-11 | Add i586-unknown-linux-musl target | Marco A L Barbosa | -10/+40 |
| 2018-01-11 | Fix dead links in docs for OsStr | muvlon | -0/+2 |
| 2018-01-11 | Fix confusing documentation for OsStr | muvlon | -1/+1 |
| 2018-01-11 | Auto merge of #47180 - varkor:range-iterator-overrides, r=alexcrichton | bors | -0/+75 |
| 2018-01-11 | Make libtest build on CloudABI. | Ed Schouten | -8/+9 |
| 2018-01-11 | Add tests to fixed issues. | Seiichi Uchida | -0/+110 |
| 2018-01-11 | Auto merge of #47087 - Zoxc:incr_no_in_ignore, r=michaelwoerister | bors | -261/+273 |
| 2018-01-10 | Glued tokens can themselves be joint. | Geoffry Song | -6/+24 |
| 2018-01-11 | Auto merge of #47243 - wesleywiser:incr_fingerprint_encoding, r=michaelwoerister | bors | -2/+78 |
| 2018-01-10 | Fix typo. | Alexis Hunt | -1/+1 |
| 2018-01-10 | Use the new fs_read_write functions in rustc internals | Matt Brubeck | -64/+42 |
| 2018-01-10 | Fix panic strings. | Dan Robertson | -1/+1 |
| 2018-01-10 | Pre-allocate in fs::read and fs::read_string | Matt Brubeck | -2/+10 |
| 2018-01-10 | Add -Ztime-passes line for dep-graph loading. | Michael Woerister | -4/+5 |
| 2018-01-10 | Auto merge of #47167 - ivanbakel:builtin_indexing, r=nikomatsakis | bors | -12/+104 |
| 2018-01-10 | Auto merge of #46830 - Diggsey:cursor-vec-mut, r=alexcrichton | bors | -32/+58 |
| 2018-01-10 | fix typo rwlock.rs | Bulat Musin | -1/+1 |
| 2018-01-10 | Auto merge of #47308 - frewsxcv:rollup, r=frewsxcv | bors | -278/+501 |
| 2018-01-09 | Rollup merge of #47301 - GuillaumeGomez:fix-error-index-display, r=QuietMisdr... | Corey Farwell | -224/+325 |