about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-09-12std: Add Default implementation for vecsErick Tryzelaar-0/+14
2013-09-12std: Add Option.{result_or_default,or_default} that uses DefaultErick Tryzelaar-3/+23
2013-09-12libsyntax: add Default implementation to OptVecErick Tryzelaar-0/+4
2013-09-12std: add default implementations to OptionErick Tryzelaar-0/+5
2013-09-12std: add default implementations to HashMapErick Tryzelaar-0/+9
2013-09-12std: rename Option::unwrap_or_default() to unwrap_or()Erick Tryzelaar-19/+18
2013-09-12rustpkg: Search RUST_PATH properly for dependencies, and add a test for recur...Tim Chevalier-10/+48
2013-09-12Fix rustpkg install for git repositoriesJakub-5/+9
2013-09-13Convert rust_crate_map.cpp to RustFlorian Hahn-229/+213
2013-09-12rustc: Fix cstack lint for default methods. Closes #8753Brian Anderson-0/+63
2013-09-12auto merge of #9146 : catamorphism/rust/rustpkg-sub-package-ids, r=brson,cata...bors-35/+137
2013-09-12rustpkg: Support sub-package-IDsTim Chevalier-35/+137
2013-09-12auto merge of #9136 : thestinger/rust/ptr, r=alexcrichtonbors-5/+68
2013-09-12auto merge of #9140 : alexcrichton/rust/issue-9119, r=huonwbors-2/+3
2013-09-12auto merge of #9135 : jbclements/rust/let-var-hygiene, r=ericktbors-19/+47
2013-09-12auto merge of #9134 : luqmana/rust/i7617, r=alexcrichtonbors-14/+8
2013-09-12auto merge of #8908 : tikue/rust/master, r=anasazibors-2/+102
2013-09-12auto merge of #9131 : Dretch/rust/glob-range-patterns, r=alexcrichtonbors-14/+126
2013-09-12auto merge of #9096 : huonw/rust/linenoise, r=brsonbors-41/+170
2013-09-12auto merge of #9012 : alexcrichton/rust/format-args, r=huonwbors-82/+234
2013-09-12auto merge of #9138 : alexcrichton/rust/dynamic-lib-not-threadsafe, r=thestingerbors-1/+3
2013-09-12Parse underscores in identifiers for format!Alex Crichton-2/+3
2013-09-12Rewrite fileinput tests to use std::rt::ioAlex Crichton-10/+23
2013-09-12Implement a format_args!() macroAlex Crichton-82/+234
2013-09-12Add linenoise lock helpers to rustrt.def.in.Huon Wilson-0/+2
2013-09-11Flag the dynamic_lib tests as ignoredAlex Crichton-1/+3
2013-09-11auto merge of #9114 : sfackler/rust/flush-fix, r=brsonbors-1/+1
2013-09-12implement raw pointer comparisons in librustcDaniel Micay-5/+68
2013-09-11added run-pass test from issue #9110John Clements-0/+22
2013-09-11ident->name cleanupJohn Clements-17/+22
2013-09-11fix for bug #9110John Clements-1/+1
2013-09-11more helpful error message for ident comparison failureJohn Clements-1/+2
2013-09-12librust: Remove unnecessary workaround. Closes #7617Luqman Aden-14/+8
2013-09-11auto merge of #9061 : jakub-/rust/pretty-print-empty-impl, r=huonwbors-1/+13
2013-09-11Rendezvous stream for synchronous channel messagingTim Kuehn-2/+102
2013-09-11Fix the empty-impl testsJakub-4/+4
2013-09-11auto merge of #9014 : dcrewi/rust/convert-between-bigints, r=anasazibors-42/+130
2013-09-11Support character range patterns (e.g. [0-9], [a-z]), like other globs do.Gareth Smith-14/+126
2013-09-11auto merge of #9064 : SiegeLord/rust/external_struct_variants, r=luqmanabors-64/+128
2013-09-11auto merge of #9038 : singingboyo/rust/with-mem-writer, r=anasazibors-0/+14
2013-09-11xfail-fast the new test for windows compatibilitySiegeLord-0/+1
2013-09-11Fix whitespace in testsSiegeLord-2/+2
2013-09-11Replace dashes in the filenames of the new tests with underscores to avoid is...SiegeLord-1/+1
2013-09-11Add a test for cross-crate struct variantsSiegeLord-0/+35
2013-09-11Rename encode_struct_field_names to encode_struct_fields to reflect what it a...SiegeLord-3/+3
2013-09-11Properly encode/decode structural variants.SiegeLord-64/+92
2013-09-11auto merge of #8999 : anasazi/rust/multi-threaded-io-tests, r=brsonbors-51/+190
2013-09-11Add HashSet::with_capacity_and_keys() functionFlorian Hahn-0/+11
2013-09-11auto merge of #9097 : michaelwoerister/rust/namespaces, r=jdmbors-228/+670
2013-09-11Add a test for extra::rl.Huon Wilson-0/+75