| Age | Commit message (Expand) | Author | Lines |
| 2018-04-16 | Add rustdoc-ui test suite | Guillaume Gomez | -34/+85 |
| 2018-04-16 | Add error-format and color-config options to rustdoc | Guillaume Gomez | -12/+89 |
| 2018-04-16 | Add warning if a resolution failed | Guillaume Gomez | -0/+43 |
| 2018-04-16 | Auto merge of #49130 - smmalis37:range, r=alexcrichton | bors | -40/+129 |
| 2018-04-16 | Auto merge of #48945 - clarcharr:iter_exhaust, r=Kimundi | bors | -13/+9 |
| 2018-04-16 | Auto merge of #49433 - varkor:metadata-skip-mir-opt, r=michaelwoerister | bors | -3/+14 |
| 2018-04-16 | Auto merge of #49963 - llogiq:stabilize-13226, r=kennytm | bors | -13/+12 |
| 2018-04-16 | Auto merge of #49956 - QuietMisdreavus:rustdoc-codegen, r=GuillaumeGomez | bors | -20/+84 |
| 2018-04-16 | Auto merge of #49847 - sinkuu:save_analysis_implicit_extern, r=petrochenkov | bors | -49/+227 |
| 2018-04-16 | Auto merge of #49719 - mark-i-m:no_sep, r=petrochenkov | bors | -156/+72 |
| 2018-04-15 | Auto merge of #49947 - oli-obk:turing_complete_const_eval, r=nagisa | bors | -18/+10 |
| 2018-04-15 | Check generated save-analysis, instead of `bug!()`ing | Shotaro Yamada | -1/+21 |
| 2018-04-15 | Auto merge of #49833 - oli-obk:incremental_miri_regression, r=michaelwoerister | bors | -307/+271 |
| 2018-04-15 | Add a tracking issue for making the warning a lint | Oliver Schneider | -0/+1 |
| 2018-04-15 | Auto merge of #49885 - spastorino:fn_ref_unsound, r=nikomatsakis | bors | -20/+75 |
| 2018-04-15 | Auto merge of #49884 - alexcrichton:less-unwrap, r=Mark-Simulacrum | bors | -8/+14 |
| 2018-04-15 | Auto merge of #49881 - varkor:partialord-opt, r=Manishearth | bors | -96/+245 |
| 2018-04-15 | Auto merge of #48173 - GuillaumeGomez:error-codes-libsyntax_ext, r=estebank | bors | -5/+118 |
| 2018-04-14 | Auto merge of #49850 - alexcrichton:moreinline, r=sfackler | bors | -0/+1 |
| 2018-04-14 | ignore stage1 testing | Guillaume Gomez | -3/+10 |
| 2018-04-14 | Add tests and longer error explanation | Guillaume Gomez | -3/+67 |
| 2018-04-14 | Add error codes for libsyntax_ext | Guillaume Gomez | -3/+45 |
| 2018-04-14 | stabilize fetch_nand | Andre Bogus | -13/+12 |
| 2018-04-14 | Auto merge of #49939 - kennytm:rollup, r=kennytm | bors | -87/+365 |
| 2018-04-14 | Rollup merge of #49864 - QuietMisdreavus:doctest-target-features, r=Guillaume... | kennytm | -5/+41 |
| 2018-04-14 | Rollup merge of #49871 - SimonSapin:int-bytes, r=sfackler | kennytm | -0/+89 |
| 2018-04-14 | Rollup merge of #49958 - glandium:cleanup, r=SimonSapin | kennytm | -30/+30 |
| 2018-04-14 | Add to_bytes and from_bytes to primitive integers | Simon Sapin | -0/+89 |
| 2018-04-14 | Auto merge of #49289 - varkor:emit-metadata-without-link, r=michaelwoerister | bors | -2/+3 |
| 2018-04-14 | Get rid of redundant `HashSet` | Oliver Schneider | -30/+28 |
| 2018-04-14 | Reduce the number of calls to `cdata` | Oliver Schneider | -2/+2 |
| 2018-04-14 | Encode items before encoding the list of AllocIds | Oliver Schneider | -10/+13 |
| 2018-04-14 | Use `LazySeq` instead of `Vec` | Oliver Schneider | -23/+40 |
| 2018-04-14 | Stop referring to statics' AllocIds directly | Oliver Schneider | -162/+68 |
| 2018-04-14 | Don't recurse into allocations, use a global table instead | Oliver Schneider | -152/+192 |
| 2018-04-14 | Replace remaining uses of deprecated Heap with Global | Mike Hommey | -8/+8 |
| 2018-04-14 | Replace remaining uses of deprecated std::heap with std::alloc | Mike Hommey | -9/+9 |
| 2018-04-14 | Rollup merge of #49922 - f-bro:zmiri, r=oli-obk | kennytm | -6/+1 |
| 2018-04-14 | Rollup merge of #49916 - llogiq:doc-atomic-fetch-update, r=kennytm | kennytm | -2/+2 |
| 2018-04-14 | Rollup merge of #49915 - llogiq:doc-shift-types, r=joshtriplett | kennytm | -2/+12 |
| 2018-04-14 | Rollup merge of #49913 - varkor:RegionParameterDef-InternedString, r=petroche... | kennytm | -21/+21 |
| 2018-04-14 | Rollup merge of #49908 - chrisccoulson:fix-rustdoc-themes-test-without-rpath,... | kennytm | -1/+1 |
| 2018-04-14 | Rollup merge of #49886 - varkor:generate-deriving-span-tests-usability, r=nik... | kennytm | -6/+19 |
| 2018-04-14 | Rollup merge of #49465 - ollie27:rustbuild_test_docs, r=steveklabnik,QuietMis... | kennytm | -1/+4 |
| 2018-04-14 | Rollup merge of #49876 - oli-obk:no_secret_clippy_on_stable_☹, r=nrc | kennytm | -1/+2 |
| 2018-04-14 | Rollup merge of #49866 - Mark-Simulacrum:pr-travis-windows, r=alexcrichton | kennytm | -0/+22 |
| 2018-04-14 | Rollup merge of #49852 - alexcrichton:fix-more-proc-macros, r=nrc | kennytm | -12/+121 |
| 2018-04-14 | Rollup merge of #49951 - matklad:update-cargo, r=nrc | kennytm | -0/+0 |
| 2018-04-14 | Auto merge of #49396 - Zoxc:sync-on-disk-cache, r=michaelwoerister | bors | -26/+25 |
| 2018-04-14 | Auto merge of #49957 - nrc:update, r=simulacrum | bors | -31/+31 |