| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-04-22 | Remove double trailing newlines | varkor | -1/+0 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -100/+0 | |
| 2018-09-26 | Add `#![allow(..)]` as necessary to get re-migrated run-pass tests compiling ↵ | Felix S. Klock II | -0/+4 | |
| with clean stderr again. Most were added mechanically. | ||||
| 2018-09-26 | Migrate `src/test/ui/run-pass/*` back to `src/test/run-pass/`. | Felix S. Klock II | -0/+316 | |
| Fix #54047 | ||||
| 2018-09-06 | Migrated remaining `src/test/run-pass/` subdirectories to ↵ | Felix S. Klock II | -296/+0 | |
| `src/test/ui/run-pass/`. | ||||
| 2018-08-09 | Added regression test for NLL raw pointer cast bug | Sunjay Varma | -0/+35 | |
| 2018-05-18 | Auto merge of #50697 - KiChjang:issue-50461, r=pnkfelix | bors | -0/+25 | |
| Use EverInit instead of MaybeInit to determine initialization Fixes #50461. Fixes #50463. | ||||
| 2018-05-17 | Use EverInit instead of MaybeInit to determine initialization | Keith Yeung | -0/+25 | |
| 2018-05-10 | kill get-default run-pass test | Niko Matsakis | -31/+0 | |
| It no longer passes, and the ui test subsumes it anyhow. | ||||
| 2018-05-02 | Skip checking for unused mutable locals that have no name | Keith Yeung | -0/+17 | |
| 2018-04-27 | Access individual fields of tuples, closures and generators on drop. | Matthew Jasper | -0/+49 | |
| 2018-03-28 | Stabilize match_default_bindings | Taylor Cramer | -1/+0 | |
| This includes a submodule update to rustfmt in order to allow a stable feature declaration. | ||||
| 2018-01-31 | Fix overflow when performing drop check calculations in NLL | Aaron Hill | -0/+33 | |
| Clearing out the infcx's region constraints after processing each type ends up interacting badly with normalizing associated types. This commit keeps all region constraints intact until the end of TypeLivenessGenerator.add_drop_live_constraint, ensuring that normalized types are able to re-use existing inference variables. Fixes #47589 | ||||
| 2018-01-25 | Rollup merge of #47609 - ritiek:test-mutating-references, r=nikomatsakis | Guillaume Gomez | -0/+34 | |
| NLL test for mutating &mut references As mentioned in #46361. cc @nikomatsakis? | ||||
| 2018-01-23 | Remove similar test that does not run the result | ritiek | -1/+1 | |
| 2018-01-20 | NLL test for mutating &mut references | ritiek | -0/+34 | |
| 2018-01-16 | remove bogus assertion and comments | Niko Matsakis | -0/+27 | |
| The code (incorrectly) assumed that constants could not have generics in scope, but it's not really a problem if they do. | ||||
| 2017-12-20 | add some run-pass tests for NLL showing that things work as expected | Niko Matsakis | -0/+108 | |
