| Age | Commit message (Expand) | Author | Lines |
| 2014-07-23 | Remove stray llvmdeps.rs | Brian Anderson | -64/+0 |
| 2014-07-14 | Move llvm bindings to their own crate | Brian Anderson | -1983/+64 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -3/+3 |
| 2014-06-28 | auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwalton | bors | -209/+209 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -209/+209 |
| 2014-06-26 | Remove unnecessary to_string calls | Piotr Jawniak | -1/+1 |
| 2014-06-12 | debuginfo: Fix issue with unique type IDs not being passed to LLVM for LLVM 3.4 | Michael Woerister | -0/+1 |
| 2014-06-05 | Fallout from the libcollections movement | Alex Crichton | -1/+1 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -3/+3 |
| 2014-05-30 | librustc: Fix snake case errors. | Kevin Butler | -1/+2 |
| 2014-05-28 | std: Remove format_strbuf!() | Alex Crichton | -1/+1 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -4/+4 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -5/+5 |
| 2014-05-23 | librustc: Consolidate the attribute handling for tagging function arguments a... | Luqman Aden | -18/+36 |
| 2014-05-22 | Update to LLVM head and mark various ptrs as nonnull. | Luqman Aden | -0/+3 |
| 2014-05-15 | Add a crate for missing stubs from libcore | Alex Crichton | -2/+4 |
| 2014-05-13 | rustllvm: Add LLVMRustArrayType | klutzy | -2/+1 |
| 2014-05-12 | librustc: Remove all uses of `~str` from librustc. | Patrick Walton | -9/+10 |
| 2014-04-29 | rustc: Enable -f{function,data}-sections | Alex Crichton | -1/+3 |
| 2014-04-22 | rustc: de-@ llvm. | Eduard Burtescu | -39/+12 |
| 2014-04-19 | rustc: Ensure closures are "split-stack" | Alex Crichton | -0/+1 |
| 2014-04-17 | Upgrade LLVM | Alex Crichton | -2/+4 |
| 2014-04-04 | Fix fallout from std::libc separation | Corey Richardson | -2/+2 |
| 2014-04-03 | rustc: Stop using LLVMGetSectionName | Alex Crichton | -2/+3 |
| 2014-04-01 | lib: llvm: remove dead code | Corey Richardson | -36/+1 |
| 2014-03-31 | rustc: Switch field privacy as necessary | Alex Crichton | -7/+7 |
| 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 |