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
Age
Commit message (
Expand
)
Author
Lines
2012-06-07
syntax: Add a lot of copy keywords
Patrick Walton
-59
/
+87
2012-06-07
syntax: Remove a bunch of implicit copies
Patrick Walton
-60
/
+80
2012-06-07
Revert "remove alias analysis and replace with borrowck"
Brian Anderson
-30
/
+1057
2012-06-07
core: Remove transitional code
Brian Anderson
-11
/
+0
2012-06-07
Merge branch 'incoming'
Patrick Walton
-2
/
+161
2012-06-07
Add neg() to the num iface
Patrick Walton
-0
/
+6
2012-06-07
std: Implement a fuzzy-equal interface
Patrick Walton
-0
/
+35
2012-06-07
Remove a bunch of old "remove after snapshot" code.
Michael Sullivan
-20
/
+0
2012-06-07
libcore: Add a num typeclass
Patrick Walton
-0
/
+73
2012-06-07
Reorder the arms of sty.
Michael Sullivan
-1
/
+2
2012-06-07
remove alias analysis and replace with borrowck
Niko Matsakis
-1057
/
+30
2012-06-07
Comments only: annotate remainder of FIXMEs in typestate
Tim Chevalier
-8
/
+9
2012-06-07
Add a Num typeclass
Patrick Walton
-2
/
+47
2012-06-07
Start annotating FIXMEs in typestate; also some minor refactoring
Tim Chevalier
-51
/
+19
2012-06-07
Remove an irrelevant comment
Tim Chevalier
-1
/
+0
2012-06-07
Use c_ulonglong now that it works in FFI, etc...
Tim Chevalier
-31
/
+27
2012-06-07
Remove obsolete comment
Tim Chevalier
-2
/
+0
2012-06-07
Comments only: annotate FIXMEs
Tim Chevalier
-9
/
+12
2012-06-07
Refactor reflect.rs, begin visiting type substructures.
Graydon Hoare
-78
/
+160
2012-06-07
Comments only: annotate FIXMEs
Tim Chevalier
-3
/
+3
2012-06-07
Annotate FIXMEs in resolve
Tim Chevalier
-7
/
+5
2012-06-07
Register snapshots
Brian Anderson
-0
/
+8
2012-06-07
rt: Remove check_stack_alignment
Brian Anderson
-34
/
+0
2012-06-07
Merge pull request #2523 from crabtw/freebsd
Tim Chevalier
-6
/
+7
2012-06-07
mark addr_or and friends pure
Niko Matsakis
-2
/
+2
2012-06-07
Cargo: Added experimental dependency support (solves from crate files)
Zack Corr
-95
/
+291
2012-06-07
fix compiletest deadlock on freebsd
Jyun-Yan You
-6
/
+7
2012-06-06
core: Start on a stack walker
Brian Anderson
-5
/
+94
2012-06-06
rustc: Add frame_address intrinsic
Brian Anderson
-10
/
+63
2012-06-06
std: Add debug::breakpoint
Brian Anderson
-0
/
+33
2012-06-06
rustc: Enable #[cfg(windows)] and #[cfg(unix)]
Brian Anderson
-0
/
+8
2012-06-06
rustc: Add 'target_family' to default configuration
Brian Anderson
-0
/
+8
2012-06-06
core: Add os::family. Returns either 'windows' or 'unix'
Brian Anderson
-1
/
+9
2012-06-06
merge
Tim Chevalier
-570
/
+745
2012-06-06
Register snapshots
Tim Chevalier
-0
/
+8
2012-06-06
Insert missing maybe_print_comment call for class destructors
Tim Chevalier
-0
/
+39
2012-06-06
Say "easily" instead of "sanely"
Tim Chevalier
-1
/
+1
2012-06-06
Remove unused middle::ty::sort_methods function.
Graydon Hoare
-8
/
+0
2012-06-06
Fix some copy-paste bugs in visit glue, un-xfail reflect-visit-type.
Graydon Hoare
-25
/
+24
2012-06-06
Handle regions correctly in class ctors and dtors
Tim Chevalier
-14
/
+19
2012-06-06
Merge remote-tracking branch 'mozilla/incoming'
Niko Matsakis
-186
/
+167
2012-06-06
workaround LLVM bug #13042
Niko Matsakis
-2
/
+5
2012-06-06
some (very little) work on commenting
Niko Matsakis
-1
/
+9
2012-06-06
mask extra borrowck errors (should find out how to not report those)
Niko Matsakis
-2
/
+4
2012-06-06
minor changes to tests so they pass borrowck
Niko Matsakis
-20
/
+24
2012-06-06
move tstate to dvec
Niko Matsakis
-26
/
+26
2012-06-06
move resolve to dvec, remove unnecessary mut annotations
Niko Matsakis
-13
/
+13
2012-06-06
add pure, copies to liveness
Niko Matsakis
-7
/
+7
2012-06-06
move check_const to dvec
Niko Matsakis
-4
/
+5
2012-06-06
move borrowck to dvec, insert a few minor copies
Niko Matsakis
-18
/
+22
[prev]
[next]