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
2012-03-02
Move src/comp to src/rustc
Graydon Hoare
-1113
/
+0
2012-02-28
libcore: Remove vec::to_ptr in favor of vec::unsafe::to_ptr. Closes #1829.
Patrick Walton
-3
/
+3
2012-02-09
Remove some pointless imports
Marijn Haverbeke
-1
/
+0
2012-02-01
Get rid of native types in LLVM module
Marijn Haverbeke
-134
/
+146
2012-01-31
Change option::t to option
Tim Chevalier
-3
/
+3
2012-01-29
rustc: Add a missing llvm linkage type
Brian Anderson
-0
/
+1
2012-01-29
rustc: Add some missing llvm defs. Fix comments
Brian Anderson
-3
/
+5
2012-01-21
issue #1352: change param order on vec::init_elt, putting block in final posi...
Graham Fawcett
-4
/
+4
2012-01-19
rustc: "tag" -> "enum"
Patrick Walton
-1
/
+1
2012-01-19
Use ctypes in native function declarations
Haitao Li
-105
/
+114
2012-01-14
Fix up LLVM type stringification to correspond to Core.h
Josh Matthews
-12
/
+13
2012-01-13
llvm: Switch back to LLVM trunk
Brian Anderson
-1
/
+1
2012-01-13
Remove all remaining uses of objs from the compiler
Marijn Haverbeke
-25
/
+17
2012-01-03
More work on translating dictionary-passing
Marijn Haverbeke
-1
/
+2
2011-12-22
Register snapshots and switch logging over to use of log_full or #error / #de...
Graydon Hoare
-1
/
+1
2011-12-18
Add debug info for local vars, basic fundamental types, and lexical blocks, a...
Josh Matthews
-0
/
+2
2011-12-18
Generate basic debug info for files, functions and compile units.
Josh Matthews
-0
/
+3
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-4
/
+4
2011-12-04
Upgrade LLVM to svn revision 145779
Brian Anderson
-6
/
+2
2011-11-25
rustc: Fall back to intrinsics.ll if we can't parse the bc
Brian Anderson
-0
/
+3
2011-11-17
remove compile-command from local variable blocks
Niko Matsakis
-1
/
+0
2011-11-16
wrap long line
Niko Matsakis
-2
/
+2
2011-11-16
temp workaround for failure to pass ulonglong successfully
Niko Matsakis
-1
/
+1
2011-11-16
Use attributes for native module ABI and link name
Haitao Li
-1
/
+3
2011-11-15
rustllvm: Add a GetOrInsertFunction wrapper
Haitao Li
-0
/
+2
2011-11-10
Cleanup unused imports
Haitao Li
-4
/
+2
2011-11-09
Rename "c-stack-cdecl" ABI to "cdecl"
Brian Anderson
-1
/
+1
2011-11-07
rustc: Add support of generating LLVM assembly
Haitao Li
-0
/
+3
2011-11-07
Fix a long line
Marijn Haverbeke
-1
/
+1
2011-11-07
llvm::mk_object_file should really return an option, since the underlying LLV...
Joshua Wise
-3
/
+4
2011-10-31
rustc: Enable segmented stacks in LLVM when --stack-growth is on
Patrick Walton
-0
/
+2
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
[next]