| Age | Commit message (Expand) | Author | Lines |
| 2016-04-06 | Rollup merge of #32570 - eddyb:tis-but-a-front, r=nikomatsakis | Manish Goregaokar | -2167/+1292 |
| 2016-04-06 | rustc: retire hir::map's paths. | Eduard Burtescu | -525/+192 |
| 2016-04-06 | Move span into `StructField` | Vadim Petrochenkov | -49/+50 |
| 2016-04-06 | Get rid of ast::StructFieldKind | Vadim Petrochenkov | -136/+55 |
| 2016-04-06 | rustc: move some maps from ty to hir. | Eduard Burtescu | -40/+43 |
| 2016-04-06 | rustc: move middle::{def,def_id,pat_util} to hir. | Eduard Burtescu | -190/+190 |
| 2016-04-06 | syntax: dismantle ast_util. | Eduard Burtescu | -489/+117 |
| 2016-04-06 | rustc: dismantle hir::util, mostly moving functions to methods. | Eduard Burtescu | -426/+393 |
| 2016-04-06 | rustc: move rustc_front to rustc::hir. | Eduard Burtescu | -550/+404 |
| 2016-04-05 | Auto merge of #32688 - jseyfried:ast_groundwork_for_1422, r=pnkfelix | bors | -69/+92 |
| 2016-04-05 | Auto merge of #32415 - alexcrichton:android-signal, r=alexcrichton | bors | -9/+37 |
| 2016-04-05 | Auto merge of #32743 - Manishearth:rollup, r=Manishearth | bors | -424/+911 |
| 2016-04-05 | Auto merge of #32742 - eddyb:cast-fns, r=dotdash | bors | -21/+51 |
| 2016-04-05 | Rollup merge of #32715 - nrc:rustdoc-highlight, r=cmr | Manish Goregaokar | -26/+49 |
| 2016-04-05 | Rollup merge of #32714 - nrc:json-err-end-span, r=sfackler | Manish Goregaokar | -15/+60 |
| 2016-04-05 | Rollup merge of #32712 - jonas-schievink:autoderef-fields-for-fn-ty, r=nagisa | Manish Goregaokar | -18/+58 |
| 2016-04-05 | Rollup merge of #32710 - jonas-schievink:consider-last-semi, r=nagisa | Manish Goregaokar | -2/+25 |
| 2016-04-05 | Rollup merge of #32692 - sfackler:time-inline, r=alexcrichton | Manish Goregaokar | -0/+5 |
| 2016-04-05 | Rollup merge of #32686 - mneumann:dragonfly_jemalloc_prefix, r=alexcrichton | Manish Goregaokar | -7/+14 |
| 2016-04-05 | Rollup merge of #32685 - dhuseby:add_freebsd_i686_snapshot_4d3eebf, r=alexcri... | Manish Goregaokar | -0/+1 |
| 2016-04-05 | Rollup merge of #32678 - mitaa:rdoc-stripped, r=alexcrichton | Manish Goregaokar | -239/+364 |
| 2016-04-05 | Rollup merge of #32675 - dhuseby:snapshots-01-04-16, r=alexcrichton | Manish Goregaokar | -0/+1 |
| 2016-04-05 | Rollup merge of #32596 - soltanmm:lazy, r=nikomatsakis | Manish Goregaokar | -108/+276 |
| 2016-04-05 | Rollup merge of #32403 - vlastachu:super_in_path, r=jseyfried | Manish Goregaokar | -9/+58 |
| 2016-04-05 | Auto merge of #29463 - jseyfried:master, r=nikomatsakis | bors | -68/+23 |
| 2016-04-05 | trans: don't declare symbols that were already imported. | Eduard Burtescu | -21/+51 |
| 2016-04-05 | Fixes bug which accepting using `super` in use statemet. | vlastachu | -9/+58 |
| 2016-04-04 | std: Fix linking against `signal` on Android | Alex Crichton | -9/+37 |
| 2016-04-04 | Auto merge of #32328 - jseyfried:coherence, r=nikomatsakis | bors | -207/+207 |
| 2016-04-04 | Auto merge of #32647 - Amanieu:checked_atomic_intrinsics, r=eddyb | bors | -31/+161 |
| 2016-04-04 | adds dragonflybsd and freebsd to snapshots.txt | Dave Huseby | -0/+1 |
| 2016-04-04 | Address nits | Masood Malekghassemi | -48/+49 |
| 2016-04-04 | Auto merge of #32582 - nikomatsakis:issue-32326, r=aturon | bors | -153/+236 |
| 2016-04-04 | add error code to test | Niko Matsakis | -1/+1 |
| 2016-04-04 | fix corner case around top of stack | Niko Matsakis | -39/+64 |
| 2016-04-04 | process cycles as soon as they are detected | Niko Matsakis | -129/+187 |
| 2016-04-04 | Auto merge of #32644 - oli-obk:check_all_constants_early, r=nrc | bors | -18/+60 |
| 2016-04-04 | Just use Some(()) instead | Jonas Schievink | -2/+2 |
| 2016-04-04 | use `unwrap_or` | Jonas Schievink | -4/+1 |
| 2016-04-04 | Beef up test | Jonas Schievink | -0/+6 |
| 2016-04-04 | rustdoc: factor out function for getting inner html of highlighted source | Nick Cameron | -26/+49 |
| 2016-04-04 | Give better spans for SpanEnd errors | Nick Cameron | -15/+60 |
| 2016-04-03 | Add compile-fail test | Amanieu d'Antras | -0/+117 |
| 2016-04-03 | Auto merge of #32676 - durka:patch-18, r=alexcrichton | bors | -2/+2 |
| 2016-04-03 | Autoderef when suggesting to call `(self.field)` | Jonas Schievink | -18/+61 |
| 2016-04-03 | Fix "consider removing this semicolon" help | Jonas Schievink | -2/+19 |
| 2016-04-03 | Auto merge of #32672 - ollie27:patch-5, r=alexcrichton | bors | -2/+2 |
| 2016-04-03 | Auto merge of #32210 - Aatch:mir-traversal, r=nikomatsakis | bors | -49/+539 |
| 2016-04-03 | check constants even if they are unused in the current crate | Oliver Schneider | -18/+60 |
| 2016-04-02 | Auto merge of #32579 - michaelwoerister:stable-symbol-name-fix, r=eddyb | bors | -1/+61 |