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
Age
Commit message (
Expand
)
Author
Lines
2012-06-15
remove irrelevant fixme (#2607)
Niko Matsakis
-1
/
+1
2012-06-14
Issue #2591: Fix "upvar" jargon in borrowck error messages
Patrick Walton
-3
/
+5
2012-06-14
Merge branch 'incoming' of github.com:mozilla/rust into newsnap
Eric Holk
-0
/
+153
2012-06-14
Tests for #1425 (xfail'd for now)
Lindsey Kuper
-0
/
+153
2012-06-14
Merge branch 'incoming' of github.com:mozilla/rust into newsnap
Eric Holk
-143
/
+201
2012-06-14
Merge branch 'incoming' into newsnap
Eric Holk
-172
/
+606
2012-06-14
Further work on integer literal suffix inference (#1425)
Lindsey Kuper
-143
/
+201
2012-06-14
Complete a data visitor type that does proper pointer-walking.
Graydon Hoare
-172
/
+606
2012-06-14
Correctly registering snapshot
Eric Holk
-1
/
+1
2012-06-14
Merge branch 'incoming' into newsnap
Eric Holk
-229
/
+306
2012-06-14
Registering snapshot
Eric Holk
-0
/
+8
2012-06-14
Comments only: annotate FIXME in core::str
Tim Chevalier
-1
/
+1
2012-06-14
Comments only: annotate FIXMEs in core::run
Tim Chevalier
-2
/
+2
2012-06-14
Annotate one FIXME and remove another
Tim Chevalier
-4
/
+3
2012-06-14
Comments only: annotate FIXMEs in core::os
Tim Chevalier
-14
/
+14
2012-06-14
Remove code from parser that was awaiting snapshot
Tim Chevalier
-69
/
+9
2012-06-14
Remove unneeded spawn in std::timer, and annotate a FIXME
Tim Chevalier
-4
/
+1
2012-06-14
Issue #2572: (trans) Fix self-referential classes.
Patrick Walton
-19
/
+58
2012-06-14
Comments only: annotate FIXMEs
Tim Chevalier
-3
/
+6
2012-06-14
whitespace
Tim Chevalier
-1
/
+1
2012-06-14
Remove workaround
Tim Chevalier
-3
/
+2
2012-06-14
Comments only: annotate FIXMEs
Tim Chevalier
-2
/
+2
2012-06-14
Get an initial implementation of boxed vectors working.
Michael Sullivan
-40
/
+71
2012-06-14
annotate FIXME in iter-trait
Tim Chevalier
-1
/
+1
2012-06-14
Add xfailed test case for issue 2611
Tim Chevalier
-0
/
+11
2012-06-14
Comments only: Annotate FIXMEs in libcore
Tim Chevalier
-4
/
+4
2012-06-14
In dvec, annotate a FIXME and uncomment append_iter
Tim Chevalier
-20
/
+23
2012-06-14
Avoid some duplicated typechecking work
Tim Chevalier
-5
/
+18
2012-06-14
Add zero check/fail paths on div/mod paths. Close #944.
Graydon Hoare
-11
/
+64
2012-06-14
Remove an xfail-fast, as this seems to work on Windows now
Tim Chevalier
-2
/
+0
2012-06-14
Remove an outdated FIXME, change to use the new //! ERROR syntax
Tim Chevalier
-7
/
+1
2012-06-14
run-pass/autobind seems to work, so un-xfail it
Tim Chevalier
-5
/
+1
2012-06-14
while => for
Tim Chevalier
-4
/
+3
2012-06-14
Comments only: annotate FIXMEs in tests
Tim Chevalier
-7
/
+8
2012-06-14
Comments only: annotate FIXMEs in rustdoc
Tim Chevalier
-2
/
+2
2012-06-14
Comments only: annotate FIXMEs in reflect
Tim Chevalier
-1
/
+2
2012-06-14
Adding move_val and move_val_init intrinsics.
Eric Holk
-1
/
+41
2012-06-14
Remove a workaround
Tim Chevalier
-2
/
+2
2012-06-14
Refactor; annotate a FIXME
Tim Chevalier
-25
/
+17
2012-06-14
Comments only: annotate FIXMEs in typeck::infer
Tim Chevalier
-1
/
+2
2012-06-14
Comments only: annotate a FIXME and remove an obsolete one
Tim Chevalier
-2
/
+2
2012-06-14
Annotate and fix FIXMEs in typeck
Tim Chevalier
-41
/
+40
2012-06-14
Dead code elimination
Tim Chevalier
-38
/
+4
2012-06-14
Add a Num typeclass
Patrick Walton
-0
/
+2
2012-06-13
Add upcall_malloc_dyn to rustrt.def.in.
Michael Sullivan
-0
/
+1
2012-06-13
Make trans only generate calls to the _dyn malloc upcalls, so we can get rid ...
Michael Sullivan
-43
/
+26
2012-06-13
Add a malloc_dyn upcall for dynamically sized allocations on the shared heap.
Michael Sullivan
-39
/
+102
2012-06-13
Allow impls to be re-exported
Tim Chevalier
-5
/
+30
2012-06-13
Merge remote-tracking branch 'erickt/master' into incoming
Brian Anderson
-13
/
+25
2012-06-13
Traverse types in reachability
Tim Chevalier
-1
/
+67
[next]