about summary refs log tree commit diff
path: root/src/librustc/lib
AgeCommit message (Expand)AuthorLines
2014-07-23Remove stray llvmdeps.rsBrian Anderson-64/+0
2014-07-14Move llvm bindings to their own crateBrian Anderson-1983/+64
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-3/+3
2014-06-28auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwaltonbors-209/+209
2014-06-28Rename all raw pointers as necessaryAlex Crichton-209/+209
2014-06-26Remove unnecessary to_string callsPiotr Jawniak-1/+1
2014-06-12debuginfo: Fix issue with unique type IDs not being passed to LLVM for LLVM 3.4Michael Woerister-0/+1
2014-06-05Fallout from the libcollections movementAlex Crichton-1/+1
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-3/+3
2014-05-30librustc: Fix snake case errors.Kevin Butler-1/+2
2014-05-28std: Remove format_strbuf!()Alex Crichton-1/+1
2014-05-27std: Rename strbuf operations to stringRicho Healey-4/+4
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-5/+5
2014-05-23librustc: Consolidate the attribute handling for tagging function arguments a...Luqman Aden-18/+36
2014-05-22Update to LLVM head and mark various ptrs as nonnull.Luqman Aden-0/+3
2014-05-15Add a crate for missing stubs from libcoreAlex Crichton-2/+4
2014-05-13rustllvm: Add LLVMRustArrayTypeklutzy-2/+1
2014-05-12librustc: Remove all uses of `~str` from librustc.Patrick Walton-9/+10
2014-04-29rustc: Enable -f{function,data}-sectionsAlex Crichton-1/+3
2014-04-22rustc: de-@ llvm.Eduard Burtescu-39/+12
2014-04-19rustc: Ensure closures are "split-stack"Alex Crichton-0/+1
2014-04-17Upgrade LLVMAlex Crichton-2/+4
2014-04-04Fix fallout from std::libc separationCorey Richardson-2/+2
2014-04-03rustc: Stop using LLVMGetSectionNameAlex Crichton-2/+3
2014-04-01lib: llvm: remove dead codeCorey Richardson-36/+1
2014-03-31rustc: Switch field privacy as necessaryAlex Crichton-7/+7
2014-03-30Removed deprecated functions `map` and `flat_map` for vectors and slices.Marvin Löbel-1/+1
2014-03-29auto merge of #13143 : gentlefolk/rust/issue-9227, r=michaelwoeristerbors-0/+13
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-2/+2
2014-03-27Initial support for emitting DWARF for static vars.gentlefolk-0/+13
2014-03-22rustc: Fix fallout of removing get()Alex Crichton-4/+2
2014-03-18rustc: remove obsolete linkage typesBen Noordhuis-4/+4
2014-03-18rustc: remove linker_private/linker_private_weakBen Noordhuis-2/+0
2014-03-05rustc: Fix support for LLVM 3.3Alex Crichton-0/+1
2014-03-04Rename struct fields with uppercase characters in their names to use lowercasePalmer Cox-9/+9
2014-03-04Rename all variables that have uppercase characters in their names to use onl...Palmer Cox-20/+20
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-1/+1
2014-02-21Changed NonCamelCaseTypes lint to warn by defaultmr.Shu-0/+1
2014-01-29auto merge of #11853 : alexcrichton/rust/up-llvm, r=brsonbors-0/+2
2014-01-29Upgrade LLVMAlex Crichton-0/+2
2014-01-29auto merge of #11879 : thestinger/rust/frame-pointer, r=alexcrichtonbors-1/+2
2014-01-29enable fp-elim when debug info is disabledDaniel Micay-1/+2
2014-01-28Add appropriate LLVM module flags for debug info.comex-0/+5
2014-01-22libc: switch `free` to the proper signatureDaniel Micay-2/+2
2014-01-15Issue #3511 - Rationalize temporary lifetimes.Niko Matsakis-2/+5
2014-01-03auto merge of #11262 : alexcrichton/rust/issue-11259, r=pcwaltonbors-1/+1
2014-01-02auto merge of #11274 : michaelwoerister/rust/issue11083, r=pcwaltonbors-1/+2
2014-01-02debuginfo: Fix issue #11083 and some minor clean up.Michael Woerister-1/+2
2014-01-01Fix usage of rustc --ls on invalid filesAlex Crichton-1/+1
2013-12-31auto merge of #11187 : alexcrichton/rust/once, r=brsonbors-2/+3