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
/
test
Age
Commit message (
Expand
)
Author
Lines
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
2012-06-06
rustc: Add 'target_family' to default configuration
Brian Anderson
-0
/
+7
2012-06-06
merge
Tim Chevalier
-38
/
+177
2012-06-06
Insert missing maybe_print_comment call for class destructors
Tim Chevalier
-0
/
+38
2012-06-06
Fix some copy-paste bugs in visit glue, un-xfail reflect-visit-type.
Graydon Hoare
-4
/
+0
2012-06-06
Handle regions correctly in class ctors and dtors
Tim Chevalier
-0
/
+13
2012-06-06
Merge remote-tracking branch 'mozilla/incoming'
Niko Matsakis
-14
/
+31
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
Add some testcases for bug #2470.
Graydon Hoare
-0
/
+69
2012-06-06
core: Remove swappable. Unused
Brian Anderson
-13
/
+0
2012-06-06
prefix an _ to the name of an unused variable
Tim Chevalier
-1
/
+1
2012-06-06
Add some testcases for bug #2470.
Graydon Hoare
-0
/
+69
2012-06-06
Fix tests to avoid empty classes
Tim Chevalier
-12
/
+18
2012-06-06
Revert "Revert "Fix test case so the class in it is non-empty" due to test fa...
Tim Chevalier
-2
/
+4
2012-06-06
Revert "Revert "Forbid classes with no fields" due to test failures"
Tim Chevalier
-0
/
+9
2012-06-06
Merge branch 'master' into really-really-to-snap
Tim Chevalier
-0
/
+13
2012-06-06
Revert "test: Remove swappable-test" due to test failures
Patrick Walton
-0
/
+13
2012-06-06
Revert "Merge pull request #2516 from mozilla/incoming" due to failures
Patrick Walton
-13
/
+2
2012-06-05
Fix test case so the class in it is non-empty
Tim Chevalier
-2
/
+4
2012-06-05
Forbid classes with no fields
Tim Chevalier
-0
/
+9
2012-06-05
Port remaining run-fail tests to use classes instead of resources
Tim Chevalier
-25
/
+47
2012-06-05
test: Remove swappable-test
Brian Anderson
-13
/
+0
2012-06-05
rustc: Put uniques into addrspace 1
Brian Anderson
-4
/
+12
2012-06-04
Machine types are different from int/uint, etc (Issue #2187)
Eric Holk
-47
/
+14
2012-06-04
Add a test case for previous commit
Patrick Walton
-0
/
+17
2012-06-04
core: Make uint::to_str faster
Brian Anderson
-0
/
+16
[next]