| Age | Commit message (Expand) | Author | Lines |
| 2015-04-18 | Auto merge of #24133 - kballard:add-sync-to-io-error, r=alexcrichton | bors | -10/+15 |
| 2015-04-18 | Auto merge of #23985 - erickt:derive-cleanup, r=erickt | bors | -520/+499 |
| 2015-04-17 | Auto merge of #24500 - pnkfelix:oflo-checked-neg, r=nikomatsakis | bors | -20/+63 |
| 2015-04-17 | Auto merge of #24461 - nikomatsakis:issue-22077-unused-lifetimes, r=aturon | bors | -100/+303 |
| 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 | Auto merge of #24512 - steveklabnik:rollup, r=steveklabnik | bors | -62/+175 |
| 2015-04-17 | Auto merge of #24422 - pnkfelix:typeck-highlevel-before-bodies, r=nikomatsakis | bors | -98/+417 |
| 2015-04-16 | Fix broken links in the docs | Florian Hartwig | -10/+10 |
| 2015-04-16 | Descripe tuple indexing in TRPL | Steve Klabnik | -8/+24 |
| 2015-04-16 | Make note of documentation tests and binaries | Steve Klabnik | -1/+4 |
| 2015-04-16 | remove example usage of from_str in error docs | Steve Klabnik | -15/+18 |
| 2015-04-16 | Make note of possible XSS in Rustdoc | Steve Klabnik | -0/+10 |
| 2015-04-16 | Link up some stuff in the vectors chapter | Steve Klabnik | -2/+7 |
| 2015-04-16 | document missing attributes in the reference | Steve Klabnik | -1/+11 |
| 2015-04-16 | Indicate None is code-like in doc comments | Corey Farwell | -5/+5 |
| 2015-04-16 | Add Debug to MethodCallee | Philip Munksgaard | -1/+1 |
| 2015-04-16 | Fix some broken links in the book | Florian Hartwig | -4/+4 |
| 2015-04-16 | Fixed typo in hash_map::Entry documentation | Aram Visser | -1/+0 |
| 2015-04-16 | Use BTreeMap in build_sidebar_items | Mathijs van de Nes | -3/+4 |
| 2015-04-16 | Fix link id for stackoverflow | Ting-Yu Lin | -2/+2 |
| 2015-04-16 | Fix some documentation typos | Luke Gallagher | -4/+4 |
| 2015-04-16 | rustc: Add long diagnostics for E0306 and E0307 | Chris Wong | -2/+10 |
| 2015-04-16 | rustc: Add long diagnostics for E0170 | Chris Wong | -1/+26 |
| 2015-04-16 | rustc: Add long diagnostics for E0161 | Chris Wong | -1/+8 |
| 2015-04-16 | rustc: Add long diagnostics for E0158 | Chris Wong | -1/+18 |
| 2015-04-16 | rustc: Add long diagnostics for E0152 | Chris Wong | -1/+14 |
| 2015-04-16 | Omit 'obsolete' note for warning if -Awarning | Mathijs van de Nes | -1/+2 |
| 2015-04-17 | Auto merge of #24420 - pnkfelix:oflo-api, r=alexcrichton | bors | -1/+392 |
| 2015-04-17 | Fix test for 32-bit targets. | Felix S. Klock II | -2/+2 |
| 2015-04-17 | Update hello-cargo.md | Nelo Onyiah | -1/+1 |
| 2015-04-16 | Auto merge of #24396 - alexcrichton:rustdoc2, r=aturon | bors | -527/+510 |
| 2015-04-16 | rustdoc: Inline methods inhereted through Deref | Alex Crichton | -66/+333 |
| 2015-04-16 | rustdoc: Fix cross-crate macro source links | Alex Crichton | -20/+51 |
| 2015-04-16 | rustdoc: Overhaul stability displays | Alex Crichton | -447/+132 |