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
Age
Commit message (
Expand
)
Author
Lines
2011-12-16
std: declared fns as pure where sensible
Stefan Plantikow
-8
/
+9
2011-12-16
core: marked fns as pure where possible
Stefan Plantikow
-14
/
+14
2011-12-16
update to not look at descs[], which is not necessarily valid
Niko Matsakis
-8
/
+10
2011-12-16
add test that requires capturing generic descriptors
Niko Matsakis
-0
/
+36
2011-12-16
first test of sendable fns (passes)
Niko Matsakis
-0
/
+20
2011-12-16
revoke cleanup of sendable closure once construction completes
Niko Matsakis
-0
/
+1
2011-12-16
extend with ty_send_type and ty_opaque_closure
Niko Matsakis
-2
/
+11
2011-12-16
reorder block() argument to bitv::process()
Niko Matsakis
-4
/
+4
2011-12-16
std: added either::flip, to_result and result::to_either
Stefan Plantikow
-3
/
+35
2011-12-16
rename iter2 to iteri to match typical convention
Niko Matsakis
-13
/
+13
2011-12-16
reorder args to the various vec, option fns so blk comes last
Niko Matsakis
-169
/
+170
2011-12-16
Write impl data to crate library files
Marijn Haverbeke
-1
/
+41
2011-12-16
Make polymorphic impl methods work
Marijn Haverbeke
-56
/
+82
2011-12-16
Change syntax for impl
Marijn Haverbeke
-20
/
+34
2011-12-16
Make 1.f parse as a field access on the integer 1
Marijn Haverbeke
-8
/
+8
2011-12-16
Improve resolution of impls
Marijn Haverbeke
-18
/
+33
2011-12-16
Make uses of self in impls compile
Marijn Haverbeke
-203
/
+137
2011-12-16
Get very simple impl method calls to compile
Marijn Haverbeke
-60
/
+103
2011-12-16
Get a very primitive form of typechecking/resolving to work for impls
Marijn Haverbeke
-62
/
+93
2011-12-16
Parse and resolve implementations.
Marijn Haverbeke
-81
/
+261
2011-12-16
cargo: Fix long lines
Haitao Li
-6
/
+11
2011-12-16
rustc: Implement non-renamed re-export across crates
Haitao Li
-38
/
+108
2011-12-15
Merge pull request #1314 from elly/cargo
Brian Anderson
-0
/
+36
2011-12-15
cargo: update to new rust-pkg-index API.
Elly Jones
-2
/
+2
2011-12-15
stdlib: Add a str::split_str() to split on a delimiter string of any length
Patrick Walton
-5
/
+55
2011-12-15
cargo: support uuid:<uuid> and shortname package forms.
Elly Jones
-0
/
+36
2011-12-15
rustc: Box tag variants to avoid copies
Brian Anderson
-5
/
+5
2011-12-15
rustc: Box the vectors returned from ty::tag_variants
Brian Anderson
-37
/
+39
2011-12-15
rustc: Cache results of ty::tag_variants
Brian Anderson
-5
/
+16
2011-12-15
Add an --out-dir option to rustc.
Graydon Hoare
-34
/
+70
2011-12-15
Merge pull request #1307 from elly/cargo
Brian Anderson
-4
/
+5
2011-12-15
restore old buggy behavior where n_obj_params is always 0 for fns
Niko Matsakis
-1
/
+9
2011-12-15
massive refactor of how closures work
Niko Matsakis
-552
/
+683
2011-12-15
resurrect tps_fn() and put it to use this time.
Niko Matsakis
-3
/
+5
2011-12-15
Fix bug in library output filename construction: /tmp/foo.rc was being linked...
Graydon Hoare
-1
/
+11
2011-12-15
cargo: detect library installs properly
Elly Jones
-4
/
+5
2011-12-15
Suppress unused variable warnings in cargo
Marijn Haverbeke
-1
/
+1
2011-12-15
Iterate over an array when creating the parser's reserved word table
Marijn Haverbeke
-38
/
+8
2011-12-15
Don't try to look up crate modules in ext_map in resolve
Marijn Haverbeke
-1
/
+1
2011-12-14
Remove some duplicated unused parts of std now that they're present in core.
Graydon Hoare
-3936
/
+3
2011-12-14
remove unused tps_fn(); comment out unused var
Niko Matsakis
-4
/
+3
2011-12-14
Fixed type resolution error in math tests
Stefan Plantikow
-8
/
+70
2011-12-14
Moved std::math to std::core
Stefan Plantikow
-33
/
+789
2011-12-14
std: export math_f* as math::f* submods and use tailcalls in std::math
Stefan Plantikow
-41
/
+45
2011-12-14
refactor trans into trans_closure; restore original closure repr
Niko Matsakis
-415
/
+442
2011-12-14
treat native fns as shared closures
Niko Matsakis
-0
/
+1
2011-12-14
insert a field into the closure storing number of ty descs
Niko Matsakis
-19
/
+24
2011-12-14
pull out the code from iter_structural_ty for handling functions,
Niko Matsakis
-29
/
+55
2011-12-14
treat different kinds of closures differently
Niko Matsakis
-19
/
+53
2011-12-14
export upcall_clone_type_desc
Niko Matsakis
-2
/
+3
[prev]
[next]