| Age | Commit message (Expand) | Author | Lines |
| 2016-11-14 | rustbuild: Tweak default rule inclusion | Alex Crichton | -2/+4 |
| 2016-11-14 | Update E0088 to new format, remove E0090 | Yossi Konstantinovsky | -12/+24 |
| 2016-11-14 | Add fcntl | Jeremy Soller | -5/+11 |
| 2016-11-14 | Auto merge of #37740 - bluss:corrected-vec-collect, r=alexcrichton | bors | -20/+31 |
| 2016-11-14 | rustdoc: Fix some local inlining issues | Oliver Middleton | -69/+244 |
| 2016-11-14 | add test for #37765 | Alex Burka | -0/+23 |
| 2016-11-14 | test: Move missing-items to a ui test | Alex Crichton | -15/+21 |
| 2016-11-14 | Remove thread-per-CPU bit as it may not be accurate. | Steve Smith | -6/+5 |
| 2016-11-14 | rustbuild: Allow configuration of python interpreter | Alex Crichton | -8/+38 |
| 2016-11-14 | Typo in new section | Steve Smith | -1/+1 |
| 2016-11-14 | Auto merge of #37755 - polo-language:doc-punct, r=GuillaumeGomez | bors | -183/+184 |
| 2016-11-14 | Add sections about concurrency and stdout/err capture to the Testing chapter ... | Steve Smith | -0/+43 |
| 2016-11-14 | Add warnings when the #[should_panic] attribute is invalid | Josh Driver | -7/+83 |
| 2016-11-14 | Auto merge of #37278 - matklad:lone-lifetime, r=jseyfried | bors | -3/+6 |
| 2016-11-14 | don't build an object file for emit=asm,llvm-ir | Jorge Aparicio | -1/+5 |
| 2016-11-13 | Auto merge of #37754 - frewsxcv:path-push, r=GuillaumeGomez | bors | -5/+12 |
| 2016-11-14 | Fix where clauses parsing | Aleksey Kladov | -4/+7 |
| 2016-11-14 | Remove `scope_auxiliary`. | Nicholas Nethercote | -129/+30 |
| 2016-11-14 | rustdoc: add cli argument `--playground-url` | Liigo | -4/+10 |
| 2016-11-13 | Auto merge of #37640 - michaelwoerister:llvm-type-names, r=brson | bors | -272/+323 |
| 2016-11-14 | Add semicolon to "perhaps add a `use` for one of them" help | Robin Stocker | -9/+9 |
| 2016-11-13 | Remove unused method CrateContext::rotate(). | Michael Woerister | -16/+0 |
| 2016-11-13 | Adapt accidentally fixed test case. | Michael Woerister | -4/+1 |
| 2016-11-13 | Fix codegen test after change of llvm type naming scheme | Michael Woerister | -4/+4 |
| 2016-11-13 | Make names of types used in LLVM IR stable. | Michael Woerister | -248/+318 |
| 2016-11-13 | Auto merge of #37701 - Mark-Simulacrum:macro-parser-impvement, r=jseyfried | bors | -212/+201 |
| 2016-11-13 | do not use deprecated text for unstable docs | Andy Russell | -14/+28 |
| 2016-11-14 | Uncomment some long error explanation | Guillaume Gomez | -4/+6 |
| 2016-11-13 | Auto merge of #37743 - jedireza:patch-2, r=bluss | bors | -1/+1 |
| 2016-11-13 | Make LLVM debuginfo option names consistent | A.J. Gardner | -1/+1 |
| 2016-11-13 | Improved punctuation, capitalization, and sentence structure of code snippet ... | Angelo Polo | -183/+184 |
| 2016-11-13 | Let rustbuild parse llvm debuginfo option | A.J. Gardner | -0/+1 |
| 2016-11-13 | Minor rewriting of `std::path::Path::push` doc example. | Corey Farwell | -5/+12 |
| 2016-11-13 | Auto merge of #37753 - est31:master, r=petrochenkov | bors | -3/+18 |
| 2016-11-13 | Fix empty lifetime list or one with trailing comma being rejected | est31 | -3/+18 |
| 2016-11-13 | coherence: skip impls with an erroneous trait ref | Ariel Ben-Yehuda | -1/+32 |
| 2016-11-13 | add cabi_msp430 | Jorge Aparicio | -0/+62 |
| 2016-11-13 | Auto merge of #37735 - Mark-Simulacrum:remove-e-macro, r=bluss | bors | -8/+3 |
| 2016-11-12 | Auto merge of #37728 - QuietMisdreavus:rustdoc-enum-struct, r=GuillaumeGomez | bors | -3/+32 |
| 2016-11-12 | Minor grammar fix to ffi.md | Reza Akhavan | -1/+1 |
| 2016-11-13 | vec: Use less code bloat specialized Vec::from_iter | Ulrik Sverdrup | -20/+31 |
| 2016-11-12 | Auto merge of #37675 - arielb1:trans-closure, r=eddyb | bors | -505/+455 |
| 2016-11-13 | Restore Vec::from_iter() specialization | Ulrik Sverdrup | -1/+1 |
| 2016-11-12 | use write::run_assembler | Jorge Aparicio | -83/+26 |
| 2016-11-12 | use msp430-as to emit object files from the assembly that LLVM emits | Jorge Aparicio | -7/+83 |
| 2016-11-12 | oops, forgot to commit a rustbuild related file | Jorge Aparicio | -1/+2 |
| 2016-11-12 | also enable the MSP430 backend in Makefiles | Jorge Aparicio | -1/+8 |
| 2016-11-12 | fix #37673 | Jorge Aparicio | -0/+2 |
| 2016-11-12 | enable the MSP430 LLVM backend | Jorge Aparicio | -1/+6 |
| 2016-11-12 | address review comments | Ariel Ben-Yehuda | -73/+80 |