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
/
rustc
/
metadata
Age
Commit message (
Expand
)
Author
Lines
2012-03-15
Remove tests from astencode.rs
Marijn Haverbeke
-116
/
+0
2012-03-15
Properly recognize external intrinsics
Marijn Haverbeke
-9
/
+30
2012-03-15
Only write metadata for items that actually appear in the root AST
Marijn Haverbeke
-31
/
+39
2012-03-15
Make sure enum and resource constructors are inlined properly
Marijn Haverbeke
-20
/
+43
2012-03-15
Make sure resource destructors are properly monomorphized
Marijn Haverbeke
-7
/
+26
2012-03-15
Remove a large part of the tydesc-passing code
Marijn Haverbeke
-2
/
+3
2012-03-15
Rename dict to vtable throughout the compiler
Marijn Haverbeke
-33
/
+34
2012-03-15
Hugely simplify iface handling
Marijn Haverbeke
-2
/
+8
2012-03-15
Stop generating generic versions of generic functions
Marijn Haverbeke
-4
/
+8
2012-03-15
Fix assumption that monomorphized method's impls are crate-local
Marijn Haverbeke
-2
/
+21
2012-03-15
Write out the AST for all externally-reachable generics
Marijn Haverbeke
-2
/
+3
2012-03-14
Convert *u8 native string users to *c_char
Brian Anderson
-3
/
+3
2012-03-14
core: Rename str::from_cstr et. al to from_buf
Brian Anderson
-1
/
+1
2012-03-14
std: Rename the hashmap constructors to conform to new standards
Brian Anderson
-16
/
+16
2012-03-14
rustc: Lift the @ from the type definition of crate_ctxt into its uses
Patrick Walton
-4
/
+4
2012-03-14
adjust auto_serialize to generate fns named serialize_T()
Niko Matsakis
-6
/
+6
2012-03-13
implement deserialization, rename mk_mem_buffer() to mem_buffer()
Niko Matsakis
-4
/
+4
2012-03-13
first (functional) version of the auto_serialize syntax ext
Niko Matsakis
-14
/
+15
2012-03-13
rustc: Get reference typedefs working
Patrick Walton
-0
/
+1
2012-03-13
Name types after their modules instead of 't'
Brian Anderson
-16
/
+16
2012-03-13
Overhaul constructor naming in libs
Brian Anderson
-40
/
+40
2012-03-12
Libc/os/run/rand/io reorganization. Close #1373. Close #1638.
Graydon Hoare
-6
/
+3
2012-03-12
rustc: Add node IDs to AST types so we can associate them with region environ...
Patrick Walton
-6
/
+12
2012-03-12
Revert "rustc: Add node IDs to AST types so we can associate them with region...
Patrick Walton
-12
/
+6
2012-03-12
rustc: Add node IDs to AST types so we can associate them with region environ...
Patrick Walton
-6
/
+12
2012-03-10
Use loop instead of while(true) in libraries and compiler itself
Tim Chevalier
-12
/
+9
2012-03-09
Add an infinite loop construct
Tim Chevalier
-45
/
+66
2012-03-09
rustc: Wrap regions in a node ID
Patrick Walton
-837
/
+870
2012-03-09
rustc: Add region def ids to the AST
Patrick Walton
-1
/
+24
2012-03-09
Revert "rustc: Create def IDs for region parameters"
Patrick Walton
-888
/
+835
2012-03-09
rustc: Create def IDs for region parameters
Patrick Walton
-835
/
+888
2012-03-08
rustc: Change the address-of operator to an explicit production so that we ca...
Patrick Walton
-37
/
+60
2012-03-08
Rename last to last_opt, last_unsafe to last
Tim Chevalier
-1
/
+1
2012-03-08
rustc: Add regions to the type system
Patrick Walton
-0
/
+18
2012-03-08
Properly serialize is_last_use values
Marijn Haverbeke
-3
/
+119
2012-03-08
Explicitly store self_ids use for self locals in methods
Marijn Haverbeke
-9
/
+20
2012-03-08
Drop collect_items pass, create decls on demand
Marijn Haverbeke
-14
/
+17
2012-03-08
rustc: Add the safe address-of operator to the AST
Patrick Walton
-0
/
+8
2012-03-08
rustc: Add region-annoted type parameters to the AST; stub associated patterns
Patrick Walton
-832
/
+919
2012-03-07
Fix #1941: inlining of items that themselves contain nested items
Niko Matsakis
-1
/
+62
2012-03-07
stdlib: Stop incurring vtable dispatch costs when hashmaps are used
Patrick Walton
-4
/
+10
2012-03-07
Revert "stdlib: Stop incurring vtable dispatch costs when hashmaps are used"
Patrick Walton
-10
/
+4
2012-03-07
stdlib: Stop incurring vtable dispatch costs when hashmaps are used
Patrick Walton
-4
/
+10
2012-03-06
Add a reachability checker, only export metadata for reachable items
Marijn Haverbeke
-7
/
+145
2012-03-06
Track all exports in exp_map
Marijn Haverbeke
-3
/
+8
2012-03-05
rustc: Lower case error messages
Brian Anderson
-2
/
+2
2012-03-05
rewrite vec to be more unsafe, more inlined
Niko Matsakis
-0
/
+3
2012-03-05
give user control of whether we use inline hint or inline always
Niko Matsakis
-2
/
+10
2012-03-05
set LLVM inline hint for all #[inline] methods, whether CC or local
Niko Matsakis
-6
/
+2
2012-03-04
Translate simple classes
Tim Chevalier
-127
/
+181
[prev]
[next]