index
:
rust
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
boot
/
llvm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch machine-type lexemes to use suffixes. Remove support for foo(bar) as a...
Graydon Hoare
2010-07-27
1
-3
/
+3
*
Calm some LLVM indigestion of last change.
Graydon Hoare
2010-07-27
1
-6
/
+6
*
Rename STMT_init_* to STMT_new_*; former name was confusing.
Graydon Hoare
2010-07-23
1
-2
/
+2
*
Re-classify some err / bug cases as unimpl. Ideally rustboot should never pro...
Graydon Hoare
2010-07-22
1
-4
/
+6
*
Fix simple generic type parameters in LLVM.
Jeffrey Yasskin
2010-07-23
2
-3
/
+28
*
Implement tuple access for LLVM.
Jeffrey Yasskin
2010-07-23
1
-20
/
+77
*
Make sure debug locations are propagated to every new block created by making
Jeffrey Yasskin
2010-07-22
1
-19
/
+47
*
Pick off the last LLVM-crasher from mbx's change.
Graydon Hoare
2010-07-20
1
-1
/
+4
*
Adjust llasm, llabi to be aware of changes to rust_task structure. Still not ...
Graydon Hoare
2010-07-20
2
-4
/
+18
*
Tidy up handling of unimplemented features. These are expected (if undesirabl...
Graydon Hoare
2010-07-20
1
-17
/
+25
*
Fix opeq.rs for LLVM by implementing simple augmented-assignment operators.
Jeffrey Yasskin
2010-07-20
1
-17
/
+31
*
Make the LLVM compiler crash when it hits a source construct it doesn't know
Jeffrey Yasskin
2010-07-20
1
-17
/
+34
*
Teach the LLVM backend to emit line number information.
Jeffrey Yasskin
2010-07-20
1
-27
/
+87
*
Fix argv.rs under the LLVM compiler.
Jeffrey Yasskin
2010-07-18
2
-9
/
+9
*
Clean up nomenclature in the Abi constants brigade. Purge magic GEP numbers ...
Roy Frostig
2010-07-16
1
-2
/
+2
*
Make mutability no longer a type constructor
Patrick Walton
2010-07-15
1
-3
/
+3
*
Wrap long line.
Graydon Hoare
2010-07-02
1
-11
/
+12
*
Return LLVM to at least being able to run hello world.
Graydon Hoare
2010-07-02
1
-1
/
+1
*
Correct overzealous bulk-edit to LLVM code.
Graydon Hoare
2010-07-01
1
-1
/
+1
*
Rename 'exterior' to 'box' and 'interior' to 'local' (at least wrt. slots; ke...
Graydon Hoare
2010-06-30
1
-6
/
+6
*
Update LLVM translation to match changes to slot and ty.
Graydon Hoare
2010-06-29
1
-16
/
+23
*
Move more of the GC logic into the runtime.
Graydon Hoare
2010-06-28
1
-1
/
+1
*
Emit gc glue and rearrange crate glue offsets slightly to have a regular order.
Graydon Hoare
2010-06-25
2
-4
/
+6
*
Add fmt module, move out some common format helpers, add instruction-selectio...
Graydon Hoare
2010-06-24
1
-1
/
+1
*
Populate tree.
Graydon Hoare
2010-06-23
5
-0
/
+1331