about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-05-13Document the x87 control wordAndrea Canciani-5/+62
2016-05-13Fix fast path of float parsing on x87Andrea Canciani-7/+42
2016-05-13Add compile-fail tests for error codesggomez-0/+242
2016-05-13Auto merge of #33541 - eddyb:promote-only-temps, r=arielb1bors-6/+42
2016-05-13Auto merge of #33596 - nikomatsakis:issue-33586-regr-assoc-type-path, r=eddybbors-27/+98
2016-05-12Generic encoded enums no longer crash on reference/pointer typesSteven Burns-0/+2
2016-05-12Auto merge of #33450 - SiegeLord:dep_info_no_analysis, r=nrcbors-45/+97
2016-05-12Add a note about Higher-Ranked Trait Bounds in docs on Closures.Val Vanderschaegen-0/+47
2016-05-12Update errors to use new error formatJonathan Turner-163/+219
2016-05-13[MIR] Enhance the SimplifyCfg pass to merge consecutive blocksBjörn Steinbrink-59/+124
2016-05-12Updating a few more errors with labelsJonathan Turner-26/+46
2016-05-12Set of fixes to improve borrowcks that weren't updatedJonathan Turner-16/+47
2016-05-13Some simple improvements to MIR pretty printingJonas Schievink-22/+55
2016-05-12doc: to_string not needed since we gots coercionTshepang Lekhonkhobe-2/+2
2016-05-12doc: use less awkward and less confusing languageTshepang Lekhonkhobe-2/+2
2016-05-12Auto merge of #33282 - alexcrichton:rustbuild-crate-tests, r=brsonbors-26/+182
2016-05-12doc: line these comments upTshepang Lekhonkhobe-1/+1
2016-05-12Add error explanations for E0374, E0375, E0376 on issue #33383Dan Fockler-7/+158
2016-05-12doc: Fix comment in std::string::String example codeHaiko Schol-1/+1
2016-05-12rustdoc: Fix missing type parameters on implsOliver Middleton-8/+30
2016-05-12Improve derived implementations for enums with lots of fieldless variantsBjörn Steinbrink-7/+44
2016-05-12re-introduce a cache for ast-ty-to-tyNiko Matsakis-27/+98
2016-05-12Fix the sed invocation to also work with BSD sed.Pavel Sountsov-1/+1
2016-05-12Don't use env::current_exe with libbacktraceSteven Fackler-43/+22
2016-05-12rustbuild: Add support for crate tests + doctestsAlex Crichton-23/+147
2016-05-12Use the correct word in the explanationStefan Schindler-1/+1
2016-05-12fix tidyAlex Burka-4/+8
2016-05-12Add more details and examples in error codeggomez-8/+13
2016-05-12update "reason" for fnbox feature gateAlex Burka-4/+4
2016-05-12Auto merge of #33338 - birkenfeld:issue-25356, r=jseyfriedbors-2/+11
2016-05-12Better handling of tab in errorSeo Sanghyeon-2/+32
2016-05-12Auto merge of #33306 - vadixidav:master, r=alexcrichtonbors-1/+73
2016-05-12typeck: if a private field exists, also check for a public methodGeorg Brandl-5/+36
2016-05-12typeck: limit number of candidates shown for a single errorGeorg Brandl-2/+11
2016-05-12Tighten span for E0063Seo Sanghyeon-1/+1
2016-05-12Cleanup formatting and wording for `std::env::temp_dir` docs.Corey Farwell-10/+10
2016-05-11Auto merge of #33169 - swgillespie:issue32829, r=eddybbors-0/+88
2016-05-11Plumb inference obligations through selectionMasood Malekghassemi-66/+126
2016-05-12Check the constants’ parameter environmentSimonas Kazlauskas-1/+23
2016-05-11Don't mutate the inference context when assemblingMasood Malekghassemi-1/+1
2016-05-11Add inferred obligation storage to all Vtable variants and SelectionContextMasood Malekghassemi-41/+111
2016-05-12Gen right parameter envirnoment for assoc constsSimonas Kazlauskas-20/+2
2016-05-12Do not use const Rib for associated constantsSimonas Kazlauskas-3/+1
2016-05-11trans: Use CrateContext::empty_substs_for_def_id() instead of Substs::empty()...Michael Woerister-18/+48
2016-05-11save-analysis: give better text info in value fieldsNick Cameron-35/+109
2016-05-11save-analysis: attempt number 2 at a JSON versionNick Cameron-61/+423
2016-05-11[MIR trans] Optimize trans for biased switchesBjörn Steinbrink-10/+26
2016-05-11Add detailed error explanation for E0505billyevans-1/+79
2016-05-11Fix typo in std::sync::Once documentationAmanieu d'Antras-1/+0
2016-05-11Export OnceState from libstdAmanieu d'Antras-1/+1