| Age | Commit message (Expand) | Author | Lines |
| 2018-03-08 | Reduce noise in error reporting | Oliver Schneider | -1/+0 |
| 2018-03-08 | Nuke ConstInt and Const*size | Oliver Schneider | -0/+1 |
| 2018-03-08 | Add InterpretInterner to StableHashingContext for AllocId serialization | Oliver Schneider | -2/+5 |
| 2018-03-08 | Codegen tests | Oliver Schneider | -0/+1 |
| 2018-03-08 | Fully use miri in trans | Oliver Schneider | -292/+395 |
| 2018-03-08 | Nuke the entire ctfe from orbit, it's the only way to be sure | Oliver Schneider | -18/+17 |
| 2018-03-07 | check stability of macro invocations | Austin Bonander | -0/+38 |
| 2018-03-06 | make bounds on higher-kinded lifetimes a hard error in ast_validation | Ralf Jung | -5/+20 |
| 2018-03-02 | Update compile fail test error messages | Jonathan Behrens | -4/+4 |
| 2018-02-28 | Rollup merge of #48461 - Manishearth:epoch-dyn-trait, r=nmatsakis | Manish Goregaokar | -0/+1 |
| 2018-02-28 | Auto merge of #48056 - ExpHP:macro-commas, r=dtolnay | bors | -0/+121 |
| 2018-02-27 | update compile-fail tests; remove now redundant issue-39122.rs | Ralf Jung | -19/+7 |
| 2018-02-25 | Rollup merge of #48302 - mark-i-m:markim_macro-test, r=aturon | kennytm | -53/+0 |
| 2018-02-24 | Rollup merge of #48481 - Manishearth:dyn-paren, r=petrochenkov | Manish Goregaokar | -5/+0 |
| 2018-02-24 | Rollup merge of #48197 - bobtwinkles:two_phase_borrow_on_ops, r=nikomatsakis | Manish Goregaokar | -53/+0 |
| 2018-02-24 | Rollup merge of #48061 - nikomatsakis:nll-do-not-run-mir-typeck-twice, r=eddyb | Manish Goregaokar | -8/+4 |
| 2018-02-24 | Rollup merge of #48317 - ExpHP:unused-unsafe-is-no-fn, r=estebank | Manish Goregaokar | -0/+39 |
| 2018-02-24 | Rollup merge of #48143 - nikomatsakis:termination_trait_in_tests, r=eddyb | Manish Goregaokar | -5/+2 |
| 2018-02-24 | Rollup merge of #48084 - cramertj:impl-trait-errors, r=nikomatsakis | Manish Goregaokar | -40/+3 |
| 2018-02-24 | Rollup merge of #47987 - Zoxc:rm-recursion-checking, r=eddyb | Manish Goregaokar | -49/+20 |
| 2018-02-23 | Add test | Manish Goregaokar | -5/+0 |
| 2018-02-23 | Silence warning in test | Manish Goregaokar | -0/+1 |
| 2018-02-23 | Rollup merge of #48221 - rkruppe:improve-ctypes-lint, r=estebank | Manish Goregaokar | -110/+22 |
| 2018-02-23 | update tests and reference files | Niko Matsakis | -8/+4 |
| 2018-02-23 | update test -- we now give a slightly different error | Niko Matsakis | -3/+0 |
| 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-21 | Rollup merge of #48198 - csmoe:inform_type_annotations, r=estebank | Guillaume Gomez | -6/+6 |
| 2018-02-18 | Rollup merge of #48275 - matthiaskrgr:codespell, r=kennytm,varkor | Guillaume Gomez | -15/+15 |
| 2018-02-17 | unused_unsafe: don't label irrelevant fns | Michael Lamparski | -0/+39 |
| 2018-02-18 | Auto merge of #47544 - U007D:master, r=nikomatsakis | bors | -0/+0 |
| 2018-02-17 | Move macro-at-most-once-rep-ambig test to ui test | Mark Mansi | -53/+0 |
| 2018-02-17 | fix more typos found by codespell. | Matthias Krüger | -15/+15 |
| 2018-02-17 | Merge branch 'master' into inform_type_annotations | moe | -91/+117 |
| 2018-02-17 | Auto merge of #47926 - mikhail-m1:subslice_pattern_array_drop2, r=nikomatsakis | bors | -0/+30 |
| 2018-02-16 | Auto merge of #45404 - giannicic:defaultimpl2, r=nikomatsakis | bors | -91/+87 |
| 2018-02-15 | [improper_ctypes] Overhaul primary label | Robin Kruppe | -10/+10 |
| 2018-02-15 | [improper_ctypes] Stop complaining about repr(usize) and repr(isize) enums | Robin Kruppe | -0/+12 |
| 2018-02-15 | Convert compile-fail/lint-ctypes.rs to ui test | Robin Kruppe | -100/+0 |
| 2018-02-15 | add Self: Trait<..> inside the param_env of a default impl | Gianni Ciccarelli | -0/+8 |
| 2018-02-14 | inform type annotations | csmoe | -6/+6 |
| 2018-02-13 | Make nested impl Trait a hard error | Taylor Cramer | -40/+3 |
| 2018-02-13 | Allow two-phase borrows of &mut self in ops | bobtwinkles | -53/+0 |
| 2018-02-12 | changed termination_trait's bound from Error to Debug; added compiletest head... | Brad Gibson | -0/+0 |
| 2018-02-12 | Auto merge of #47843 - estebank:teach, r=nikomatsakis | bors | -4510/+0 |
| 2018-02-11 | Auto merge of #47752 - mark-i-m:at-most-once-rep, r=nikomatsakis | bors | -1/+54 |
| 2018-02-11 | Auto merge of #48092 - eddyb:discriminate-the-void, r=nikomatsakis | bors | -16/+47 |
| 2018-02-10 | Rollup merge of #48078 - alexcrichton:fix-required-const-and-proc-macro, r=eddyb | kennytm | -0/+20 |
| 2018-02-10 | Change error message for E0391 to "cyclic dependency detected" | John Kåre Alsaker | -18/+18 |
| 2018-02-10 | Remove "static item recursion checking" in favor of relying on cycle checks i... | John Kåre Alsaker | -31/+2 |