about summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2015-02-12Pacify the merciless nrc.Niko Matsakis-4/+4
2015-02-12Modify `repr()` so that when `-Z verbose` is used, at least, it does notNiko Matsakis-34/+58
2015-02-12Rote changes to fix fallout throughout the compiler from splitting theNiko Matsakis-22/+43
2015-02-12Split the predicates listing out of `TraitDef` and `TypeScheme` and into a se...Niko Matsakis-21/+54
2015-02-12Make VecPerParamSpace support IntoIteratorNiko Matsakis-0/+18
2015-02-12Update metadata to reflect that predicates/schemes/trait-defs are now severedNiko Matsakis-56/+74
2015-02-11rollup merge of #22197: alexcrichton/do-not-link-pluginsAlex Crichton-1/+1
2015-02-11rustc: Do not link to pluginsAlex Crichton-1/+1
2015-02-11rollup merge of #22188: alexcrichton/envv2Alex Crichton-4/+4
2015-02-11rollup merge of #22185: edwardw/default-methodsAlex Crichton-5/+25
2015-02-11rollup merge of #22184: nagisa/revert-emissionsAlex Crichton-4/+1
2015-02-11rollup merge of #22167: kmcallister/undef-macroAlex Crichton-26/+41
2015-02-11rollup merge of #22127: alexcrichton/stability-holesAlex Crichton-34/+42
2015-02-11rollup merge of #22048: LeoTestard/impl-patterns-usedAlex Crichton-1/+1
2015-02-11rollup merge of #21881: richo/lint-no-mangle-constAlex Crichton-4/+35
2015-02-11std: Tweak the std::env OsString/String interfaceAlex Crichton-4/+4
2015-02-11rustc: Fix a number of stability lint holesAlex Crichton-34/+42
2015-02-11Auto merge of #21972 - pnkfelix:new-dtor-semantics-6, r=nikomatsakisbors-54/+288
2015-02-11Revert #22051Simonas Kazlauskas-4/+1
2015-02-12Eliminate assoc type projection predicate candidate duplicatesEdward Wang-5/+25
2015-02-11Add core::marker::PhantomData.Felix S. Klock II-6/+45
2015-02-11Opt into new `box_patterns` feature gate in various crates.Felix S. Klock II-0/+1
2015-02-11destructor checker (dropck).Felix S. Klock II-1/+31
2015-02-11Added DestructionScope variant to CodeExtent, representing the areaFelix S. Klock II-47/+212
2015-02-10Forbid undefined names in macro use / macro reexportKeegan McAllister-26/+41
2015-02-10Make the live code analysis visit method declarations.Leo Testard-1/+1
2015-02-10rollup merge of #22115: nagisa/dedupe-cratetypesAlex Crichton-1/+3
2015-02-10rollup merge of #22094: alkor/cleanup-show-stringAlex Crichton-1/+1
2015-02-10rollup merge of #22051: nagisa/main-emissionAlex Crichton-2/+5
2015-02-10rollup merge of #21353: sanxiyn/upvarAlex Crichton-0/+8
2015-02-10Auto merge of #22028 - nikomatsakis:issue-22019-caching, r=aturonbors-114/+19
2015-02-10Auto merge of #22026 - kmcallister:plugin, r=sfacklerbors-57/+71
2015-02-10Auto merge of #21961 - nick29581:hrl-syntax, r=nmatsakisbors-15/+57
2015-02-09Add a help message for deprecated #[plugin] extern crateKeegan McAllister-0/+3
2015-02-09Use a crate attribute to load pluginsKeegan McAllister-57/+68
2015-02-09Deduplicate --crate-type argumentsSimonas Kazlauskas-1/+3
2015-02-09lint: Document the why and how of the no_mangle const lintRicho Healey-1/+4
2015-02-09Review changesNick Cameron-1/+1
2015-02-09Refactor compilation to make it easier to use for toolsNick Cameron-3/+18
2015-02-09Accept quantification of lifetimes outside the self type in where clauses.Nick Cameron-15/+57
2015-02-08Rename Show to Debug, String to DisplayAlexander Korolkov-1/+1
2015-02-08Auto merge of #21970 - michaelwoerister:lang-item-call-debug-locs, r=brsonbors-20/+62
2015-02-08Auto merge of #21999 - tomjakubowski:rustdoc-fixes, r=alexcrichtonbors-1/+2
2015-02-07Auto merge of #21982 - pnkfelix:extend-Z-print-region-graph, r=nikomatsakisbors-11/+78
2015-02-07Auto merge of #21971 - pnkfelix:fsk-restrict-fixdsz-array-moves, r=nikomatsakisbors-21/+56
2015-02-07Do not fail if --emit≠link and there’s no main fnSimonas Kazlauskas-2/+5
2015-02-07Restrictions on moves out-from and into fixed-length arrays.Felix S. Klock II-21/+56
2015-02-07remove closure `&mut:`/`&:` annotations.Felix S. Klock II-3/+3
2015-02-07Auto merge of #22023 - alexcrichton:oops-picked-the-wrong-plugin, r=nikomatsakisbors-9/+3
2015-02-07Auto merge of #21978 - Potpourri:error-extern-crate-staticlib, r=alexcrichtonbors-5/+30