about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2014-01-11auto merge of #11491 : wting/rust/wting_7959_document_inline_attributes, r=al...bors-6/+28
2014-01-11auto merge of #11488 : kballard/rust/librustpkg-docs, r=brsonbors-20/+26
2014-01-11Add inline attributes documentation.William Ting-6/+28
2014-01-11Add librustuv to doc/index.mdKevin Ballard-0/+1
2014-01-11Restore missing line breaks in doc/index.htmlKevin Ballard-19/+19
2014-01-11doc: build the docs for librustpkgKevin Ballard-1/+6
2014-01-11auto merge of #11483 : kballard/rust/gitignore-doc-rustuv, r=alexcrichtonbors-0/+1
2014-01-11auto merge of #11480 : SiegeLord/rust/float_base, r=cmrbors-11/+133
2014-01-11auto merge of #11477 : adridu59/rust/bug-report, r=cmrbors-155/+156
2014-01-11Add /doc/rustuv to .gitignoreKevin Ballard-0/+1
2014-01-11auto merge of #11338 : jhasse/rust/patch-rustpkgtarget, r=alexcrichtonbors-5/+5
2014-01-11Use target libraries instead of host libraries. Fixes #11243Jan Niklas Hasse-5/+5
2014-01-11Tighten up float literal lexing.SiegeLord-11/+133
2014-01-11Trim src/ README, bring back version_info everywhereAdrien Tétar-18/+14
2014-01-11Various READMEs and docs cleanupAdrien Tétar-153/+158
2014-01-11auto merge of #11470 : eminence/rust/rustpkg_help_test, r=alexcrichtonbors-3/+21
2014-01-11"rustpkg prefer" should print the help for '"prefer" not "uninstall"Andrew Chin-1/+1
2014-01-11auto merge of #11472 : kud1ing/rust/iOS, r=alexcrichtonbors-0/+1
2014-01-11auto merge of #11252 : eddyb/rust/ty-cleanup, r=pcwaltonbors-912/+769
2014-01-11Use the right type for self in methods and remove obsoleted items.Eduard Burtescu-522/+472
2014-01-11Removed free_glue from tydesc (the code is still generated, but inlined in dr...Eduard Burtescu-172/+80
2014-01-11Removed obsolete 'e' prefix on ty_evec and ty_estr.Eduard Burtescu-235/+234
2014-01-11auto merge of #11463 : brson/rust/envcaps, r=huonwbors-7/+7
2014-01-11auto merge of #11468 : klutzy/rust/workcache-cleanup, r=alexcrichtonbors-36/+9
2014-01-11auto merge of #11461 : alexcrichton/rust/rustdoc-fixes, r=brsonbors-6/+30
2014-01-11rustdoc: Don't show a fields header if there are noneAlex Crichton-3/+3
2014-01-11auto merge of #11466 : eminence/rust/fix_rustpkg_help, r=brsonbors-1/+8
2014-01-11define arch for iOS/ARMkud1ing-0/+1
2014-01-11auto merge of #11465 : pcwalton/rust/borrow-check-bug, r=pcwaltonbors-14/+62
2014-01-11extra::workcache: Remove unused Loggerklutzy-36/+9
2014-01-10auto merge of #11459 : tedhorst/rust/uninstall_rustlib, r=alexcrichtonbors-1/+1
2014-01-11Fix `rustpkg help` handlingAndrew Chin-2/+20
2014-01-10Re-implement --help in rustpkgAndrew Chin-1/+8
2014-01-10librustc: Check restrictions on all subcomponents of a path when movingPatrick Walton-14/+62
2014-01-10auto merge of #11416 : bjz/rust/remove-print-fns, r=alexcrichtonbors-336/+350
2014-01-10syntax: Fix capitalization in macro_parser errorsBrian Anderson-5/+5
2014-01-10rustc: Fix formatting of env! error messageBrian Anderson-2/+2
2014-01-10auto merge of #11415 : nick29581/rust/visit_trait_option, r=alexcrichtonbors-5/+6
2014-01-11Remove re-exports of std::io::stdio::{print, println} in the prelude.Brendan Zabarauskas-336/+350
2014-01-10rustdoc: Don't show private modulesAlex Crichton-4/+21
2014-01-10rustdoc: Get --version workingAlex Crichton-0/+4
2014-01-10doc: build the docs for librustuvAlex Crichton-0/+1
2014-01-10rustdoc: Don't strip empty modules with documentationAlex Crichton-1/+3
2014-01-10auto merge of #11448 : c-a/rust/u64_from_be_bytes, r=alexcrichtonbors-11/+101
2014-01-10auto merge of #11449 : rcatolino/rust/assign-binop-handling, r=alexcrichtonbors-14/+34
2014-01-10Improve invalid operator assignment handling.Raphael Catolino-14/+34
2014-01-10fix uninstall target with configurable rustlib directoryTed Horst-1/+1
2014-01-10std::io: Optimize u64_from_be_bytes()Carl-Anton Ingmarsson-11/+19
2014-01-10auto merge of #11452 : derekchiang/rust/fix-11421, r=cmrbors-2/+8
2014-01-10auto merge of #11451 : kud1ing/rust/patch-1, r=cmrbors-1/+1