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