about summary refs log tree commit diff
path: root/src/comp/back/link.rs
AgeCommit message (Expand)AuthorLines
2011-06-19Revert previous 6 commits. Hopefully put out Windows fire.Brian Anderson-3/+3
2011-06-19rustc: Rename session.span_err -> span_fatal, err -> fatalBrian Anderson-3/+3
2011-06-18rustc: Remove the meta keywordBrian Anderson-21/+1
2011-06-18Replace unexported meta tags with attributesBrian Anderson-0/+2
2011-06-17rustc: Support both meta tags and attributes for crate metadataBrian Anderson-0/+4
2011-06-16Reformat a bunch of recent churn.Graydon Hoare-0/+1
2011-06-15Just some typo fixes.Lindsey Kuper-3/+3
2011-06-15Reformat source tree (minus a couple tests that are still grumpy).Graydon Hoare-136/+84
2011-06-10Encode meta tags in the crate and start sketching enhanced logic for resolvin...Graydon Hoare-13/+31
2011-06-09Revert "Encode meta tags in the crate and start sketching enhanced logic for ...Patrick Walton-31/+13
2011-06-09Encode meta tags in the crate and start sketching enhanced logic for resolvin...Graydon Hoare-13/+31
2011-06-09Further support for predicate constraintsTim Chevalier-1/+1
2011-06-09Some more workarounds to please the alias checkerMarijn Haverbeke-1/+2
2011-06-08Update rust to build with newer llvm versions.Rafael Ávila de Espíndola-1/+0
2011-06-07More work on proper linkage name-mangling. Almost right, aside from version n...Graydon Hoare-2/+244
2011-05-26Fix typo in error messageTim Chevalier-2/+2
2011-05-23rustc: Run the llvm verifier pass before optimization. Closes #376Brian Anderson-0/+4
2011-05-19OptLevel changes. Accepts levels 0 to 3 only. '-O' is synonym for --OptLevel=2.Graydon Hoare-11/+15
2011-05-18rustc: Fix output name of optimized glue when --save-temps is onPatrick Walton-1/+1
2011-05-17Finally rename std::_xxx to std::xxxMarijn Haverbeke-15/+15
2011-05-16Replace --bitcode with the canonical --emit-llvmKelly Wilson-3/+3
2011-05-16Add automatic exe generation capabilities. Add --bitcode flag to generate onl...Kelly Wilson-22/+40
2011-05-14rustc: Dispose intrinsics memory bufferBrian Anderson-0/+2
2011-05-14rustc: Dispose the intrinsics LLVMModuleRefBrian Anderson-1/+4
2011-05-13rustc: lowercase the link and link::write modulesBrian Anderson-0/+189