| Age | Commit message (Expand) | Author | Lines |
| 2015-03-23 | Rollup merge of #23590 - FuGangqiang:attr, r=alexcrichton | Manish Goregaokar | -3/+3 |
| 2015-03-23 | Rollup merge of #23576 - barosl:mutex-doc, r=alexcrichton | Manish Goregaokar | -2/+2 |
| 2015-03-23 | add lifetime for `while` and `for` expression | FuGangqiang | -2/+2 |
| 2015-03-23 | Rollup merge of #23562 - steveklabnik:fix_book_numbers, r=alexcrichton | Manish Goregaokar | -3/+3 |
| 2015-03-23 | fix the attributes sytax | FuGangqiang | -1/+1 |
| 2015-03-23 | Rollup merge of #23554 - Ms2ger:readme-rustc, r=steveklabnik | Manish Goregaokar | -125/+129 |
| 2015-03-23 | Rollup merge of #23578 - fhahn:issue-22820-feature-gate-tests1, r=alexcrichton | Manish Goregaokar | -0/+88 |
| 2015-03-23 | Rollup merge of #23570 - dotdash:issue23550, r=eddyb | Manish Goregaokar | -45/+116 |
| 2015-03-23 | Rollup merge of #23559 - aturon:future-proof-map-index, r=Gankro | Manish Goregaokar | -26/+5 |
| 2015-03-22 | Auto merge of #23361 - petrochenkov:refdst, r=jakub- | bors | -7/+42 |
| 2015-03-21 | Fix volatile / atomic ops on bools and small aggregates | Bjö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-21 | Fix documentation for std::sync::mutex: into_guard -> into_inner | Barosl Lee | -2/+2 |
| 2015-03-21 | Auto merge of #23470 - alexcrichton:less-prelude, r=aturon | bors | -297/+372 |
| 2015-03-20 | std: Remove old_io/old_path from the prelude | Alex Crichton | -297/+372 |
| 2015-03-20 | Auto merge of #23512 - oli-obk:result_ok_unwrap, r=alexcrichton | bors | -53/+62 |
| 2015-03-20 | Auto merge of #23267 - alexcrichton:issue-20012, r=aturon | bors | -51/+86 |
| 2015-03-20 | Remove manual numbers from TRPL | Steve Klabnik | -3/+3 |
| 2015-03-20 | Revert "Revert "std: Re-enable at_exit()"" | Alex Crichton | -51/+86 |
| 2015-03-20 | Future-proof indexing on maps: remove IndexMut | Aaron Turon | -26/+5 |
| 2015-03-20 | Auto merge of #23471 - sae-bom:aarch64-linux-android, r=alexcrichton | bors | -0/+39 |
| 2015-03-20 | Auto merge of #23537 - steveklabnik:gh22551, r=alexcrichton | bors | -3/+28 |
| 2015-03-20 | Add AST to the glossary | Steve Klabnik | -3/+28 |
| 2015-03-20 | Make librustc's markdown README.txt claim to be markdown. | Ms2ger | -1/+1 |
| 2015-03-20 | Update librustc's README.txt for some code changes and reformat it. | Ms2ger | -49/+53 |
| 2015-03-20 | Auto merge of #23522 - steveklabnik:gh22518, r=Manishearth | bors | -894/+0 |
| 2015-03-20 | don't use Result::ok just to be able to use unwrap/unwrap_or | Oliver Schneider | -53/+62 |
| 2015-03-20 | Rollup merge of #23534 - steveklabnik:remove_sched_threads, r=alexcrichton | Manish Goregaokar | -26/+8 |
| 2015-03-20 | Rollup merge of #23532 - steveklabnik:gh22002, r=alexcrichton | Manish Goregaokar | -0/+2 |
| 2015-03-20 | Rollup merge of #23526 - mbrubeck:uppercase, r=steveklabnik | Manish Goregaokar | -2/+4 |
| 2015-03-20 | Rollup merge of #23518 - farcaller:fix_quote_method, r=eddyb | Manish Goregaokar | -0/+12 |
| 2015-03-20 | Rollup merge of #23499 - mbrubeck:doc-edit, r=huonw | Manish Goregaokar | -1/+2 |
| 2015-03-20 | Rollup merge of #23447 - kjpgit:kjp/pointerexample, r=steveklabnik | Manish Goregaokar | -13/+15 |
| 2015-03-20 | Rollup merge of #22631 - aepsil0n:issue-22098, r=aturon | Manish Goregaokar | -9/+9 |
| 2015-03-20 | Rollup merge of #23531 - steveklabnik:gh21709, r=alexcrichton | Manish Goregaokar | -4/+0 |
| 2015-03-20 | Rollup merge of #23529 - steveklabnik:gh23426, r=alexcrichton | Manish Goregaokar | -0/+5 |
| 2015-03-20 | Rollup merge of #23525 - steveklabnik:test_tasks, r=alexcrichton | Manish Goregaokar | -9/+9 |
| 2015-03-20 | Rollup merge of #23504 - alexcrichton:parse-error-not-unit, r=aturon | Manish Goregaokar | -11/+17 |
| 2015-03-20 | Auto merge of #23504 - alexcrichton:parse-error-not-unit, r=aturon | bors | -11/+17 |
| 2015-03-20 | Auto merge of #23254 - jbcrail:saturating-math-docs, r=steveklabnik | bors | -0/+20 |
| 2015-03-20 | Remove rt::default_sched_threads and RUST_THREADS. | Steve Klabnik | -26/+8 |
| 2015-03-20 | Rollup merge of #23254 - jbcrail:saturating-math-docs, r=steveklabnik | Manish Goregaokar | -0/+20 |
| 2015-03-20 | Rollup merge of #23489 - michaelwoerister:span-artihmetic-overflow-bug, r=ale... | Manish Goregaokar | -0/+82 |
| 2015-03-19 | Auto merge of #23489 - michaelwoerister:span-artihmetic-overflow-bug, r=alexc... | bors | -0/+82 |
| 2015-03-19 | Comment on when ReadDir is Err | Steve Klabnik | -0/+5 |
| 2015-03-19 | Reference Drop in FFI chapter | Steve Klabnik | -0/+2 |
| 2015-03-19 | Remove incorrect statement about raw pointers. | Steve Klabnik | -4/+0 |
| 2015-03-19 | Update docs for ToUppercase/ToLowercase structs | Matt Brubeck | -2/+4 |
| 2015-03-19 | RUST_TEST_TASKS -> RUST_TEST_THREADS | Steve Klabnik | -9/+9 |
| 2015-03-19 | Remove the Guessing Game from the book | Steve Klabnik | -894/+0 |