]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2015-08-24 borsAuto merge of #27856 - nikomatsakis:move-def-id-to...
2015-08-24 Niko Matsakispurge DEF_ID_DEBUG TLS variable, and just always print...
2015-08-24 Niko Matsakisconvert to use `is_local` instead of `== LOCAL_CRATE`
2015-08-24 Niko Matsakisfallout from moving def-id
2015-08-24 Niko Matsakismove def-id to rustc crate
2015-08-23 borsAuto merge of #27962 - dotdash:overflow, r=alexcrichton
2015-08-23 borsAuto merge of #27586 - GuillaumeGomez:patch-2, r=Manish...
2015-08-23 borsAuto merge of #27960 - dotdash:zerosize_lifetime, r...
2015-08-23 borsAuto merge of #27948 - wthrowe:f64-sqrt, r=alexcrichton
2015-08-23 borsAuto merge of #27961 - Manishearth:fix-rustcdatastructu...
2015-08-23 Björn SteinbrinkImprove codegen for the various "with overflow" intrinsics
2015-08-23 Manish GoregaokarFix panic in docs for librustc_data_structures
2015-08-23 Björn SteinbrinkOmit lifetime intrinsics for zero-sized types
2015-08-23 borsAuto merge of #27944 - dotdash:zst_memcpy, r=eddyb
2015-08-23 borsAuto merge of #27931 - tbu-:pr_liblibc_void, r=alexcrichton
2015-08-23 borsAuto merge of #27927 - DiamondLovesYou:no-asm, r=alexcr...
2015-08-23 borsAuto merge of #27922 - tshepang:dst-definition, r=alexc...
2015-08-23 borsAuto merge of #27919 - Eljay:doc-varargs, r=alexcrichton
2015-08-23 borsAuto merge of #27912 - DiamondLovesYou:backtrace-refact...
2015-08-23 borsAuto merge of #27947 - steveklabnik:rollup, r=steveklabnik
2015-08-23 William ThroweFix undefined behavior in f64::sqrt
2015-08-22 Steve KlabnikRollup merge of #27935 - mbrubeck:cfg-test, r=steveklabnik
2015-08-22 Steve KlabnikRollup merge of #27934 - MatejLach:spacing_fix, r=steve...
2015-08-22 Steve KlabnikRollup merge of #27926 - durka:emphasize-no-bin-doctest...
2015-08-22 Steve KlabnikRollup merge of #27924 - pornel:bookthreadjoin, r=steve...
2015-08-22 Steve KlabnikRollup merge of #27921 - tshepang:missing-words, r...
2015-08-22 Steve KlabnikRollup merge of #27920 - tshepang:ancient-syntax, r...
2015-08-22 Steve KlabnikRollup merge of #27904 - tshepang:nit, r=nikomatsakis
2015-08-22 Steve KlabnikRollup merge of #27903 - tshepang:improve-example,...
2015-08-22 borsAuto merge of #27915 - SimonSapin:dotted_i, r=alexcrichton
2015-08-22 Manish Goregaokaradd help for E0390
2015-08-22 Guillaume GomezRemove E0103 long error explanation until we don't...
2015-08-22 Guillaume GomezImprove error explanation and example in E0390
2015-08-22 Guillaume GomezAdd tip for E0369
2015-08-22 Guillaume GomezAdd example for E0390
2015-08-22 Guillaume GomezImprove E0323 error explanation
2015-08-22 Richard DiamondFix the Mac build, again.
2015-08-22 borsAuto merge of #27914 - pnkfelix:fix-fcnr-for-valgrind...
2015-08-22 borsAuto merge of #27896 - alexcrichton:into-raw-os-prelude...
2015-08-22 borsAuto merge of #27565 - TimNN:dead-visit-type-in-path...
2015-08-22 Björn SteinbrinkDon't emit memcpy's for zero-sized types
2015-08-22 Richard DiamondAdd missing imports to `dladdr.rs` for Mac.
2015-08-22 borsAuto merge of #27913 - birkenfeld:remove_suffix_len...
2015-08-22 borsAuto merge of #27907 - huonw:simd, r=alexcrichton
2015-08-22 borsAuto merge of #27892 - nikomatsakis:issue-27583, r...
2015-08-22 borsAuto merge of #27871 - alexcrichton:stabilize-libcore...
2015-08-22 borsAuto merge of #27860 - m4rw3r:rustdoc_unstable_feature_...
2015-08-22 borsAuto merge of #27826 - sfackler:wait-timeout-enum,...
2015-08-22 borsAuto merge of #27653 - Keruspe:master, r=alexcrichton
2015-08-21 Richard DiamondAdd a `allow_asm` option so virtual ISA based targets...
2015-08-21 Niko Matsakiscompletely aborted comment
2015-08-21 Niko Matsakismove the reverse into the iterator
2015-08-21 Niko Matsakismissed one reference to "best"
2015-08-21 Niko Matsakisrename `best_upper_bound` to `postdom_upper_bound`
2015-08-21 Niko Matsakisremove use of swap_remove and compress the list as...
2015-08-21 Niko Matsakisnits from pnkfelix
2015-08-21 borsAuto merge of #27613 - GSam:binop, r=nrc
2015-08-21 Matt BrubeckInclude cfg(test) in the reference
2015-08-21 Matej Ľachfix spacing issue in trpl/documentation doc
2015-08-21 Niko Matsakisfix accidental reversal of 'static, and add a test
2015-08-21 Niko Matsakisadd final test case, correct one of the others (both...
2015-08-21 Niko Matsakisadd test cases suggested by pnkfelix
2015-08-21 Niko Matsakisclarify diagonal arrows
2015-08-21 Tobias BucherRemove outdated comment and hide variants of `c_void`
2015-08-21 borsAuto merge of #27837 - Gankro:weaknique, r=aturon
2015-08-20 Alex Burkaemphasize that doctests don't run in bin crates
2015-08-20 Kornel LesińskiUse handle the same way in similarly structured examples
2015-08-20 Richard DiamondRefactor unix backtracing. NFC.
2015-08-20 Tshepang Lekhonkhobebook: add DST to glossary
2015-08-20 Tshepang Lekhonkhobenomicon: insert missing words
2015-08-20 Tshepang Lekhonkhobenomicon: use current syntax
2015-08-20 Lee JefferyShow variadic args in rustdoc output.
2015-08-20 Simon SapinAdd a test for char::to_lowercase mapping to more than...
2015-08-20 Felix S. Klock IIFix (and extend) src/test/run-pass/foreign-call-no...
2015-08-20 Georg Brandlsyntax: remove suffix_len methods from LitIntTypes
2015-08-20 Steven FacklerAdd issue numbers
2015-08-20 Steven FacklerTurn TimedOut into a BarrierWaitResult style opaque...
2015-08-20 Steven FacklerAdd `TimedOut::timed_out`
2015-08-20 Steven FacklerMake Condvar::wait_timeout return an enum instead of...
2015-08-19 Alexis Beingessnerdon't do deprecations yet
2015-08-19 Alexis Beingessnerfallout of reworking rc and arc APIs
2015-08-19 Alexis BeingessnerRework Arc for FCP of #27718
2015-08-19 Alexis BeingessnerRework Rc for FCP of #27718
2015-08-19 Huon WilsonTweak aarch64 SIMD intrinsics.
2015-08-19 Tshepang Lekhonkhobemake these parameters follow idiom
2015-08-19 Tshepang Lekhonkhobedoc: improve transmute example a little
2015-08-19 borsAuto merge of #27885 - steveklabnik:gh27637, r=alexcrichton
2015-08-19 Marc-Antoine... rustc_back: add configure options for default linker...
2015-08-19 Steve KlabnikImprove std::io::ErrorKind
2015-08-19 borsAuto merge of #27677 - sylvestre:issue-27628, r=dotdash
2015-08-19 Sylvestre LedruIssue #27628 - Also support the LLVM 3.6 IR format...
2015-08-19 borsAuto merge of #27875 - alexcrichton:msvc-f32-rem, r=nrc
2015-08-19 borsAuto merge of #27493 - GSam:master, r=nrc
2015-08-19 borsAuto merge of #27849 - jonas-schievink:macro-errors...
2015-08-19 Alex Crichtonstd: Add into_raw_os traits to the OS preludes
2015-08-18 borsAuto merge of #27850 - alexcrichton:fix-musl, r=brson
2015-08-18 borsAuto merge of #27836 - alexcrichton:rename-cstring...
2015-08-18 Niko Matsakisadd a regression test for #27583. Fixes #27583.
2015-08-18 Niko Matsakiskill the old funky `can_reach` fn
2015-08-18 Niko Matsakisrewrite `free_region`/`region_inference` to use newly...
next