| Age | Commit message (Expand) | Author | Lines |
| 2015-07-16 | Rollup merge of #26977 - brson:stddoc, r=Gankro | Manish Goregaokar | -35/+229 |
| 2015-07-16 | Rollup merge of #26695 - rutsky:patch-2, r=Manishearth | Manish Goregaokar | -2/+2 |
| 2015-07-16 | Add regression test for atomics being Send + Sync | William Throwe | -0/+22 |
| 2015-07-15 | Remove reference to gdb-pretty-struct-and-enums.rs | Tamir Duberstein | -4/+0 |
| 2015-07-15 | doc: add rel=prev/next for links to adjacent sections | Vincent Bernat | -0/+2 |
| 2015-07-15 | Add specializations of read_to_end for Stdin, TcpStream and File, | Alisdair Owens | -0/+166 |
| 2015-07-15 | Better detection of duplicate associated items. | Nick Hamann | -15/+111 |
| 2015-07-15 | Implement lint deprecation/removal… | Simonas Kazlauskas | -10/+34 |
| 2015-07-15 | Make AtomicPtr Send | William Throwe | -1/+2 |
| 2015-07-14 | Change int/uint => isize/usize in compiler docs. | Nick Hamann | -53/+53 |
| 2015-07-14 | properly remove moved text | Alexis Beingessner | -177/+0 |
| 2015-07-15 | Some more default implementations for the compiler driver callbacks. | Nick Cameron | -3/+9 |
| 2015-07-14 | Transition to the new object lifetime defaults, replacing the old | Niko Matsakis | -240/+97 |
| 2015-07-14 | split out vec-zsts correctly | Alexis Beingessner | -0/+177 |
| 2015-07-14 | Address more feedback | Brian Anderson | -3/+3 |
| 2015-07-14 | Fix negate_unsigned feature gate check | Simonas Kazlauskas | -66/+42 |
| 2015-07-14 | fix all the doc tests | Alexis Beingessner | -121/+176 |
| 2015-07-14 | Don't mention packed attribute in reference.md | Steven Allen | -2/+0 |
| 2015-07-14 | Remove macro, import function and enum | Guillaume Gomez | -158/+155 |
| 2015-07-14 | Address more feedback | Brian Anderson | -4/+5 |
| 2015-07-14 | nits and realigning | Alexis Beingessner | -481/+501 |
| 2015-07-14 | core: Revive SipHash's tests | Ulrik Sverdrup | -69/+61 |
| 2015-07-14 | don't ICE when FRU is used on an enum variant | Ariel Ben-Yehuda | -1/+23 |
| 2015-07-14 | Arguments are now passed directly to the function instead of the enum variants | Guillaume Gomez | -196/+197 |
| 2015-07-14 | Add regression test for #21140 | Corey Farwell | -1/+18 |
| 2015-07-14 | End of error code spanning centralization | Guillaume Gomez | -189/+430 |
| 2015-07-14 | Auto merge of #27024 - bluss:io-drain, r=alexcrichton | bors | -8/+2 |
| 2015-07-14 | save-analysis: fix def_ids for method calls | Nick Cameron | -7/+27 |
| 2015-07-14 | Use Vec::drain in BufWriter | Ulrik Sverdrup | -8/+2 |
| 2015-07-14 | save-analysis: handle a few more kinds of paths | Nick Cameron | -1/+4 |
| 2015-07-14 | Auto merge of #27016 - alexcrichton:inline-asm-docs, r=steveklabnik | bors | -1/+10 |
| 2015-07-14 | fix via mdinger | Alexis Beingessner | -2/+2 |
| 2015-07-14 | Auto merge of #27015 - frankmcsherry:patch-1, r=steveklabnik | bors | -2/+2 |
| 2015-07-13 | move everything into the Rust tree | Alexis Beingessner | -0/+4697 |
| 2015-07-13 | move everything to tarpl | Alexis Beingessner | -0/+4697 |
| 2015-07-14 | Auto merge of #27002 - IvanUkhov:docblock-pre-code, r=Gankro | bors | -0/+3 |
| 2015-07-14 | save-analysis: tweak constructors | Nick Cameron | -9/+17 |
| 2015-07-14 | save-analysis: make generated_code pub | Nick Cameron | -1/+1 |
| 2015-07-13 | Address feedback | Brian Anderson | -33/+42 |
| 2015-07-13 | Fix local path | Brian Anderson | -1/+1 |
| 2015-07-13 | std: Refining crate docs | Brian Anderson | -33/+217 |
| 2015-07-13 | Auto merge of #26241 - SimonSapin:derefmut-for-string, r=alexcrichton | bors | -27/+213 |
| 2015-07-13 | Fix tests for changes in #26241. | Simon Sapin | -19/+5 |
| 2015-07-13 | Clarify E0117 explanation. | Nick Hamann | -2/+2 |
| 2015-07-13 | Auto merge of #26993 - michaelwoerister:msvc-debuginfo, r=alexcrichton | bors | -0/+24 |
| 2015-07-13 | Fixed snippet to return the proper error. | Jose Narvaez | -1/+3 |
| 2015-07-13 | Fix section of __morestack for aarch64-unknown-linux-gnu | Akos Kiss | -1/+5 |
| 2015-07-13 | Auto merge of #26984 - nham:errorck-ignore-long-diag, r=brson | bors | -0/+22 |
| 2015-07-13 | Centralize error spaning and add an enum to make this treatment easier | Guillaume Gomez | -59/+80 |
| 2015-07-13 | doc: Add a link to LLVM's new inline assembly docs | Alex Crichton | -1/+10 |