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
/
comp
Age
Commit message (
Expand
)
Author
Lines
2011-11-30
Box ast::path values
Marijn Haverbeke
-103
/
+102
2011-11-29
fix bug in shape concerning size of tag variant
Niko Matsakis
-7
/
+16
2011-11-28
rustc: Link in libmorestack.a when --stack-growth
Brian Anderson
-0
/
+5
2011-11-25
rustc: Fall back to intrinsics.ll if we can't parse the bc
Brian Anderson
-4
/
+45
2011-11-24
rustc: Fix a bug in cdir attribute parsing
Brian Anderson
-0
/
+2
2011-11-24
rustc: Add a path attribute for crate directives
Haitao Li
-24
/
+26
2011-11-24
rustc: Accepts `path` attributes for crate directives
Haitao Li
-1
/
+3
2011-11-24
rustc: Fix position of diagnostic highlight lines
Haitao Li
-1
/
+1
2011-11-23
Add some changes that *should* have been in e98286b594
Marijn Haverbeke
-4
/
+5
2011-11-23
Allow import directives in any block
Marijn Haverbeke
-82
/
+102
2011-11-23
Make type_kind properly recognize ty_ptr as sendable
Marijn Haverbeke
-3
/
+3
2011-11-23
Rollback return-by-reference
Marijn Haverbeke
-268
/
+49
2011-11-23
Remove deep scope traversal in revoke_clean
Marijn Haverbeke
-8
/
+2
2011-11-23
Remove last traces of auth keyword
Marijn Haverbeke
-23
/
+0
2011-11-22
rustc: Allow trailing comma in record fields
Haitao Li
-30
/
+50
2011-11-22
comp: allowed the declaration of pure fn's in native mods
Stefan Plantikow
-0
/
+4
2011-11-22
Add hacks to extract and compile tutorial code
Marijn Haverbeke
-10
/
+0
2011-11-22
Properly check for copies when constructing a record using with
Marijn Haverbeke
-1
/
+16
2011-11-22
Make type_needs_drop accurate, get rid of type_has_pointers
Marijn Haverbeke
-47
/
+24
2011-11-22
Fix inconsistency in ordering of patterns during alt compilation
Marijn Haverbeke
-17
/
+12
2011-11-22
Only warn about unreachable range patterns when appropriate
Marijn Haverbeke
-222
/
+56
2011-11-22
Make ast::visit only descend into types when necessary
Marijn Haverbeke
-7
/
+15
2011-11-21
rustc: Remove abi from ast::native_mod
Haitao Li
-128
/
+126
2011-11-21
Close hole in safe-reference analysis
Marijn Haverbeke
-3
/
+15
2011-11-21
Add a pass that checks that blocks are only used in safe ways
Marijn Haverbeke
-0
/
+44
2011-11-21
Fix bad interaction between last-use finding and references
Marijn Haverbeke
-15
/
+32
2011-11-18
get pure wrappers approach running
Niko Matsakis
-106
/
+54
2011-11-18
sketch out design
Niko Matsakis
-54
/
+98
2011-11-18
Add some comments to kind.rs and last_use.rs
Marijn Haverbeke
-0
/
+33
2011-11-18
Make sure by-copy arguments take last-use into account
Marijn Haverbeke
-1
/
+7
2011-11-18
Make sure trans translates record fields in the order they appear in code
Marijn Haverbeke
-24
/
+25
2011-11-18
Make trans use last_use info to not actually generate copies
Marijn Haverbeke
-25
/
+48
2011-11-18
Update stdlib, compiler, and tests to new kind system
Marijn Haverbeke
-63
/
+57
2011-11-18
Implement a last-use-of-local finding algorithm
Marijn Haverbeke
-4
/
+231
2011-11-18
Properly check kinds in instantiation of generics
Marijn Haverbeke
-286
/
+29
2011-11-18
Prevent alias pass from inserting implicit copies for noncopyable types
Marijn Haverbeke
-6
/
+4
2011-11-18
Overhaul the kind-checking pass
Marijn Haverbeke
-126
/
+189
2011-11-18
Make tag, resource and object constructors take their arguments by copy
Marijn Haverbeke
-40
/
+18
2011-11-18
Add a pass-by-copy parameter passing convention
Marijn Haverbeke
-10
/
+28
2011-11-18
Preparation for kind system overhaul
Marijn Haverbeke
-58
/
+62
2011-11-17
remove blank line
Niko Matsakis
-1
/
+0
2011-11-17
add FIXME for issue #1184
Niko Matsakis
-0
/
+4
2011-11-17
fix resource-generic
Niko Matsakis
-8
/
+5
2011-11-17
Stop using temporary intrinsic_2 functions
Brian Anderson
-1
/
+1
2011-11-17
remove compile-command from local variable blocks
Niko Matsakis
-61
/
+0
2011-11-17
rustc: Add a flag '--warn-unused-imports'
Haitao Li
-4
/
+12
2011-11-17
rustc: Fix warn on unused import bug
Haitao Li
-11
/
+10
2011-11-16
remove unused flag (thanks lht)
Niko Matsakis
-1
/
+1
2011-11-16
Removed --no-typestate flag from rutsc
Stefan Plantikow
-9
/
+3
2011-11-16
rustc: Fix help text for --sysroot
Brian Anderson
-1
/
+1
[prev]
[next]