summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-04-18Rather than storing the relations between free-regions in a globalNiko Matsakis-233/+444
2015-04-18Auto merge of #24519 - rprichard:opt-write-args, r=alexcrichtonbors-3/+3
2015-04-18Added error explanations for E0308, E0309, and E0310Kelvin Ly-3/+53
2015-04-18Return nonzero exit code if there are errors at a stop pointFlorian Hahn-6/+440
2015-04-18Auto merge of #24464 - lambdaburrito:master, r=alexcrichtonbors-0/+127
2015-04-18Auto merge of #24428 - kwantam:deprecate_unicode_fns, r=alexcrichtonbors-49/+106
2015-04-18Auto merge of #24209 - nikomatsakis:refactor-unification, r=nrcbors-380/+778
2015-04-17Remove obsolete discusison of runtime, promote `Linkage` to chapter.Graydon Hoare-38/+1
2015-04-17Improve memory-model section very slightly.Graydon Hoare-2/+4
2015-04-17Improve special-traits section very slightly.Graydon Hoare-8/+10
2015-04-18Auto merge of #24133 - kballard:add-sync-to-io-error, r=alexcrichtonbors-10/+15
2015-04-17Eliminate the obsolete term 'slot'.Graydon Hoare-28/+28
2015-04-17Clean up section on Type aliases.Graydon Hoare-12/+5
2015-04-17Trim florid language.Graydon Hoare-7/+5
2015-04-17Trim malformed sentence.Graydon Hoare-2/+1
2015-04-18Auto merge of #23985 - erickt:derive-cleanup, r=ericktbors-520/+499
2015-04-17std: Add Default/IntoIterator/ToOwned to the preludeAlex Crichton-289/+241
2015-04-18Add long diagnostics for "bind by-ref and by-move"Guillaume Gomez-1/+48
2015-04-17Auto merge of #24500 - pnkfelix:oflo-checked-neg, r=nikomatsakisbors-20/+63
2015-04-18Add long diagnostics for E0015Nick Hamann-1/+6
2015-04-18Add long diagnostics for E0020Nick Hamann-1/+5
2015-04-17Auto merge of #24461 - nikomatsakis:issue-22077-unused-lifetimes, r=aturonbors-100/+303
2015-04-17Auto merge of #24475 - arielb1:i24363-hacky-hack, r=pnkfelixbors-59/+77
2015-04-17Address nitsNiko Matsakis-1/+1
2015-04-17Add licenses.Niko Matsakis-1/+31
2015-04-17Port to use the new Unify code, which has no UnifyValue traitNiko Matsakis-125/+363
2015-04-17Port to using the newer graph, which offers iterators instead of theNiko Matsakis-244/+320
2015-04-17Use the newer snapshot_vec, which has a simplified delegateNiko Matsakis-14/+34
2015-04-17Add librustc_data_structures crateNiko Matsakis-0/+34
2015-04-17Fix some missing casesNiko Matsakis-2/+7
2015-04-17Augment the constrainted parameter check to ensure that all regionsNiko Matsakis-10/+127
2015-04-17Rewrite constrained type params code to operate generically overNiko Matsakis-39/+90
2015-04-17Create a struct to represent early-bound regionsNiko Matsakis-49/+79
2015-04-17unit test for checked overflow during signed negation.Felix S. Klock II-0/+19
2015-04-17Remove info for path (fixup #24452)Manish Goregaokar-2/+0
2015-04-17Rollup merge of #24515 - steveklabnik:gh24070, r=GankroManish Goregaokar-2/+7
2015-04-17Rollup merge of #24513 - j1n3l0:patch-1, r=alexcrichtonManish Goregaokar-1/+1
2015-04-17Rollup merge of #24491 - bluss:rangefull-debug, r=huonwManish Goregaokar-1/+1
2015-04-17Rollup merge of #24475 - arielb1:i24363-hacky-hack, r=pnkfelixManish Goregaokar-59/+77
2015-04-17Rollup merge of #24454 - aochagavia:debug, r=alexcrichtonManish Goregaokar-8/+29
2015-04-17Rollup merge of #24452 - tbu-:pr_file_path, r=aturonManish Goregaokar-7/+6
2015-04-17Rollup merge of #24430 - laumann:trace-macros-flag, r=pnkfelixManish Goregaokar-5/+32
2015-04-17Workaround deliberate overflowing negation in serialize::json.Felix S. Klock II-1/+1
2015-04-17side-step potentially panic'ing negate in `fn abs`.Felix S. Klock II-1/+5
2015-04-17Add conditional overflow-checking to signed negate operator.Felix S. Klock II-3/+18
2015-04-17factor out useful helper.Felix S. Klock II-15/+20
2015-04-17Enforce 80 char lines in extended errors.Michael Sproul-9/+20
2015-04-17Update/add messages for E0{267,268,296,303}.Michael Sproul-10/+29
2015-04-17Validate format of extended error descriptions.Michael Sproul-0/+12
2015-04-17Auto merge of #24512 - steveklabnik:rollup, r=steveklabnikbors-62/+175