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
/
run-pass
/
record-pat.rs
Age
Commit message (
Expand
)
Author
Lines
2018-09-06
Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`.
Felix S. Klock II
-26
/
+0
2015-04-08
Remove pretty-expanded from failing tests
Alex Crichton
-1
/
+0
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-5
/
+5
2015-03-23
rustdoc: Replace no-pretty-expanded with pretty-expanded
Brian Anderson
-0
/
+2
2015-03-05
Remove integer suffixes where the types in compiled code are identical.
Eduard Burtescu
-2
/
+2
2015-02-18
Update suffixes en masse in tests using `perl -p -i -e`
Niko Matsakis
-2
/
+2
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-4
/
+4
2013-11-28
Register new snapshots
Alex Crichton
-1
/
+1
2013-08-01
make `in` and `foreach` get treated as keywords
Daniel Micay
-2
/
+2
2013-05-19
Use assert_eq! rather than assert! where possible
Corey Richardson
-2
/
+2
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-2
/
+2
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-2
/
+2
2013-02-01
check-fast fallout from removing export, r=burningtree
Graydon Hoare
-1
/
+1
2013-01-26
testsuite: Eliminate uses of structural records from most run-pass tests
Tim Chevalier
-6
/
+6
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-1
/
+1
2012-08-05
Switch alts to use arrows
Brian Anderson
-2
/
+2
2012-08-01
Convert ret to return
Brian Anderson
-2
/
+2
2012-02-09
Increase precedence of as operator
Marijn Haverbeke
-1
/
+1
2012-01-19
rustc: Make the pretty printer output commas after enum variants. Update all ...
Patrick Walton
-2
/
+2
2012-01-19
test: "tag" -> "enum" in run-pass and run-fail
Patrick Walton
-2
/
+2
2011-09-12
Reformat for new mode syntax, step 1
Marijn Haverbeke
-1
/
+1
2011-08-20
Reformat
Brian Anderson
-1
/
+1
2011-08-03
Remove all xfail-stage0 directives
Brian Anderson
-2
/
+0
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-7
/
+7
2011-07-14
XFAIL some tests in stage 0
Brian Anderson
-0
/
+2
2011-07-11
Change "etc" syntax for record patterns from `{a:b ...}` to `{a:b, _}`.
Paul Stansifer
-1
/
+1
2011-07-11
Implement record patterns
Marijn Haverbeke
-0
/
+15