about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-03-23Rollup merge of #23590 - FuGangqiang:attr, r=alexcrichtonManish Goregaokar-3/+3
2015-03-23Rollup merge of #23576 - barosl:mutex-doc, r=alexcrichtonManish Goregaokar-2/+2
2015-03-23add lifetime for `while` and `for` expressionFuGangqiang-2/+2
2015-03-23Rollup merge of #23562 - steveklabnik:fix_book_numbers, r=alexcrichtonManish Goregaokar-3/+3
2015-03-23fix the attributes sytaxFuGangqiang-1/+1
2015-03-23Rollup merge of #23554 - Ms2ger:readme-rustc, r=steveklabnikManish Goregaokar-125/+129
2015-03-23Rollup merge of #23578 - fhahn:issue-22820-feature-gate-tests1, r=alexcrichtonManish Goregaokar-0/+88
2015-03-23Rollup merge of #23570 - dotdash:issue23550, r=eddybManish Goregaokar-45/+116
2015-03-23Rollup merge of #23559 - aturon:future-proof-map-index, r=GankroManish Goregaokar-26/+5
2015-03-22Auto merge of #23361 - petrochenkov:refdst, r=jakub-bors-7/+42
2015-03-21Fix volatile / atomic ops on bools and small aggregatesBjörn Steinbrink-45/+116
2015-03-21 Add tests checking that a number of feature gates are gating their features.Florian Hahn-0/+88
2015-03-21Fix documentation for std::sync::mutex: into_guard -> into_innerBarosl Lee-2/+2
2015-03-21Auto merge of #23470 - alexcrichton:less-prelude, r=aturonbors-297/+372
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-297/+372
2015-03-20Auto merge of #23512 - oli-obk:result_ok_unwrap, r=alexcrichtonbors-53/+62
2015-03-20Auto merge of #23267 - alexcrichton:issue-20012, r=aturonbors-51/+86
2015-03-20Remove manual numbers from TRPLSteve Klabnik-3/+3
2015-03-20Revert "Revert "std: Re-enable at_exit()""Alex Crichton-51/+86
2015-03-20Future-proof indexing on maps: remove IndexMutAaron Turon-26/+5
2015-03-20Auto merge of #23471 - sae-bom:aarch64-linux-android, r=alexcrichtonbors-0/+39
2015-03-20Auto merge of #23537 - steveklabnik:gh22551, r=alexcrichtonbors-3/+28
2015-03-20Add AST to the glossarySteve Klabnik-3/+28
2015-03-20Make librustc's markdown README.txt claim to be markdown.Ms2ger-1/+1
2015-03-20Update librustc's README.txt for some code changes and reformat it.Ms2ger-49/+53
2015-03-20Auto merge of #23522 - steveklabnik:gh22518, r=Manishearthbors-894/+0
2015-03-20don't use Result::ok just to be able to use unwrap/unwrap_orOliver Schneider-53/+62
2015-03-20Rollup merge of #23534 - steveklabnik:remove_sched_threads, r=alexcrichtonManish Goregaokar-26/+8
2015-03-20Rollup merge of #23532 - steveklabnik:gh22002, r=alexcrichtonManish Goregaokar-0/+2
2015-03-20Rollup merge of #23526 - mbrubeck:uppercase, r=steveklabnikManish Goregaokar-2/+4
2015-03-20Rollup merge of #23518 - farcaller:fix_quote_method, r=eddybManish Goregaokar-0/+12
2015-03-20Rollup merge of #23499 - mbrubeck:doc-edit, r=huonwManish Goregaokar-1/+2
2015-03-20Rollup merge of #23447 - kjpgit:kjp/pointerexample, r=steveklabnikManish Goregaokar-13/+15
2015-03-20Rollup merge of #22631 - aepsil0n:issue-22098, r=aturonManish Goregaokar-9/+9
2015-03-20Rollup merge of #23531 - steveklabnik:gh21709, r=alexcrichtonManish Goregaokar-4/+0
2015-03-20Rollup merge of #23529 - steveklabnik:gh23426, r=alexcrichtonManish Goregaokar-0/+5
2015-03-20Rollup merge of #23525 - steveklabnik:test_tasks, r=alexcrichtonManish Goregaokar-9/+9
2015-03-20Rollup merge of #23504 - alexcrichton:parse-error-not-unit, r=aturonManish Goregaokar-11/+17
2015-03-20Auto merge of #23504 - alexcrichton:parse-error-not-unit, r=aturonbors-11/+17
2015-03-20Auto merge of #23254 - jbcrail:saturating-math-docs, r=steveklabnikbors-0/+20
2015-03-20Remove rt::default_sched_threads and RUST_THREADS.Steve Klabnik-26/+8
2015-03-20Rollup merge of #23254 - jbcrail:saturating-math-docs, r=steveklabnikManish Goregaokar-0/+20
2015-03-20Rollup merge of #23489 - michaelwoerister:span-artihmetic-overflow-bug, r=ale...Manish Goregaokar-0/+82
2015-03-19Auto merge of #23489 - michaelwoerister:span-artihmetic-overflow-bug, r=alexc...bors-0/+82
2015-03-19Comment on when ReadDir is ErrSteve Klabnik-0/+5
2015-03-19Reference Drop in FFI chapterSteve Klabnik-0/+2
2015-03-19Remove incorrect statement about raw pointers.Steve Klabnik-4/+0
2015-03-19Update docs for ToUppercase/ToLowercase structsMatt Brubeck-2/+4
2015-03-19RUST_TEST_TASKS -> RUST_TEST_THREADSSteve Klabnik-9/+9
2015-03-19Remove the Guessing Game from the bookSteve Klabnik-894/+0