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
Age
Commit message (
Expand
)
Author
Lines
2011-10-11
Add a test that uses a hypothetical bare-fn spawn signature
Brian Anderson
-0
/
+16
2011-10-11
Remove the environment argument from bare functions
Brian Anderson
-7
/
+35
2011-10-11
Add a test for higher-order bare functions
Brian Anderson
-0
/
+15
2011-10-11
Add a test for binding bare functions
Brian Anderson
-0
/
+9
2011-10-11
Don't allow bind to produce bare functions
Brian Anderson
-1
/
+21
2011-10-11
Introduce ast::proto_bare
Brian Anderson
-3
/
+13
2011-10-11
Add a temporary syntax for bare functions
Brian Anderson
-8
/
+35
2011-10-11
Add David Rajchenbach-Teller to AUTHORS.txt
Brian Anderson
-0
/
+1
2011-10-11
Fix test dependencies
Brian Anderson
-0
/
+9
2011-10-11
[Move] Moved str_to_float, float_to_str from compiler to lib
David Rajchenbach-Teller
-40
/
+51
2011-10-10
Adjust function signatures to allow for vecs being immediate
Marijn Haverbeke
-38
/
+34
2011-10-10
Make vectors and strings immediates again
Marijn Haverbeke
-121
/
+100
2011-10-10
Make bcx_tcx-style accessors return by reference
Marijn Haverbeke
-8
/
+8
2011-10-10
Move type_is_immediate into ty.rs
Marijn Haverbeke
-16
/
+6
2011-10-10
Don't spill immediates in order to drop them
Marijn Haverbeke
-21
/
+52
2011-10-10
Make free glue take a pointer to the heap part (box)
Marijn Haverbeke
-70
/
+67
2011-10-09
Revert "Revert "Stop using (DY)LD_LIBRARY_PATH on Unix""
Brian Anderson
-5
/
+24
2011-10-09
Register snapshots
Brian Anderson
-0
/
+5
2011-10-09
Revert "Stop using (DY)LD_LIBRARY_PATH on Unix"
Brian Anderson
-24
/
+5
2011-10-09
Fix bad float-type detection in trans
Marijn Haverbeke
-6
/
+2
2011-10-07
Fix make clean on windows
Brian Anderson
-4
/
+4
2011-10-07
Make windows package uninstallable
Brian Anderson
-0
/
+24
2011-10-07
Make windows packaging work again
Brian Anderson
-12
/
+15
2011-10-07
Fix up test for last commit
Marijn Haverbeke
-1
/
+1
2011-10-07
Make 1-1 parse again
Marijn Haverbeke
-34
/
+82
2011-10-07
Stop registering cleanups for types that don't need them
Marijn Haverbeke
-0
/
+3
2011-10-07
Make it possible to have locals that don't live on the stack
Marijn Haverbeke
-149
/
+172
2011-10-07
Add tests for programs that are invalid by arg-passing-style
Marijn Haverbeke
-0
/
+9
2011-10-07
Forbid passing dynamically-sized types by value
Marijn Haverbeke
-2
/
+11
2011-10-07
Actually pass parameters specified as by-val by value
Marijn Haverbeke
-31
/
+49
2011-10-07
Add pass-by-ref annotation to the tests to make them typecheck
Marijn Haverbeke
-47
/
+49
2011-10-07
Give up on providing a by-value version of map, convert fold over to
Marijn Haverbeke
-115
/
+98
2011-10-07
Parse and typecheck by-value and by-ref arg specs
Marijn Haverbeke
-197
/
+230
2011-10-06
Bring make distcheck up to date
Brian Anderson
-7
/
+52
2011-10-06
Hopefully make test_prefix_rpath_abs work on win32
Brian Anderson
-1
/
+1
2011-10-06
Mac uses @executable_path instead of $ORIGIN
Brian Anderson
-2
/
+2
2011-10-06
Always use an absolute path for the backup install prefix rpath
Brian Anderson
-5
/
+12
2011-10-06
Add std::str::contains
Brian Anderson
-1
/
+17
2011-10-06
Stop using (DY)LD_LIBRARY_PATH on Unix
Brian Anderson
-5
/
+24
2011-10-06
Register snapshots
Brian Anderson
-0
/
+5
2011-10-06
Mac doesn't seem to support rpath $ORIGIN
Brian Anderson
-9
/
+28
2011-10-06
Configure out rpath tests when not testing
Brian Anderson
-0
/
+1
2011-10-06
Remove an unnecessary linking flag. Add comments about linking
Brian Anderson
-1
/
+4
2011-10-06
rpathing is based on the target, not host OS
Brian Anderson
-7
/
+5
2011-10-06
Make rpath work on mac
Brian Anderson
-5
/
+16
2011-10-06
Revert "rustc: Add a workaround for a segfault with --time-passes (issue #100...
Marijn Haverbeke
-24
/
+9
2011-10-06
Register new snapshot
Marijn Haverbeke
-0
/
+5
2011-10-06
Ignore && and + before argument names.
Marijn Haverbeke
-1
/
+7
2011-10-06
Fix problem with polymorphic return value being instantiated as nil
Marijn Haverbeke
-1
/
+1
2011-10-05
Register snapshots
Brian Anderson
-0
/
+5
[prev]
[next]