summary refs log tree commit diff
path: root/src/librustc/back/link.rs
AgeCommit message (Expand)AuthorLines
2013-03-29Add AbiSet and integrate it into the AST.Niko Matsakis-1/+1
2013-03-28Removing unused importsAlex Crichton-5/+5
2013-03-26rustc: Remove uses of oldmap::HashMapAlex Crichton-1/+1
2013-03-22rustc: replace uses of old deriving attribute with new oneAndrew Paseltiner-1/+1
2013-03-21back-renamed slice_DBG_BRWD, slice_V_DBG_BRWD -> slice, slice_DBG_UNIQ -> sli...Marvin Löbel-1/+1
2013-03-21renamed str::view -> slice_DBG_BRWDMarvin Löbel-1/+1
2013-03-20auto merge of #5455 : pcwalton/rust/framework, r=catamorphismbors-5/+1
2013-03-20auto merge of #5447 : erickt/rust/incoming, r=graydonbors-1/+1
2013-03-20librustc: Fix bug preventing `-framework Foo` from working cross-crate.Patrick Walton-5/+1
2013-03-20core: add str::each{,i}_reverseErick Tryzelaar-1/+1
2013-03-20auto merge of #5443 : alexcrichton/rust/less-bad-copy, r=catamorphismbors-4/+4
2013-03-20rustc: Remove some bad copies throughoutAlex Crichton-4/+4
2013-03-19Use NDK for building android target objectsILyoan-9/+41
2013-03-13Remove `++` mode from the compiler (it is parsed as `+` mode)Niko Matsakis-2/+2
2013-03-13auto merge of #5293 : brson/rust/logging, r=brsonbors-1/+1
2013-03-11Remove uses of logBrian Anderson-1/+1
2013-03-12Avoid propagating link_arg values that are unlikely to be resolveable under a...Josh Matthews-1/+5
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-1/+1
2013-03-07librustc: Add #[link_args] to metadataPatrick Walton-1/+9
2013-03-07librustc: Remove "extern mod { ... }" from librustc, librustdoc, and tests. r...Patrick Walton-4/+6
2013-03-06Merge remote-tracking branch 'brson/cross7'Brian Anderson-7/+12
2013-03-06Fix bug in coherence that causes all cross-crate impls to be regarded asNiko Matsakis-0/+1
2013-03-05mk: --android-cross-path to rustcYoung-il Choi-7/+12
2013-03-04Remove unused imports throughout src/Alex Crichton-7/+0
2013-03-02librustc: Forbid chained imports and fix the logic for one-level renaming imp...Patrick Walton-4/+3
2013-02-26Add a 'start' lang item and use it instead of rust_startBrian Anderson-3/+3
2013-02-20librustc: tidyLuqman Aden-1/+3
2013-02-20librustc: Get rid of structural records save for front/test.rs.Luqman Aden-21/+34
2013-02-19librustc: change driver::session::Session::str_of to return @~strErick Tryzelaar-1/+1
2013-02-19convert ast::meta_items to take @~strsErick Tryzelaar-6/+6
2013-02-19convert syntax::attr to use @~strsErick Tryzelaar-2/+2
2013-02-19Change functions from taking ~str to taking &strErick Tryzelaar-6/+6
2013-02-17syntax: Implement recursive sorting of meta items. Closes #607Zack Corr-5/+11
2013-02-15librustc: Get rid of `move`.Luqman Aden-4/+4
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-1/+1
2013-02-07librustc: Lots of de-muting. rs=demutingPatrick Walton-4/+4
2013-02-05oldmap: use &K instead of K in find and getPatrick Walton-1/+1
2013-02-05Revert "oldmap: use &K instead of K in find and get"Graydon Hoare-1/+1
2013-02-03oldmap: use &K instead of K in find and getDaniel Micay-1/+1
2013-02-03rename map -> oldmap and mark it as deprecatedDaniel Micay-1/+1
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-1/+1
2013-01-29librustc: De-export back, lib, and util. rs=deexportingPatrick Walton-35/+29
2013-01-29librustc: De-export driver. rs=deexportPatrick Walton-15/+10
2013-01-23libsyntax: Remove `fn() unsafe { ... }`. r=graydonPatrick Walton-48/+54
2013-01-14syntax/rustc: Eliminate some bad copiesTim Chevalier-62/+62
2013-01-13Support ARM and Androidkyeongwoon-3/+14
2013-01-10librustc: Make all external functions unsafe. r=tjcPatrick Walton-164/+179
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-5/+17
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-17/+5
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-5/+17