| Age | Commit message (Expand) | Author | Lines |
| 2016-01-25 | Auto merge of #31176 - frewsxcv:incorrect-pass-kind, r=dotdash | bors | -12/+65 |
| 2016-01-25 | Register LLVM passes with the correct LLVM pass manager. | Corey Farwell | -12/+65 |
| 2016-01-25 | Auto merge of #31159 - dirk:dirk/clarify-cargo-lock, r=steveklabnik | bors | -3/+5 |
| 2016-01-24 | Auto merge of #31166 - geofft:process-comments, r=alexcrichton | bors | -9/+6 |
| 2016-01-24 | Auto merge of #31093 - tshepang:misc-doc-improvements, r=steveklabnik | bors | -5/+5 |
| 2016-01-24 | sys/unix/process.rs: Update comments in make_argv and make_envp | Geoffrey Thomas | -9/+6 |
| 2016-01-24 | Improve the error explanations for check_const | Ariel Ben-Yehuda | -36/+50 |
| 2016-01-24 | doc: miscellaneous OpenOptions:append improvements | Tshepang Lekhonkhobe | -5/+5 |
| 2016-01-23 | Clarify when `Cargo.lock` is created by `cargo build` in the book | Dirk Gadsden | -3/+5 |
| 2016-01-23 | Rollup merge of #31146 - angelsl:patch-1, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2016-01-23 | Rollup merge of #31145 - D101101:patch-1, r=steveklabnik | Steve Klabnik | -0/+1 |
| 2016-01-23 | Rollup merge of #31136 - mbrubeck:btree-doc, r=steveklabnik | Steve Klabnik | -10/+10 |
| 2016-01-23 | Rollup merge of #31130 - marcbowes:master, r=nrc | Steve Klabnik | -0/+2 |
| 2016-01-23 | Rollup merge of #31128 - kamalmarhubi:book-trait-impl-clarify, r=steveklabnik | Steve Klabnik | -5/+11 |
| 2016-01-23 | Rollup merge of #31113 - steveklabnik:master, r=alexcrichton | Steve Klabnik | -7/+8 |
| 2016-01-23 | Rollup merge of #31111 - apasel422:issue-31103, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2016-01-23 | Rollup merge of #31090 - tshepang:improve-sentence, r=brson | Steve Klabnik | -2/+2 |
| 2016-01-23 | Rollup merge of #31088 - tshepang:grammar, r=brson | Steve Klabnik | -1/+1 |
| 2016-01-23 | Rollup merge of #31061 - brson:bib, r=steveklabnik | Steve Klabnik | -0/+1 |
| 2016-01-23 | Rollup merge of #31055 - steveklabnik:alt-tags, r=alexcrichton | Steve Klabnik | -2/+2 |
| 2016-01-23 | Rollup merge of #31054 - steveklabnik:a11y, r=alexcrichton | Steve Klabnik | -3/+3 |
| 2016-01-23 | Rollup merge of #31050 - apasel422:issue-31048, r=Manishearth | Steve Klabnik | -1/+1 |
| 2016-01-23 | Rollup merge of #31045 - Manishearth:diag-prim-shadow, r=steveklabnik | Steve Klabnik | -1/+35 |
| 2016-01-23 | Rollup merge of #31035 - nathankleyn:improve-visibility-of-entry-api, r=steve... | Steve Klabnik | -0/+29 |
| 2016-01-23 | Rollup merge of #31031 - brson:issue-30123, r=nikomatsakis | Steve Klabnik | -0/+52 |
| 2016-01-23 | Rollup merge of #31019 - andreabedini:patch-1, r=alexcrichton | Steve Klabnik | -3/+1 |
| 2016-01-23 | Rollup merge of #30997 - bluss:trait-default, r=nikomatsakis | Steve Klabnik | -2/+2 |
| 2016-01-23 | Semaphore not sempahore | angelsl | -1/+1 |
| 2016-01-23 | Auto merge of #31121 - Manishearth:prim-link, r=alexcrichton | bors | -9/+30 |
| 2016-01-23 | Handle generics in raw pointers | Manish Goregaokar | -3/+11 |
| 2016-01-23 | Fix the missing line in the guessing-game.md | Sergey Veselkov | -0/+1 |
| 2016-01-23 | Auto merge of #30807 - kolloch:patch-1, r=steveklabnik | bors | -0/+3 |
| 2016-01-23 | Auto merge of #31126 - arielb1:remote-errors, r=eddyb | bors | -30/+38 |
| 2016-01-23 | Auto merge of #31124 - dirk:dirk/display-and-error-impls-for-string-parse-err... | bors | -0/+14 |
| 2016-01-23 | Auto merge of #31116 - bluss:expect-out-cold, r=alexcrichton | bors | -7/+20 |
| 2016-01-22 | Auto merge of #31104 - nrc:save-fix-variant-data, r=alexcrichton | bors | -10/+23 |
| 2016-01-22 | Document that BTreeMap iteration is in order | Matt Brubeck | -10/+10 |
| 2016-01-22 | Auto merge of #31095 - alexcrichton:remove-old-files, r=brson | bors | -463/+0 |
| 2016-01-22 | E0210: Add a warning about type aliases | Marc Bowes | -0/+2 |
| 2016-01-22 | Forward reference crates and modules chapter | Kamal Marhubi | -1/+3 |
| 2016-01-22 | book: Clarify that trait or type must be in same crate as impl | Kamal Marhubi | -5/+9 |
| 2016-01-22 | Simplify return for error::Error impl for string::ParseError | Dirk Gadsden | -1/+1 |
| 2016-01-22 | astconv: don't use as_local_node_id for ids in a Def | Ariel Ben-Yehuda | -30/+38 |
| 2016-01-22 | Implement error::Error and fmt::Display for string::ParseError | Dirk Gadsden | -0/+14 |
| 2016-01-22 | Auto merge of #30917 - arthurprs:bs_bounds_check, r=alexcrichton | bors | -16/+13 |
| 2016-01-22 | Move cold panic functions in Option and Result | Ulrik Sverdrup | -28/+18 |
| 2016-01-22 | Use cold functions for panic formatting Option::expect, Result::unwrap etc | Ulrik Sverdrup | -7/+30 |
| 2016-01-22 | Correctly output links for primitive types which enclose their contents | Manish Goregaokar | -9/+22 |
| 2016-01-22 | Auto merge of #31087 - nikomatsakis:incr-comp-fulfillment-cache, r=arielb1 | bors | -46/+139 |
| 2016-01-22 | Avoid bounds check for slice binary search | arthurprs | -16/+13 |