about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-06-18Don't require mutable StringReader to emit lexer errorsKevin Ballard-42/+52
2014-06-18Fix spans for doc commentsKevin Ballard-3/+3
2014-06-18auto merge of #14984 : thestinger/rust/libc, r=alexcrichtonbors-17/+16
2014-06-18auto merge of #14990 : tomjakubowski/rust/emacs-fix-attribute-highlight, r=pn...bors-30/+91
2014-06-18auto merge of #15000 : alexcrichton/rust/fix-rustdoc-tests, r=huonwbors-7/+15
2014-06-18auto merge of #14994 : nick29581/rust/comments, r=bstriebors-285/+400
2014-06-18std: Remove dual export of `Show`Alex Crichton-1/+1
2014-06-18rustdoc: Don't inject `extern crate std`.Alex Crichton-1/+3
2014-06-18rustdoc: Fix testing indented code blocksAlex Crichton-5/+11
2014-06-18fix signatures of mmap-related functions from libcDaniel Micay-17/+16
2014-06-18auto merge of #14992 : nathantypanski/rust/collect-docs, r=huonwbors-14/+22
2014-06-17change ~[] -> Vec for collect()Nathan Typanski-14/+22
2014-06-18Wrap debuginfo.rs at 80 columns.Nick Cameron-285/+400
2014-06-18auto merge of #14880 : SimonSapin/rust/byte-literals, r=alexcrichtonbors-108/+469
2014-06-18auto merge of #14869 : nick29581/rust/tstore, r=nmatsakisbors-364/+451
2014-06-17emacs: Remove outdated references to ~ in testsTom Jakubowski-3/+3
2014-06-17emacs: Add shebang to test scriptTom Jakubowski-0/+1
2014-06-17emacs: Don't overwrite font lock for attributesTom Jakubowski-27/+87
2014-06-18Fix expected error message in a test.Simon Sapin-1/+1
2014-06-17auto merge of #14956 : nathantypanski/rust/master, r=alexcrichtonbors-15/+0
2014-06-18Remove TraitStore from ty_traitNick Cameron-364/+451
2014-06-18Fix some violations of stronger guarantees for mutable borrows.Simon Sapin-9/+17
2014-06-17Refactor backslash-escape parsing to share similar code.Simon Sapin-151/+69
2014-06-17Document the byte, byte string, and raw byte string literals.Simon Sapin-6/+65
2014-06-17Add br##"xx"## raw byte string literals.Simon Sapin-5/+102
2014-06-17Add a b"xx" byte string literal of type &'static [u8].Simon Sapin-71/+186
2014-06-17Add a b'x' byte literal of type u8.Simon Sapin-5/+169
2014-06-17auto merge of #14977 : pcwalton/rust/address-insignificant-reform, r=brsonbors-38/+55
2014-06-17auto merge of #14976 : luqmana/rust/focwtc, r=pcwaltonbors-1/+52
2014-06-17librustc: Make addresses of immutable statics insignificant unlessPatrick Walton-38/+55
2014-06-17librustc: Check regions for overloaded calls.Luqman Aden-1/+52
2014-06-17auto merge of #14957 : alexcrichton/rust/rustdoc-fixups, r=huonwbors-7/+4
2014-06-17rustdoc: Remove outdated syntaxAlex Crichton-7/+4
2014-06-17tutorial.md: tiny correction for --crate-type=libNiklas Koep-1/+1
2014-06-17auto merge of #14818 : tomjakubowski/rust/emacs-attributes-key-value, r=pnkfelixbors-3/+3
2014-06-17auto merge of #14945 : alexcrichton/rust/issue-14940, r=brsonbors-4/+39
2014-06-16std: Chunk writing to stdout on windowsAlex Crichton-4/+39
2014-06-17libsyntax: remove dead code find_linkage_metasNathan Typanski-15/+0
2014-06-17auto merge of #14947 : zwarich/rust/check-loans-not-restrictions, r=nikomatsakisbors-324/+107
2014-06-17auto merge of #14955 : alexcrichton/rust/rollup, r=alexcrichtonbors-335/+745
2014-06-16Test fixes from rollupAlex Crichton-1/+2
2014-06-16Fix --disable-rpath and testsAlex Crichton-30/+50
2014-06-16Update Sublime Rust github linkChristopher Bergqvist-1/+1
2014-06-16fix typo in the libc crateDaniel Micay-2/+2
2014-06-16Update repo locationBrian Anderson-53/+53
2014-06-16Update "use" to "uses" ln186theptrk-1/+1
2014-06-16doc: Fix a link in the FAQAlex Crichton-4/+4
2014-06-16rustc: Don't mark type parameters as exportedAlex Crichton-1/+16
2014-06-16std: Don't fail the task when a Future is droppedAlex Crichton-1/+27
2014-06-16Move `num_cpus` from `std::rt::util` to `std::os`. Closes #14707Jorge Aparicio-13/+16