| Age | Commit message (Expand) | Author | Lines |
| 2017-10-08 | Rollup merge of #45058 - hunteke:fix_rustc_private_typo_2017Oct, r=shepmaster | kennytm | -1/+1 |
| 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 |
| 2017-09-17 | rustc: Use reachablility through a query | Alex Crichton | -4/+0 |
| 2017-09-17 | Remove unused str_eq lang item | leonardo.yvens | -2/+0 |
| 2017-09-16 | Rollup merge of #44560 - qmx:import-TyCtxt, r=eddyb | Alex Crichton | -1/+1 |
| 2017-09-16 | Auto merge of #43017 - durka:stabilize-const-invocation, r=eddyb | bors | -0/+1 |
| 2017-09-14 | Rollup merge of #44569 - est31:master, r=estebank | Corey Farwell | -2/+2 |
| 2017-09-14 | bring TyCtxt into scope | Douglas Campos | -1/+1 |
| 2017-09-14 | "avoid" is a better word here than "disable" | est31 | -2/+2 |
| 2017-09-14 | Auto merge of #44526 - leodasvacas:remove-deprecated-lang-items, r=arielb1 | bors | -40/+15 |