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
/
librustc
/
lib
Age
Commit message (
Expand
)
Author
Lines
2013-08-15
Add ToCStr method .with_c_str()
Kevin Ballard
-1
/
+1
2013-08-11
auto merge of #8410 : luqmana/rust/mcpu, r=sanxiyn
bors
-0
/
+1
2013-08-11
auto merge of #8421 : alexcrichton/rust/unnamed-addr, r=thestinger
bors
-0
/
+9
2013-08-10
rustc: Add --target-cpu flag to select a more specific processor instead of t...
Luqman Aden
-0
/
+1
2013-08-10
auto merge of #8270 : dotdash/rust/ret_alloca_elim, r=pcwalton
bors
-0
/
+2
2013-08-10
Elide unnecessary ret slot allocas
Björn Steinbrink
-0
/
+2
2013-08-09
Implement an `address_insignificant` attribute
Alex Crichton
-0
/
+9
2013-08-08
Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing...
Erick Tryzelaar
-1
/
+1
2013-08-07
core: option.map_consume -> option.map_move
Erick Tryzelaar
-1
/
+1
2013-08-04
Merge remote-tracking branch 'remotes/origin/master' into str-remove-null
Erick Tryzelaar
-30
/
+55
2013-08-04
std: replace str::as_c_str with std::c_str
Erick Tryzelaar
-2
/
+2
2013-08-04
Integrate new arm patch and fix an LLVM bug
Alex Crichton
-1
/
+3
2013-08-04
Add a workaround for 8199 for now
Alex Crichton
-0
/
+13
2013-08-04
Fix setting the fixed stack segment attribute on LLVM functions
Alex Crichton
-29
/
+38
2013-08-04
Fix build issues once LLVM has been upgraded
Alex Crichton
-1
/
+2
2013-08-02
librustc: Disallow "unsafe" for external functions
Patrick Walton
-1144
/
+1089
2013-07-28
Add an atomic fence intrinsic
James Miller
-0
/
+3
2013-07-23
std: move StrUtil::as_c_str into StrSlice
Erick Tryzelaar
-5
/
+3
2013-07-21
Avoid blocks for static allocas and loading the closure environment
Björn Steinbrink
-0
/
+2
2013-07-20
librustc: Remove `pub extern` and `priv extern` from the language.
Patrick Walton
-1
/
+1
2013-07-19
debuginfo: Cleaned up style issues for pull request.
Michael Woerister
-1
/
+1
2013-07-19
debuginfo: Support for tuple-style enums (WIP)
Michael Woerister
-1
/
+15
2013-07-19
debuginfo: Added support for c-style enums.
Michael Woerister
-2
/
+19
2013-07-19
debuginfo: Began refactoring of composite type handling.
Michael Woerister
-0
/
+8
2013-07-17
librustc: Remove all uses of "copy".
Patrick Walton
-0
/
+1
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
[prev]
[next]