summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-04-04Fix doc (fixup #24031)Manish Goregaokar-3/+1
2015-04-04Rollup merge of #24040 - hackaugusto:patch-1, r=steveklabnikManish Goregaokar-3/+0
2015-04-04Rollup merge of #24039 - frewsxcv:patch-10, r=steveklabnikManish Goregaokar-7/+5
2015-04-04Rollup merge of #24038 - frewsxcv:patch-9, r=steveklabnikManish Goregaokar-6/+2
2015-04-04Rollup merge of #24032 - steveklabnik:beta_install, r=alexcrichtonManish Goregaokar-2/+52
2015-04-04Rollup merge of #24031 - callahad:trpl_old_io_removal, r=steveklabnikManish Goregaokar-22/+10
2015-04-04Rollup merge of #24022 - steveklabnik:hn_fix, r=nikomatsakisManish Goregaokar-3/+2
2015-04-04Rollup merge of #24012 - tsion:patch-1, r=steveklabnikManish Goregaokar-1/+1
2015-04-04Rollup merge of #23997 - richo:typos, r=huonwManish Goregaokar-1/+1
2015-04-04Rollup merge of #23996 - frewsxcv:patch-8, r=alexcrichtonManish Goregaokar-1/+1
2015-04-04Rollup merge of #23978 - brson:installer, r=alexcrichtonManish Goregaokar-0/+0
2015-04-04Rollup merge of #23941 - carloslfu:patch-1, r=steveklabnikManish Goregaokar-4/+6
2015-04-04Rollup merge of #24033 - petrochenkov:pattest, r=alexcrichtonManish Goregaokar-0/+197
2015-04-04Rollup merge of #23995 - aturon:cow-as-ref, r=huonwManish Goregaokar-1/+1
2015-04-04Rollup merge of #23979 - Ryman:error_from_string, r=alexcrichtonManish Goregaokar-3/+10
2015-04-03Cleanup and modernize some things in libcore::iterCorey Farwell-90/+62
2015-04-03book: use `mod test` consistentlyDan Callahan-2/+2
2015-04-04Auto merge of #23979 - Ryman:error_from_string, r=alexcrichtonbors-3/+10
2015-04-03Removed repeated sentence.Augusto Hack-3/+0
2015-04-03Make example function in comment more idiomaticCorey Farwell-7/+5
2015-04-03Simplify `match` branches in documentation commentCorey Farwell-6/+2
2015-04-03Update Rust install instructions in TRPLSteve Klabnik-2/+52
2015-04-03In librustc*, convert many uses of ast::Ident to ast::Name, fixing much of #6...Jonathan S-121/+117
2015-04-03Auto merge of #23972 - gkoz:partial_eq_str_string, r=alexcrichtonbors-10/+12
2015-04-03Remove old_io from trpl/concurrency.mdDan Callahan-22/+10
2015-04-04Rebase falloutSimonas Kazlauskas-9/+11
2015-04-03Delete duplicated sentence.Alex Quach-3/+0
2015-04-03Auto merge of #24018 - nikomatsakis:marker-trait-stability, r=alexcrichtonbors-4/+4
2015-04-03Don't speak of old_ioSteve Klabnik-3/+2
2015-04-03Revert accidental change from stable -> unstable; just meant toNiko Matsakis-4/+4
2015-04-03Fixing copy/paste typo.Alex Quach-1/+1
2015-04-03Remove unnecessary `Vec<_>` annotation from docsScott Olson-1/+1
2015-04-03Auto merge of #23930 - petrochenkov:issue23656, r=nrcbors-234/+138
2015-04-03Auto merge of #23938 - nikomatsakis:invariant, r=pnkfelixbors-583/+332
2015-04-03Remove two cases of unecesary match branchesSimonas Kazlauskas-5/+3
2015-04-03Address Alex’s commentsSimonas Kazlauskas-8/+5
2015-04-03Update tests to match the messagesSimonas Kazlauskas-30/+9
2015-04-03Introduce trans::declareSimonas Kazlauskas-284/+430
2015-04-03Move a big attribute fn into trans::attributesSimonas Kazlauskas-195/+199
2015-04-03Implement LLVMGetOrInsertGlobal wrapperSimonas Kazlauskas-0/+7
2015-04-03Move get_extern_fn and get_res_dtor out of baseSimonas Kazlauskas-69/+68
2015-04-03Extract attribute handling code into a moduleSimonas Kazlauskas-131/+172
2015-04-03Add the tests for duplicate symbol errorsSimonas Kazlauskas-0/+172
2015-04-03Abort creating wrapper fn for multiple inner fnsSimonas Kazlauskas-0/+5
2015-04-03Wrap LLVM’s Module::getNamedValueSimonas Kazlauskas-0/+6
2015-04-03Validate export_name attributeSimonas Kazlauskas-7/+22
2015-04-03Fix a broken testSimonas Kazlauskas-3/+0
2015-04-03Check uses of `Self` in impls in the compiler rather than during expansionNick Cameron-219/+326
2015-04-03Auto merge of #23934 - lfairy:write-no-deref, r=alexcrichtonbors-1/+1
2015-04-02Indicate associated type in comment is code-likeCorey Farwell-1/+1