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
/
test
Age
Commit message (
Expand
)
Author
Lines
2012-06-16
Revert "Moved arc to libstd and added an arc that allows shared mutable state...
Tim Chevalier
-0
/
+8
2012-06-15
Moved arc to libstd and added an arc that allows shared mutable state through...
Eric Holk
-8
/
+0
2012-06-15
Add test for #2633. Xfailed.
Tim Chevalier
-0
/
+18
2012-06-15
Fix copying of fixed length vectors. Closes #2630.
Michael Sullivan
-0
/
+10
2012-06-15
Make the shape interpreter actually advance past fixed length vectors. Closes...
Michael Sullivan
-0
/
+6
2012-06-15
Test case for #2631
Tim Chevalier
-0
/
+32
2012-06-15
Add the interner to parse_sess.
Paul Stansifer
-14
/
+1
2012-06-15
Issue #2591: Change "upvar" to "variable declared in an outer block" in tests
Patrick Walton
-9
/
+9
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' into newsnap
Eric Holk
-150
/
+561
2012-06-14
Complete a data visitor type that does proper pointer-walking.
Graydon Hoare
-150
/
+561
2012-06-14
Merge branch 'incoming' into newsnap
Eric Holk
-29
/
+48
2012-06-14
Remove code from parser that was awaiting snapshot
Tim Chevalier
-4
/
+4
2012-06-14
Issue #2572: (trans) Fix self-referential classes.
Patrick Walton
-0
/
+10
2012-06-14
Add xfailed test case for issue 2611
Tim Chevalier
-0
/
+11
2012-06-14
Add zero check/fail paths on div/mod paths. Close #944.
Graydon Hoare
-0
/
+10
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
Adding move_val and move_val_init intrinsics.
Eric Holk
-0
/
+12
2012-06-13
Allow impls to be re-exported
Tim Chevalier
-0
/
+21
2012-06-13
Traverse types in reachability
Tim Chevalier
-0
/
+40
2012-06-13
Allow trailing commas in import lists. Closes #2582.
Lindsey Kuper
-0
/
+10
2012-06-12
Forgot to xfail-fast this
Tim Chevalier
-0
/
+1
2012-06-12
Test case for previous commit
Tim Chevalier
-0
/
+126
2012-06-12
Introduce a SHAPE_UNBOXED_VEC shape in order to seperate out vector logic.
Michael Sullivan
-2
/
+2
2012-06-12
Treat enums with one variant specially in borrowck: #2573
Niko Matsakis
-0
/
+35
2012-06-12
Add a test for explicit `i` suffix on integer literals
Lindsey Kuper
-0
/
+9
2012-06-12
Allow trailing comma in vectors. Closes #2482.
Lindsey Kuper
-0
/
+13
2012-06-11
Don't treat all class fields as mutable, except in trans
Tim Chevalier
-0
/
+15
2012-06-09
bench: xfail-pretty shootout-k-nucleotide
Brian Anderson
-0
/
+2
2012-06-09
bench: Modify shootout-k-nucleotide to not read from the filesystem
Brian Anderson
-1
/
+83344
2012-06-09
bench: Increase the difficulty of fasta
Brian Anderson
-1
/
+1
2012-06-09
Add the Alioth k-nucleotide benchmark
Kevin Cantu
-11
/
+207
2012-06-08
make a copy so vec is not living in mutable memory
Niko Matsakis
-1
/
+1
2012-06-08
remove alias analysis and replace with borrowck
Niko Matsakis
-122
/
+18
2012-06-08
Add preliminary test of walking data pointers via reflection.
Graydon Hoare
-0
/
+303
2012-06-08
Pass names of fields and variants when reflecting.
Graydon Hoare
-10
/
+12
2012-06-08
Visit the substructure for classes and enums as well.
Graydon Hoare
-2
/
+17
2012-06-08
revise map interface so that K need not be copyable
Niko Matsakis
-2
/
+2
2012-06-08
More work on reflect, only missing enum and class substructures.
Graydon Hoare
-0
/
+37
2012-06-07
Revert "remove alias analysis and replace with borrowck"
Brian Anderson
-18
/
+122
2012-06-07
remove alias analysis and replace with borrowck
Niko Matsakis
-122
/
+18
2012-06-07
Refactor reflect.rs, begin visiting type substructures.
Graydon Hoare
-12
/
+35
2012-06-06
core: Start on a stack walker
Brian Anderson
-2
/
+4
2012-06-06
rustc: Add frame_address intrinsic
Brian Anderson
-0
/
+8
2012-06-06
rustc: Enable #[cfg(windows)] and #[cfg(unix)]
Brian Anderson
-0
/
+7
[prev]
[next]