| Age | Commit message (Expand) | Author | Lines |
| 2017-10-19 | Move collector to rustc_trans_utils | bjorn3 | -460/+565 |
| 2017-10-18 | Auto merge of #45368 - kennytm:rollup, r=kennytm | bors | -122/+289 |
| 2017-10-19 | Rollup merge of #45354 - cuviper:unit_doc, r=QuietMisdreavus | kennytm | -3/+16 |
| 2017-10-19 | Rollup merge of #45340 - stjepang:localkey-state-doc-skip-uninitialized, r=al... | kennytm | -1/+4 |
| 2017-10-19 | Rollup merge of #45326 - cuviper:min-llvm-3.9, r=alexcrichton | kennytm | -17/+18 |
| 2017-10-19 | Rollup merge of #45325 - spastorino:first_statement_index_with_macro, r=nikom... | kennytm | -24/+9 |
| 2017-10-19 | Rollup merge of #45281 - GuillaumeGomez:tab-selection, r=QuietMisdreavus | kennytm | -5/+23 |
| 2017-10-19 | Rollup merge of #45217 - SimonSapin:alloc-doc, r=steveklabnik | kennytm | -60/+26 |
| 2017-10-19 | Rollup merge of #45181 - Havvy:doc-unstable-lang-items, r=frewsxcv | kennytm | -0/+92 |
| 2017-10-19 | Rollup merge of #45082 - jacwah:explain-E0382, r=steveklabnik | kennytm | -9/+57 |
| 2017-10-19 | Rollup merge of #44138 - steveklabnik:rustdoc-deprecations, r=QuietMisdreavus | kennytm | -3/+44 |
| 2017-10-18 | Remove two obsolete min-llvm-version tests | Josh Stone | -3/+0 |
| 2017-10-18 | Auto merge of #44573 - dotdash:dbg_bloat, r=arielb1 | bors | -7/+26 |
| 2017-10-18 | Avoid unnecessary allocas for indirect function arguments | Björn Steinbrink | -7/+26 |
| 2017-10-18 | Auto merge of #44501 - nikomatsakis:issue-44137-non-query-data-in-tcx, r=eddyb | bors | -239/+434 |
| 2017-10-17 | rustdoc: add a primitive page for "unit" | Josh Stone | -3/+16 |
| 2017-10-17 | modify tests to use new flag | steveklabnik | -3/+3 |
| 2017-10-17 | break clippy | Niko Matsakis | -1/+1 |
| 2017-10-17 | make `erase_regions` use a query instead of an ad-hoc cache | Niko Matsakis | -65/+99 |
| 2017-10-17 | Generate FirstStatementIndex using newtype_index macro | Santiago Pastorino | -24/+9 |
| 2017-10-17 | Auto merge of #45344 - kennytm:rollup, r=kennytm | bors | -86/+78 |
| 2017-10-17 | Create a new flag, --document-private-items | steveklabnik | -0/+19 |
| 2017-10-17 | Deprecate several flags in rustdoc | steveklabnik | -0/+22 |
| 2017-10-17 | List of all lang items in unstable book. | Havvy | -0/+92 |
| 2017-10-17 | Rollup merge of #45339 - xfix:patch-4, r=steveklabnik | kennytm | -3/+4 |
| 2017-10-17 | Rollup merge of #45338 - ishitatsuyuki:boot-jemalloc, r=aidanhs | kennytm | -1/+2 |
| 2017-10-17 | Rollup merge of #45329 - rust-lang:duplicate-word, r=QuietMisdreavus | kennytm | -2/+2 |
| 2017-10-17 | Rollup merge of #45315 - zackmdavis:expected_statement_after_outer_attr_after... | kennytm | -2/+28 |
| 2017-10-17 | Rollup merge of #45310 - gnzlbg:fix_aarch64, r=pnkfelix | kennytm | -0/+3 |
| 2017-10-17 | Rollup merge of #45308 - dbrgn:headlines, r=steveklabnik | kennytm | -3/+3 |
| 2017-10-17 | Rollup merge of #45307 - dbrgn:fix-typo, r=QuietMisdreavus | kennytm | -3/+3 |
| 2017-10-17 | Rollup merge of #45151 - Pirh:stdio_default_docs, r=frewsxcv | kennytm | -0/+18 |
| 2017-10-17 | Rollup merge of #45097 - nivkner:fixme_fixup2, r=estebank | kennytm | -72/+15 |
| 2017-10-17 | Auto merge of #45290 - GuillaumeGomez:fix-help, r=QuietMisdreavus | bors | -7/+18 |
| 2017-10-17 | Docs: a LocalKey might start in the Valid state | Stjepan Glavina | -1/+4 |
| 2017-10-17 | Auto merge of #45311 - goffrie:issue-40003, r=alexcrichton | bors | -0/+186 |
| 2017-10-17 | Update array documentation for Clone trait changes | Konrad Borowski | -3/+4 |
| 2017-10-17 | bootstrap: Avoid fetching jemalloc if it's disabled | Tatsuyuki Ishi | -1/+2 |
| 2017-10-17 | Auto merge of #45179 - cuviper:result-intoiter-clone, r=BurntSushi | bors | -1/+1 |
| 2017-10-17 | Auto merge of #45138 - johnthagen:future_imports, r=nikomatsakis | bors | -2/+4 |
| 2017-10-17 | Remove duplicated word | Guillaume Gomez | -2/+2 |
| 2017-10-16 | Merge branch 'master' into future_imports | johnthagen | -3957/+8875 |
| 2017-10-16 | bump up the recursion limit | Niko Matsakis | -1/+1 |
| 2017-10-16 | fix nits | Niko Matsakis | -1/+1 |
| 2017-10-16 | add a function for testing if a ty is uninhabited from all modules | Niko Matsakis | -0/+4 |
| 2017-10-16 | convert constant promotion into a query | Niko Matsakis | -54/+165 |
| 2017-10-16 | invoke const only on body-ids | Niko Matsakis | -14/+17 |
| 2017-10-16 | restructure the public inhabitedness APIs and remove the cache | Niko Matsakis | -41/+70 |
| 2017-10-16 | Auto merge of #44857 - toidiu:ak-44493-empty-predicate, r=nikomatsakis | bors | -1/+113 |
| 2017-10-16 | bootstrap: update and enable the LLVM version-check | Josh Stone | -4/+8 |