| Age | Commit message (Expand) | Author | Lines |
| 2018-02-24 | Rollup merge of #48143 - nikomatsakis:termination_trait_in_tests, r=eddyb | Manish Goregaokar | -9/+70 |
| 2018-02-24 | Rollup merge of #48084 - cramertj:impl-trait-errors, r=nikomatsakis | Manish Goregaokar | -20/+157 |
| 2018-02-24 | Rollup merge of #47987 - Zoxc:rm-recursion-checking, r=eddyb | Manish Goregaokar | -98/+109 |
| 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 | update test -- we now give a slightly different error | Niko Matsakis | -3/+0 |
| 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-22 | move test to the proper directory and test #[bench] | Niko Matsakis | -0/+15 |
| 2018-02-22 | delete this test file: it also appears as | Niko Matsakis | -17/+0 |
| 2018-02-22 | add test for `fn main() -> !` | Niko Matsakis | -0/+17 |
| 2018-02-22 | move Termination trait to std::process | Niko Matsakis | -2/+2 |
| 2018-02-22 | put the "unit test" logic into libtest | Niko Matsakis | -2/+2 |
| 2018-02-22 | begin crate-relative paths with `crate` | Niko Matsakis | -0/+21 |
| 2018-02-22 | support unit tests with return values that implement `Terminaton` | Niko Matsakis | -0/+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 |