| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-09-26 | Migrate `src/test/ui/run-pass/*` back to `src/test/run-pass/`. | Felix S. Klock II | -35122/+0 | |
| Fix #54047 | ||||
| 2018-09-15 | rustc_resolve: don't allow `::crate_name` to bypass `extern_prelude`. | Eduard-Mihai Burtescu | -0/+3 | |
| 2018-09-11 | Recover proper regression test for issue #16278. | Felix S. Klock II | -2/+4 | |
| 2018-09-09 | stabilize `#[used]` | Jorge Aparicio | -1/+0 | |
| closes #40289 | ||||
| 2018-09-06 | Add `#![allow(stable_features)]` to ease review. | Felix S. Klock II | -0/+1 | |
| That is, opting to ignore stable `#![feature(..)]`, under my theory that a reviewer would prefer as much stuff to be bucketed under "ah another `#![allow(..)]` here." as possible. | ||||
| 2018-09-06 | Allow uses of `#[unsafe_destructor_blind_to_params]`. Should be ported to ↵ | Felix S. Klock II | -0/+8 | |
| `#[may_dangle]`. See rust-lang/rust#34761. | ||||
| 2018-09-06 | Allow illegal_floating_point_literal_pattern. These will need to be updated ↵ | Felix S. Klock II | -0/+3 | |
| at some point. Discussion can be found on rust-lang/rust#41620. | ||||
| 2018-09-06 | Update line numbers to reflect added lines at beginning of tests. | Felix S. Klock II | -4/+4 | |
| 2018-09-06 | Add `.stderr` file for test where there are conflicting repr hints. | Felix S. Klock II | -0/+16 | |
| See rust-lang/rust#53857. | ||||
| 2018-09-06 | Add `#[allow(improper_ctypes)]` to slew of cases that need e.g. `repr(C)`. | Felix S. Klock II | -0/+6 | |
| See also rust-lang/rust#53858. | ||||
| 2018-09-06 | Add `#![allow(..)]` for a slew of lints of migrated run-pass tests, to ↵ | Felix S. Klock II | -2/+161 | |
| silence stderr output. | ||||
| 2018-09-06 | Remove references to a collection of unknown lints. | Felix S. Klock II | -8/+0 | |
| 2018-09-06 | Move a bunch of auxiliary support files into `ui/run-pass/**/auxiliary`. | Felix S. Klock II | -0/+1777 | |
| 2018-09-06 | Add `// run-pass` annotations to all the tests under `ui/run-pass/`. | Felix S. Klock II | -8/+932 | |
| (I may have accidentally added it to some auxilliary crates as well; my emacs-macro-based methodology was pretty crude.) | ||||
| 2018-09-06 | Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`. | Felix S. Klock II | -0/+32232 | |
