| Age | Commit message (Expand) | Author | Lines |
| 2017-10-17 | Lifted generics into TraitItem and ImplItem from MethodSig -- HIR now matches... | Sunjay Varma | -8/+7 |
| 2017-10-17 | Generate FirstStatementIndex using newtype_index macro | Santiago Pastorino | -21/+6 |
| 2017-10-17 | Rollup merge of #45097 - nivkner:fixme_fixup2, r=estebank | kennytm | -8/+4 |
| 2017-10-16 | fix nits | Niko Matsakis | -1/+1 |
| 2017-10-16 | convert constant promotion into a query | Niko Matsakis | -9/+53 |
| 2017-10-14 | rustc: Remove `used_mut_nodes` from `TyCtxt` | Alex Crichton | -0/+31 |
| 2017-10-12 | rustc: Handle `#[linkage]` anywhere in a crate | Alex Crichton | -0/+6 |
| 2017-10-08 | Rollup merge of #45058 - hunteke:fix_rustc_private_typo_2017Oct, r=shepmaster | kennytm | -1/+1 |
| 2017-10-08 | address more FIXME whose associated issues were marked as closed | Niv Kaminer | -8/+4 |
| 2017-10-06 | implement pattern-binding-modes RFC | Tobias Schottdorf | -1/+51 |
| 2017-10-05 | Fix typo, per #45057. | Kevin Hunter Kesling | -1/+1 |
| 2017-10-01 | Fix typo: geneartor -> generator | Thomas Jespersen | -2/+2 |
| 2017-09-29 | Auto merge of #44847 - estebank:unused-signature, r=nikomatsakis | bors | -7/+21 |
| 2017-09-27 | Auto merge of #44782 - estebank:issue-36700, r=GuillaumeGomez | bors | -2/+2 |
| 2017-09-25 | Auto merge of #44279 - smaeul:crt_static-deps, r=alexcrichton | bors | -39/+47 |
| 2017-09-25 | Point at signature on unused lint | Esteban Küber | -7/+21 |
| 2017-09-25 | Auto merge of #44809 - arielb1:small-scope, r=eddyb | bors | -23/+117 |
| 2017-09-25 | fix Debug impls | Ariel Ben-Yehuda | -2/+19 |
| 2017-09-25 | Auto merge of #44700 - arielb1:mir-effectck, r=nikomatsakis | bors | -316/+0 |
| 2017-09-24 | Point at parameter type on E0301 | Esteban Küber | -2/+2 |
| 2017-09-24 | encode region::Scope using fewer bytes | Ariel Ben-Yehuda | -17/+28 |
| 2017-09-24 | move Scope behind an enum | Ariel Ben-Yehuda | -19/+85 |
| 2017-09-24 | move unsafety checking to MIR | Ariel Ben-Yehuda | -316/+0 |
| 2017-09-24 | put empty generic lists behind a pointer | Ariel Ben-Yehuda | -1/+3 |
| 2017-09-23 | incr.comp.: Remove support for loading metadata fingerprints. | Michael Woerister | -0/+6 |
| 2017-09-23 | Rollup merge of #44658 - leodasvacas:remove-str-eq-lang-item, r=arielb1 | Corey Farwell | -2/+0 |
| 2017-09-22 | Auto merge of #44696 - michaelwoerister:fingerprints-in-dep-graph-3, r=nikoma... | bors | -1/+2 |
| 2017-09-21 | Refactor lifetime name into an enum | Taylor Cramer | -36/+48 |
| 2017-09-20 | Implement underscore lifetimes | Taylor Cramer | -2/+8 |
| 2017-09-20 | rebase fixup | Ariel Ben-Yehuda | -0/+2 |
| 2017-09-20 | address review comments | Ariel Ben-Yehuda | -13/+53 |
| 2017-09-20 | add proofs and fix postorder traversal | Ariel Ben-Yehuda | -4/+32 |
| 2017-09-20 | Mark yields after visiting subexpressions. Never ignore yields for scopes in ... | John Kåre Alsaker | -17/+17 |
| 2017-09-20 | Sanity check the Expr visitation count | John Kåre Alsaker | -0/+16 |
| 2017-09-20 | Only consider yields coming after the expressions when computing generator in... | John Kåre Alsaker | -13/+16 |
| 2017-09-20 | incr.comp.: Store result fingerprints in DepGraph. | Michael Woerister | -1/+2 |
| 2017-09-19 | Adjust dependency-resolution errors to be more consistent | Samuel Holland | -5/+5 |
| 2017-09-18 | Require rlibs for dependent crates when linking static executables | Samuel Holland | -34/+42 |
| 2017-09-18 | incr.comp.: Fix rebase fallout. | Michael Woerister | -0/+84 |
| 2017-09-18 | incr.comp.: Remove tcx from StableHashingContext. | Michael Woerister | -2/+2 |
| 2017-09-18 | incr.comp.: Use StableHash impls instead of functions for hashing most maps. | Michael Woerister | -18/+7 |
| 2017-09-18 | incr.comp.: Already hash HIR bodies during metadata export so they don't have... | Michael Woerister | -0/+22 |
| 2017-09-18 | Fix issues uncovered by rebasing: | Michael Woerister | -3/+14 |
| 2017-09-18 | incr.comp.: Compute hashes of all query results. | Michael Woerister | -2/+51 |
| 2017-09-18 | Use DefId instead of NodeId as identifier in resolve_lifetime::Region. | Michael Woerister | -17/+33 |
| 2017-09-17 | rustc: Move codegen to a query | Alex Crichton | -0/+31 |
| 2017-09-17 | rustc: Mostly remove `ExportedSymbols` | Alex Crichton | -55/+10 |
| 2017-09-17 | rustc: Move some attr methods to queries | Alex Crichton | -2/+12 |
| 2017-09-17 | rustc: Make trans collect/partition a query | Alex Crichton | -0/+69 |
| 2017-09-17 | rustc: Calculate `ExportedSymbols` in a query | Alex Crichton | -0/+77 |