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
/
middle
/
trans
/
debuginfo.rs
Age
Commit message (
Expand
)
Author
Lines
2012-07-01
Convert to new closure syntax
Brian Anderson
-10
/
+10
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-31
/
+31
2012-06-28
Replaced almost all vector+ in rustc (#2719)
Eric Holk
-1
/
+1
2012-06-26
Getting rid of lots more vector +=. (issue #2719)
Eric Holk
-4
/
+4
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-25
/
+25
2012-06-24
Remove resources
Tim Chevalier
-11
/
+4
2012-06-21
Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.
Graydon Hoare
-3
/
+1
2012-06-13
Box AST idents
Brian Anderson
-7
/
+7
2012-06-12
Change trans::common::block to be a class
Tim Chevalier
-8
/
+9
2012-06-08
Convert reinterpret_cast + forget to 'transmute'
Brian Anderson
-3
/
+1
2012-06-07
Comments only: annotate FIXMEs
Tim Chevalier
-1
/
+3
2012-05-21
rustc: Move ast_map to the syntax crate
Brian Anderson
-1
/
+1
2012-05-21
rustc: Move path_to_ident to ast_util
Brian Anderson
-1
/
+1
2012-05-15
add node_ids to blocks
Niko Matsakis
-6
/
+4
2012-05-04
new cap clause syntax
Niko Matsakis
-1
/
+1
2012-04-27
core: Split sys::align_of into min_align_of, pref_align_of
Brian Anderson
-4
/
+4
2012-04-26
rustc: Rename llalign_of_real to llalign_of_pref
Brian Anderson
-1
/
+1
2012-04-19
make nominal types optionally parameterized by a self region.
Niko Matsakis
-1
/
+1
2012-04-10
Generic classes and generic class methods work cross-crate
Tim Chevalier
-7
/
+8
2012-04-06
Convert old-style for loops to new-style
Marijn Haverbeke
-2
/
+2
2012-03-26
Bulk-edit mutable -> mut.
Graydon Hoare
-4
/
+4
2012-03-21
add mut decls to rustc and make them mandatory
Niko Matsakis
-1
/
+1
2012-03-21
Avoid mangling names differently in debug builds to work around a build error...
Josh Matthews
-35
/
+43
2012-03-20
core: Rename unsafe::leak to unsafe::forget. Closes #2031
Brian Anderson
-1
/
+1
2012-03-16
Classes WIP
Tim Chevalier
-1
/
+1
2012-03-14
Convert *u8 native string users to *c_char
Brian Anderson
-2
/
+2
2012-03-14
rustc: Lift the @ from the type definition of crate_ctxt into its uses
Patrick Walton
-12
/
+12
2012-03-13
Use type size/alignment of target, rather than host, in debuginfo
Marijn Haverbeke
-70
/
+24
2012-03-12
Libc/os/run/rand/io reorganization. Close #1373. Close #1638.
Graydon Hoare
-12
/
+11
2012-03-08
Drop collect_items pass, create decls on demand
Marijn Haverbeke
-1
/
+1
2012-03-02
Move src/comp to src/rustc
Graydon Hoare
-0
/
+876