about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-08-28Fixed MemoryMap on Windows.Vadim Chugunov-25/+42
2013-08-28Add tests for ref in closure parameter list, closes #5239Florian Hahn-0/+32
2013-08-27Remove offset_inbounds for an unsafe offset functionAlex Crichton-109/+37
2013-08-27auto merge of #8805 : jfager/rust/remove-hashutil, r=alexcrichtonbors-13/+0
2013-08-27auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, r=brsonbors-1114/+1120
2013-08-28rustc: Use "main" entry point on Windowsklutzy-12/+4
2013-08-27Consolidate local_data implementations, and cleanupAlex Crichton-549/+467
2013-08-27Fix merge falloutAlex Crichton-3/+3
2013-08-27Fix various issues associated with building on windowsAlex Crichton-0/+0
2013-08-27Implement process bindings to libuvAlex Crichton-1023/+1075
2013-08-27Upgrade libuv to the current master + our patchesAlex Crichton-94/+48
2013-08-27auto merge of #8697 : kballard/rust/rustpkg-no-args, r=catamorphismbors-36/+35
2013-08-27auto merge of #8802 : pcwalton/rust/compile-speed, r=brsonbors-1779/+3066
2013-08-27librustc: Fix merge falloutPatrick Walton-47/+62
2013-08-27Handle `rustpkg build`, etc. when given no args properlyKevin Ballard-36/+35
2013-08-27librustc: Fix problem with cross-crate reexported static methods.Patrick Walton-25/+95
2013-08-27librustc: Implement basic lazy implementation loading.Patrick Walton-79/+384
2013-08-27librustc: Implement lazy module loading.Patrick Walton-32/+80
2013-08-27librustc: Remove `each_path`.Patrick Walton-257/+285
2013-08-27libstd: Fix merge fallout.Patrick Walton-5/+5
2013-08-27librustc: Stop calling `each_path` in coherence.Patrick Walton-18/+77
2013-08-27librustc: Fix merge fallout.Patrick Walton-52/+18
2013-08-27test: xfail a test that relies on old path behavior.Patrick Walton-0/+2
2013-08-27librustc: Convert check loans to use the new visitorPatrick Walton-2/+41
2013-08-27librustc: Ensure that type parameters are in the right positions in paths.Patrick Walton-526/+1128
2013-08-27librustc: Add support for type parameters in the middle of paths.Patrick Walton-388/+692
2013-08-27librustc: Remove `&const` and `*const` from the language.Patrick Walton-457/+306
2013-08-27Replace HashUtil w/ default method on HashJason Fager-13/+0
2013-08-27auto merge of #8799 : fhahn/rust/ticket_5783, r=catamorphismbors-0/+19
2013-08-27auto merge of #8797 : nikomatsakis/rust/issue-8625-assign-to-andmut-in-borrow...bors-79/+166
2013-08-27auto merge of #8792 : adridu59/rust/master, r=catamorphismbors-5/+4
2013-08-27auto merge of #8771 : thestinger/rust/repr, r=catamorphismbors-83/+76
2013-08-27Add test for #5783Florian Hahn-0/+19
2013-08-27Remove remnants of implicit selfNiko Matsakis-37/+15
2013-08-27reflect: rm unused visit_{var,var_integral,constr}Daniel Micay-44/+0
2013-08-27repr: include mutability qualifier in visit_ptrDaniel Micay-0/+15
2013-08-27repr: print integer/float suffixesDaniel Micay-37/+52
2013-08-27auto merge of #8790 : huonw/rust/unsafearc, r=thestingerbors-85/+80
2013-08-27Extend aliasability check to uncover `& &mut &mut` and the likeNiko Matsakis-18/+87
2013-08-27auto merge of #8581 : FlaPer87/rust/issue/8232, r=bblumbors-48/+87
2013-08-27Trailing spaceFlaper Fesp-1/+1
2013-08-27vec: implement `DeepClone`Daniel Micay-2/+9
2013-08-27auto merge of #8772 : thestinger/rust/option, r=anasazibors-38/+0
2013-08-27option: rm implementation of AddDaniel Micay-38/+0
2013-08-27auto merge of #8789 : pnkfelix/rust/fsk-fix-typo-in-rust-mode.el, r=pnkfelixbors-1/+1
2013-08-27librustpkg/tests.rs: cleanup unused importAdrien Tétar-5/+4
2013-08-27auto merge of #8780 : brson/rust/from_elem, r=thestingerbors-4/+30
2013-08-27std: use ArcData rather than c_void in UnsafeArc.Huon Wilson-17/+12
2013-08-27auto merge of #8779 : brson/rust/macsupp, r=thestingerbors-1/+0
2013-08-27fix typo in rust-mode.elFelix S. Klock II-1/+1