| Age | Commit message (Expand) | Author | Lines |
| 2018-03-01 | Fix spelling s/casted/cast/ | Lukas Lueg | -1/+1 |
| 2018-02-28 | Rollup merge of #48380 - nikomatsakis:issue-48251-master, r=acrichto | Manish Goregaokar | -1/+73 |
| 2018-02-28 | Rollup merge of #48359 - jsgf:remap-path-prefix, r=sanxiyn | Manish Goregaokar | -1/+1 |
| 2018-03-01 | Support parentheses in patterns under feature gate | Vadim Petrochenkov | -28/+58 |
| 2018-02-28 | Auto merge of #48056 - ExpHP:macro-commas, r=dtolnay | bors | -2/+4 |
| 2018-02-27 | Diagnostic tweaks (review) | Esteban Küber | -17/+11 |
| 2018-02-27 | Add label to primary span in some parse errors | Esteban Küber | -21/+64 |
| 2018-02-27 | Detect missing `if` blocks | Esteban Küber | -8/+27 |
| 2018-02-27 | Provide missing comma in match arm suggestion | Esteban Küber | -2/+36 |
| 2018-02-27 | add lint to detect ignored generic bounds; this subsumes the previous 'generi... | Ralf Jung | -0/+19 |
| 2018-02-26 | Support flag `-Z ui-testing` for tweaking diagnostic output for UI tests | Vadim Petrochenkov | -1/+9 |
| 2018-02-26 | Auto merge of #48082 - jseyfried:improve_struct_field_hygiene, r=petrochenkov | bors | -1/+1 |
| 2018-02-25 | Fix find_width_of_character_at_span bounds check | Ryan Cumming | -8/+11 |
| 2018-02-24 | Rollup merge of #48490 - petrochenkov:orpat, r=eddyb | Manish Goregaokar | -32/+46 |
| 2018-02-24 | Rollup merge of #48481 - Manishearth:dyn-paren, r=petrochenkov | Manish Goregaokar | -5/+9 |
| 2018-02-24 | Rollup merge of #48441 - petrochenkov:exty, r=estebank | Manish Goregaokar | -1/+1 |
| 2018-02-24 | Rollup merge of #48356 - estebank:unsafe-without-braces, r=nikomatsakis | Manish Goregaokar | -0/+2 |
| 2018-02-24 | Rollup merge of #48143 - nikomatsakis:termination_trait_in_tests, r=eddyb | Manish Goregaokar | -52/+149 |
| 2018-02-24 | Rollup merge of #48084 - cramertj:impl-trait-errors, r=nikomatsakis | Manish Goregaokar | -69/+1 |
| 2018-02-24 | Implement multiple patterns with `|` in `if let` and `while let` | Vadim Petrochenkov | -32/+46 |
| 2018-02-23 | parse `dyn (Foo)` as a trait object | Manish Goregaokar | -5/+9 |
| 2018-02-23 | Rollup merge of #48429 - toidiu:patch-1, r=nikomatsakis | Manish Goregaokar | -1/+1 |
| 2018-02-23 | Rollup merge of #48083 - jseyfried:improve_tuple_struct_field_access_hygiene,... | Manish Goregaokar | -5/+3 |
| 2018-02-23 | Auto merge of #47799 - topecongiro:fix-span-of-visibility, r=petrochenkov | bors | -63/+100 |
| 2018-02-22 | handle `#[bench]` functions better | Niko Matsakis | -19/+43 |
| 2018-02-22 | remove tokenstream | Niko Matsakis | -1/+0 |
| 2018-02-22 | Implement --remap-path-prefix | Jeremy Fitzhardinge | -1/+1 |
| 2018-02-22 | put the "unit test" logic into libtest | Niko Matsakis | -36/+24 |
| 2018-02-22 | begin crate-relative paths with `crate` | Niko Matsakis | -10/+9 |
| 2018-02-22 | support unit tests with return values that implement `Terminaton` | Niko Matsakis | -42/+129 |
| 2018-02-23 | Fix parsing of extern paths in types and poly-traits | Vadim Petrochenkov | -1/+1 |
| 2018-02-22 | update tracking issue for nll | toidiu | -1/+1 |
| 2018-02-20 | make `#[unwind]` attribute specify expectations more clearly | Niko Matsakis | -1/+73 |
| 2018-02-20 | stage0 cfg cleanup | Mark Simulacrum | -1/+0 |
| 2018-02-19 | When encountering invalid token after `unsafe`, mention `{` | Esteban Küber | -0/+2 |
| 2018-02-18 | Rollup merge of #48275 - matthiaskrgr:codespell, r=kennytm,varkor | Guillaume Gomez | -4/+4 |
| 2018-02-17 | Fix span bug. | Jeffrey Seyfried | -1/+1 |
| 2018-02-17 | fix more typos found by codespell. | Matthias Krüger | -4/+4 |
| 2018-02-18 | Fix up tests and typos | Seiichi Uchida | -2/+2 |
| 2018-02-18 | Replace dummy spans with empty spans | Seiichi Uchida | -13/+13 |
| 2018-02-18 | Change ast::Visibility to Spanned type | Seiichi Uchida | -68/+95 |
| 2018-02-18 | Add a span field to Visibility::Restricted | Seiichi Uchida | -6/+15 |
| 2018-02-18 | Add a closing parenthesis to the span of Visibility::Crate | Seiichi Uchida | -2/+3 |
| 2018-02-16 | Remove unneeded string allocations | Alex Crawford | -4/+4 |
| 2018-02-14 | Rollup merge of #48167 - Mark-Simulacrum:remove-allocation-codemap, r=estebank | kennytm | -3/+5 |
| 2018-02-14 | Rollup merge of #48154 - estebank:issue-31481, r=nikomatsakis | kennytm | -5/+16 |
| 2018-02-14 | Rollup merge of #48130 - ollie27:stab, r=Mark-Simulacrum | kennytm | -1/+1 |
| 2018-02-13 | Make nested impl Trait a hard error | Taylor Cramer | -69/+1 |
| 2018-02-12 | Remove allocation from width of character function. | Mark Simulacrum | -3/+5 |
| 2018-02-11 | Continue parsing function after finding `...` arg | Esteban Küber | -5/+16 |