| Age | Commit message (Expand) | Author | Lines |
| 2014-01-03 | auto merge of #11262 : alexcrichton/rust/issue-11259, r=pcwalton | bors | -1/+1 |
| 2014-01-02 | auto merge of #11274 : michaelwoerister/rust/issue11083, r=pcwalton | bors | -1/+2 |
| 2014-01-02 | debuginfo: Fix issue #11083 and some minor clean up. | Michael Woerister | -1/+2 |
| 2014-01-01 | Fix usage of rustc --ls on invalid files | Alex Crichton | -1/+1 |
| 2013-12-31 | auto merge of #11187 : alexcrichton/rust/once, r=brson | bors | -2/+3 |
| 2013-12-31 | Convert relevant static mutexes to Once | Alex Crichton | -2/+3 |
| 2013-12-31 | Implement volatile_load and volatile_store intrinsics. | Peter Zotov | -0/+4 |
| 2013-12-26 | librustc: De-`&mut` `TypeNames` | Patrick Walton | -5/+8 |
| 2013-12-26 | librustc: Remove unused `TypeNames::type_names` table | Patrick Walton | -3/+0 |
| 2013-12-26 | librustc: Remove unused `TypeNames::find_name` function | Patrick Walton | -7/+0 |
| 2013-12-24 | Stop using C++ exceptions for stack unwinding. | Vadim Chugunov | -1/+0 |
| 2013-12-19 | rustc: Optimize reading metadata by 4x | Alex Crichton | -1/+8 |
| 2013-12-11 | Disable all unwinding on -Z no-landing-pads LTO | Alex Crichton | -0/+1 |
| 2013-12-09 | Implement LTO | Alex Crichton | -0/+11 |
| 2013-12-06 | Link rustllvm statically, and distribute a static snapshot | Alex Crichton | -1/+12 |
| 2013-12-05 | Update LLVM and jettison jit support | Alex Crichton | -12/+0 |
| 2013-12-03 | Register new snapshots | Alex Crichton | -6/+0 |
| 2013-11-29 | Add generation of static libraries to rustc | Alex Crichton | -27/+37 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -37/+0 |
| 2013-11-27 | auto merge of #10684 : jld/rust/unstruct-unhack-typekind, r=alexcrichton | bors | -0/+40 |
| 2013-11-26 | Remove enum struct return workaround from LLVM bindings. | Jed Davis | -0/+40 |
| 2013-11-26 | auto merge of #10312 : thestinger/rust/thread_local, r=alexcritchton | bors | -0/+6 |
| 2013-11-26 | add `#[thread_local]` attribute | Daniel Micay | -0/+6 |
| 2013-11-26 | librustc: Remove non-procedure uses of `do` from librustc, librustdoc, | Patrick Walton | -2/+2 |
| 2013-11-18 | Add Win64 calling convention. | Eric Holk | -0/+1 |
| 2013-11-11 | Remove #[fixed_stack_segment] and #[rust_stack] | Alex Crichton | -3/+0 |
| 2013-11-04 | libsyntax/librustc: Allow calling variadic foreign functions. | Luqman Aden | -0/+1 |
| 2013-11-02 | Statically link libuv to librustuv | Alex Crichton | -2/+1 |
| 2013-10-29 | Add repr attributes in various places that need them. | Jed Davis | -0/+6 |
| 2013-10-28 | add support for the `cold` function attribute | Daniel Micay | -0/+2 |
| 2013-10-14 | Removing ccdecl | Steve Klabnik | -1/+1 |
| 2013-10-14 | Remove unused abi attributes. | Steve Klabnik | -2/+1 |
| 2013-10-11 | have LLVM print type strings for us | Daniel Micay | -59/+8 |
| 2013-10-09 | option: rewrite the API to use composition | Daniel Micay | -1/+1 |
| 2013-10-08 | rm useless fast_ffi attributes | Daniel Micay | -457/+0 |
| 2013-10-08 | debuginfo: Unified namespace generation approach for crate-local and external... | Michael Woerister | -1/+2 |
| 2013-10-02 | auto merge of #9638 : pnkfelix/rust/fsk-issue7526-attempt-to-catch-nonuc-stat... | bors | -0/+1 |
| 2013-10-01 | auto merge of #9599 : alexcrichton/rust/less-fmt, r=huonw | bors | -7/+7 |
| 2013-09-30 | rustc: Remove usage of fmt! | Alex Crichton | -7/+7 |
| 2013-10-01 | add -Z soft-float option | Jyun-Yan You | -1/+2 |
| 2013-10-01 | Add new lint: non_uppercase_pattern_statics, for #7526. | Felix S. Klock II | -0/+1 |
| 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 |