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