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-06
move to dvec in metadata
Niko Matsakis
-14
/
+19
2012-06-06
avoid unnecessary by-mut-ref in cargo
Niko Matsakis
-3
/
+3
2012-06-06
move test to dvec
Niko Matsakis
-7
/
+7
2012-06-06
add pure annotations in ast_util
Niko Matsakis
-14
/
+14
2012-06-06
add some purity annotations in dvec/vec, occasional accessor method
Niko Matsakis
-27
/
+39
2012-06-06
borrowck changes: some copies, some removed mut annotations, some dvec
Niko Matsakis
-40
/
+42
2012-06-06
Rewrite deque to use dvec
Niko Matsakis
-17
/
+21
2012-06-06
miscellaneous pure annotations and other small changes.
Niko Matsakis
-101
/
+122
2012-06-06
distinguish by-val passes of pointer and non-pointer things
Niko Matsakis
-1
/
+8
2012-06-06
exempt unsafe ptrs from by-val checks
Niko Matsakis
-1
/
+3
2012-06-06
make lookup fn pure in codemap
Niko Matsakis
-5
/
+6
2012-06-06
add misc. pure modifiers in core
Niko Matsakis
-12
/
+12
2012-06-06
constrain scope of mut ptr to please borrowck
Niko Matsakis
-3
/
+1
2012-06-06
misc. copies in core/syntax to please borrowck
Niko Matsakis
-6
/
+6
2012-06-06
Do some cleanup of the allocation code.
Michael Sullivan
-49
/
+42
2012-06-06
Add some testcases for bug #2470.
Graydon Hoare
-0
/
+69
2012-06-06
core: Remove swappable. Unused
Brian Anderson
-113
/
+0
2012-06-06
prefix an _ to the name of an unused variable
Tim Chevalier
-1
/
+1
2012-06-06
Change subtypes_require to handle class fields correctly
Tim Chevalier
-5
/
+2
2012-06-06
Add some testcases for bug #2470.
Graydon Hoare
-0
/
+69
2012-06-06
Change subtypes_require to handle class fields correctly
Tim Chevalier
-5
/
+2
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
/
+15
2012-06-06
Revert "Revert "Merge pull request #2516 from mozilla/incoming" due to failures"
Tim Chevalier
-114
/
+79
2012-06-06
syntax: More grammatical error message
Lindsey Kuper
-4
/
+7
2012-06-06
Merge branch 'master' into really-really-to-snap
Tim Chevalier
-0
/
+5
2012-06-06
rustc: Add comments about linking to libm
Brian Anderson
-1
/
+6
2012-06-06
fix link error
Jyun-Yan You
-1
/
+1
2012-06-06
Merge branch 'master' into really-really-to-snap
Tim Chevalier
-0
/
+113
2012-06-06
Register snapshots
Tim Chevalier
-0
/
+8
2012-06-06
Revert "core: Remove swappable. Unused" due to test failures
Patrick Walton
-0
/
+100
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
-98
/
+116
2012-06-06
Cargo: Added new source scheme, added sources CLI management, added source du...
Zack Corr
-189
/
+748
2012-06-05
In reachability, visit class ctors
Tim Chevalier
-0
/
+4
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
/
+15
2012-06-05
Get rid of spill_map and associated infrastructure.
Michael Sullivan
-63
/
+11
2012-06-05
Don't try to keep locals off of the stack. Closes #2408.
Michael Sullivan
-31
/
+3
2012-06-05
stdlib: Introduce ord and eq interfaces. Make std::sort::quick_sort3 use them...
Patrick Walton
-9
/
+44
2012-06-05
rustc: Fix some more cyclic imports
Patrick Walton
-11
/
+21
2012-06-05
Dereference classes with dtors only on a field access
Tim Chevalier
-14
/
+14
2012-06-05
Port remaining run-fail tests to use classes instead of resources
Tim Chevalier
-25
/
+47
2012-06-05
Allow classes with dtors to be used before declaration
Tim Chevalier
-17
/
+22
2012-06-05
test: Remove swappable-test
Brian Anderson
-13
/
+0
2012-06-05
core: Remove swappable. Unused
Brian Anderson
-100
/
+0
2012-06-05
rustc: Put uniques into addrspace 1
Brian Anderson
-8
/
+23
2012-06-05
Have "aborting due to previous errors" message show an error count
Lindsey Kuper
-2
/
+4
2012-06-05
rt: Unique allocations have -1 ref count
Brian Anderson
-0
/
+3
[prev]
[next]