index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
run-pass
/
macros
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
-3569
/
+0
Fix #54047
2018-09-14
Partially revert 674a5db "Fix undesirable fallout [from macro modularization]"
Vadim Petrochenkov
-51
/
+51
2018-09-06
Add `.stdout` file for test of `log_syntax!` and `trace_macros!`.
Felix S. Klock II
-0
/
+3
2018-09-06
Update line numbers to reflect added lines at beginning of tests.
Felix S. Klock II
-3
/
+3
2018-09-06
Add `.stderr` files for shadowed labels where the point of the test is to ↵
Felix S. Klock II
-0
/
+11
test such cases.
2018-09-06
Add `#![allow(..)]` for a slew of lints of migrated run-pass tests, to ↵
Felix S. Klock II
-0
/
+12
silence stderr output.
2018-09-06
Move a bunch of auxiliary support files into `ui/run-pass/**/auxiliary`.
Felix S. Klock II
-0
/
+169
2018-09-06
Add `// run-pass` annotations to all the tests under `ui/run-pass/`.
Felix S. Klock II
-0
/
+78
(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
/
+3296