summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2014-01-08Update some copyright dates 0.9Brian Anderson-2/+2
2014-01-08Fix windows installer version to be less verboseBrian Anderson-2/+1
2014-01-08auto merge of #11375 : alexcrichton/rust/issue-11372, r=pcwaltonbors-4/+16
2014-01-08Robustly read remaining bytes in a characterAlex Crichton-4/+16
2014-01-08auto merge of #11401 : michaelwoerister/rust/issue11322, r=alexcrichtonbors-13/+46
2014-01-08auto merge of #11370 : alexcrichton/rust/issue-10465, r=pwaltonbors-247/+278
2014-01-08auto merge of #11407 : alexcrichton/rust/fix-snap, r=brsonbors-0/+4
2014-01-08Fix the snapshot and cross compilationAlex Crichton-0/+4
2014-01-08Fix CodeMap issue in expand_include_str()Michael Woerister-13/+46
2014-01-08auto merge of #11405 : huonw/rust/moredocs, r=huonwbors-286/+337
2014-01-09Fix cheatsheet examples on 32-bit platforms.Huon Wilson-3/+3
2014-01-08auto merge of #11358 : pcwalton/rust/typed-arenas, r=alexcrichtonbors-44/+331
2014-01-08auto merge of #11391 : alexcrichton/rust/rustdoc-inline, r=brsonbors-149/+289
2014-01-07Fixup the rest of the tests in the compilerAlex Crichton-5/+7
2014-01-07extratest: Fix all leaked trait importsAlex Crichton-48/+41
2014-01-07stdtest: Fix all leaked trait importsAlex Crichton-99/+65
2014-01-07Fix remaining cases of leaking importsAlex Crichton-17/+44
2014-01-07std: Fill in all missing importsAlex Crichton-24/+65
2014-01-07rustc: De-indent portions of middle::resolveAlex Crichton-56/+26
2014-01-07Fix leaking trait imports across modulesAlex Crichton-2/+34
2014-01-07doc: TyposBrian Anderson-1/+1
2014-01-07Fixed code snippetsClinton Ryan-15/+15
2014-01-07Address some minor points in the pointer guideHuon Wilson-12/+18
2014-01-07doc: Add rustc and syntax to the indexBrian Anderson-4/+27
2014-01-07doc: Add libgreen and libnative to the indexBrian Anderson-0/+8
2014-01-07'borrowed pointer' -> 'reference'Brian Anderson-186/+185
2014-01-07Inline reexports in rustdocAlex Crichton-149/+289
2014-01-07auto merge of #10854 : Kimundi/rust/result_compose_map_mutate_or, r=alexcrichtonbors-44/+43
2014-01-07doc: Fix URL of libextra docsBrian Anderson-1/+1
2014-01-07doc: Title reference manual consistentlyBrian Anderson-1/+1
2014-01-07mk: Fix the naming of the windows installer harderBrian Anderson-1/+3
2014-01-07doc: Highlight the testing guide correctlyBrian Anderson-22/+22
2014-01-07mk: Start testing the cheatsheetBrian Anderson-3/+16
2014-01-07doc: Title guides consistentlyBrian Anderson-8/+8
2014-01-07doc: Fix table format in cheatsheetBrian Anderson-6/+6
2014-01-07doc: Syntax highlight the cheatsheetBrian Anderson-28/+28
2014-01-07libextra: Introduce typed arenas.Patrick Walton-44/+331
2014-01-08Renamed Option::map_default and mutate_default to map_or and mutate_or_setMarvin Löbel-44/+43
2014-01-07auto merge of #11364 : brson/rust/docs, r=alexcrichtonbors-158/+537
2014-01-07auto merge of #11045 : jhasse/rust/patch-libdir, r=alexcrichtonbors-36/+36
2014-01-07auto merge of #11263 : niftynif/rust/btree, r=catamorphismbors-115/+256
2014-01-07auto merge of #11353 : alexcrichton/rust/improve-logging, r=brsonbors-158/+328
2014-01-07Make CFG_LIBDIR configurable. Fixes #5223Jan Niklas Hasse-31/+31
2014-01-07Remove trailing whitespaceJan Niklas Hasse-5/+5
2014-01-07auto merge of #11350 : kchmck/rust/fix-pdf-glitches, r=alexcrichtonbors-0/+18
2014-01-07auto merge of #11348 : alexcrichton/rust/snapshots, r=brsonbors-41/+10
2014-01-07auto merge of #11342 : huonw/rust/trie-mut, r=alexcrichtonbors-184/+304
2014-01-08extra::treemap: use the dummy-macro trick with items to make theHuon Wilson-16/+13
2014-01-08std::trie: make lower_bound and upper_bound about 15% faster.Huon Wilson-10/+10
2014-01-08std::trie: Add some iteration/search benchmarks.Huon Wilson-0/+60