summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update some copyright dates0.9Brian Anderson2014-01-082-2/+2
* Fix windows installer version to be less verboseBrian Anderson2014-01-081-2/+1
* auto merge of #11375 : alexcrichton/rust/issue-11372, r=pcwaltonbors2014-01-082-4/+16
|\
| * Robustly read remaining bytes in a characterAlex Crichton2014-01-082-4/+16
|/
* auto merge of #11401 : michaelwoerister/rust/issue11322, r=alexcrichtonbors2014-01-085-13/+46
|\
| * Fix CodeMap issue in expand_include_str()Michael Woerister2014-01-085-13/+46
* | auto merge of #11370 : alexcrichton/rust/issue-10465, r=pwaltonbors2014-01-0890-247/+278
|\ \
| * | Fixup the rest of the tests in the compilerAlex Crichton2014-01-077-5/+7
| * | extratest: Fix all leaked trait importsAlex Crichton2014-01-077-48/+41
| * | stdtest: Fix all leaked trait importsAlex Crichton2014-01-0735-99/+65
| * | Fix remaining cases of leaking importsAlex Crichton2014-01-0731-17/+44
| * | std: Fill in all missing importsAlex Crichton2014-01-0729-24/+65
| * | rustc: De-indent portions of middle::resolveAlex Crichton2014-01-071-56/+26
| * | Fix leaking trait imports across modulesAlex Crichton2014-01-072-2/+34
* | | auto merge of #11407 : alexcrichton/rust/fix-snap, r=brsonbors2014-01-081-0/+4
|\ \ \
| * | | Fix the snapshot and cross compilationAlex Crichton2014-01-081-0/+4
| | |/ | |/|
* | | auto merge of #11405 : huonw/rust/moredocs, r=huonwbors2014-01-0854-286/+337
|\ \ \ | |/ / |/| |
| * | Fix cheatsheet examples on 32-bit platforms.Huon Wilson2014-01-091-3/+3
| * | doc: TyposBrian Anderson2014-01-071-1/+1
| * | Fixed code snippetsClinton Ryan2014-01-071-15/+15
| * | Address some minor points in the pointer guideHuon Wilson2014-01-071-12/+18
| * | doc: Add rustc and syntax to the indexBrian Anderson2014-01-073-4/+27
| * | doc: Add libgreen and libnative to the indexBrian Anderson2014-01-073-0/+8
| * | 'borrowed pointer' -> 'reference'Brian Anderson2014-01-0739-186/+185
| * | doc: Fix URL of libextra docsBrian Anderson2014-01-071-1/+1
| * | doc: Title reference manual consistentlyBrian Anderson2014-01-071-1/+1
| * | mk: Fix the naming of the windows installer harderBrian Anderson2014-01-072-1/+3
| * | doc: Highlight the testing guide correctlyBrian Anderson2014-01-071-22/+22
| * | mk: Start testing the cheatsheetBrian Anderson2014-01-073-3/+16
| * | doc: Title guides consistentlyBrian Anderson2014-01-078-8/+8
| * | doc: Fix table format in cheatsheetBrian Anderson2014-01-071-6/+6
| * | doc: Syntax highlight the cheatsheetBrian Anderson2014-01-071-28/+28
* | | auto merge of #11358 : pcwalton/rust/typed-arenas, r=alexcrichtonbors2014-01-082-44/+331
|\ \ \
| * | | libextra: Introduce typed arenas.Patrick Walton2014-01-072-44/+331
* | | | auto merge of #11391 : alexcrichton/rust/rustdoc-inline, r=brsonbors2014-01-086-149/+289
|\ \ \ \ | |_|_|/ |/| | |
| * | | Inline reexports in rustdocAlex Crichton2014-01-076-149/+289
* | | | auto merge of #10854 : Kimundi/rust/result_compose_map_mutate_or, r=alexcrichtonbors2014-01-0718-44/+43
|\ \ \ \ | |_|_|/ |/| | |
| * | | Renamed Option::map_default and mutate_default to map_or and mutate_or_setMarvin Löbel2014-01-0818-44/+43
| |/ /
* | | auto merge of #11364 : brson/rust/docs, r=alexcrichtonbors2014-01-077-158/+537
|\ \ \ | |/ / |/| |
| * | doc: Fix tests in pointer guideBrian Anderson2014-01-061-51/+58
| * | Add Pointer tutorial, rename borrowed pointer tutorial.Steve Klabnik2014-01-067-13/+497
| * | doc: Update style of index, organization and trim out some excess.Brian Anderson2014-01-061-144/+32
| * | mk: Fix formatting of docs.mkBrian Anderson2014-01-061-2/+2
| |/
* | auto merge of #11045 : jhasse/rust/patch-libdir, r=alexcrichtonbors2014-01-077-36/+36
|\ \
| * | Make CFG_LIBDIR configurable. Fixes #5223Jan Niklas Hasse2014-01-077-31/+31
| * | Remove trailing whitespaceJan Niklas Hasse2014-01-071-5/+5
* | | auto merge of #11263 : niftynif/rust/btree, r=catamorphismbors2014-01-071-115/+256
|\ \ \
| * | | Added in Clone/TotalEq/TotalOrd/ToStr traits to all parts of btree.Nif Ward2014-01-061-115/+256
* | | | auto merge of #11353 : alexcrichton/rust/improve-logging, r=brsonbors2014-01-079-158/+328
|\ \ \ \
| * | | | Support arbitrary stdout/stderr/logger handlesAlex Crichton2014-01-0610-159/+329