about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2014-03-13Apply @nikomatsakis' nits and comments patch.Eduard Burtescu-83/+149
2014-03-13Introduce a common recursion limit for auto-dereference and monomorphization.Eduard Burtescu-58/+56
2014-03-13Implement automatic overloaded dereference.Eduard Burtescu-921/+871
2014-03-13Remove Rc's borrow method to avoid conflicts with RefCell's borrow in Rc<RefC...Eduard Burtescu-76/+59
2014-03-13auto merge of #12602 : alexcrichton/rust/backtrace, r=brsonbors-101/+39814
2014-03-13Add basic backtrace functionalityAlex Crichton-101/+1094
2014-03-12auto merge of #12414 : DaGenix/rust/failing-iterator-wrappers, r=alexcrichtonbors-49/+57
2014-03-12auto merge of #12823 : alexcrichton/rust/issue-12666, r=pcwaltonbors-12/+93
2014-03-12auto merge of #12822 : erickt/rust/cleanup, r=acrichtobors-10/+39
2014-03-12Update io iterators to produce IoResultsPalmer Cox-49/+57
2014-03-12auto merge of #12756 : pongad/rust/remove_owned_str_pat, r=alexcrichtonbors-110/+57
2014-03-12syntax: change the #[deriving(Hash)] typaram variable nameErick Tryzelaar-3/+3
2014-03-12serialize: make Paths serializableErick Tryzelaar-0/+27
2014-03-12std: allow io::File* structs to be hashableErick Tryzelaar-7/+9
2014-03-12auto merge of #12081 : cgaebel/rust/robinhood-hashing, r=alexcrichtonbors-589/+1407
2014-03-12rustuv: Fix a use-after-free in TTY failureAlex Crichton-12/+93
2014-03-12rustc: Remove matching on ~str from the languageMichael Darakananda-110/+57
2014-03-12Performance-oriented hashtable.Clark Gaebel-589/+1407
2014-03-12auto merge of #12848 : alexcrichton/rust/rollup, r=alexcrichtonbors-140/+266
2014-03-12Test fixes from rolling up PRsAlex Crichton-4/+4
2014-03-12mk: Fix warnings about duplicated rulesAlex Crichton-4/+4
2014-03-12Added a test that checks that unary structs can be mutably borrowed.Dmitry Promsky-0/+25
2014-03-12docs: add two unlisted libraries to the index page.Huon Wilson-0/+2
2014-03-12rustdoc: whitelist the headers that get a ยง on hover.Huon Wilson-13/+10
2014-03-12Closes #12829. Names changed for consistency, find_path optimized, method imp...zslayton-35/+24
2014-03-12Emacs: always jump the cursor if needed on indentMicah Chalmer-9/+50
2014-03-12Remove remaining nolink usages.(fixes #12810)lpy-44/+1
2014-03-12Use generic impls for `Hash`Erick Tryzelaar-28/+38
2014-03-12doc: discuss try! in std::ioPeter Marheine-0/+34
2014-03-12green: Fix a scheduler assertion on yieldingAlex Crichton-0/+14
2014-03-12std: Relax an assertion in oneshot selectionAlex Crichton-7/+64
2014-03-12auto merge of #12797 : pczarn/rust/str_safety, r=huonwbors-60/+85
2014-03-12auto merge of #12816 : michaelwoerister/rust/limited-debuginfo, r=alexcrichtonbors-28/+38
2014-03-12auto merge of #12807 : pnkfelix/rust/fsk-issue5121-fns-with-early-lifetime-pa...bors-313/+702
2014-03-12auto merge of #12839 : alexcrichton/rust/fix-snap, r=huonwbors-5/+5
2014-03-12Add proper support for early/late distinction for lifetime bindings.Felix S. Klock II-200/+566
2014-03-12Changed lists of lifetimes in ast and ty to use Vec instead of OptVec.Felix S. Klock II-71/+72
2014-03-12Introduce Scope<'a> shorthand for &'a ScopeChain<'a>.Felix S. Klock II-11/+13
2014-03-12alpha-rename .ident to .name in Lifetime, including in rustdoc.Felix S. Klock II-29/+29
2014-03-11test: Relax a debuginfo testAlex Crichton-5/+5
2014-03-12Alpha-rename `.ident` fields of type `Name` to `.name`.Felix S. Klock II-14/+14
2014-03-12Port partition method from ~[T] to Vec<T>, for use early-late lifetime code.Felix S. Klock II-0/+20
2014-03-11Bundle libbacktrace with the compilerAlex Crichton-0/+38720
2014-03-11auto merge of #12774 : alexcrichton/rust/proc-bounds, r=pcwaltonbors-1/+62
2014-03-11auto merge of #12650 : huonw/rust/librand, r=alexcrichtonbors-280/+329
2014-03-11syntax: Add support for trait bounds on procsAlex Crichton-1/+62
2014-03-12rand: deprecate `rng`.Huon Wilson-16/+28
2014-03-12Update users for the std::rand -> librand move.Huon Wilson-64/+131
2014-03-12Remove the dependence of std::io::test on rand.Huon Wilson-4/+11
2014-03-12std: Move rand to librand.Huon Wilson-198/+161