about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-11-20Strongly improve search pathGuillaume Gomez-10/+37
2017-11-19Fix path search in docsGuillaume Gomez-82/+114
2017-11-18Auto merge of #46073 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-107/+115
2017-11-18Rollup merge of #46071 - LooMaclin:fix-46001, r=estebankGuillaume Gomez-32/+19
2017-11-18Rollup merge of #46066 - GuillaumeGomez:primitive-search, r=QuietMisdreavusGuillaume Gomez-45/+43
2017-11-18Rollup merge of #46044 - collinanderson:py3, r=kennytmGuillaume Gomez-24/+25
2017-11-18Rollup merge of #45767 - QuietMisdreavus:who-docs-the-doc-tool, r=frewsxcvGuillaume Gomez-6/+28
2017-11-18Auto merge of #46000 - kennytm:fix-45640-extern-type-ice-in-rustdoc, r=QuietM...bors-3/+67
2017-11-18Remove return_ty from Mirloomaclin-32/+19
2017-11-18Auto merge of #45999 - jseyfried:def_site_span, r=nrcbors-7/+8
2017-11-18Auto merge of #45989 - davidtwco:issue-45360, r=nikomatsakisbors-25/+119
2017-11-18Auto merge of #45899 - eddyb:meta-race, r=alexcrichtonbors-18/+35
2017-11-17Auto merge of #45853 - nikomatsakis:chalk-simplify-hr-lub-glb, r=arielb1bors-226/+232
2017-11-17Fix primitive types not showing upGuillaume Gomez-45/+43
2017-11-17Fixed bug with the implementation that was suppressing expected errors from t...David Wood-4/+6
2017-11-17Corrected error output with many labels.David Wood-4/+2
2017-11-17use a BTreeMap instead of an FxHasMap for the skol regionsNiko Matsakis-10/+13
2017-11-17strip old lub-glb tests from `librustc_driver`Niko Matsakis-212/+0
2017-11-17issue better error message when LUB/GLB diverge under new behaviorNiko Matsakis-1/+138
2017-11-17make LUB/GLB of higher-ranked things actually do EQNiko Matsakis-3/+81
2017-11-17Auto merge of #45996 - eddyb:even-mirer-1, r=arielb1bors-23/+36
2017-11-17Auto merge of #46004 - michaelwoerister:cached-mir-wip-3, r=nikomatsakisbors-370/+1161
2017-11-17Auto merge of #45595 - scottmcm:iter-try-fold, r=dtolnaybors-182/+929
2017-11-17Auto merge of #45991 - gnzlbg:fix_i586, r=alexcrichtonbors-0/+1
2017-11-17Auto merge of #45980 - Keruspe:master, r=alexcrichtonbors-1/+12
2017-11-17Modified to output intended error.David Wood-21/+83
2017-11-17Updated test to reflect expected Mir output.David Wood-5/+18
2017-11-16Deduplicated borrow checking errors.David Wood-10/+29
2017-11-17MIR: hide .rodata constants vs by-ref ABI clash in trans.Eduard-Mihai Burtescu-23/+36
2017-11-16Auto merge of #45897 - tromey:trait-object-debug, r=michaelwoeristerbors-1/+136
2017-11-16Auto merge of #45825 - nikomatsakis:nll-factor-region-inference, r=arielb1bors-3616/+4835
2017-11-16fix some python3 incompatibilitiesCollin Anderson-24/+25
2017-11-16Auto merge of #46029 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-190/+144
2017-11-16Add doc comment for LocalDefId.Michael Woerister-2/+7
2017-11-16Fix some tidy errors in ty::codec.Michael Woerister-8/+16
2017-11-16incr.comp.: Remove default serialization implementations for things in rustc:...Michael Woerister-62/+81
2017-11-16Auto merge of #45528 - alexcrichton:avx512, r=arielb1bors-3/+8
2017-11-16incr.comp.: Remove some code duplication around TyDecoder by factoring things...Michael Woerister-222/+142
2017-11-16incr.comp.: Encode DefIds as DefPathHashes instead of recomputing those durin...Michael Woerister-73/+65
2017-11-16Introduce LocalDefId which provides a type-level guarantee that the DefId is ...Michael Woerister-31/+98
2017-11-16Auto merge of #46028 - oli-obk:clippy, r=kennytmbors-19/+8
2017-11-16infer/outlives/obligations.rs: wrap some long linesNiko Matsakis-1/+3
2017-11-16obligations.rs: rustfmtNiko Matsakis-7/+11
2017-11-16Nit: fix typoNiko Matsakis-1/+1
2017-11-16Nit: reset more state after `take_and_reset_data`Niko Matsakis-4/+50
2017-11-16Nit: improve comment to explain why we wait until regionckNiko Matsakis-9/+13
2017-11-16Nit: rework region obligations to a snapshotted vectorNiko Matsakis-18/+31
2017-11-16Nit: fix wording in READMENiko Matsakis-9/+9
2017-11-16leak the affects of closures on the free-region-map, like we used toNiko Matsakis-2/+92
2017-11-16factor out `free_region_binding_scope` helperNiko Matsakis-7/+30