about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-01-12re-instate comment that was mysteriously disappearedTshepang Lekhonkhobe-0/+1
2016-01-12Fix test cases accordinglyNiko Matsakis-1/+43
2016-01-12Revamp the "future incompatible" section to clarify the situationNiko Matsakis-21/+76
2016-01-12Remove dead `InternalBufWriter` implementationAndrea Canciani-15/+0
2016-01-12Don't use dropflag hints when the type is droplessJonas Schievink-5/+16
2016-01-12Update wording of Instant and SystemTime docsSimon Sapin-4/+4
2016-01-12Auto merge of #30719 - pyfisch:fix30657, r=alexcrichtonbors-32/+27
2016-01-12debug instrumentation (can remove)Felix S. Klock II-3/+31
2016-01-12Issue 30530: initialize allocas for `Datum::to_lvalue_datum_in_scope`.Felix S. Klock II-6/+70
2016-01-12Fix the Debug impl of PhantomData requiring Sized on TPierre Krieger-1/+1
2016-01-12Auto merge of #30695 - ranma42:cleanup-unicode, r=alexcrichtonbors-150/+22
2016-01-12Auto merge of #30678 - Amanieu:no_elf_tls, r=alexcrichtonbors-41/+5
2016-01-12openbsd has dirent d_namlen field nowSébastien Marie-3/+3
2016-01-12make siginfo_si_addr() returns a usizeSébastien Marie-5/+5
2016-01-12HW_AVAILCPU is unavailable under openbsdSébastien Marie-1/+18
2016-01-12switch from syscall(2) to getentropy(2)Sébastien Marie-1/+1
2016-01-11std: Move overflowing ops to inherent methodsAlex Crichton-14/+658
2016-01-12Auto merge of #30635 - nagisa:mir-rid-unit-temp, r=nikomatsakisbors-46/+56
2016-01-11Replace --show-span with -Z show-spanMatt Kraai-10/+5
2016-01-12Add set_oom_handler and use it print a message when out of memoryAmanieu d'Antras-13/+88
2016-01-11add feature gate "abi_vectorcall" for the vectorcall calling conventionSteffen-5/+42
2016-01-11Auto merge of #30826 - nagisa:rollup, r=nagisabors-260/+939
2016-01-11rustdoc: remove dead link from issue-less unstable entries.Shmuale Mark-2/+2
2016-01-11Be a bit more correct about segfault causalitySteve Klabnik-2/+2
2016-01-11Rollup merge of #30814 - brson:docidx, r=steveklabnikSimonas Kazlauskas-5/+21
2016-01-11Rollup merge of #30812 - D101101:patch-2, r=steveklabnikSimonas Kazlauskas-4/+4
2016-01-11Rollup merge of #30808 - GuillaumeGomez:remove_lang_iter, r=alexcrichtonSimonas Kazlauskas-1/+0
2016-01-11Rollup merge of #30798 - erickt:fix-doc, r=apasel422Simonas Kazlauskas-1/+1
2016-01-11Rollup merge of #30774 - nagisa:mir-fix-constval-adts, r=arielb1Simonas Kazlauskas-10/+37
2016-01-11Rollup merge of #30768 - steveklabnik:gh28953, r=alexcrichtonSimonas Kazlauskas-0/+24
2016-01-11Rollup merge of #30761 - nagisa:mir-fix-destination, r=michaelwoeristerSimonas Kazlauskas-4/+13
2016-01-11Rollup merge of #30737 - Ms2ger:MutateMode, r=sanxiynSimonas Kazlauskas-14/+18
2016-01-11Rollup merge of #30694 - pnkfelix:issue-25658-real-first-follow, r=nrcSimonas Kazlauskas-40/+551
2016-01-11Rollup merge of #30687 - mmcco:lbt, r=eddybSimonas Kazlauskas-91/+91
2016-01-11Rollup merge of #30538 - oli-obk:kill_unsigned_unary_negation, r=pnkfelixSimonas Kazlauskas-90/+179
2016-01-11Auto merge of #30534 - bluss:binary-heap-fast-pop, r=Gankrobors-1/+26
2016-01-11Auto merge of #30800 - steveklabnik:rollup, r=steveklabnikbors-108/+107
2016-01-11Auto merge of #30676 - nikomatsakis:issue-29857, r=arielb1bors-52/+271
2016-01-11Auto merge of #30753 - pnkfelix:downgrade-29383-struct-warnings-to-errors, r=...bors-21/+37
2016-01-11[breaking-change] remove negate_unsigned feature gateOliver Schneider-90/+179
2016-01-11Replace no_elf_tls with target_thread_localAmanieu d'Antras-41/+5
2016-01-11Auto merge of #30490 - ipetkov:unix-spawn, r=alexcrichtonbors-0/+139
2016-01-11Auto merge of #27807 - pczarn:arena-internals, r=blussbors-227/+577
2016-01-11Auto merge of #30295 - jseyfried:fix_extern_crate_duplicate, r=nrcbors-13/+22
2016-01-10Derive Hash for DurationSteven Fackler-1/+1
2016-01-10doc: Add descriptions to links in the indexBrian Anderson-5/+21
2016-01-10Cancel parse_ty error in Parser::parse_generic_values_after_ltFlorian Hahn-4/+25
2016-01-11Fix link in getting-started.mdSergey Veselkov-4/+4
2016-01-10Remove unneeded #[lang = "iterator"]Guillaume Gomez-1/+0
2016-01-10Book on slices: Mention internal representationPeter Kolloch-0/+3