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
/
comp
/
middle
Age
Commit message (
Expand
)
Author
Lines
2011-12-15
Don't try to look up crate modules in ext_map in resolve
Marijn Haverbeke
-1
/
+1
2011-12-14
remove unused tps_fn(); comment out unused var
Niko Matsakis
-4
/
+3
2011-12-14
refactor trans into trans_closure; restore original closure repr
Niko Matsakis
-413
/
+439
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
-16
/
+22
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
translate unique closure env better
Niko Matsakis
-25
/
+49
2011-12-14
remove unused options
Niko Matsakis
-15
/
+5
2011-12-14
restore old functionality for now
Niko Matsakis
-7
/
+25
2011-12-14
get basic code generation working, clone type descs for lambda[send]
Niko Matsakis
-19
/
+52
2011-12-14
make fact that trans'ing lvar does not modify bcx explicit in type
Niko Matsakis
-12
/
+19
2011-12-14
sendable functions now "work", meaning pass through trans/typestate
Niko Matsakis
-2
/
+7
2011-12-14
push changes through to get things compiling, if not running.
Niko Matsakis
-36
/
+40
2011-12-14
first attempt, not happy with it
Niko Matsakis
-34
/
+25
2011-12-14
define ty and update parser for sendable lambdas
Niko Matsakis
-0
/
+1
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-113
/
+120
2011-12-13
Reorganize some code in typeck
Marijn Haverbeke
-305
/
+233
2011-12-12
rustc: build versioned library with hash in its name
Haitao Li
-2
/
+2
2011-12-12
Handle external-crate case when printing full unresolved paths
Marijn Haverbeke
-5
/
+13
2011-12-08
rustc: Determine the crate type (lib/bin) in the session, not session opts
Brian Anderson
-5
/
+5
2011-12-08
Allow binding of nested patterns
Marijn Haverbeke
-67
/
+97
2011-12-08
Stop passing around some unused information in typeck
Marijn Haverbeke
-27
/
+7
2011-12-08
Consider variant constructors pure functions for the purpose of purity checking
Marijn Haverbeke
-2
/
+3
2011-12-07
Remove stmt_crate_directive, it's vestigial and confusing.
Graydon Hoare
-11
/
+0
2011-12-07
Check for literals that are out of range for their type
Marijn Haverbeke
-1
/
+18
2011-12-07
Change literal representation to not truncate
Marijn Haverbeke
-349
/
+167
2011-12-07
repair more hash functions
Niko Matsakis
-15
/
+15
2011-12-07
Disallow binding by-mut-ref and by-move arguments
Marijn Haverbeke
-0
/
+31
2011-12-07
Make typestate properly descend pattern guards
Marijn Haverbeke
-0
/
+10
2011-12-06
do not stringify AST nodes unless emitting comments
Niko Matsakis
-2
/
+6
2011-12-06
rt: Various tweaks to make __morestack unwinding work on linux
Brian Anderson
-0
/
+5
2011-12-05
rustc: Remove whitespace
Brian Anderson
-1
/
+1
2011-12-05
rustc: Add suffix ".rc" to LLVM module identifier
Haitao Li
-1
/
+12
2011-12-05
typeck: Fix for #932
Stefan Plantikow
-0
/
+14
2011-12-05
rustc: Fix memory leak in do-while loop
Haitao Li
-2
/
+5
2011-12-02
const_check: trans: added support for trivial casts
Stefan Plantikow
-0
/
+11
2011-12-02
parse: typeck: enabling trivial casts of tail-call return values
Stefan Plantikow
-13
/
+24
2011-12-02
ty: trans: added support for dropping trivial casts
Stefan Plantikow
-4
/
+25
2011-12-02
ty: added type comparison that subs prim types with targ_cfg machine types
Stefan Plantikow
-0
/
+37
2011-12-02
Include full module path in unresolved errors when looking in module
Marijn Haverbeke
-28
/
+61
2011-12-02
Make import ignore imports coming after them
Marijn Haverbeke
-14
/
+54
2011-12-02
Finally make the -1 crate id in resolve.rs a const
Marijn Haverbeke
-10
/
+7
2011-12-02
Allow literal patterns to contain arbitrary literal expressions
Marijn Haverbeke
-80
/
+88
2011-12-01
Fix mistake in last use pass
Marijn Haverbeke
-5
/
+12
2011-11-30
Box ast::path values
Marijn Haverbeke
-20
/
+20
2011-11-29
fix bug in shape concerning size of tag variant
Niko Matsakis
-7
/
+16
2011-11-23
Add some changes that *should* have been in e98286b594
Marijn Haverbeke
-4
/
+4
2011-11-23
Allow import directives in any block
Marijn Haverbeke
-72
/
+88
2011-11-23
Make type_kind properly recognize ty_ptr as sendable
Marijn Haverbeke
-3
/
+3
[prev]
[next]