summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-01-13Better error message for semicolon on the last line of a functionFlorian Hahn-3/+55
2014-01-13auto merge of #11513 : huonw/rust/generic-errs, r=alexcrichtonbors-5/+24
2014-01-13rustc: make error messages containing generic more self-explanatory.Huon Wilson-5/+24
2014-01-13Add Clone to TreeSetYehuda Katz-0/+11
2014-01-12auto merge of #11506 : brson/rust/androidfixes, r=cmrbors-0/+2
2014-01-12xfail two tests that hang on Android (#11419)Brian Anderson-0/+2
2014-01-12Bump version to 0.10-preBrian Anderson-20/+16
2014-01-13Clean up std::num::cmath and remove stale commentsBrendan Zabarauskas-187/+80
2014-01-13Remove RealExtBrendan Zabarauskas-49/+1
2014-01-12auto merge of #11502 : jhasse/rust/crate_type, r=alexcrichtonbors-5/+0
2014-01-12ebml::extra: Optimize reader::vuint_at()Carl-Anton Ingmarsson-22/+29
2014-01-12Mark allowed dead code and lang items as liveKiet Tran-13/+80
2014-01-12Don't overwrite the options.output value from build_session_optionsJan Niklas Hasse-5/+0
2014-01-12extra::ebml: Add unit test for vuint_at()Carl-Anton Ingmarsson-0/+48
2014-01-12extra::ebml: Make reader::Res publicCarl-Anton Ingmarsson-1/+1
2014-01-12auto merge of #11495 : kud1ing/rust/backticks, r=huonwbors-35/+35
2014-01-12more backtickskud1ing-35/+35
2014-01-12Fix indentionJan Niklas Hasse-9/+9
2014-01-12Support linking of rlib files in rustpkgJan Niklas Hasse-6/+13
2014-01-12Removed remnants of `@mut` and `~mut` from comments and the type system.Eduard Burtescu-260/+189
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-44/+40
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-16/+12
2014-01-11Various READMEs and docs cleanupAdrien Tétar-44/+44
2014-01-11added empty() to PeekableShamir Khodzha-1/+15
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/+29
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-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-253/+258
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