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-09-16
switch Drop to `&mut self`
Daniel Micay
-4
/
+4
2013-09-15
debuginfo: Fix style nits for pull request.
Michael Woerister
-1
/
+0
2013-09-15
debuginfo: Support for recursive types.
Michael Woerister
-0
/
+4
2013-09-10
debuginfo: Wrapped namespace facilities of llvm::DIBuilder
Michael Woerister
-0
/
+8
2013-09-09
add `noalias` attribute to ~ return values
Daniel Micay
-0
/
+6
2013-09-04
debuginfo: Support for by-value arguments (still excluding some cases of self...
Michael Woerister
-0
/
+6
2013-09-04
debuginfo: Support for variables captured in closures and closure type descri...
Michael Woerister
-0
/
+19
2013-08-30
Tweak pass management and add some more options
Alex Crichton
-4
/
+2
2013-08-26
Rewrite pass management with LLVM
Alex Crichton
-44
/
+77
2013-08-20
auto merge of #8328 : alexcrichton/rust/llvm-head, r=brson
bors
-23
/
+4
2013-08-20
Fix LLVM compilation issues and use the new attrs
Alex Crichton
-23
/
+4
2013-08-19
Add externfn macro and correctly label fixed_stack_segments
Niko Matsakis
-0
/
+4
2013-08-19
Issue #3678: Remove wrappers and call foreign functions directly
Niko Matsakis
-0
/
+5
2013-08-16
debuginfo: Generate template type parameters for generic functions.
Michael Woerister
-0
/
+10
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
[next]