| Age | Commit message (Expand) | Author | Lines |
| 2014-09-12 | Handle always-unsized structs | Nick Cameron | -10/+117 |
| 2014-09-11 | only deprecate the guide rather than :fire: :fire: :fire: | Steve Klabnik | -3397/+2 |
| 2014-09-11 | Replace the Tutorial with the Guide. | Steve Klabnik | -20/+11 |
| 2014-09-11 | librustc: Make sure region bounds on closures outlive calls to them. | Patrick Walton | -0/+20 |
| 2014-09-11 | auto merge of #17154 : steveklabnik/rust/array_clarification, r=huonw | bors | -20/+21 |
| 2014-09-11 | Package rustc's mingw dependencies into Windows installer. | Vadim Chugunov | -27/+85 |
| 2014-09-11 | Update license notice. | Vadim Chugunov | -7/+4 |
| 2014-09-11 | Append target-specific tools directory ($(RUST)/bin/rustlib/<triple>/bin/) to... | Vadim Chugunov | -7/+35 |
| 2014-09-11 | auto merge of #17153 : steveklabnik/rust/add_link_to_manual, r=sfackler | bors | -0/+4 |
| 2014-09-11 | auto merge of #17157 : nikomatsakis/rust/occurs-check, r=pcwalton | bors | -51/+127 |
| 2014-09-11 | auto merge of #17110 : thestinger/rust/dst, r=cmr | bors | -37/+24 |
| 2014-09-10 | Remove dependency on GCC's LTO linker plugin, since Rust does its' own LTO. | Vadim Chugunov | -0/+3 |
| 2014-09-10 | Remove BasicMacroExpander and BasicIdentMacroExpander | Steven Fackler | -37/+13 |
| 2014-09-11 | auto merge of #17142 : sfackler/rust/issue-17115, r=alexcrichton | bors | -0/+4 |
| 2014-09-10 | Register snapshots | Brian Anderson | -64/+10 |
| 2014-09-11 | auto merge of #16866 : P1start/rust/tuple-indexing, r=brson | bors | -14/+549 |
| 2014-09-10 | Use DWARF4 on Windows. | Vadim Chugunov | -1/+1 |
| 2014-09-10 | Escape backslashes in debugger scripts. | Vadim Chugunov | -3/+3 |
| 2014-09-10 | Disable ASLR on Windows, for now. | Vadim Chugunov | -1/+2 |
| 2014-09-10 | don't say 'semantic' | Steve Klabnik | -8/+8 |
| 2014-09-10 | remove rich hickey love | Steve Klabnik | -3/+3 |
| 2014-09-10 | Remove much of the modules section. | Steve Klabnik | -191/+2 |
| 2014-09-10 | hello_world.rs -> main.rs | Steve Klabnik | -18/+19 |
| 2014-09-10 | dave hates jokes :wink: | Steve Klabnik | -4/+1 |
| 2014-09-10 | Fix vector terminology in the manual. | Steve Klabnik | -20/+21 |
| 2014-09-10 | reintroduce manual link in doc index | Steve Klabnik | -0/+4 |
| 2014-09-10 | auto merge of #17135 : brson/rust/wininst, r=alexcrichton | bors | -1/+2 |
| 2014-09-10 | Change ItemModifier and ItemDecorator to traits | Steven Fackler | -13/+46 |
| 2014-09-10 | auto merge of #17109 : brson/rust/win64snap, r=alexcrichton | bors | -9/+15 |
| 2014-09-10 | auto merge of #17095 : thestinger/rust/alloc, r=alexcrichton | bors | -34/+75 |
| 2014-09-10 | Add unnecessary_import_braces lint. | OGINO Masanori | -0/+57 |
| 2014-09-10 | implement sized deallocation | Daniel Micay | -0/+11 |
| 2014-09-10 | micro-optimize dynamic allocation alignment | Daniel Micay | -34/+64 |
| 2014-09-10 | auto merge of #17108 : steveklabnik/rust/explicitness, r=alexcrichton | bors | -15/+16 |
| 2014-09-09 | Don't ICE on macros with -Z show-span | Steven Fackler | -0/+4 |
| 2014-09-10 | auto merge of #17048 : pcwalton/rust/remove-old-import-renaming-syntax, r=brson | bors | -7/+10 |
| 2014-09-10 | auto merge of #16824 : steveklabnik/rust/string_guide_improvements, r=alexcri... | bors | -3/+86 |
| 2014-09-09 | librustc: Obsolete the old external crate renaming syntax. | Patrick Walton | -7/+10 |
| 2014-09-09 | auto merge of #16662 : pczarn/rust/format-fmtstr-opt, r=brson | bors | -66/+232 |
| 2014-09-09 | Add section about Str trait | Steve Klabnik | -5/+32 |
| 2014-09-09 | Be explicit with rustdoc. | Steve Klabnik | -15/+16 |
| 2014-09-09 | Avoid ever constructing cyclic types in the first place, rather than detectin... | Niko Matsakis | -51/+127 |
| 2014-09-10 | Implement tuple and tuple struct indexing | P1start | -14/+549 |
| 2014-09-09 | Fix naming of windows installer | Brian Anderson | -1/+2 |
| 2014-09-09 | Fix snapshot.py for win64 | Brian Anderson | -9/+15 |
| 2014-09-09 | Test fixes from the rollup | Alex Crichton | -3/+4 |
| 2014-09-09 | coretest: Ensure that pointer formatting flags are cleaned up | Piotr Czarnecki | -0/+7 |
| 2014-09-09 | Optimize for the most common cases of `format!` | Piotr Czarnecki | -55/+125 |
| 2014-09-09 | Decouple string and argument pieces | Piotr Czarnecki | -45/+134 |
| 2014-09-09 | fixes for Box<[T]> | Daniel Micay | -37/+24 |