| Age | Commit message (Expand) | Author | Lines |
| 2017-09-19 | define span | Niko Matsakis | -0/+6 |
| 2017-09-19 | revamp the Compiler Process section to be more up to date | Niko Matsakis | -116/+74 |
| 2017-09-19 | split maps into submodules, document | Niko Matsakis | -1117/+1521 |
| 2017-09-19 | Disable clippy building | Oliver Schneider | -1/+1 |
| 2017-09-19 | Auto merge of #44620 - zackmdavis:rfc_1940_housekeeping, r=nikomatsakis | bors | -53/+130 |
| 2017-09-19 | promote maps into its own directory | Niko Matsakis | -0/+0 |
| 2017-09-19 | apply various nits | Niko Matsakis | -43/+46 |
| 2017-09-19 | rework the README.md for rustc and add other readmes | Niko Matsakis | -46/+468 |
| 2017-09-19 | Auto merge of #44601 - alexcrichton:lower-attributes-in-hir, r=nrc | bors | -91/+143 |
| 2017-09-19 | Add clippy to `toolstate.toml` | Oliver Schneider | -8/+58 |
| 2017-09-19 | Fix a typo in rustc help menu | Bob Sun | -1/+1 |
| 2017-09-18 | Derive additional traits for Infallible. | Jimmy Cuadra | -9/+1 |
| 2017-09-19 | Auto merge of #44026 - QuietMisdreavus:trimmed-std, r=steveklabnik | bors | -18/+111 |
| 2017-09-18 | [libstd_unicode] Expose UnicodeVersion type | Behnam Esfahbod | -1/+23 |
| 2017-09-18 | Require rlibs for dependent crates when linking static executables | Samuel Holland | -34/+42 |
| 2017-09-18 | rustc: Forbid interpolated tokens in the HIR | Alex Crichton | -91/+143 |
| 2017-09-18 | Auto merge of #44680 - infinity0:master, r=Mark-Simulacrum | bors | -8/+18 |
| 2017-09-18 | core: Add feature gate to rfold example code | Ulrik Sverdrup | -0/+2 |
| 2017-09-18 | alloc: Implement rfold for VecDeque iterators | Ulrik Sverdrup | -0/+17 |
| 2017-09-18 | core: Implement rfold for Map, Cloned, Chain | Ulrik Sverdrup | -0/+33 |
| 2017-09-18 | core: Implement fold / rfold for Rev | Ulrik Sverdrup | -0/+12 |
| 2017-09-18 | core: Add DoubleEndedIterator::rfold | Ulrik Sverdrup | -0/+62 |
| 2017-09-18 | core: Small fix in fold docs | Ulrik Sverdrup | -1/+1 |
| 2017-09-18 | rustbuild: with --no-fail-fast, report the specific commands that failed | Ximin Luo | -8/+18 |
| 2017-09-18 | Add requested comment | Jacob Kiesel | -0/+3 |
| 2017-09-18 | Rollup merge of #44671 - GuillaumeGomez:run-button, r=steveklabnik | Alex Crichton | -0/+5 |
| 2017-09-18 | Rollup merge of #44668 - iwillspeak:into-iterator-docs, r=steveklabnik | Alex Crichton | -0/+17 |
| 2017-09-18 | Rollup merge of #44661 - GuillaumeGomez:more-links, r=QuietMisdreavus | Alex Crichton | -5/+15 |
| 2017-09-18 | Rollup merge of #44657 - Ixrec:patch-1, r=eddyb | Alex Crichton | -4/+4 |
| 2017-09-18 | Rollup merge of #44651 - bluss:document-thread-name-no-nuls, r=steveklabnik | Alex Crichton | -0/+7 |
| 2017-09-18 | Rollup merge of #44640 - budziq:stabilize_splice, r=dtolnay | Alex Crichton | -14/+12 |
| 2017-09-18 | Rollup merge of #44548 - oyvindln:rustc_help_fix, r=arielb1 | Alex Crichton | -3/+3 |
| 2017-09-18 | Rollup merge of #44537 - oli-obk:memchr, r=alexcrichton | Alex Crichton | -41/+80 |
| 2017-09-18 | Rollup merge of #44466 - clarcharr:cow_error, r=alexcrichton | Alex Crichton | -0/+15 |
| 2017-09-18 | Rollup merge of #44364 - michaelwoerister:hash-all-the-things2, r=nikomatsakis | Alex Crichton | -731/+1827 |
| 2017-09-18 | Fix run button | Guillaume Gomez | -0/+5 |
| 2017-09-18 | incr.comp.: Fix ICE caused by trying to hash INVALID_CRATE_NUM. | Michael Woerister | -19/+16 |
| 2017-09-18 | incr.comp.: Fix rebase fallout. | Michael Woerister | -31/+138 |
| 2017-09-18 | incr.comp.: Remove tcx from StableHashingContext. | Michael Woerister | -277/+300 |
| 2017-09-18 | incr.comp.: Make the StableHashingContext mostly independent of the tcx. | Michael Woerister | -39/+61 |
| 2017-09-18 | incr.comp.: Initialize IGNORED_ATTRS in StableHashingContext lazily. | Michael Woerister | -10/+21 |
| 2017-09-18 | incr.comp.: Initialize the CachingCodemapView in StableHashingContext lazily. | Michael Woerister | -9/+21 |
| 2017-09-18 | incr.comp.: Use StableHash impls instead of functions for hashing most maps. | Michael Woerister | -247/+118 |
| 2017-09-18 | incr.comp.: Already hash HIR bodies during metadata export so they don't have... | Michael Woerister | -55/+163 |
| 2017-09-18 | Fix issues uncovered by rebasing: | Michael Woerister | -237/+328 |
| 2017-09-18 | incr.comp.: Move result fingerprinting to DepGraph::with_task(). | Michael Woerister | -37/+130 |
| 2017-09-18 | incr.comp.: Compute hashes of all query results. | Michael Woerister | -84/+828 |
| 2017-09-18 | Use DefId instead of NodeId as identifier in resolve_lifetime::Region. | Michael Woerister | -35/+52 |
| 2017-09-18 | Auto merge of #44441 - tamird:cargo-bitflags, r=alexcrichton | bors | -650/+193 |
| 2017-09-18 | Add Example of `IntoIterator` as Trait Bound to Docs | Will Speak | -0/+17 |