| Age | Commit message (Expand) | Author | Lines |
| 2017-08-08 | Ignore tests that fail on stage1 | Malo Jaffré | -0/+53 |
| 2017-08-07 | Auto merge of #43699 - GuillaumeGomez:e0623, r=eddyb | bors | -0/+22 |
| 2017-08-06 | Add missing error code for private method | Guillaume Gomez | -0/+22 |
| 2017-08-06 | Auto merge of #43397 - GuillaumeGomez:unused-union-field, r=petrochenkov | bors | -0/+74 |
| 2017-08-06 | Handle type aliases as well | Guillaume Gomez | -1/+16 |
| 2017-08-06 | Fix union unused fields check | Guillaume Gomez | -5/+17 |
| 2017-08-06 | Improve union unused field detection | Guillaume Gomez | -12/+16 |
| 2017-08-06 | Auto merge of #43488 - Florob:repeat-opt, r=arielb1 | bors | -0/+74 |
| 2017-08-05 | Don't warn on unused field on union | Guillaume Gomez | -0/+43 |
| 2017-08-05 | Auto merge of #43554 - eddyb:apfloat, r=nikomatsakis | bors | -2/+2 |
| 2017-08-05 | Auto merge of #43642 - mmatyas:unskip_aarch64_tests, r=sanxiyn | bors | -6/+0 |
| 2017-08-05 | codegen tests: Check type of `len` argument to `llvm.memset.*` based on the e... | Florian Zeitz | -3/+3 |
| 2017-08-04 | Auto merge of #43600 - scalexm:issue-35976, r=nikomatsakis | bors | -0/+42 |
| 2017-08-04 | Unskip some tests on AArch64 | Mátyás Mustoha | -6/+0 |
| 2017-08-04 | Auto merge of #43442 - zackmdavis:note_available_field_names_if_levenshtein_f... | bors | -4/+86 |
| 2017-08-04 | Auto merge of #43403 - RalfJung:mir-validate, r=nikomatsakis | bors | -9/+242 |
| 2017-08-04 | Auto merge of #43634 - dhduvall:solaris-test-fixes, r=sanxiyn | bors | -3/+13 |
| 2017-08-03 | Recognize SPARC in more tests where architecture matters. | Danek Duvall | -0/+10 |
| 2017-08-03 | Solaris linker options need to be accounted for in one test. | Danek Duvall | -2/+2 |
| 2017-08-03 | Some tests use `res_init()` and need `-lresolv` on Solaris | Danek Duvall | -1/+1 |
| 2017-08-03 | Auto merge of #43609 - dsprenkels:issue-40510, r=Mark-Simulacrum | bors | -0/+96 |
| 2017-08-03 | Tweak error message | scalexm | -4/+13 |
| 2017-08-03 | Add a more precise error message | scalexm | -0/+33 |
| 2017-08-03 | Add more regression tests for #40510 | Daan Sprenkels | -0/+73 |
| 2017-08-02 | rustc_const_math: use apfloat::ieee::{Single,Double} in ConstFloat. | Eduard-Mihai Burtescu | -2/+2 |
| 2017-08-01 | also release-validate return value before a call | Ralf Jung | -3/+3 |
| 2017-08-02 | Remove unecessary test code #43219 | Mario Idival | -1/+0 |
| 2017-08-02 | Add regression test for #40510 | Daan Sprenkels | -0/+23 |
| 2017-08-01 | Auto merge of #43576 - arielb1:no-unneeded-unwind, r=eddyb | bors | -127/+124 |
| 2017-08-01 | add a closure inside an unsafe fn to the tests | Ralf Jung | -2/+4 |
| 2017-08-01 | Auto merge of #43506 - michaelwoerister:async-llvm, r=alexcrichton | bors | -5/+1 |
| 2017-08-01 | handle tuple struct ctors | Ralf Jung | -12/+12 |
| 2017-08-01 | Auto merge of #43568 - arielb1:constant-recovery, r=eddyb | bors | -0/+67 |
| 2017-08-01 | async-llvm(29): Adapt run-make/llvm-phase test case to LLVM module not being ... | Michael Woerister | -5/+1 |
| 2017-08-01 | Auto merge of #43552 - petrochenkov:instab, r=jseyfried | bors | -70/+37 |
| 2017-07-31 | Handle closures. Add some more tests. | Ralf Jung | -0/+109 |
| 2017-07-31 | limit and delimit available fields in note | Zack M. Davis | -20/+24 |
| 2017-07-31 | fix AddValidation on methods | Ralf Jung | -18/+21 |
| 2017-07-31 | more readable printing of validation operands | Ralf Jung | -14/+14 |
| 2017-07-31 | optionally only emit basic validation for functions containing unsafe block /... | Ralf Jung | -10/+14 |
| 2017-08-01 | rustc_mir::transform::simplify - remove nops first | Ariel Ben-Yehuda | -14/+8 |
| 2017-08-01 | rustc_mir: don't build unused unwind cleanup blocks | Ariel Ben-Yehuda | -121/+124 |
| 2017-07-31 | trans::mir::constant - fix assignment error recovery | Ariel Ben-Yehuda | -0/+49 |
| 2017-07-31 | fix `-Z treat-err-as-bug` | Ariel Ben-Yehuda | -0/+18 |
| 2017-07-30 | save the subobligations as well | Niko Matsakis | -0/+74 |
| 2017-07-30 | Auto merge of #43543 - petrochenkov:32330, r=nikomatsakis | bors | -45/+30 |
| 2017-07-30 | resolve: Fix instability in import suggestions | Vadim Petrochenkov | -70/+37 |
| 2017-07-30 | silence tidy | Ralf Jung | -0/+3 |
| 2017-07-30 | Add tests for emitting validation statements | Ralf Jung | -9/+121 |
| 2017-07-30 | Auto merge of #43551 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -0/+21 |