about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-04-03Implement LLVMGetOrInsertGlobal wrapperSimonas Kazlauskas-0/+7
2015-04-03Move get_extern_fn and get_res_dtor out of baseSimonas Kazlauskas-69/+68
2015-04-03Extract attribute handling code into a moduleSimonas Kazlauskas-131/+172
2015-04-03Add the tests for duplicate symbol errorsSimonas Kazlauskas-0/+172
2015-04-03Abort creating wrapper fn for multiple inner fnsSimonas Kazlauskas-0/+5
2015-04-03Wrap LLVM’s Module::getNamedValueSimonas Kazlauskas-0/+6
2015-04-03Validate export_name attributeSimonas Kazlauskas-7/+22
2015-04-03Fix a broken testSimonas Kazlauskas-3/+0
2015-04-03Auto merge of #23934 - lfairy:write-no-deref, r=alexcrichtonbors-1/+1
2015-04-03Auto merge of #23832 - petrochenkov:usize, r=aturonbors-86/+86
2015-04-03Auto merge of #23974 - pnkfelix:fix-23973, r=alexcrichtonbors-8/+6
2015-04-02Auto merge of #23967 - semarie:libc-clone, r=alexcrichtonbors-9/+27
2015-04-02Auto merge of #23931 - steveklabnik:doc_std_fs, r=alexcrichtonbors-42/+306
2015-04-02Fallout to tests expecting unconditional help output from missing features.Felix S. Klock II-8/+0
2015-04-02Revise logic to match `rustc::session::config::get_unstable_features_setting`Felix S. Klock II-8/+2
2015-04-02Auto merge of #23877 - richo:gardening, r=Manishearthbors-13/+23
2015-04-02Do not suggest `#![feature(...)]` if we are in beta or stable channel.Felix S. Klock II-0/+12
2015-04-02Add more examples and documentation for std::fsSteve Klabnik-42/+306
2015-04-02Auto merge of #23868 - mbrubeck:doc-edit, r=Manishearth 1.0.0-betabors-6/+6
2015-04-02unary negation of unsigned integersSébastien Marie-3/+3
2015-04-02don't derive Clone, but impl itSébastien Marie-6/+24
2015-04-02Auto merge of #23822 - tanadeau:remove-box-syntax-in-pointers-doc, r=stevekla...bors-84/+103
2015-04-02Tweak relese notes + rebase fixesAlex Crichton-22/+48
2015-04-01Moved use of `box_syntax` unstable feature in docs to Unstable section.Trent Nadeau-84/+103
2015-04-01Test fixes and rebase conflicts, round 2Alex Crichton-64/+29
2015-04-01rollup merge of #23176: huonw/rm-boundsAlex Crichton-36/+38
2015-04-01rollup merge of #23860: nikomatsakis/copy-requires-cloneAlex Crichton-583/+624
2015-04-01rollup merge of #23953: dhuseby/masterAlex Crichton-2/+2
2015-04-01rollup merge of #23945: pnkfelix/gate-u-negateAlex Crichton-48/+146
2015-04-02Test fixes and rebase conflicts, round 2Alex Crichton-17/+19
2015-04-02fixes for fallout in tests/compile-failFelix S. Klock II-0/+6
2015-04-02partial set of fixes for fallout in tests/run-passFelix S. Klock II-8/+10
2015-04-01Test fixes and rebase conflicts, round 1Alex Crichton-3/+8
2015-04-01Fix bug in `OverflowOps` impl for unsigned integers.Felix S. Klock II-3/+49
2015-04-01rollup merge of #23949: aturon/stab-timeoutAlex Crichton-28/+54
2015-04-01rollup merge of #23948: nikomatsakis/feature-gate-rust-abiAlex Crichton-7/+37
2015-04-01fix typo.Felix S. Klock II-1/+1
2015-04-01manually adding the last two bitrig snapshotsDave Huseby-2/+2
2015-04-01Stabilize basic timeout functionalityAaron Turon-28/+54
2015-04-01removed impls of `Neg` for `u{8,16,32,64,size}`.Felix S. Klock II-1/+1
2015-04-01fallout when bootstrapping `rustc`.Felix S. Klock II-9/+19
2015-04-01fallout from feature-gating unary negation on unsigned integers.Felix S. Klock II-11/+27
2015-04-01added unary_negate feature gate.Felix S. Klock II-0/+16
2015-04-01rollup merge of #23939: nikomatsakis/fn-boxAlex Crichton-85/+124
2015-04-01rollup merge of #23951: alexcrichton/splitnAlex Crichton-66/+85
2015-04-01std: Changing the meaning of the count to splitnAlex Crichton-66/+85
2015-04-01rollup merge of #23947: aturon/revise-numAlex Crichton-0/+20
2015-04-01rollup merge of #23944: alexcrichton/rustup-betaAlex Crichton-8/+19
2015-04-01rollup merge of #23942: vhbit/ios-randAlex Crichton-2/+2
2015-04-01rollup merge of #23933: kgv/kgv_fixAlex Crichton-6/+7