| Age | Commit message (Expand) | Author | Lines |
| 2017-11-21 | Auto merge of #45039 - QuietMisdreavus:doc-spotlight, r=GuillaumeGomez,QuietM... | bors | -0/+6 |
| 2017-11-21 | Support `::crate` in paths | Vadim Petrochenkov | -7/+38 |
| 2017-11-20 | address review comments | Alex Burka | -4/+3 |
| 2017-11-20 | Address PR comments | Oliver Schneider | -1/+1 |
| 2017-11-20 | Include rendered diagnostic in json | Oliver Schneider | -3/+25 |
| 2017-11-20 | Auto merge of #45905 - alexcrichton:add-wasm-target, r=aturon | bors | -0/+8 |
| 2017-11-19 | std: Add a new wasm32-unknown-unknown target | Alex Crichton | -0/+8 |
| 2017-11-19 | use -Z flag instead of env var | Alex Burka | -2/+3 |
| 2017-11-18 | Auto merge of #46039 - oli-obk:test_suggestions, r=petrochenkov | bors | -12/+2 |
| 2017-11-17 | update links and tracking issue for doc_spotlight | QuietMisdreavus | -1/+1 |
| 2017-11-17 | add doc_highlight feature flag and tests | QuietMisdreavus | -0/+6 |
| 2017-11-16 | Remove left over dead code from suggestion diagnostic refactoring | Oliver Schneider | -12/+2 |
| 2017-11-16 | Rollup merge of #45973 - arielb1:fast-path, r=estebank | Guillaume Gomez | -3/+24 |
| 2017-11-15 | Add universal_impl_trait feature gate | Christopher Vittal | -4/+3 |
| 2017-11-14 | avoid the pprust infrastructure in macro expansion | Ariel Ben-Yehuda | -3/+24 |
| 2017-11-12 | Auto merge of #45870 - mikeyhew:arbitrary_self_types, r=arielb1 | bors | -0/+3 |
| 2017-11-11 | Accept interpolated patterns in trait method parameters | Vadim Petrochenkov | -17/+9 |
| 2017-11-10 | Auto merge of #45773 - Badel2:dotdoteq, r=petrochenkov | bors | -17/+22 |
| 2017-11-09 | Auto merge of #45741 - oli-obk:refactor_suggestions, r=estebank | bors | -4/+4 |
| 2017-11-08 | Auto merge of #45452 - estebank:colon-typo, r=nikomatsakis | bors | -44/+88 |
| 2017-11-07 | initial implementation of arbitrary_self_types | Michael Hewson | -0/+3 |
| 2017-11-07 | Rollup merge of #45784 - harpocrates:fix/print-parens-cast-lt, r=kennytm | kennytm | -0/+9 |
| 2017-11-06 | Using `...` in expressions is now an error | Badel2 | -16/+21 |
| 2017-11-06 | Inclusive range updated to `..=` syntax | Badel2 | -1/+1 |
| 2017-11-06 | Auto merge of #45737 - oli-obk:json, r=petrochenkov | bors | -12/+18 |
| 2017-11-05 | Pretty print parens around casts on the LHS of '<' | Alec Theriault | -0/+9 |
| 2017-11-05 | Auto merge of #44042 - LukasKalbertodt:ascii-methods-on-instrinsics, r=alexcr... | bors | -1/+0 |
| 2017-11-04 | rustc: Handle some libstd symbole exports better | Alex Crichton | -0/+6 |
| 2017-11-04 | Auto merge of #45711 - tirr-c:unicode-span, r=estebank | bors | -2/+41 |
| 2017-11-04 | Auto merge of #45394 - davidtwco:rfc-2008, r=petrochenkov | bors | -0/+9 |
| 2017-11-04 | Rollup merge of #45639 - LaurentMazare:master, r=petrochenkov | kennytm | -1/+7 |
| 2017-11-03 | Detect `=` -> `:` typo in let bindings | Esteban Küber | -44/+88 |
| 2017-11-03 | Copy `AsciiExt` methods to `str` directly | Lukas Kalbertodt | -1/+0 |
| 2017-11-03 | Added feature gate for RFC 2008. | David Wood | -0/+9 |
| 2017-11-03 | Auto merge of #45247 - leodasvacas:implement-auto-trait-syntax, r=nikomatsakis | bors | -24/+71 |
| 2017-11-03 | Fix unsafe auto trait pretty print. | leonardo.yvens | -1/+1 |
| 2017-11-03 | Parse auto traits the same as traits. | leonardo.yvens | -49/+32 |
| 2017-11-03 | Add tests for `auto trait`, fix parsing bug | leonardo.yvens | -32/+32 |
| 2017-11-03 | Feature gate `auto trait` and ignore it in rustdoc | leonardo.yvens | -0/+6 |
| 2017-11-03 | add `auto` keyword, parse `auto trait`, lower to HIR | leonardo.yvens | -7/+65 |
| 2017-11-03 | [Syntax Breaking] Rename DefaultImpl to AutoImpl | leonardo.yvens | -11/+11 |
| 2017-11-03 | Refactor internal suggestion API | Oliver Schneider | -4/+4 |
| 2017-11-03 | Pretty print json in ui tests | Oliver Schneider | -6/+16 |
| 2017-11-03 | Remove outdated documentation | Oliver Schneider | -6/+2 |
| 2017-11-03 | Display spans correctly when there are non-half-width characters | Wonwoo Choi | -2/+41 |
| 2017-11-02 | Make the difference between lint codes and error codes explicit | Oliver Schneider | -13/+60 |
| 2017-11-01 | Remove the redundant span_label. | laurent | -1/+0 |
| 2017-11-01 | Auto merge of #45472 - michaelwoerister:incr-comp-caching-base, r=nikomatsakis | bors | -0/+37 |
| 2017-11-01 | Preserve original formatting. | laurent | -4/+1 |
| 2017-11-01 | Remove the parser snapshot hack. | laurent | -40/+16 |