summary refs log tree commit diff
path: root/src/librustc_trans
AgeCommit message (Expand)AuthorLines
2015-06-17Clear cached landing pads before generating a call.Eli Friedman-0/+7
2015-06-17std: Stabilize a number of new fs featuresAlex Crichton-1/+0
2015-05-15commentsNick Cameron-6/+20
2015-05-14save-analysis: fix a bracket counting bugNick Cameron-14/+11
2015-05-14save-analysis: start factoring out an APINick Cameron-69/+129
2015-05-14Extract PathCollectorNick Cameron-56/+68
2015-05-14move out function dataNick Cameron-7/+57
2015-05-14Use the new-style API for external crate listingsNick Cameron-15/+45
2015-05-14save-analysis: move csv dumping stuff to its own module and renameNick Cameron-1510/+1540
2015-05-13Auto merge of #25333 - GSam:master, r=nrcbors-4/+4
2015-05-13RebasingNick Cameron-5/+7
2015-05-13Fix a bunch of bugsNick Cameron-32/+47
2015-05-13eddyb's changes for DST coercionsNick Cameron-64/+166
2015-05-13Record correct span for static mut itemsGarming Sam-4/+4
2015-05-11Auto merge of #25085 - carols10cents:remove-old-tilde, r=steveklabnikbors-25/+23
2015-05-09Squeeze the last bits of `task`s in documentation in favor of `thread`Barosl Lee-4/+4
2015-05-07Rollup merge of #25160 - michaelwu:remove-schedule_free_slice, r=cmrSteve Klabnik-60/+0
2015-05-07Auto merge of #24964 - tamird:cleanup-bitflags, r=alexcrichtonbors-54/+54
2015-05-06Remove schedule_free_sliceMichael Wu-60/+0
2015-05-05Don't repeat `Attribute` in the const namesTamir Duberstein-53/+53
2015-05-05Use `empty()` instead of a special constTamir Duberstein-1/+1
2015-05-06Auto merge of #25134 - alexcrichton:fix-issue-25072-for-realsies, r=brsonbors-27/+2
2015-05-05rustc: Fix more verbatim paths leaking to gccAlex Crichton-27/+2
2015-05-04Remove an obsolete example in a commentCarol Nichols-1/+1
2015-05-04Use the lowercase version of the box syntaxCarol Nichols-2/+2
2015-05-04rustc_trans: Fix another windows verbatim pathAlex Crichton-1/+1
2015-05-03Update debuginfo metadata to use Box instead of ~Carol Nichols-19/+17
2015-05-03Update old uses of ~ in comments and debugging statementsCarol Nichols-6/+6
2015-05-03librustc_trans: Handle DST structs in trans::_match.Luqman Aden-2/+33
2015-05-01Auto merge of #24778 - nagisa:managed-removal, r=huonwbors-4/+0
2015-05-01Remove ManagedSimonas Kazlauskas-4/+0
2015-04-30Stop using Rc in TraitRef and TraitDefAriel Ben-Yehuda-7/+5
2015-04-29rollup merge of #24921: tamird/bitflags-associated-constAlex Crichton-69/+79
2015-04-29rollup merge of #24930: nrc/save-fnAlex Crichton-2/+4
2015-04-29rollup merge of #24917: zecozephyr/nullptroptAlex Crichton-0/+16
2015-04-29rollup merge of #24903: pnkfelix/fsk-enum-swapindropAlex Crichton-10/+10
2015-04-29rollup merge of #24886: GBGamer/masterAlex Crichton-0/+9
2015-04-29rollup merge of #24833: tari/rfc888Alex Crichton-7/+12
2015-04-29rollup merge of #24762: nrc/mod-debug-2Alex Crichton-2672/+2862
2015-04-29rollup merge of #24711: alexcrichton/fs2.1Alex Crichton-7/+33
2015-04-29FalloutTamir Duberstein-69/+79
2015-04-29save-analysis: fix impl functionsNick Cameron-2/+4
2015-04-29Reviewer changesNick Cameron-2486/+2454
2015-04-29Tidy upNick Cameron-43/+46
2015-04-29debuginfo: extract adt.rsNick Cameron-804/+841
2015-04-29debuginfo: extract metadata.rsNick Cameron-568/+604
2015-04-29debuginfo: extract types.rsNick Cameron-213/+233
2015-04-29debuginfo: extract namespace.rsNick Cameron-117/+139
2015-04-29debuginfo: extract create.rsNick Cameron-96/+129
2015-04-29debuginfo: extract utils.rsNick Cameron-563/+589