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
/
librustc
/
lib
Age
Commit message (
Expand
)
Author
Lines
2013-06-29
Great renaming: propagate throughout the rest of the codebase
Corey Richardson
-6
/
+5
2013-06-28
Add a depth counter to llvm::type_to_str to work around infinite llvm types.
Michael Sullivan
-6
/
+16
2013-06-28
Add Float to llvm::type_to_str.
Michael Sullivan
-0
/
+1
2013-06-25
Change finalize -> drop.
Luqman Aden
-4
/
+4
2013-06-22
Fix warnings in trans
James Miller
-2
/
+0
2013-06-22
Finish up Type refactoring
James Miller
-35
/
+12
2013-06-22
More Type refactorings
James Miller
-12
/
+0
2013-06-22
Start refacting LLVM Type handling
James Miller
-9
/
+14
2013-06-22
Change calls for TypeName stuff to methods
James Miller
-2
/
+9
2013-06-22
Methodize TypeNames
James Miller
-104
/
+64
2013-06-21
vec: rm old_iter implementations, except BaseIter
Daniel Micay
-1
/
+1
2013-06-21
librust: cleanup warnings (except 1)
James Miller
-3
/
+1
2013-06-19
rustc: Dispose of LLVM passes in test cases
Brian Anderson
-0
/
+3
2013-06-17
Fixed rebase fallout .
Vadim Chugunov
-2
/
+0
2013-06-17
Refactoring and tidy warnings cleanup.
Vadim Chugunov
-5
/
+6
2013-06-17
Fixed remaining issues to pass debug-test/* tests.
Vadim Chugunov
-0
/
+8
2013-06-17
Fixed compile warnings.
Vadim Chugunov
-4
/
+4
2013-06-17
Move "return" basic block after all other function blocks.
Vadim Chugunov
-0
/
+6
2013-06-17
Made the while DebugContext mutable, not just created_* hashes
Vadim Chugunov
-18
/
+25
2013-06-17
Use DIBuilder in debuginfo
Vadim Chugunov
-2
/
+183
2013-06-13
Don't run passes again on JIT code
Alex Crichton
-2
/
+0
2013-06-13
Revert "Revert "Have JIT execution take ownership of the LLVMContextRef""
Alex Crichton
-3
/
+11
2013-06-13
Revert "Revert "Remove all usage of the global LLVMContextRef""
Alex Crichton
-64
/
+7
2013-06-13
Revert "Remove all usage of the global LLVMContextRef"
Brian Anderson
-7
/
+64
2013-06-13
Revert "Have JIT execution take ownership of the LLVMContextRef"
Brian Anderson
-11
/
+3
2013-06-10
Have JIT execution take ownership of the LLVMContextRef
Alex Crichton
-3
/
+11
2013-06-10
Remove all usage of the global LLVMContextRef
Alex Crichton
-64
/
+7
2013-06-08
rm some uses of to_mut_unsafe_ptr
Daniel Micay
-2
/
+1
2013-05-30
Remove a bunch of unnecessary allocations and copies
Björn Steinbrink
-1
/
+1
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-0
/
+4
2013-05-29
Further refactor optimization pass handling
James Miller
-196
/
+6
2013-05-29
Refactor optimization pass handling.
James Miller
-1
/
+220
2013-05-28
Silence various warnings throughout test modules
Alex Crichton
-1
/
+1
2013-05-22
libextra: Rename the actual metadata names of libcore to libstd and libstd to...
Patrick Walton
-0
/
+2
2013-05-20
rustllvm: Use target alignment for atomic load/store
Brian Anderson
-2
/
+4
2013-05-19
Test fixes, use LLVMConstFCmp in ConstFCmp
Corey Richardson
-6
/
+6
2013-05-19
Fix LLVMConst{I,F}Cmp
Corey Richardson
-3
/
+12
2013-05-19
Implement unimplemented const binops
Corey Richardson
-0
/
+5
2013-05-17
Fix AtomicLoad builder code
James Miller
-0
/
+1
2013-05-14
Use static string with fail!() and remove fail!(fmt!())
Björn Steinbrink
-1
/
+1
2013-05-13
Tidy
Matthijs Hofstra
-1
/
+1
2013-05-12
Adds atomic_load, atomic_load_acq, atomic_store, and atomic_store_rel intrins...
Matthijs Hofstra
-4
/
+18
2013-05-08
librustc: Stop parsing modes and remove them entirely from the language
Patrick Walton
-6
/
+12
2013-05-02
Remove 'Local Variable' comments
Brendan Zabarauskas
-10
/
+0
2013-04-27
only use #[no_core] in libcore
Daniel Micay
-6
/
+0
2013-04-22
Choose target features
Seo Sanghyeon
-1
/
+2
2013-04-19
rustc: de-mode + fallout from libsyntax changes
Alex Crichton
-1
/
+1
2013-04-19
librustc: Implement fast-ffi and use it in various places
Patrick Walton
-2
/
+438
2013-04-17
rustc: Use an out pointer to return structs in x86 C ABI. #5347
Brian Anderson
-21
/
+20
2013-04-03
rename Linear{Map,Set} => Hash{Map,Set}
Daniel Micay
-5
/
+5
[next]