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
/
comp
/
lib
Age
Commit message (
Expand
)
Author
Lines
2011-10-12
reimplement some of the unsafe stuff which got lost
Niko Matsakis
-2
/
+2
2011-10-12
remove unsafe tags
Niko Matsakis
-12
/
+12
2011-10-12
continue to annotate functions as unsafe where neccessary
Niko Matsakis
-14
/
+12
2011-10-12
add unsafe tags into various points in the translation chains
Niko Matsakis
-3
/
+9
2011-10-07
Parse and typecheck by-value and by-ref arg specs
Marijn Haverbeke
-2
/
+2
2011-09-30
rustc: Call LLVM on the C stack
Patrick Walton
-1
/
+1
2011-09-30
rustc: Stub a --stack-growth option; it's behind a flag for now because it re...
Patrick Walton
-2
/
+2
2011-09-20
Remove some bogus white-space from llvm.rs
Marijn Haverbeke
-50
/
+2
2011-09-12
Factor imports mindlessly.
Graydon Hoare
-23
/
+6
2011-09-12
Merge branch 'unwind'
Brian Anderson
-0
/
+9
2011-09-12
Pretty-print for new arg-mode syntax
Marijn Haverbeke
-10
/
+13
2011-09-12
Reformat for new mode syntax, step 1
Marijn Haverbeke
-17
/
+28
2011-09-11
Add Rust definitions for new LLVM EH instructions
Brian Anderson
-0
/
+9
2011-09-02
Reformat. Issue #855
Brian Anderson
-48
/
+44
2011-09-01
Convert all uses of #ifmt to #fmt. Issue #855
Brian Anderson
-1
/
+1
2011-09-01
Rename std::istr to std::str. Issue #855
Brian Anderson
-3
/
+3
2011-08-31
Convert uses of #fmt to #ifmt. Issue #855
Brian Anderson
-1
/
+1
2011-08-27
Convert the rest of rustc::lib::llvm to istrs. Issue #855
Brian Anderson
-36
/
+37
2011-08-27
Convert rustc::lib::llvm to istr::sbufs. Issue #855
Brian Anderson
-3
/
+4
2011-08-27
Convert std::map::new_str_hash to istrs. Issue #855
Brian Anderson
-5
/
+9
2011-08-27
Convert std::int to istrs. Issue #855
Brian Anderson
-2
/
+4
2011-08-24
Move to a more lightweight builder system
Marijn Haverbeke
-519
/
+0
2011-08-20
Reformat
Brian Anderson
-40
/
+45
2011-08-18
Remove or _-prefix all unused function arguments
Marijn Haverbeke
-1
/
+1
2011-08-16
Port the compiler to the expr foo::<T> syntax.
Erick Tryzelaar
-7
/
+7
2011-08-16
Port the compiler to the typaram foo<T> syntax.
Erick Tryzelaar
-4
/
+4
2011-08-16
Rename std::ivec to std::vec
Brian Anderson
-25
/
+25
2011-08-15
The wonky for...in... whitespace was bothering me. Sorry!
Lindsey Kuper
-2
/
+2
2011-08-11
Use the new C API for PassManagerBuilder.
Rafael Ávila de Espíndola
-7
/
+24
2011-08-11
Update for llvm api change.
Rafael Ávila de Espíndola
-7
/
+0
2011-08-09
Port the compiler to the ivec type [T] syntax.
Erick Tryzelaar
-16
/
+16
2011-07-29
Replace obj dtors with resources in stdlib and rustc
Marijn Haverbeke
-21
/
+28
2011-07-27
Re-format some obj dtors that were messed up by the pretty-printer
Marijn Haverbeke
-8
/
+8
2011-07-27
Fix damage done by the pretty-printer
Marijn Haverbeke
-4
/
+3
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-875
/
+867
2011-07-22
Remove typechecker work-arounds now that I know how
Marijn Haverbeke
-1
/
+1
2011-07-22
Rewrite trans_cast, float->float and float->int casts
Marijn Haverbeke
-0
/
+10
2011-07-18
Support x86 stdcall convention
Brian Anderson
-0
/
+9
2011-07-14
Move rustc to the new llvm type system. Requires an update to llvm trunk.
Rafael Ávila de Espíndola
-26
/
+8
2011-07-13
Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.
Graydon Hoare
-3
/
+3
2011-07-07
rustc: Make trans use interior vectors
Patrick Walton
-92
/
+71
2011-07-06
Remove temporary stdlib placeholders, use actual stdlib functions
Marijn Haverbeke
-4
/
+3
2011-07-05
Move everything syntax-related to syntax/, break deps on rest of compiler
Marijn Haverbeke
-3
/
+3
2011-07-04
Use metadata to avoid always passing -Lrustllvm to the linker.
Rafael Ávila de Espíndola
-0
/
+1
2011-07-02
Add a function that determines whether the block is terminated
Tim Chevalier
-0
/
+4
2011-06-30
Support type parameters in resources
Marijn Haverbeke
-0
/
+7
2011-06-22
Use fast regalloc and codegen at OptLevel=0.
Rafael Ávila de Espíndola
-1
/
+1
2011-06-20
Remove the old library names. These were unused since rustboot.
Rafael Ávila de Espíndola
-4
/
+1
2011-06-08
Update rust to build with newer llvm versions.
Rafael Ávila de Espíndola
-1
/
+1
2011-05-27
Lots of comments, and some more descriptive names.
Lindsey Kuper
-1
/
+7
[next]