about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-05-18Auto merge of #33710 - Manishearth:rollup, r=Manishearthbors-24/+55
2016-05-18Fix bug in macro expression spansJeffrey Seyfried-28/+24
2016-05-18Add new error code testsggomez-0/+121
2016-05-18Rollup merge of #33695 - nikomatsakis:spezializes-cache, r=aturonManish Goregaokar-2/+34
2016-05-18Rollup merge of #33675 - apasel422:issue-33662, r=pnkfelixManish Goregaokar-0/+1
2016-05-18Rollup merge of #33673 - GuillaumeGomez:fix-selected-item-style, r=steveklabnikManish Goregaokar-0/+4
2016-05-18Rollup merge of #33666 - xen0n:no-more-nest-levels, r=nikomatsakisManish Goregaokar-21/+5
2016-05-18Rollup merge of #33656 - GuillaumeGomez:lifetime_bound, r=steveklabnikManish Goregaokar-1/+11
2016-05-18Auto merge of #33654 - petrochenkov:hirident, r=nrcbors-239/+160
2016-05-18Only print parameters with elided lifetimes in elision error messages.Nick Hamann-8/+53
2016-05-17Add descriptive error explanation for E0502Timothy McRoy-1/+27
2016-05-17Auto merge of #33137 - nikomatsakis:issue-32330-lbr-in-return-type-warning-2,...bors-233/+760
2016-05-17fix stale method namesNiko Matsakis-2/+2
2016-05-17warn for where/return-types that reference regionsNiko Matsakis-15/+449
2016-05-18Resolved rustdoc crash (#33678) by aborting instead of unwrapping.User-4/+3
2016-05-17std: Update libc submoduleAlex Crichton-0/+0
2016-05-17Add regression tests for error message when using enum variant as a typeNick Hamann-0/+30
2016-05-17fix -Z treat-err-as-bugNiko Matsakis-30/+30
2016-05-17refactor: use `select` inside of a probeNiko Matsakis-188/+281
2016-05-17Auto merge of #33665 - golddranks:thread-park-add-big-picture-explanation, r=...bors-1/+3
2016-05-17introduce a specializes cacheNiko Matsakis-2/+34
2016-05-17Fix for #33559Jonathan Turner-1/+2
2016-05-17Fix invalid enum declarationGuillaume Gomez-4/+4
2016-05-17Preserve span when lowering ExprKind::ParenSeo Sanghyeon-1/+2
2016-05-17Improve a few errors and fix #33366Jonathan Turner-58/+68
2016-05-17De-emph minimized spans, add better debugging outputJonathan Turner-17/+37
2016-05-17Print secondary labels as notes in old skool modeJonathan Turner-0/+26
2016-05-17`mir::dataflow::sanity_check`: removed hackish `tmp = val` propagation code.Felix S. Klock II-35/+8
2016-05-17Escape asterix in markdown file to side-step it being interpreted as emphasis.Felix S. Klock II-1/+1
2016-05-17Fix comments in `mir::dataflow::sanity_check`.Felix S. Klock II-19/+18
2016-05-16Auto merge of #33651 - Nercury:update-i686-android-target-to-match-abi, r=ale...bors-1/+5
2016-05-16Auto merge of #33491 - arielb1:obligation-jungle, r=nikomatsakisbors-1038/+794
2016-05-17Deprecate {f32,f64}::abs_sub.Huon Wilson-46/+24
2016-05-16Auto merge of #33588 - nikomatsakis:compiletest-ui, r=acrichtobors-1/+341
2016-05-16Add missing code fence to `diagnostics.rs`Andrew Paseltiner-0/+1
2016-05-16pacify the mercilous tidyNiko Matsakis-2/+22
2016-05-16Fix selected item background styleGuillaume Gomez-0/+4
2016-05-16change on_unimplented logicAriel Ben-Yehuda-5/+14
2016-05-16Fix rebaseVadim Petrochenkov-4/+4
2016-05-16lowering: Rename identifiers only when necessaryVadim Petrochenkov-12/+36
2016-05-16Remove hir::IdentVadim Petrochenkov-226/+123
2016-05-16Auto merge of #33500 - Nercury:update-aarch64-android-target-to-match-abi, r=...bors-3/+7
2016-05-16Auto merge of #33429 - ranma42:fix-x87-parsing, r=alexcrichtonbors-10/+81
2016-05-16core::intrinsics: fix typo noted during review.Felix S. Klock II-1/+1
2016-05-16Auto merge of #33663 - rphmeier:recover_rename, r=sfacklerbors-4/+4
2016-05-16Fix `asm!` blocksAndrea Canciani-2/+2
2016-05-16Cleanup documentationAndrea Canciani-31/+10
2016-05-16Auto merge of #33331 - uasi:diag-e0038-typo, r=GuillaumeGomezbors-1/+1
2016-05-16`DefinitelyInitializedLvals` dataflow op (goal: move away from `MaybeUninitia...Felix S. Klock II-10/+220
2016-05-16Little unit tests for MIR dataflow analysis.Felix S. Klock II-0/+220