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