about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2017-12-28CleanupMatt Peterson-5/+5
2017-12-28Add an entry in the unstable bookMatt Peterson-0/+14
2017-12-28Add feature gate macro_lifetime_matcherMatt Peterson-2/+56
2017-12-28CleanupMatt Peterson-4/+3
2017-12-28Fix testsMatt Peterson-9/+27
2017-12-28Fix build and add a macro lifetime labels testMatt Peterson-2/+44
2017-12-28replace parse_lifetime with expect_lifetimeMichael Hewson-2/+2
2017-12-28Resurrecting #33135Michael Hewson-7/+89
2017-12-28Auto merge of #46954 - davidalber:fix-contributor-covenant-link, r=alexcrichtonbors-1/+1
2017-12-28Auto merge of #47031 - topecongiro:issue-41719, r=jseyfriedbors-1/+27
2017-12-28Auto merge of #47013 - topecongiro:issue-46655, r=petrochenkovbors-108/+151
2017-12-28Auto merge of #47018 - malbarbo:armv4t, r=alexcrichtonbors-5/+38
2017-12-28Prefer to use attr::contains_name() and attr::find_by_name()Seiichi Uchida-29/+25
2017-12-28Auto merge of #47017 - topecongiro:issue-33469, r=estebankbors-1/+24
2017-12-27Auto merge of #47016 - malbarbo:dist-armv5te, r=alexcrichtonbors-1/+6
2017-12-27Auto merge of #47014 - topecongiro:fixed-ices, r=estebankbors-0/+192
2017-12-28Report an error when resolving non-ident macro path failedtopecongiro-1/+27
2017-12-27Auto merge of #46479 - bkchr:termination_trait, r=arielb1bors-113/+575
2017-12-27Auto merge of #47009 - eddyb:issue-46855, r=arielb1bors-3/+50
2017-12-27Auto merge of #47007 - eddyb:issue-46897, r=arielb1bors-6/+7
2017-12-27Auto merge of #46977 - est31:column_fix, r=dtolnaybors-12/+18
2017-12-27Auto merge of #46803 - estebank:non-ascii-def-span, r=petrochenkovbors-19/+11
2017-12-27Revert "New generated main returns void"Bastian Köcher-2/+2
2017-12-26Update compiler_builtinsMarco A L Barbosa-0/+0
2017-12-26Don't use `process::exit` as it is an `unreachable` on wasm32Bastian Köcher-16/+7
2017-12-26rustc: Switch `start_fn` to hidden visibilityAlex Crichton-4/+22
2017-12-26Auto merge of #46975 - matthewjasper:mir-moveck-asm, r=arielb1bors-4/+171
2017-12-26rustc: don't use union layouts for tagged union enums.Eduard-Mihai Burtescu-6/+7
2017-12-26rustc_trans: support ZST indexing involving uninhabited types.Eduard-Mihai Burtescu-3/+50
2017-12-26Auto merge of #46554 - kennytm:45861-step-4-5-6-7-upload-test-result-and-remo...bors-351/+444
2017-12-26Updating Contributor Covenant linksDavid Alber-1/+1
2017-12-27Clarify toolstate names. Move publish.py to a more convenient location.kennytm-12/+13
2017-12-27Update CONTRIBUTING.md now that toolstate.toml is gone.kennytm-21/+19
2017-12-27Revert "Add a file to trivially disable tool building or testing"kennytm-232/+56
2017-12-27Upload the toolstate to the remote repository.kennytm-11/+230
2017-12-27cargo update and add miri as the rustc workspace member.kennytm-75/+123
2017-12-26Auto merge of #46956 - estebank:incompatible-arm-span-label, r=Zoxcbors-22/+23
2017-12-26Add armv4t-unknown-linux-gnueabi targetMarco A L Barbosa-5/+38
2017-12-26Do not panic on interpolated token inside quote macroSeiichi Uchida-1/+24
2017-12-26Change name of `lang_start_real` to `lang_start_internal`Bastian Köcher-5/+4
2017-12-26Split `lang_start` in two functions to reduce generated codeBastian Köcher-5/+14
2017-12-26Adds whitespaceBastian Köcher-1/+1
2017-12-26Rework the exit failure and success declaration for wasm32Bastian Köcher-4/+14
2017-12-26Revert "Just compare the symbol names and types, not the addresses"Bastian Köcher-6/+6
2017-12-26Use `start` for the `sepcomp-inlining` testBastian Köcher-3/+8
2017-12-26Use move for optimization purposesBastian Köcher-1/+1
2017-12-26Don't emit the termination lang item in testsBastian Köcher-1/+1
2017-12-26The test functions are now in the same compile unitBastian Köcher-2/+2
2017-12-26Removes some obscure transmute call in `lang_start`Bastian Köcher-1/+1
2017-12-26Just compare the symbol names and types, not the addressesBastian Köcher-6/+6