| Age | Commit message (Expand) | Author | Lines |
| 2018-01-11 | Fix confusing documentation for OsStr | muvlon | -1/+1 |
| 2018-01-11 | Extend tidy to allow conditionalizing tests for multiple targets. | Ed Schouten | -2/+2 |
| 2018-01-11 | Auto merge of #47180 - varkor:range-iterator-overrides, r=alexcrichton | bors | -0/+75 |
| 2018-01-11 | renumber regions in the generator interior | Niko Matsakis | -1/+54 |
| 2018-01-11 | simplify `UniversalRegions::to_region_vid` to just consult the map | Niko Matsakis | -4/+6 |
| 2018-01-11 | Make libtest build on CloudABI. | Ed Schouten | -8/+9 |
| 2018-01-11 | Make the documentation build work on CloudABI. | Ed Schouten | -5/+7 |
| 2018-01-11 | Make tests build on CloudABI. | Ed Schouten | -6/+13 |
| 2018-01-11 | Add shims for modules that we can't implement on CloudABI. | Ed Schouten | -9/+980 |
| 2018-01-11 | Implement libstd for CloudABI. | Ed Schouten | -0/+1165 |
| 2018-01-11 | Import the CloudABI system call bindings into the libstd tree. | Ed Schouten | -0/+2898 |
| 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 | Add transpose conversions for Option and Result | Taylor Cramer | -0/+115 |
| 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 | Modify message to match label | Esteban Küber | -18/+30 |
| 2018-01-10 | Updated other tests affected by change. | David Wood | -19/+24 |
| 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 | Fixes #46983. Fixes bad error message when converting anonymous lifetime to `... | David Wood | -12/+13 |
| 2018-01-10 | Added test for #46983 | David Wood | -0/+28 |
| 2018-01-10 | resolve type and region variables in "NLL dropck" | Niko Matsakis | -0/+48 |
| 2018-01-10 | Auto merge of #47167 - ivanbakel:builtin_indexing, r=nikomatsakis | bors | -12/+104 |
| 2018-01-10 | rustdoc: Populate external_traits with traits only seen in impls | Oliver Middleton | -5/+52 |
| 2018-01-10 | Auto merge of #46830 - Diggsey:cursor-vec-mut, r=alexcrichton | bors | -32/+58 |
| 2018-01-10 | Add test for #45868 | Manish Goregaokar | -0/+29 |
| 2018-01-10 | fix typo rwlock.rs | Bulat Musin | -1/+1 |
| 2018-01-10 | Use correct line offsets for doctests (fixes #45868) | Manish Goregaokar | -11/+55 |
| 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 |
| 2018-01-09 | Rollup merge of #47285 - AndrewBrinker:master, r=kennytm | Corey Farwell | -1/+1 |
| 2018-01-09 | Rollup merge of #47262 - estebank:issue-45562, r=petrochenkov | Corey Farwell | -1/+32 |
| 2018-01-09 | Rollup merge of #46777 - frewsxcv:frewsxcv-rotate, r=alexcrichton | Corey Farwell | -50/+142 |
| 2018-01-10 | We have Rust 1.25 now | est31 | -1/+1 |
| 2018-01-10 | Stabilize the panic_col feature | est31 | -2/+1 |
| 2018-01-09 | [incremental] Specialize encoding and decoding of Fingerprints | Wesley Wiser | -5/+67 |
| 2018-01-10 | Auto merge of #47248 - EdSchouten:cloudabi-liblibc, r=kennytm | bors | -45/+45 |
| 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 | fix faulty comment | andjo403 | -9/+4 |
| 2018-01-09 | Fixes whitespace. | Nathaniel Ringo | -9/+9 |
| 2018-01-09 | Fix error index display | Guillaume Gomez | -224/+325 |
| 2018-01-09 | Fixes Duration constructor const fns other than new, reverts new to non-const. | Nathaniel Ringo | -10/+13 |
| 2018-01-09 | Makes the constructors of Duration const fns. | Nathaniel Ringo | -5/+5 |
| 2018-01-09 | Make core::ops::Place an unsafe trait | Taylor Cramer | -9/+12 |