| Age | Commit message (Expand) | Author | Lines |
| 2017-06-26 | Rollup merge of #42874 - zackmdavis:overzealous_by_outer_forbid, r=nikomatsakis | Corey Farwell | -17/+73 |
| 2017-06-26 | Rollup merge of #42871 - llogiq:for_lowering_vs_clippy, r=arielb1 | Corey Farwell | -6/+6 |
| 2017-06-26 | Rollup merge of #42519 - GuillaumeGomez:create-more-error-codes, r=QuietMisdr... | Corey Farwell | -111/+255 |
| 2017-06-26 | Update Cargo | Mark Simulacrum | -47/+62 |
| 2017-06-26 | Auto merge of #42885 - ollie27:rustdoc_empty_glob_path, r=GuillaumeGomez | bors | -1/+28 |
| 2017-06-25 | Auto merge of #42865 - ollie27:rustdoc_assoc_consts, r=GuillaumeGomez | bors | -43/+108 |
| 2017-06-25 | Add reference link | Guillaume Gomez | -0/+12 |
| 2017-06-24 | Auto merge of #42784 - tlively:wasm-bot, r=alexcrichton | bors | -12/+116 |
| 2017-06-24 | Use new macro instead | Guillaume Gomez | -7/+7 |
| 2017-06-24 | wording improvement | Guillaume Gomez | -38/+35 |
| 2017-06-24 | Add E0607 | Guillaume Gomez | -9/+42 |
| 2017-06-24 | Add E0606 | Guillaume Gomez | -64/+83 |
| 2017-06-24 | Add E0605 | Guillaume Gomez | -13/+70 |
| 2017-06-24 | Add E0604 | Guillaume Gomez | -7/+33 |
| 2017-06-24 | Restore old emscripten.sh for use by asmjs | Thomas Lively | -23/+76 |
| 2017-06-24 | rustdoc: Don't ICE on `use *;` | Oliver Middleton | -1/+28 |
| 2017-06-24 | Auto merge of #42864 - slo1:attempt, r=Mark-Simulacrum | bors | -0/+4 |
| 2017-06-24 | Auto merge of #42541 - gilescope:patch-1, r=alexcrichton | bors | -9/+32 |
| 2017-06-24 | Auto merge of #42854 - razielgn:relaxed-debug-constraints-on-maps-iterators, ... | bors | -6/+6 |
| 2017-06-24 | Auto merge of #42724 - Mark-Simulacrum:tests, r=alexcrichton | bors | -0/+288 |
| 2017-06-23 | only set "overruled by outer forbid" once for lint groups, by group name | Zack M. Davis | -9/+68 |
| 2017-06-24 | Auto merge of #42687 - alexcrichton:windows-tls, r=sfackler | bors | -109/+141 |
| 2017-06-23 | remove unused parameters from LintStore.find_lint | Zack M. Davis | -8/+5 |
| 2017-06-23 | Add Target (de)serialization for environment vars | Thomas Lively | -1/+29 |
| 2017-06-23 | rustc: Enable #[thread_local] for Windows | Alex Crichton | -109/+141 |
| 2017-06-23 | rustdoc: Fix a few issues with associated consts | Oliver Middleton | -43/+108 |
| 2017-06-23 | Saves created temp directory if save-temps option is used. | slo | -0/+4 |
| 2017-06-23 | change binding name of for loop lowering to appease clippy | Andre Bogus | -6/+6 |
| 2017-06-23 | Add tests for a few issues. | Mark Simulacrum | -0/+288 |
| 2017-06-23 | Rollup merge of #42833 - durka:non-constant-used-with-constant, r=Mark-Simula... | Mark Simulacrum | -22/+4 |
| 2017-06-23 | Rollup merge of #42829 - ids1024:cxx, r=alexcrichton | Mark Simulacrum | -10/+14 |
| 2017-06-23 | Rollup merge of #42825 - letheed:patch-1, r=alexcrichton | Mark Simulacrum | -1/+1 |
| 2017-06-23 | Rollup merge of #42822 - ChrisMacNaughton:guard-traits, r=alexcrichton | Mark Simulacrum | -0/+35 |
| 2017-06-23 | Rollup merge of #42821 - michaelwoerister:incr-debug-output-on-stderr, r=alex... | Mark Simulacrum | -22/+22 |
| 2017-06-23 | Rollup merge of #42787 - zackmdavis:explain_E0562, r=GuillaumeGomez | Mark Simulacrum | -2/+40 |
| 2017-06-23 | Rollup merge of #42783 - ids1024:redox-env, r=sfackler | Mark Simulacrum | -1/+1 |
| 2017-06-23 | Rollup merge of #42777 - kennytm:kill-ignore-doctest, r=estebank | Mark Simulacrum | -237/+560 |
| 2017-06-23 | Relax Debug constraints when debugging {HashMap,BTreeMap}::{Keys,Values}. | Federico Ravasio | -4/+4 |
| 2017-06-23 | Correctly iterate on keys/values when debugging BTreeMap::{Keys,Values}. | Federico Ravasio | -2/+2 |
| 2017-06-23 | Added a tidy check to disallow "```ignore" and "```rust,ignore". | kennytm | -0/+15 |
| 2017-06-23 | Modify --explain to handle hidden code (`# ...`) and indented code blocks. | kennytm | -6/+87 |
| 2017-06-23 | Removed as many "```ignore" as possible. | kennytm | -231/+458 |
| 2017-06-23 | Auto merge of #42828 - parched:umulo, r=alexcrichton | bors | -0/+0 |
| 2017-06-22 | Add wasm32-experimental-emscripten to wasm builder | Thomas Lively | -18/+28 |
| 2017-06-22 | Add target option for linker environment variables | Thomas Lively | -8/+10 |
| 2017-06-22 | Make wasm32 buildbot test LLVM backend | Thomas Lively | -7/+18 |
| 2017-06-23 | Auto merge of #42304 - Mark-Simulacrum:issue-37157, r=nikomatsakis | bors | -49/+296 |
| 2017-06-22 | Auto merge of #42614 - GuillaumeGomez:new-error-codes, r=pnkfelix | bors | -46/+401 |
| 2017-06-22 | Adding training commer to be more consistent with prior format. | Giles Cope | -4/+4 |
| 2017-06-22 | remove duplicate E0435 test | Alex Burka | -19/+1 |