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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
pretty
Age
Commit message (
Expand
)
Author
Lines
2013-03-29
Add AbiSet and integrate it into the AST.
Niko Matsakis
-1
/
+1
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-2
/
+2
2013-03-19
test: Fix test. rs=test
Patrick Walton
-1
/
+1
2013-03-07
test: Fix tests.
Patrick Walton
-3
/
+1
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-3
/
+3
2013-03-02
test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defun
Patrick Walton
-1
/
+1
2013-03-02
Fix some struct-tuple def prettyprint issues
Seth Pink
-0
/
+10
2013-02-28
testsuite: Re-xfail record-trailing-comma
Tim Chevalier
-0
/
+1
2013-02-28
Remove code that was awaiting a snapshot
Tim Chevalier
-3
/
+0
2013-02-22
test: De-mut the test suite. rs=demuting
Patrick Walton
-2
/
+2
2013-02-14
auto merge of #4911 : lifthrasiir/rust/comment-exemptions, r=catamorphism
bors
-5
/
+24
2013-02-13
Remove die!, raplace invocations with fail! Issue #4524 pt 3
Nick Desaulniers
-1
/
+1
2013-02-13
libsyntax: don't parse ////, /***/ as doc comments
Kang Seonghoon
-5
/
+24
2013-02-08
Change pretty-exact to pp-exact
Seo Sanghyeon
-10
/
+8
2013-01-31
Replace most invocations of fail keyword with die! macro
Nick Desaulniers
-2
/
+2
2013-01-31
Finalize moves-based-on-type implementation.
Niko Matsakis
-27
/
+0
2013-01-28
testsuite: De-record pretty tests
Tim Chevalier
-4
/
+12
2012-12-10
tests: relicense .pp files. Oddly not caught during local testing.
Graydon Hoare
-0
/
+30
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+230
2012-12-06
Remove obsolete comment
Tim Chevalier
-3
/
+0
2012-11-15
Un-xfail working tests
Tim Chevalier
-1
/
+0
2012-11-06
Cleanup how we handle proto in types, remove unsound subtyping
Niko Matsakis
-4
/
+4
2012-10-20
Fix a pprint test for fixed-length vecs
Ben Striegel
-2
/
+2
2012-08-26
Camel case the option type
Brian Anderson
-8
/
+8
2012-08-23
Remove match check from test cases
Tim Chevalier
-7
/
+8
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-1
/
+1
2012-08-14
More attempts at fixing .. breakage.
Graydon Hoare
-1
/
+1
2012-08-14
Try to fix pretty-test breakage harder.
Graydon Hoare
-1
/
+1
2012-08-14
Try to fix pretty-test breakage.
Graydon Hoare
-1
/
+1
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-10
/
+10
2012-08-05
Switch alts to use arrows
Brian Anderson
-7
/
+7
2012-08-04
Fix closure pretty-print tests
Brian Anderson
-2
/
+1
2012-08-01
Convert ret to return
Brian Anderson
-4
/
+4
2012-07-31
syntax: More tweaks to make alt arrows parse and print correctly
Brian Anderson
-7
/
+6
2012-07-31
accept naked exprs with commas in pattern arms
Niko Matsakis
-0
/
+34
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-1
/
+1
2012-07-19
Revert "accept naked exprs with commas in pattern arms" due to pretty-printin...
Patrick Walton
-34
/
+0
2012-07-18
accept naked exprs with commas in pattern arms
Niko Matsakis
-0
/
+34
2012-07-12
Comments only: annotate FIXMEs in tests
Tim Chevalier
-1
/
+1
2012-07-10
Pretty print vectors as ~[] instead of []/~. Closes #2863.
Michael Sullivan
-38
/
+38
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-1
/
+1
2012-07-04
Remove empty argument lists from do expressions
Ben Striegel
-1
/
+1
2012-07-02
Merge remote-tracking branch 'Dretch/prettydocs'
Brian Anderson
-0
/
+32
2012-07-01
Convert to new closure syntax
Brian Anderson
-3
/
+6
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-2
/
+2
2012-06-30
syntax: Pretty-print 'do' correctly
Brian Anderson
-0
/
+7
2012-06-30
initial draft of fix for issue #2498:
Gareth Daniel Smith
-0
/
+32
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-14
/
+14
2012-06-26
Change 'native' and 'crust' to 'extern'.
Graydon Hoare
-1
/
+1
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-16
/
+16
[next]