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
/
sendfn-generic-fn.rs
Age
Commit message (
Expand
)
Author
Lines
2013-11-18
librustc: Convert `~fn()` to `proc()` everywhere.
Patrick Walton
-46
/
+0
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-2
/
+2
2013-10-01
remove the `float` type
Daniel Micay
-6
/
+6
2013-09-30
rpass: Remove usage of fmt!
Alex Crichton
-2
/
+2
2013-07-17
librustc: Remove all uses of "copy".
Patrick Walton
-5
/
+9
2013-07-17
Clean-up tests after debug!/std-macros change.
Huon Wilson
-2
/
+2
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-0
/
+2
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-4
/
+4
2013-03-11
Remove uses of log
Brian Anderson
-2
/
+2
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-4
/
+4
2013-03-02
test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defun
Patrick Walton
-4
/
+2
2013-02-22
Remove legacy_modes from test cases
Brian Anderson
-6
/
+5
2013-02-20
librustc: Separate most trait bounds with '+'. rs=plussing
Patrick Walton
-2
/
+2
2013-02-01
check-fast fallout from removing export, r=burningtree
Graydon Hoare
-1
/
+1
2013-01-30
Remove oldcomm from the test suite
Brian Anderson
-5
/
+0
2013-01-26
testsuite: Eliminate uses of structural records from most run-pass tests
Tim Chevalier
-6
/
+6
2012-12-14
Rename core::comm to core::oldcomm
Brian Anderson
-2
/
+2
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
2012-12-05
test: More run-pass test fixes
Patrick Walton
-2
/
+2
2012-09-23
Make it illegal to use modes in a fn signature with providing
Niko Matsakis
-1
/
+1
2012-09-19
xfail-fast the legacy_mode run-pass tests
Brian Anderson
-0
/
+1
2012-09-18
rustc: Remove legacy mode inference, unless #[legacy_modes] is used
Patrick Walton
-0
/
+2
2012-09-11
Convert 'use' to 'extern mod'. Remove old 'use' syntax
Brian Anderson
-1
/
+1
2012-09-07
Convert all kind bounds to camel case. Remove send, owned keywords.
Brian Anderson
-2
/
+2
2012-09-05
test: "import" -> "use"
Patrick Walton
-2
/
+2
2012-08-27
Camel case various core constructors
Brian Anderson
-1
/
+1
2012-08-01
Convert ret to return
Brian Anderson
-2
/
+2
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-6
/
+6
2012-07-03
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
Graydon Hoare
-1
/
+1
2012-07-01
Convert to new closure syntax
Brian Anderson
-1
/
+1
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-1
/
+1
2012-01-13
make "native fn" the type for bare functions, remove fn exprs
Niko Matsakis
-1
/
+1
2012-01-13
deprecate fn exprs and the fn() type, preferring fn@ and native fn
Niko Matsakis
-3
/
+3
2012-01-09
Remove leftover comm.rs in std
Marijn Haverbeke
-3
/
+2
2012-01-06
port over the tests to use the new API
Niko Matsakis
-1
/
+1
2012-01-05
Switch to new param kind bound syntax
Marijn Haverbeke
-2
/
+2
2011-12-22
Register new snapshots, purge log_err and log_full in favour of log(...).
Graydon Hoare
-2
/
+2
2011-12-22
Register snapshots and switch logging over to use of log_full or #error / #de...
Graydon Hoare
-2
/
+2
2011-12-16
add test that requires capturing generic descriptors
Niko Matsakis
-0
/
+36