summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-06-13Add a test case for #7065.Ben Blum-0/+62
2013-06-13Thread order_lock through rwlock condvars for reacquiring access_lock. Fixes ...Ben Blum-22/+72
2013-06-13Remove unused importsSteven Stewart-Gallus-6/+3
2013-06-13auto merge of #7100 : thestinger/rust/hashmap, r=pnkfelixbors-7/+1
2013-06-13hashmap: remove leftover debug!() loggingDaniel Micay-7/+1
2013-06-12auto merge of #7096 : huonw/rust/invalid-null-str, r=thestingerbors-17/+22
2013-06-12auto merge of #7070 : alexcrichton/rust/rusti++, r=graydonbors-162/+777
2013-06-13std: remove the invalid NullTerminatedStr instance for &'static str.Huon Wilson-17/+22
2013-06-12Rewrite rustiAlex Crichton-162/+777
2013-06-12auto merge of #7079 : thestinger/rust/jemalloc, r=graydonbors-2785/+2833
2013-06-12auto merge of #7027 : sstewartgallus/rust/dynamic_lib, r=graydonbors-0/+207
2013-06-12Document unstable::atomics fetch_* return valuesBen Blum-0/+6
2013-06-12remove bitrotted cant_nest field from RWARC (the #[mutable] tag suffices)Ben Blum-3/+1
2013-06-12make util::NonCopyable a unit struct instead of a struct with a unitBen Blum-4/+2
2013-06-13rustc: fix test failures after rebase.Huon Wilson-4/+4
2013-06-12Prototyped a dynamic library facility interfaceSteven Stewart-Gallus-0/+207
2013-06-13rustdoc: fix tests for @~str -> @str change.Huon Wilson-33/+33
2013-06-13Use @str instead of @~str in libsyntax and librustc. Fixes #5048.Huon Wilson-1295/+1271
2013-06-13std: make all strings Equiv-alent to each other, generalise Path.push_many to...Huon Wilson-9/+21
2013-06-12auto merge of #7091 : msullivan/rust/default-methods, r=graydonbors-125/+109
2013-06-12Fix a test-predicated use of the visit.rs api.Felix S. Klock II-1/+1
2013-06-12Merge branch 'moz-incoming' into fsk-visitor-refactoringFelix S. Klock II-3/+3
2013-06-12Fix a lot of the handling of default methods and type parameters. Closes #409...Michael Sullivan-26/+84
2013-06-12Drop some dead method handling code.Michael Sullivan-49/+2
2013-06-12Properly translate calls to default methods in a number of cases. Closes #4350.Michael Sullivan-50/+23
2013-06-12auto merge of #7073 : influenza/rust/iterator-doc-fixes, r=catamorphismbors-3/+3
2013-06-12Fix linebreak and whitespace issues to placate make tidy.Felix S. Klock II-4/+5
2013-06-12Visitor refactoring: Step 1, couple (Env, vt<Env>) together in a tuple.Felix S. Klock II-777/+766
2013-06-12libsyntax: Remove duplicate methods.Luqman Aden-12/+0
2013-06-12Add tests for duplicate methods on traits/impls.Luqman Aden-4/+37
2013-06-12librustc: Don't allow duplicate methods on impls.Luqman Aden-1/+15
2013-06-12librustc: Don't allow duplicate methods on a trait.Luqman Aden-3/+12
2013-06-11auto merge of #7072 : thestinger/rust/ptr, r=catamorphismbors-13/+29
2013-06-11auto merge of #7060 : huonw/rust/more-str, r=thestingerbors-790/+819
2013-06-12update jemalloc to 3.4.0Daniel Micay-2785/+2833
2013-06-11auto merge of #7069 : dotdash/rust/cast_combine, r=graydonbors-3/+2
2013-06-12std: fix windowsHuon Wilson-1/+1
2013-06-12std: fix method renaming.Huon Wilson-1/+1
2013-06-11auto merge of #7067 : brson/rust/notasktrans, r=graydonbors-29/+0
2013-06-12Silence some warnings.Huon Wilson-8/+2
2013-06-12std: generalise .trim_chars to use CharEq.Huon Wilson-44/+76
2013-06-12std: create Str trait for DRY. Use it on StrVector.Huon Wilson-85/+32
2013-06-12std: convert str::escape_* to methods.Huon Wilson-47/+36
2013-06-12std: convert str::replace to a method.Huon Wilson-67/+64
2013-06-12std: methodise str::capacityHuon Wilson-12/+12
2013-06-12std: remove substr & str::count_*, methodise char_len, implement slice_chars.Huon Wilson-103/+75
2013-06-12std: add a test for HashMap::find_equiv.Huon Wilson-0/+17
2013-06-12std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_...Huon Wilson-221/+258
2013-06-12std: convert str::{*shift,pop}* to methods.Huon Wilson-67/+93
2013-06-12std: convert str::repeat to a method.Huon Wilson-32/+34