| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-04-16 | Call write_fmt directly to format an Arguments value. | Ryan Prichard | -3/+3 |
| 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 | Suppress improper_ctypes warnings when compiling liballoc with external_features | Krzysztof Drewniak | -0/+1 |
| 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 | deprecate Unicode functions that will be moved to crates.io | kwantam | -49/+106 |
| 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 |
| 2015-04-16 | Auto merge of #24181 - jgallagher:aarch64-hfa, r=pnkfelix | bors | -0/+84 |
| 2015-04-16 | Auto merge of #24448 - alexcrichton:issue-24445, r=huonw | bors | -1/+54 |
| 2015-04-16 | Remove `&` from redirected output | Thomas Jespersen | -1/+1 |
| 2015-04-16 | Auto merge of #24437 - fhahn:issue-24434, r=alexcrichton | bors | -2/+19 |
| 2015-04-16 | Auto merge of #24423 - tbelaire:include_bytes, r=alexcrichton | bors | -0/+45 |
| 2015-04-16 | Fix Debug impl for RangeFull | Ulrik Sverdrup | -1/+1 |
| 2015-04-16 | Auto merge of #24306 - l0kod:libc-noctty, r=alexcrichton | bors | -0/+5 |
| 2015-04-16 | Auto merge of #23682 - tamird:DRY-is-empty, r=alexcrichton | bors | -259/+262 |
| 2015-04-15 | syntax: Clean up the indentation for #[derive(Eq)] | Erick Tryzelaar | -12/+14 |