| Age | Commit message (Expand) | Author | Lines |
| 2018-02-24 | Remove directory `src/rt` | Vadim Petrochenkov | -0/+286 |
| 2018-02-23 | Rollup merge of #48221 - rkruppe:improve-ctypes-lint, r=estebank | Manish Goregaokar | -30/+212 |
| 2018-02-23 | Rollup merge of #48123 - nikomatsakis:issue-47244-expected-num-args, r=estebank | Manish Goregaokar | -0/+43 |
| 2018-02-23 | Rollup merge of #48083 - jseyfried:improve_tuple_struct_field_access_hygiene,... | Manish Goregaokar | -0/+30 |
| 2018-02-23 | Rollup merge of #48072 - cramertj:impl-trait-lifetime-res, r=nikomatsakis | Manish Goregaokar | -0/+8 |
| 2018-02-23 | Rollup merge of #47933 - Zoxc:plugin-panics, r=nikomatsakis | Manish Goregaokar | -2/+3 |
| 2018-02-23 | Auto merge of #47799 - topecongiro:fix-span-of-visibility, r=petrochenkov | bors | -6/+4 |
| 2018-02-23 | Auto merge of #48052 - eddyb:deggregate, r=nikomatsakis | bors | -24/+28 |
| 2018-02-21 | Rollup merge of #48382 - GuillaumeGomez:fix-rustdoc-test-panic, r=estebank | Guillaume Gomez | -0/+23 |
| 2018-02-21 | Rollup merge of #48335 - Manishearth:shortcut-links, r=QuietMisdreavus | Guillaume Gomez | -0/+12 |
| 2018-02-21 | Rollup merge of #48198 - csmoe:inform_type_annotations, r=estebank | Guillaume Gomez | -41/+16 |
| 2018-02-20 | Fix rustdoc test ICE | Guillaume Gomez | -0/+23 |
| 2018-02-20 | Do not run the default panic hook inside procedural macros. Fixes #47812 | John Kåre Alsaker | -2/+3 |
| 2018-02-19 | Sort synthetic impls bounds before rendering | Aaron Hill | -5/+5 |
| 2018-02-20 | rustc_mir: optimize the deaggregator's expansion of statements. | Eduard-Mihai Burtescu | -11/+15 |
| 2018-02-20 | rustc_mir: don't run the deaggregator on arrays for now. | Eduard-Mihai Burtescu | -2/+1 |
| 2018-02-20 | test: use the right amount of CGUs in sepcomp-cci-copies to ensure determinis... | Eduard-Mihai Burtescu | -1/+3 |
| 2018-02-20 | rustc_mir: always run the deaggregator. | Eduard-Mihai Burtescu | -10/+10 |
| 2018-02-20 | rustc_mir: handle all aggregate kinds in the deaggregator. | Eduard-Mihai Burtescu | -3/+2 |
| 2018-02-18 | Add test | Manish Goregaokar | -0/+12 |
| 2018-02-18 | Remove extra space in test | Aaron Hill | -2/+2 |
| 2018-02-18 | Generate documentation for auto-trait impls | Aaron Hill | -4/+247 |
| 2018-02-18 | Rollup merge of #48275 - matthiaskrgr:codespell, r=kennytm,varkor | Guillaume Gomez | -36/+36 |
| 2018-02-18 | Rollup merge of #48274 - GuillaumeGomez:remove-hoedown, r=QuietMisdreavus | Guillaume Gomez | -2/+0 |
| 2018-02-18 | Auto merge of #47544 - U007D:master, r=nikomatsakis | bors | -0/+54 |
| 2018-02-18 | fix tyvar_behind_raw_pointer error code | csmoe | -1/+1 |
| 2018-02-17 | fix more typos found by codespell. | Matthias Krüger | -36/+36 |
| 2018-02-18 | Fix up tests and typos | Seiichi Uchida | -6/+4 |
| 2018-02-17 | Merge branch 'master' into inform_type_annotations | moe | -698/+377 |
| 2018-02-17 | fix stderr | csmoe | -3/+5 |
| 2018-02-17 | Rollup merge of #48095 - QuietMisdreavus:doctest-assembly, r=GuillaumeGomez | Guillaume Gomez | -2/+2 |
| 2018-02-17 | Auto merge of #47926 - mikhail-m1:subslice_pattern_array_drop2, r=nikomatsakis | bors | -0/+135 |
| 2018-02-17 | Auto merge of #47917 - davidtwco:issue-47703, r=nikomatsakis | bors | -0/+61 |
| 2018-02-16 | Remove hoedown from rustdoc | Guillaume Gomez | -2/+0 |
| 2018-02-16 | Auto merge of #46714 - leodasvacas:refactor-structurally-resolve-type, r=niko... | bors | -0/+20 |
| 2018-02-16 | Auto merge of #45404 - giannicic:defaultimpl2, r=nikomatsakis | bors | -698/+94 |
| 2018-02-15 | [improper_ctypes] Don't suggest raw pointers when encountering trait objects | Robin Kruppe | -2/+0 |
| 2018-02-15 | [improper_ctypes] Point at definition of non-FFI-safe type if possible | Robin Kruppe | -0/+15 |
| 2018-02-15 | [improper_ctypes] Suggest repr(transparent) for structs | Robin Kruppe | -5/+5 |
| 2018-02-15 | [improper_ctypes] Overhaul primary label | Robin Kruppe | -80/+80 |
| 2018-02-15 | [improper_ctypes] Stop complaining about repr(usize) and repr(isize) enums | Robin Kruppe | -0/+12 |
| 2018-02-15 | [improper_ctypes] Use a 'help:' line for possible fixes | Robin Kruppe | -15/+44 |
| 2018-02-15 | Convert compile-fail/lint-ctypes.rs to ui test | Robin Kruppe | -0/+128 |
| 2018-02-15 | add Self: Trait<..> inside the param_env of a default impl | Gianni Ciccarelli | -1/+17 |
| 2018-02-14 | Added tests for #47703 | David Wood | -0/+61 |
| 2018-02-14 | Rollup merge of #48154 - estebank:issue-31481, r=nikomatsakis | kennytm | -0/+27 |
| 2018-02-14 | Rollup merge of #48033 - GuillaumeGomez:better-char-cast-message, r=estebank | kennytm | -0/+40 |
| 2018-02-14 | inform type annotations | csmoe | -39/+12 |
| 2018-02-13 | Auto merge of #47804 - retep007:recursive-requirements, r=pnkfelix | bors | -0/+41 |
| 2018-02-12 | changed termination_trait's bound from Error to Debug; added compiletest head... | Brad Gibson | -0/+54 |