| Age | Commit message (Expand) | Author | Lines |
| 2014-03-30 | Removed deprecated functions `map` and `flat_map` for vectors and slices. | Marvin Löbel | -1/+1 |
| 2014-03-29 | auto merge of #13143 : gentlefolk/rust/issue-9227, r=michaelwoerister | bors | -0/+13 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -2/+2 |
| 2014-03-27 | Initial support for emitting DWARF for static vars. | gentlefolk | -0/+13 |
| 2014-03-22 | rustc: Fix fallout of removing get() | Alex Crichton | -4/+2 |
| 2014-03-18 | rustc: remove obsolete linkage types | Ben Noordhuis | -4/+4 |
| 2014-03-18 | rustc: remove linker_private/linker_private_weak | Ben Noordhuis | -2/+0 |
| 2014-03-05 | rustc: Fix support for LLVM 3.3 | Alex Crichton | -0/+1 |
| 2014-03-04 | Rename struct fields with uppercase characters in their names to use lowercase | Palmer Cox | -9/+9 |
| 2014-03-04 | Rename all variables that have uppercase characters in their names to use onl... | Palmer Cox | -20/+20 |
| 2014-02-23 | Move std::{trie, hashmap} to libcollections | Alex Crichton | -1/+1 |
| 2014-02-21 | Changed NonCamelCaseTypes lint to warn by default | mr.Shu | -0/+1 |
| 2014-01-29 | auto merge of #11853 : alexcrichton/rust/up-llvm, r=brson | bors | -0/+2 |
| 2014-01-29 | Upgrade LLVM | Alex Crichton | -0/+2 |
| 2014-01-29 | auto merge of #11879 : thestinger/rust/frame-pointer, r=alexcrichton | bors | -1/+2 |
| 2014-01-29 | enable fp-elim when debug info is disabled | Daniel Micay | -1/+2 |
| 2014-01-28 | Add appropriate LLVM module flags for debug info. | comex | -0/+5 |
| 2014-01-22 | libc: switch `free` to the proper signature | Daniel Micay | -2/+2 |
| 2014-01-15 | Issue #3511 - Rationalize temporary lifetimes. | Niko Matsakis | -2/+5 |
| 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 |