| Age | Commit message (Expand) | Author | Lines |
| 2018-02-13 | Auto merge of #47804 - retep007:recursive-requirements, r=pnkfelix | bors | -9/+31 |
| 2018-02-12 | Auto merge of #47843 - estebank:teach, r=nikomatsakis | bors | -0/+4 |
| 2018-02-11 | Auto merge of #48092 - eddyb:discriminate-the-void, r=nikomatsakis | bors | -3/+2 |
| 2018-02-10 | Rollup merge of #48086 - Zoxc:gen-fix, r=nikomatsakis | kennytm | -1/+1 |
| 2018-02-10 | Rollup merge of #48047 - etaoins:fix-ice-for-mismatched-args-on-target-withou... | kennytm | -44/+49 |
| 2018-02-09 | Auto merge of #47802 - bobtwinkles:loop_false_edge, r=nikomatsakis | bors | -7/+46 |
| 2018-02-09 | Fix visitation order of calls so that it matches execution order. Fixes #48048 | John Kåre Alsaker | -1/+1 |
| 2018-02-09 | Auto merge of #47489 - pnkfelix:limit-2pb-issue-46747, r=nikomatsakis | bors | -8/+72 |
| 2018-02-08 | rustc: don't ICE when using Rvalue::Discriminant on a non-ADT. | Eduard-Mihai Burtescu | -3/+2 |
| 2018-02-08 | Add `AutoBorrowMutability`; its like `hir::Mutability` but w/ two-phase borr... | Felix S. Klock II | -2/+31 |
| 2018-02-08 | Restrict two-phase borrows to solely borrows introduced via autoref. | Felix S. Klock II | -0/+11 |
| 2018-02-08 | Encode (in MIR) whether borrows are explicit in source or arise due to autoref. | Felix S. Klock II | -6/+30 |
| 2018-02-07 | Add `-Zteach` documentation | Esteban Küber | -0/+4 |
| 2018-02-07 | Rollup merge of #48014 - Manishearth:stealing-chickens-on-the-internet, r=nik... | Manish Goregaokar | -3/+50 |
| 2018-02-07 | Rollup merge of #47922 - zackmdavis:and_the_case_of_the_unused_field_pattern,... | Manish Goregaokar | -15/+52 |
| 2018-02-07 | Rollup merge of #47613 - estebank:rustc_on_unimplemented, r=nikomatsakis | Manish Goregaokar | -18/+53 |
| 2018-02-07 | Fix ICE for mismatched args on target without span | Ryan Cumming | -44/+49 |
| 2018-02-07 | Rollup merge of #48026 - Badel2:doc-assoc-const-object-safe, r=nikomatsakis | kennytm | -0/+22 |
| 2018-02-06 | Trait objects cannot contain associated constants | Badel2 | -0/+22 |
| 2018-02-06 | Auto merge of #47203 - varkor:output-filename-conflicts-with-directory, r=est... | bors | -19/+0 |
| 2018-02-05 | Add -Zepoch | Manish Goregaokar | -3/+50 |
| 2018-02-05 | mir: Add TerminatorKind::FalseUnwind | bobtwinkles | -7/+46 |
| 2018-02-06 | Rollup merge of #47959 - Manishearth:rustdoc-ice, r=Mark-Simulacrum | kennytm | -5/+14 |
| 2018-02-05 | Auto merge of #47865 - Manishearth:cleanup-shim, r=nikomatsakis | bors | -2/+2 |
| 2018-02-04 | Remove 'the this' in doc comments. | Jay Strict | -1/+1 |
| 2018-02-04 | Auto merge of #47915 - eddyb:layout-of, r=nikomatsakis | bors | -73/+100 |
| 2018-02-03 | Auto merge of #47845 - Zoxc:gen-fixes, r=nikomatsakis | bors | -5/+26 |
| 2018-02-03 | Auto merge of #46254 - Dylan-DPC:ellided-lifetime, r=nikomatsakis | bors | -4/+22 |
| 2018-02-03 | Auto merge of #47791 - estebank:mismatched-trait-impl, r=nikomatsakis | bors | -29/+65 |
| 2018-02-02 | Fix rustdoc ICE on macros defined within functions | Manish Goregaokar | -5/+14 |
| 2018-02-01 | Remove support for `Self` in attributes | Esteban Küber | -2/+0 |
| 2018-02-01 | Add filter to detect local crates for rustc_on_unimplemented | Esteban Küber | -2/+5 |
| 2018-02-01 | Add filtering options to `rustc_on_unimplemented` | Esteban Küber | -16/+50 |
| 2018-02-02 | add ellided lifetime | dpc | -4/+22 |
| 2018-02-01 | Auto merge of #47738 - nikomatsakis:issue-47139-master, r=arielb1 | bors | -74/+118 |
| 2018-01-31 | concerning well-formed suggestions for unused shorthand field patterns | Zack M. Davis | -14/+49 |
| 2018-02-01 | Auto merge of #47540 - Manishearth:suggestion, r=nrc | bors | -2/+6 |
| 2018-01-31 | in which HirIdMap is introduced as an affordance for using HirIds more | Zack M. Davis | -1/+3 |
| 2018-02-01 | rustc: prefer ParamEnvAnd and LayoutCx over tuples for LayoutOf. | Eduard-Mihai Burtescu | -73/+100 |
| 2018-01-31 | Auto merge of #47900 - kennytm:rollup, r=kennytm | bors | -0/+12 |
| 2018-01-31 | Rollup merge of #47795 - avborhanian:master, r=rkruppe | kennytm | -0/+1 |
| 2018-01-31 | Rollup merge of #47889 - alexcrichton:wasm-hidden-by-default, r=cramertj | kennytm | -0/+6 |
| 2018-01-31 | Rollup merge of #47844 - CAD97:patch-1, r=estebank | kennytm | -0/+5 |
| 2018-01-31 | Auto merge of #45752 - estebank:highlight-primary, r=nikomatsakis | bors | -8/+11 |
| 2018-01-30 | rustc: Add an option to default hidden visibility | Alex Crichton | -0/+6 |
| 2018-01-30 | track intercrate ambiguity only when there is a coherence error | Niko Matsakis | -49/+82 |
| 2018-01-30 | change `overlapping_impls` to take a tcx and create the infcx | Niko Matsakis | -42/+40 |
| 2018-01-30 | make `overlapping_impls` call closures instead of returning | Niko Matsakis | -33/+46 |
| 2018-01-30 | Document the index used in AggregateKind::Adt | Manish Goregaokar | -2/+2 |
| 2018-01-30 | Allow access of the state field before the generator transform. Fixes #47482,... | John Kåre Alsaker | -3/+10 |