| Age | Commit message (Expand) | Author | Lines |
| 2018-03-15 | Properly handle collecting default impls of methods with lifetime parameters. | Michael Woerister | -0/+31 |
| 2018-03-15 | Stabilize `inclusive_range` library feature. | kennytm | -26/+1 |
| 2018-03-14 | Reword E0044 and message for `!Send` types | Esteban Küber | -31/+38 |
| 2018-03-14 | Add backticks to `main` not found errors. | Eric Huss | -4/+4 |
| 2018-03-14 | Add note about fallback to `!: !Trait` error | Andrew Cann | -0/+41 |
| 2018-03-14 | Make coerce_never lint an error | Andrew Cann | -17/+5 |
| 2018-03-14 | stabilise feature(never_type) | Andrew Cann | -17/+7 |
| 2018-03-14 | remove defaulting to unit | Andrew Cann | -38/+0 |
| 2018-03-12 | Auto merge of #48770 - bobtwinkles:two_phase_borrows_rewrite, r=pnkfelix | bors | -17/+19 |
| 2018-03-10 | Rename ignored_generic_bounds -> type_alias_bounds | Ralf Jung | -3/+3 |
| 2018-03-10 | Auto merge of #47574 - zilbuz:issue-14844, r=nikomatsakis | bors | -7/+7 |
| 2018-03-09 | Remove added two-phase-borrows flag | bobtwinkles | -1/+1 |
| 2018-03-09 | Fix tests after two-phase borrow rewrite | bobtwinkles | -1/+1 |
| 2018-03-09 | Complete re-implementation of 2-phase borrows | bobtwinkles | -1/+0 |
| 2018-03-09 | Finally start down the right path | bobtwinkles | -16/+19 |
| 2018-03-09 | Auto merge of #48326 - RalfJung:generic-bounds, r=petrochenkov | bors | -10/+13 |
| 2018-03-09 | test: ignore asm tests on mips* which won't work | James Cowgill | -0/+10 |
| 2018-03-08 | Update tests | Basile Desloges | -7/+7 |
| 2018-03-08 | borrowck-asm: enable on mips | James Cowgill | -1/+3 |
| 2018-03-08 | Unify the const folding errors | Oliver Schneider | -91/+80 |
| 2018-03-08 | Update compile-fail tests | Oliver Schneider | -89/+24 |
| 2018-03-08 | Update tests | Oliver Schneider | -24/+28 |
| 2018-03-08 | Update tests | Oliver Schneider | -0/+24 |
| 2018-03-08 | Update tests | Oliver Schneider | -48/+64 |
| 2018-03-08 | Adjust tests to changed const err lints | Oliver Schneider | -27/+47 |
| 2018-03-08 | Adjust tests to more aggressive const err linting | Oliver Schneider | -0/+24 |
| 2018-03-08 | Report errors in statics during collecting instead of translating | Oliver Schneider | -1/+1 |
| 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 |