| Age | Commit message (Expand) | Author | Lines |
| 2017-12-14 | add trait aliases to HIR | Alex Burka | -8/+59 |
| 2017-12-14 | stub out trait aliases in librustdoc | Alex Burka | -0/+3 |
| 2017-12-14 | stub out trait aliases in save_analysis | Alex Burka | -0/+21 |
| 2017-12-14 | stub out trait aliases in resolve | Alex Burka | -0/+18 |
| 2017-12-14 | add trait aliases to AST | Alex Burka | -14/+134 |
| 2017-12-14 | Auto merge of #46335 - oli-obk:cleanups, r=jseyfried | bors | -309/+444 |
| 2017-12-14 | Use PathBuf instead of String where applicable | Oliver Schneider | -309/+444 |
| 2017-12-14 | Auto merge of #46633 - estebank:arg-mismatch, r=arielb1 | bors | -84/+94 |
| 2017-12-14 | Auto merge of #46605 - estebank:macro-backtrace-spans, r=pnkfelix | bors | -63/+144 |
| 2017-12-14 | Auto merge of #46582 - nikomatsakis:nll-master-to-rust-master-4, r=arielb1 | bors | -257/+1093 |
| 2017-12-13 | Auto merge of #46708 - pnkfelix:fix-issue-46112, r=arielb1 | bors | -5/+66 |
| 2017-12-14 | Download the crosstool from GitHub instead of crosstool-ng.org | kennytm | -4/+5 |
| 2017-12-13 | Move error checks out of span for easier to follow `.stderr` | Esteban Küber | -15/+6 |
| 2017-12-13 | correct comment in test | Niko Matsakis | -1/+1 |
| 2017-12-13 | add FIXME related to constant well-formedness | Niko Matsakis | -0/+8 |
| 2017-12-13 | comments for `defining_ty` and `compute_indices` | Niko Matsakis | -0/+20 |
| 2017-12-13 | document return value of `add_live_point` | Niko Matsakis | -0/+3 |
| 2017-12-13 | improve comments on `safe_to_unsafe_fn_ty` and `coerce_closure_fn_ty` | Niko Matsakis | -4/+9 |
| 2017-12-13 | change to use an O(1) data structure for looking up point indices | Niko Matsakis | -21/+77 |
| 2017-12-13 | refactor region value bitmatrix | Niko Matsakis | -110/+270 |
| 2017-12-13 | fix closure tests now that MIR typeck works properly | Niko Matsakis | -79/+142 |
| 2017-12-13 | Auto merge of #46550 - jseyfried:cleanup_builtin_hygiene, r=nrc | bors | -140/+174 |
| 2017-12-13 | when reifying a safe fn as an unsafe fn ptr, insert two casts | Niko Matsakis | -3/+12 |
| 2017-12-13 | normalize fn sig as part of reification | Niko Matsakis | -58/+124 |
| 2017-12-13 | Mir typeck Cast for Unsize value | Santiago Pastorino | -1/+34 |
| 2017-12-13 | Mir typeck Cast for ClosureFnPtr value | Santiago Pastorino | -3/+37 |
| 2017-12-13 | Extract coerce_closure_fn_ty function | Santiago Pastorino | -17/+22 |
| 2017-12-13 | Mir typeck Cast for UnsafeFnPtr value | Santiago Pastorino | -2/+32 |
| 2017-12-13 | Mir typeck Cast for ReifyFnPtr value | Santiago Pastorino | -1/+70 |
| 2017-12-13 | Restructure a bit check_aggregate_rvalue code | Santiago Pastorino | -35/+35 |
| 2017-12-13 | Add more debug logs | Santiago Pastorino | -1/+27 |
| 2017-12-13 | Check functions predicates | Santiago Pastorino | -2/+70 |
| 2017-12-13 | Check Aggregate predicates | Santiago Pastorino | -0/+55 |
| 2017-12-13 | Check NullaryOp Rvalue | Santiago Pastorino | -2/+10 |
| 2017-12-13 | fix universal regions to handle constant expressions like `[T; 22]` | Niko Matsakis | -2/+30 |
| 2017-12-13 | Check Repeat Rvalue | Santiago Pastorino | -3/+93 |
| 2017-12-13 | Auto merge of #46419 - jseyfried:all_imports_in_metadata, r=nrc | bors | -28/+142 |
| 2017-12-12 | Improve pretty printing `$crate::` paths. | Jeffrey Seyfried | -21/+44 |
| 2017-12-12 | Regression test for issue #46112. | Felix S. Klock II | -0/+47 |
| 2017-12-13 | Auto merge of #46616 - cramertj:impl-trait-elision, r=nikomatsakis | bors | -56/+135 |
| 2017-12-13 | Auto merge of #46613 - petrochenkov:absext, r=nikomatsakis | bors | -57/+264 |
| 2017-12-12 | Fix #46112: visible_parent_map construction needs a BFS over whole crate forest. | Felix S. Klock II | -5/+19 |
| 2017-12-12 | Auto merge of #46570 - AgustinCB:issue-46553, r=oli-obk | bors | -2/+33 |
| 2017-12-12 | Refactor `MarkData` field `modern: bool` to `kind: MarkKind`. | Jeffrey Seyfried | -14/+28 |
| 2017-12-12 | Fix fallout in tests. | Jeffrey Seyfried | -7/+7 |
| 2017-12-13 | Resolve absolute paths as extern under a feature flag | Vadim Petrochenkov | -3/+238 |
| 2017-12-12 | rustc_metadata: Refactor away `ExternCrateInfo` | Vadim Petrochenkov | -54/+26 |
| 2017-12-13 | Rollup merge of #46691 - varkor:contrib-3, r=rkruppe | kennytm | -2/+2 |
| 2017-12-13 | Rollup merge of #46672 - GuillaumeGomez:fix-type-filter-search, r=QuietMisdre... | kennytm | -4/+4 |
| 2017-12-13 | Rollup merge of #46668 - GuillaumeGomez:mobile-sidebar, r=QuietMisdreavus | kennytm | -4/+27 |