summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-02-23Merge remote-tracking branch 'brson/ratcher'Brian Anderson-1/+1
2014-02-23Merge remote-tracking branch 'brson/iodoc'Brian Anderson-126/+41
2014-02-23Merge remote-tracking branch 'tbu/pr_doc_smallfix'Brian Anderson-1/+1
2014-02-23Merge remote-tracking branch 'kud1ing/patch-1'Brian Anderson-1/+1
2014-02-23auto merge of #12338 : edwardw/rust/hygienic-break-continue, r=cmrbors-28/+262
2014-02-23auto merge of #12484 : TheHydroImpulse/rust/fix_js, r=huonwbors-1/+1
2014-02-23Tutorial: fix typokud1ing-1/+1
2014-02-23auto merge of #12492 : huonw/rust/snapshots, r=alexcrichtonbors-1327/+294
2014-02-23Closes #12386. Removed 'pub mod' doc-comments in std::io's mod.rs file. Added...zslayton-19/+9
2014-02-24Transition to new `Hash`, removing IterBytes and std::to_bytes.Huon Wilson-1321/+286
2014-02-23Fix C function FFI example in the Rust cheatsheetTobias Bucher-1/+1
2014-02-24arena,std,serialize: remove some unnecessary transmutes.Huon Wilson-16/+9
2014-02-24native: be more const correct with the FFI calls.Huon Wilson-8/+8
2014-02-24green,native,rustuv: Replace many pointer `transmute`'s with `as` or referenc...Huon Wilson-20/+10
2014-02-24flate: return CVec<u8> rather than copying into a new vector.Huon Wilson-27/+39
2014-02-24green: remove ancient register-saving code.Huon Wilson-6/+1
2014-02-23Make break and continue hygienicEdward Wang-28/+262
2014-02-23Register snapshots.Huon Wilson-6/+8
2014-02-23auto merge of #12416 : alexcrichton/rust/highlight, r=huonwbors-26/+239
2014-02-23auto merge of #12311 : brson/rust/unstable, r=alexcrichtonbors-127/+115
2014-02-23std: Move unstable::stack to rt::stackBrian Anderson-6/+8
2014-02-23std: Remove unstable::langBrian Anderson-55/+36
2014-02-23std: Move raw to std::rawBrian Anderson-19/+22
2014-02-23std: Move intrinsics to std::intrinsics.Brian Anderson-47/+49
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-435/+447
2014-02-23rustdoc: Add syntax highlightingAlex Crichton-26/+239
2014-02-22std: Remove some nonsense from old std::io docsBrian Anderson-126/+41
2014-02-22auto merge of #12451 : edwardw/rust/ident-2-name, r=cmrbors-49/+48
2014-02-22Fix typo in emacs ERT testMicah Chalmer-1/+1
2014-02-22auto merge of #12450 : FlaPer87/rust/issue-10682, r=alexcrichtonbors-0/+20
2014-02-22Emacs: indent relative to enclosing blockMicah Chalmer-37/+127
2014-02-22Emacs: stay at the correct position when indentingMicah Chalmer-9/+74
2014-02-22auto merge of #12444 : thestinger/rust/arena, r=huonwbors-45/+29
2014-02-22auto merge of #12448 : alexcrichton/rust/smaller-rust, r=brsonbors-0/+13
2014-02-22Fixed invalid JavaScriptDaniel Fagnan-1/+1
2014-02-22auto merge of #11863 : erickt/rust/hash, r=acrichtobors-17/+1191
2014-02-22std: fix the hash doctestErick Tryzelaar-2/+2
2014-02-23std: mark two helper functions #[inline].Huon Wilson-0/+2
2014-02-22auto merge of #11603 : alexcrichton/rust/issue-11591, r=brsonbors-2/+69
2014-02-22Force all lang items to be reachableAlex Crichton-2/+69
2014-02-22auto merge of #12366 : aepsil0n/rust/feature/unnecessary_parens_around_assign...bors-34/+51
2014-02-22Fix emacs indentation of multi-line match patternsMicah Chalmer-3/+40
2014-02-22auto merge of #12441 : kud1ing/rust/backticks, r=brsonbors-8/+8
2014-02-22auto merge of #12439 : cmr/rust/rustdoc-reset, r=thestingerbors-4/+13
2014-02-22Warn about unnecessary parentheses upon assignmentEduard Bopp-34/+51
2014-02-22auto merge of #12437 : alexcrichton/rust/travis-yml, r=brsonbors-0/+1
2014-02-22auto merge of #12427 : alexcrichton/rust/snapshots, r=brsonbors-0/+8
2014-02-22auto merge of #12462 : kballard/rust/restore-llvm-from-12407, r=brsonbors-0/+0
2014-02-21Restore LLVM to the correct revisionKevin Ballard-0/+0
2014-02-21auto merge of #12422 : alexcrichton/rust/buffered-default, r=brsonbors-11/+21