| Age | Commit message (Expand) | Author | Lines |
| 2018-02-09 | Fix visitation order of calls so that it matches execution order. Fixes #48048 | John Kåre Alsaker | -1/+1 |
| 2018-01-27 | Auto merge of #47690 - estebank:for-block-277, r=nikomatsakis | bors | -23/+23 |
| 2018-01-26 | Modify spans of expanded expression | Esteban Küber | -23/+23 |
| 2018-01-26 | Merge branch 'no-stderr-sink' of https://github.com/Zoxc/rust into rollup | Alex Crichton | -2/+2 |
| 2018-01-26 | Do not capture stderr in the compiler. Instead just panic silently for fatal ... | John Kåre Alsaker | -2/+2 |
| 2018-01-25 | Rollup merge of #47502 - petrochenkov:label, r=eddyb | Alex Crichton | -68/+76 |
| 2018-01-23 | Auto merge of #45337 - Zoxc:gen-static, r=nikomatsakis | bors | -8/+26 |
| 2018-01-23 | Auto merge of #47046 - Manishearth:intra-doc-links, r=eddyb,GuillaumeGomez,Qu... | bors | -10/+6 |
| 2018-01-23 | Adds support for immovable generators. Move checking of invalid borrows acros... | John Kåre Alsaker | -8/+26 |
| 2018-01-22 | AST/HIR: Add a separate structure for labels | Vadim Petrochenkov | -68/+76 |
| 2018-01-22 | Make resolve_hir_path and resolve_str_path fallible | Manish Goregaokar | -12/+1 |
| 2018-01-22 | cleanup | QuietMisdreavus | -4/+4 |
| 2018-01-22 | DRY std_path | Manish Goregaokar | -10/+17 |
| 2018-01-22 | Auto merge of #47158 - rkruppe:repr-transparent, r=eddyb | bors | -4/+21 |
| 2018-01-21 | Rollup merge of #47633 - pietroalbini:fix-ice-use-self, r=nagisa | Guillaume Gomez | -1/+2 |
| 2018-01-21 | Rollup merge of #47247 - estebank:suggest-cast, r=petrochenkov | Guillaume Gomez | -51/+64 |
| 2018-01-21 | Fix ICE with `use self;` | Pietro Albini | -1/+2 |
| 2018-01-16 | Implement repr(transparent) | Robin Kruppe | -4/+21 |
| 2018-01-15 | Move `ExprPrecedence` to `libsyntax/util/parser.rs` | Esteban Küber | -1/+1 |
| 2018-01-15 | Reexport -> re-export in prose and documentation comments | Carol (Nichols || Goulding) | -1/+1 |
| 2018-01-15 | Use single source of truth for expr precedence | Esteban Küber | -51/+64 |
| 2018-01-14 | Use `into` for casting when possible | Esteban Küber | -31/+0 |
| 2018-01-14 | Suggest casting on numeric type error | Esteban Küber | -0/+31 |
| 2018-01-14 | syntax: Rewrite parsing of impls | Vadim Petrochenkov | -2/+2 |
| 2018-01-14 | Auto merge of #47223 - alexcrichton:new-target-feature, r=eddyb | bors | -28/+38 |
| 2018-01-13 | rustc: Refactor attribute checking to operate on HIR | Alex Crichton | -28/+38 |
| 2018-01-13 | Remove `impl Foo for ..` in favor of `auto trait Foo` | leonardo.yvens | -35/+2 |
| 2018-01-13 | Auto merge of #47181 - michaelwoerister:var-len-def-index, r=eddyb | bors | -47/+47 |
| 2018-01-09 | Replace uses of DepGraph.in_ignore with DepGraph.with_ignore | John Kåre Alsaker | -11/+11 |
| 2018-01-08 | Use different DefIndex representation that is better suited for variable leng... | Michael Woerister | -47/+47 |
| 2018-01-07 | Auto merge of #47171 - estebank:numeric-literal-suggestion, r=nikomatsakis | bors | -1/+1 |
| 2018-01-07 | Try to fix a perf regression by updating log | Malo Jaffré | -1/+1 |
| 2018-01-06 | Auto merge of #47083 - CAD97:issue-46976, r=nikomatsakis | bors | -3/+4 |
| 2018-01-04 | Do not use casting for suggestion to add type to numeric literal | Esteban Küber | -1/+1 |
| 2018-01-02 | Auto merge of #47111 - rkruppe:repr-transparent, r=estebank | bors | -38/+44 |
| 2018-01-01 | Check all repr hints together when checking for mis-applied attributes | Robin Kruppe | -38/+44 |
| 2018-01-01 | Fix docs for future pulldown migration | Malo Jaffré | -6/+10 |
| 2018-01-01 | Fix broken links in internal docs | Malo Jaffré | -1/+3 |
| 2017-12-31 | Clarify where `is_import` is used. | leonardo.yvens | -0/+1 |
| 2017-12-30 | Fix rust-lang/rust#46976 | Christopher Durham | -3/+4 |
| 2017-12-28 | Auto merge of #47021 - shssoichiro:46576-Incorrect-Span-Imports, r=estebank | bors | -1/+1 |
| 2017-12-28 | Prefer to use attr::contains_name() and attr::find_by_name() | Seiichi Uchida | -3/+3 |
| 2017-12-26 | Pass correct span when lowering grouped imports | Josh Holmer | -1/+1 |
| 2017-12-22 | Auto merge of #46842 - michaelwoerister:fingerprint-vec, r=nikomatsakis | bors | -15/+26 |
| 2017-12-22 | Auto merge of #46732 - estebank:silence-recovered-blocks, r=petrochenkov | bors | -0/+9 |
| 2017-12-21 | Do not emit type errors on recovered blocks | Esteban Küber | -0/+9 |
| 2017-12-21 | Add GenericParam, refactor Generics in ast, hir, rustdoc | Jonas Platte | -208/+306 |
| 2017-12-21 | Auto merge of #46754 - cramertj:refactor-arg-impl, r=nikomatsakis | bors | -29/+65 |
| 2017-12-21 | Properly check traits in type privacy | Vadim Petrochenkov | -2/+7 |
| 2017-12-20 | incr.comp.: Use an IndexVec instead of a hashmap for storing result hashes. | Michael Woerister | -15/+26 |