]> git.lizzy.rs Git - rust.git/history - src
incr.comp.: Cover indirect changes in struct ICH test case
[rust.git] / src /
2016-10-07 Michael Woeristerincr.comp.: Cover indirect changes in struct ICH test...
2016-10-07 Michael Woeristerincr.comp.: Hide concrete hash algorithm used for ICH
2016-10-07 borsAuto merge of #36940 - eulerdisk:incr_test_for_hash_tra...
2016-10-07 borsAuto merge of #36753 - srinivasreddy:hash, r=nrc
2016-10-06 borsAuto merge of #35641 - ahmedcharles:install, r=alexcrichton
2016-10-06 borsAuto merge of #37002 - jonathandturner:rollup, r=jonath...
2016-10-06 Jonathan TurnerRollup merge of #36977 - Razican:bufreader_typo_fix...
2016-10-06 Jonathan TurnerRollup merge of #36974 - MathieuBordere:mb/36812_ICHFun...
2016-10-06 Jonathan TurnerRollup merge of #36972 - nastevens:fix-rustbuild-per...
2016-10-06 Jonathan TurnerRollup merge of #36967 - edre:master, r=alexcrichton
2016-10-06 Jonathan TurnerRollup merge of #36966 - ollie27:rustdoc_mut_ptr_impl...
2016-10-06 Jonathan TurnerRollup merge of #36965 - kallisti5:master, r=alexcrichton
2016-10-06 Jonathan TurnerRollup merge of #36962 - arielb1:cast-assumptions,...
2016-10-06 Jonathan TurnerRollup merge of #36960 - michaelwoerister:linker-regres...
2016-10-06 Jonathan TurnerRollup merge of #36959 - arielb1:simplify-cfg-fixes...
2016-10-06 Jonathan TurnerRollup merge of #36957 - cynicaldevil:docs, r=frewsxcv
2016-10-06 Jonathan TurnerRollup merge of #36932 - michaelwoerister:type-alias...
2016-10-06 Jonathan TurnerRollup merge of #36930 - angelsl:issue-36202, r=frewsxcv
2016-10-06 Jonathan TurnerRollup merge of #36909 - GuillaumeGomez:merge_e0002_e00...
2016-10-06 Jonathan TurnerRollup merge of #36832 - ParkHanbum:master, r=michaelwo...
2016-10-06 Jonathan TurnerRollup merge of #36726 - cbreeden:patch-1, r=GuillaumeGomez
2016-10-06 Andrea PrettoChanged some names
2016-10-06 ParkHanbumAdd testcase for issue-32948
2016-10-06 Mathieu BorderéICH: Remove obsolete binding in saw_ty
2016-10-06 Ahmed CharlesAdd support for docdir, libdir and mandir.
2016-10-06 Ahmed CharlesInstall docs, std and rustc using results from dist.
2016-10-06 Ahmed Charlesrustbuild: Add install target. #34675
2016-10-06 borsAuto merge of #36893 - apasel422:issue-32114, r=alexcri...
2016-10-05 Mathieu BorderéMerge branch 'master' into mb/36812_ICHFunctionInterfaces
2016-10-05 Mathieu BorderéICH: update saw_ty for TyBareFn; Update tests for funct...
2016-10-05 Andrew PaseltinerRestore `DISCONNECTED` state in `oneshot::Packet::send`
2016-10-05 Andrea PrettoAdded the third parameter to the "add second lifetime...
2016-10-05 Andrea PrettoFixes requested by @michaelwoerister
2016-10-05 angelslClarify last element in str.{r,}splitn documentation
2016-10-05 borsAuto merge of #36944 - brson:modos, r=alexcrichton
2016-10-05 borsAuto merge of #36736 - srinivasreddy:method, r=nrc
2016-10-05 RazicanFixed small typo in `BufRead` comments
2016-10-05 Ariel Ben-Yehudaemit an assume that cast-from enums are in range
2016-10-05 Ariel Ben-Yehudaclean up misc. uses of get_dataptr/get_meta
2016-10-05 Ariel Ben-Yehudaemit !nonnull metadata on loaded fat pointers when...
2016-10-05 borsAuto merge of #36971 - brson:docdir, r=alexcrichton
2016-10-05 borsAuto merge of #36958 - nikomatsakis:issue-36856, r...
2016-10-05 Mathieu BorderéAdjustments due to naming changes in Ty_ and PatKind...
2016-10-05 Mathieu BorderéICH - Include omitted elements in inc. comp. hash ...
2016-10-05 Mathieu BorderéICH - Add test cases for function interfaces
2016-10-05 Srinivas Reddy Tha... run rustfmt on librustc_typeck/check/method folder
2016-10-05 borsAuto merge of #36942 - arielb1:cast-lifetimes, r=eddyb
2016-10-05 Nick Stevensrustbuild: Fix panic message when musl-root not set
2016-10-05 Nick Stevensrustbuild: Fix bug preventing per-target musl-root
2016-10-05 Brian AndersonUpdate rust-installer. Fixes #36451
2016-10-04 borsAuto merge of #36814 - petrochenkov:def, r=eddyb
2016-10-04 Nikhil ShagrithayaMinor modifications in concurrency section of the Rust...
2016-10-04 Eric Roshan-Eisnerupdate sip.rs for new intrinsics and defaults
2016-10-04 Vadim PetrochenkovRemove some unused methods from metadata
2016-10-04 Alexander von Gluck IVHaiku: Fix IPv6 target_os check
2016-10-04 borsAuto merge of #36933 - alexcrichton:less-neon-again...
2016-10-04 Michael Woeristertrans: Make sure that each FnOnce shim is only translat...
2016-10-04 Vadim PetrochenkovTurn some impossible definitions into ICEs
2016-10-04 Vadim PetrochenkovEliminate ty::VariantKind in favor of def::CtorKind
2016-10-04 Vadim PetrochenkovSet `NON_ZERO_SIZED` flag correctly for struct/union...
2016-10-04 Vadim PetrochenkovMove pattern resolution checks from typeck to resolve
2016-10-04 Vadim PetrochenkovFurther cleanup in resolve
2016-10-04 Vadim PetrochenkovFix cross-crate resolution of half-items created by...
2016-10-04 Vadim PetrochenkovSeparate Def::StructCtor/Def::VariantCtor from Def...
2016-10-04 Ariel Ben-Yehudaupdate tests
2016-10-04 Oliver Middletonrustdoc: Fix missing *mut T impl
2016-10-04 Alex Crichtonrustc: Try again to disable NEON on armv7 linux
2016-10-04 Michael WoeristerAdd symbol hash to trans::partitioning debug output.
2016-10-04 Michael WoeristerAssign internal linkage to autogenerated FnOnce::call_o...
2016-10-04 borsAuto merge of #36874 - japaric:thumbs, r=alexcrichton
2016-10-04 Ariel Ben-YehudaSimplifyCfg: don't incref target when collapsing a...
2016-10-04 Ariel Ben-YehudaSimplifyCfg: simplify the start block
2016-10-04 borsAuto merge of #36953 - Manishearth:rollup, r=Manishearth
2016-10-04 Niko Matsakisforce `i1` booleans to `i8` when comparing
2016-10-04 Manish GoregaokarRollup merge of #36951 - nnethercote:fix-ICE, r=eddyb
2016-10-04 Manish GoregaokarRollup merge of #36941 - martinhath:issue-21837, r...
2016-10-04 Manish GoregaokarRollup merge of #36938 - tmiasko:cursor-seek-overflow...
2016-10-04 Manish GoregaokarRollup merge of #36928 - GuillaumeGomez:error_urls...
2016-10-04 Manish GoregaokarRollup merge of #36921 - nnethercote:two-lexer-tweaks...
2016-10-04 Manish GoregaokarRollup merge of #36917 - nnethercote:speed-up-plug_leak...
2016-10-04 Manish GoregaokarRollup merge of #36916 - frewsxcv:patch-1, r=alexcrichton
2016-10-04 Manish GoregaokarRollup merge of #36908 - GuillaumeGomez:default_doc...
2016-10-04 Manish GoregaokarRollup merge of #36903 - frewsxcv:typekind, r=jseyfried
2016-10-04 Manish GoregaokarRollup merge of #36902 - ollie27:stab_impls, r=alexcrichton
2016-10-04 Manish GoregaokarRollup merge of #36878 - BlueSpaceCanary:book-dedup...
2016-10-04 Manish GoregaokarRollup merge of #36798 - gavinb:fix/36164, r=GuillaumeGomez
2016-10-04 Nicholas NethercoteFix an ICE in BuildReducedGraphVisitor::visit_trait_item.
2016-10-04 Jorge Apariciochange max_atomic_width type from u64 to Option<u64>
2016-10-04 Jorge Apariciofix: "abort" -> PanicStrategy
2016-10-04 Jorge Aparicioadd a reference about the stated FP facts
2016-10-04 Jorge Aparicioadd +d16 and +fp-only-sp to thumbv7em-none-eabihf and...
2016-10-04 borsAuto merge of #36876 - nikomatsakis:issue-36381, r...
2016-10-03 Brian AndersonFix mod declarations on untested platforms
2016-10-03 Ariel Ben-Yehudastop having identity casts be lexprs
2016-10-03 borsAuto merge of #36821 - pweaver:master, r=michaelwoerister
2016-10-03 Andrea PrettoFixed lines longer than 100.
2016-10-03 Martin ThoresenAdd test for Issue #21837
2016-10-03 Andrea PrettoTest Case for Incr. Comp. Hash for traits #36681.
2016-10-03 Tomasz MiąskoCheck for overflow in Cursor<Vec<u8>>::write.
2016-10-03 Pweaver (Paul Weaver)fixes multi-line string whitespace in librustc_incremen...
next