about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-05-07core: Inherit the finally moduleAlex Crichton-1/+9
2014-05-07core: Inherit the char moduleAlex Crichton-3/+16
2014-05-07core: Inherit the container moduleAlex Crichton-1/+2
2014-05-07core: Inherit the ty moduleAlex Crichton-2/+2
2014-05-07core: Inherit the ops moduleAlex Crichton-1/+2
2014-05-07core: Inherit the kinds moduleAlex Crichton-1/+6
2014-05-07core: Inherit the cast moduleAlex Crichton-1/+2
2014-05-07core: Inherit the ptr moduleAlex Crichton-45/+11
2014-05-07core: Inherit the mem moduleAlex Crichton-4/+2
2014-05-07core: Inherit the intrinsics moduleAlex Crichton-4/+25
2014-05-07mk: Add libcoreAlex Crichton-0/+22
2014-05-07auto merge of #13958 : pcwalton/rust/detilde, r=pcwaltonbors-1892/+2247
2014-05-07auto merge of #13914 : alexcrichton/rust/pile-o-rustdoc-fixes, r=brsonbors-5762/+327
2014-05-07auto merge of #13836 : jbcrail/rust/add-bitv-doc, r=alexcrichtonbors-1/+43
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-1892/+2247
2014-05-06auto merge of #13754 : alexcrichton/rust/net-experimental, r=brsonbors-1/+70
2014-05-06Add documentation for Bitv.Joseph Crail-1/+43
2014-05-06auto merge of #13892 : alexcrichton/rust/mixing-rlib-dylib-deps, r=brsonbors-150/+543
2014-05-06auto merge of #13982 : alexcrichton/rust/more-logging, r=nikomatsakisbors-5/+49
2014-05-06log: Use writeln!() instead of write!()Alex Crichton-5/+49
2014-05-06auto merge of #13960 : brandonw/rust/master, r=alexcrichtonbors-8/+10
2014-05-06auto merge of #13897 : aturon/rust/issue-6085, r=bjzbors-69/+101
2014-05-06auto merge of #13822 : EdorianDark/rust/master, r=cmrbors-98/+115
2014-05-06Update multiple file use statement exampleBrandon Waskiewicz-8/+10
2014-05-05auto merge of #13939 : richo/rust/docs/composability, r=thestingerbors-1/+1
2014-05-05auto merge of #13925 : kballard/rust/vim_indent_bracket_fix, r=thestingerbors-3/+19
2014-05-05auto merge of #13946 : pnkfelix/rust/fsk-cleanup-proc-comment-in-guide-tasks,...bors-3/+4
2014-05-05auto merge of #13940 : edwardw/rust/refutable-match, r=pcwaltonbors-105/+162
2014-05-05auto merge of #13934 : huonw/rust/transmute-mut, r=alexcrichtonbors-46/+74
2014-05-05auto merge of #13912 : seanmonstar/rust/logrecord, r=alexcrichtonbors-16/+92
2014-05-05Change std::io::FilePermission to a typesafe representationAaron Turon-44/+55
2014-05-05Add (unsafe) coercion from bits to std::bitflagsAaron Turon-0/+6
2014-05-05Allow attributes in std::bitflags::bitflags!Aaron Turon-25/+40
2014-05-05auto merge of #13782 : alexcrichton/rust/issue-13775, r=pcwaltonbors-1/+16
2014-05-05auto merge of #13907 : iliekturtles/rust/tutorial, r=alexcrichtonbors-15/+19
2014-05-05log: Logger receiveis a LogRecordSean McArthur-16/+92
2014-05-05auto merge of #13271 : stepancheg/rust/align, r=pcwaltonbors-12/+104
2014-05-05auto merge of #13935 : thestinger/rust/noalias, r=pcwaltonbors-11/+11
2014-05-05doc: Corrected example in 17.8 Deriving implementations for traitsMike Boutin-1/+8
2014-05-05doc: Minor example formatting in 11 ReferencesMike Boutin-1/+1
2014-05-05doc: Clarified 4.2 Pattern matchingMike Boutin-13/+10
2014-05-05auto merge of #13749 : pnkfelix/rust/add-libgraphviz-crate, r=alexcrichtonbors-0/+887
2014-05-05Placate rustdocs testable-by-default code blocks.Felix S. Klock II-1/+1
2014-05-05Adjust codegen logic for range and guarded armsEdward Wang-39/+154
2014-05-05Reverse #13034Edward Wang-66/+8
2014-05-05Cleanup proc comment in guide-tasks.md.Felix S. Klock II-3/+4
2014-05-05auto merge of #13942 : JamesLaverack/rust/master, r=luqmanabors-1/+1
2014-05-05auto merge of #13936 : Armavica/rust/lint_check-range, r=kballardbors-8/+18
2014-05-05std::comm: use Unsafe to avoid U.B. & -> &mut transmutes.Huon Wilson-34/+49
2014-05-05std: deprecate cast::transmute_mut.Huon Wilson-24/+37