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
/
rustc
/
middle
/
trans
Age
Commit message (
Expand
)
Author
Lines
2012-05-30
port alt to dvec
Niko Matsakis
-5
/
+6
2012-05-30
integrate purity into type
Niko Matsakis
-3
/
+6
2012-05-29
modify shape code to only emit monomorphized enums (#2444)
Niko Matsakis
-187
/
+198
2012-05-29
In reachability, don't ignore nested items
Tim Chevalier
-5
/
+19
2012-05-29
Adding shared_arc to hide some of the tedium of sharing an arc between tasks.
Eric Holk
-2
/
+18
2012-05-28
Remove bad Load in make_visit_glue, un-xfail reflect-visit-type.rs.
Graydon Hoare
-1
/
+1
2012-05-26
core: Make range follow the for loop protocol
Brian Anderson
-4
/
+4
2012-05-25
fix warning
Niko Matsakis
-2
/
+1
2012-05-25
Get rid of many implicit copies as a preliminary to Issue #2448.
Michael Sullivan
-3
/
+3
2012-05-25
Add hack to silence the annoying liveness warning in trans/base.rs.
Michael Sullivan
-0
/
+1
2012-05-25
replace last_use with liveness info
Niko Matsakis
-6
/
+8
2012-05-24
remove dead assignments
Niko Matsakis
-1
/
+1
2012-05-23
syntax: Remove one of the two def_id hashers
Brian Anderson
-3
/
+3
2012-05-23
rustc: Move new_def_hash to ast_util
Brian Anderson
-4
/
+4
2012-05-22
Convert more resource tests to use classes with dtors
Tim Chevalier
-76
/
+199
2012-05-22
Get rid of the >>> operator and make >> logical or arithmetic depending on th...
Michael Sullivan
-6
/
+11
2012-05-22
introduce some copies so we are not alting into mut state
Niko Matsakis
-10
/
+10
2012-05-21
rustc: Move ast_map to the syntax crate
Brian Anderson
-10
/
+11
2012-05-21
rustc: Move path_to_ident to ast_util
Brian Anderson
-4
/
+3
2012-05-21
change list so that it must be used in a purely boxed fashion
Niko Matsakis
-4
/
+5
2012-05-18
make more code use dvec
Niko Matsakis
-4
/
+5
2012-05-18
introduce a few copies here and there
Niko Matsakis
-2
/
+2
2012-05-18
allow region ptrs to be cast to uints
Niko Matsakis
-5
/
+10
2012-05-18
add a new debugging aid--tracing
Niko Matsakis
-5
/
+38
2012-05-18
Using const vector slices for more vec functions.
Eric Holk
-1
/
+2
2012-05-18
workaround a horribly obscure resolve bug
Niko Matsakis
-1
/
+1
2012-05-18
test that we preserve boxes in patterns---still one bug
Niko Matsakis
-15
/
+42
2012-05-18
use -Z to distinguish internal debugging options
Niko Matsakis
-15
/
+16
2012-05-17
Annotate or fix FIXMEs in LLVM bindings and metadata code
Tim Chevalier
-10
/
+10
2012-05-16
rustc: Break another dependency between metadata and resolve
Brian Anderson
-2
/
+16
2012-05-16
rustc: Break a dependency between metadata and resolve
Brian Anderson
-2
/
+18
2012-05-16
Include intrinsic module in all crates, emit visit glue, fn intrinsic::visit_...
Graydon Hoare
-123
/
+56
2012-05-15
Remove an assertion from trans::base::iter_structural_ty
Tim Chevalier
-2
/
+0
2012-05-15
Generate drop glue correctly for classes with destructors
Tim Chevalier
-24
/
+106
2012-05-15
get preservation of boxes working, at least in simple cases
Niko Matsakis
-269
/
+415
2012-05-15
add node_ids to blocks
Niko Matsakis
-108
/
+167
2012-05-15
purge unused loop_cont field
Niko Matsakis
-17
/
+8
2012-05-15
Remove `be` keyword.
Lindsey Kuper
-11
/
+1
2012-05-14
rustc: Break some of metadata's dependencies on session
Brian Anderson
-0
/
+1
2012-05-14
rustc: Break metadata's dependency on link
Brian Anderson
-3
/
+3
2012-05-14
rustc: Eliminate metadata's dependency on astencode
Brian Anderson
-5
/
+11
2012-05-14
rustc: Eliminate encoder's dependency on astencode
Brian Anderson
-0
/
+1
2012-05-14
Instantiate per-type iface-based visit_glue when intrinsic ifaces present.
Graydon Hoare
-59
/
+159
2012-05-14
More work on reflection, now calls iface visitors back as well.
Graydon Hoare
-66
/
+63
2012-05-14
First cut at dtors for classes
Tim Chevalier
-3
/
+26
2012-05-13
rustc: Eliminate metadata's dependency on trans
Brian Anderson
-16
/
+23
2012-05-11
First working monomorphic type-reflection.
Graydon Hoare
-18
/
+74
2012-05-10
replace mutbl pass with borrowck
Niko Matsakis
-1
/
+1
2012-05-10
Preliminary groundwork for intrinsic module, reflection interface.
Graydon Hoare
-0
/
+23
2012-05-10
Remove `do { ... } while ...` from the language.
Paul Stansifer
-25
/
+3
[prev]
[next]