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-21
Remove some singleton vector appends.
Eric Holk
-16
/
+16
2012-06-21
Remove some commented out code so the pretty printer doesn't get confused.
Eric Holk
-2
/
+0
2012-06-21
Updating errors in vec-add.rs
Eric Holk
-19
/
+29
2012-06-21
Fixed another performance issue
Eric Holk
-1
/
+1
2012-06-21
Library vecs are fast now.
Eric Holk
-16
/
+40
2012-06-21
Move vector addition out of trans and into libcore.
Eric Holk
-247
/
+172
2012-06-21
Generate a temporary for assign_ops. Issue #2581
Eric Holk
-2
/
+86
2012-06-21
Add and xfail test for 2101
Tim Chevalier
-0
/
+20
2012-06-21
Remove unneeded field
Tim Chevalier
-5
/
+1
2012-06-21
Remove unneeded SHAPE_VEC const
Tim Chevalier
-3
/
+0
2012-06-21
Comments only: annotate FIXMEs
Tim Chevalier
-14
/
+15
2012-06-21
Try removing code marked with "I don't think this is necessary"
Tim Chevalier
-15
/
+1
2012-06-21
Add test for issue 2214
Tim Chevalier
-0
/
+18
2012-06-21
Test for issue 1896 (which appears to be fixed)
Tim Chevalier
-0
/
+8
2012-06-21
core: Remove resolved FIXME around port destruction
Brian Anderson
-2
/
+0
2012-06-21
A test to exercise suffix inference for unary minus a little more.
Lindsey Kuper
-0
/
+43
2012-06-21
Consolidate "make sure types are the same" fns. Issue #2644.
Lindsey Kuper
-42
/
+21
2012-06-21
Rename upcall_malloc_dyn to just upcall_malloc.
Michael Sullivan
-88
/
+48
2012-06-21
unxfail test for #2657
Niko Matsakis
-6
/
+1
2012-06-21
Issue #2657: track mutability of bindings, also prevent move from bindings
Niko Matsakis
-8
/
+50
2012-06-21
Comment only: annotate FIXME
Tim Chevalier
-1
/
+1
2012-06-21
Comments only: annotate FIXMEs in cargo
Tim Chevalier
-4
/
+5
2012-06-21
handle moves in let initializers and allow moves from unsafe ptrs
Niko Matsakis
-0
/
+57
2012-06-20
Fix typo in Windows snapshot hash
Tim Chevalier
-1
/
+1
2012-06-20
Apparently an extra space in the snapshot file breaks Windows completely?
Tim Chevalier
-1
/
+1
2012-06-20
Register snapshots
Tim Chevalier
-0
/
+8
2012-06-20
Change core::comm to use classes instead of resources
Tim Chevalier
-21
/
+30
2012-06-20
Make trans give correct types to monomorphic dtors
Tim Chevalier
-13
/
+41
2012-06-20
Don't shadow a class name with a local
Tim Chevalier
-5
/
+5
2012-06-20
Fix resolve bug that made nested classes not work
Tim Chevalier
-17
/
+31
2012-06-20
Monomorphize dtors correctly
Tim Chevalier
-21
/
+41
2012-06-20
Comments only: typos
Tim Chevalier
-3
/
+3
2012-06-20
Change map::get to map::find in ppaux
Tim Chevalier
-3
/
+3
2012-06-20
Don't consider loops to be breaking if they contain inner loops that break
Tim Chevalier
-9
/
+23
2012-06-20
Change error to debug
Tim Chevalier
-2
/
+1
2012-06-20
Remove obsolete comment.
Lindsey Kuper
-4
/
+0
2012-06-20
doc: add information about suffix inference to tutorial and manual.
Lindsey Kuper
-0
/
+22
2012-06-20
Remove bind. Issue #2189
Brian Anderson
-749
/
+383
2012-06-20
Fix a test I messed up.
Michael Sullivan
-1
/
+2
2012-06-20
Register snapshots
Brian Anderson
-0
/
+8
2012-06-20
Don't allow + for evecs/estrs. It isn't implemented, and we are moving vec + ...
Michael Sullivan
-2
/
+2
2012-06-20
Repair the formatting of the table in is_binopable.
Michael Sullivan
-12
/
+9
2012-06-20
Test for #2242 (xfailed for now)
Tim Chevalier
-0
/
+46
2012-06-20
Call the correct type formatting function for more typecheck diagnostics. Clo...
Michael Sullivan
-10
/
+14
2012-06-20
Don't force resolution of integral type vars in unary minus exprs
Lindsey Kuper
-5
/
+12
2012-06-20
Use an unambiguous abbreviation for "operand" :)
Lindsey Kuper
-25
/
+25
2012-06-20
Add comments explaining integral type variables; fix typos
Lindsey Kuper
-1
/
+23
2012-06-20
Don't reverse all the arguments to span_lint for lint checking passes.
Michael Sullivan
-7
/
+7
2012-06-19
two more tests for method autoderef
Niko Matsakis
-0
/
+16
2012-06-19
support autoderef on method calls
Niko Matsakis
-170
/
+241
[prev]
[next]