]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2016-12-30 est31Fix intrinsics and expand tests
2016-12-30 est31Make rustdoc aware of the primitive i128 type
2016-12-30 est31Compilation fixes
2016-12-30 est31Use LLVMRustConstInt128Get on stage1 too
2016-12-30 est31Fix rebase fallout
2016-12-30 Simonas KazlauskasWIP intrinsics
2016-12-30 Simonas KazlauskasFix rebase fallout
2016-12-30 Simonas KazlauskasFix i128 alignment calculation
2016-12-30 Simonas KazlauskasImplement emit_iu128 for json serialiser
2016-12-30 Simonas KazlauskasAdd a way to retrieve constant value in 128 bits
2016-12-30 Simonas Kazlauskasimpl Step for iu128
2016-12-30 Simonas KazlauskasFix parse-fail and compile-fail tests
2016-12-30 Simonas KazlauskasWrapping<i128> and attempt at LLVM 3.7 compat
2016-12-30 Simonas KazlauskasMakefiles support for rustc_i128 crate
2016-12-30 Simonas KazlauskasTidy
2016-12-30 Simonas KazlauskasFix LEB128 to work with the stage1
2016-12-30 Simonas KazlauskasCleanup FIXMEs
2016-12-30 Simonas KazlauskasFeature gate the 128 bit types
2016-12-30 Simonas KazlauskasTests for the 128 bit integers
2016-12-30 Simonas KazlauskasSuch large. Very 128. Much bits.
2016-12-30 borsAuto merge of #38697 - alexcrichton:rollup, r=alexcrichton
2016-12-30 Alex CrichtonA few small test fixes and such from rollup
2016-12-30 Alex CrichtonMerge branch 'aux-tests' of https://github.com/alexcric...
2016-12-30 Alex CrichtonMerge branch 'rustbuild-llvm-targets' of https://github...
2016-12-30 Alex CrichtonRollup merge of #38695 - alexcrichton:debug-appveyor...
2016-12-30 Alex CrichtonRollup merge of #38693 - lucis-fluxum:partialord-typo...
2016-12-30 Alex CrichtonRollup merge of #38676 - rkruppe:llvm-check-success...
2016-12-30 Alex CrichtonRollup merge of #38674 - GuillaumeGomez:atomic_fn_docs...
2016-12-30 Alex CrichtonRollup merge of #38671 - ollie27:rustdoc_stab_em_div_fi...
2016-12-30 Alex CrichtonRollup merge of #38665 - alexcrichton:pretty-only-host...
2016-12-30 Alex CrichtonRollup merge of #38662 - agl:patch-2, r=frewsxcv
2016-12-30 Alex CrichtonRollup merge of #38660 - martijnvermaat:terminfo-reset...
2016-12-30 Alex CrichtonRollup merge of #38659 - agl:patch-1, r=apasel422
2016-12-30 Alex CrichtonRollup merge of #38655 - alexcrichton:travis-and-then...
2016-12-30 Alex CrichtonRollup merge of #38649 - GuillaumeGomez:atomicint_docs...
2016-12-30 Alex CrichtonRollup merge of #38647 - alexcrichton:faster-android...
2016-12-30 Alex CrichtonRollup merge of #38635 - GuillaumeGomez:atomicptr_docs...
2016-12-30 Alex CrichtonRollup merge of #38632 - alexcrichton:trim-travis,...
2016-12-30 Alex CrichtonRollup merge of #38631 - alexcrichton:supafast, r=brson
2016-12-30 Alex CrichtonRollup merge of #38630 - frewsxcv:variadic, r=steveklabnik
2016-12-30 Alex CrichtonRollup merge of #38628 - kellerkindt:patch-1, r=stevekl...
2016-12-30 Alex CrichtonRollup merge of #38622 - alexcrichton:read-lengths...
2016-12-30 Alex CrichtonRollup merge of #38611 - GuillaumeGomez:atomicbool_docs...
2016-12-30 Alex CrichtonRollup merge of #38609 - alexcrichton:less-compress...
2016-12-30 Alex CrichtonRollup merge of #38587 - GuillaumeGomez:arc_docs, r...
2016-12-30 Alex CrichtonRollup merge of #38559 - japaric:ptx2, r=alexcrichton
2016-12-30 Alex CrichtonRollup merge of #38517 - frewsxcv:clarify-msys2-depende...
2016-12-30 Alex CrichtonRollup merge of #38491 - GuillaumeGomez:builder_docs...
2016-12-30 Alex CrichtonRollup merge of #37149 - edunham:more-cargotest, r...
2016-12-30 borsAuto merge of #38695 - alexcrichton:debug-appveyor...
2016-12-29 Alex Crichtonappveyor: Attempt to debug flaky test runs
2016-12-29 Luc StreetFix typo in PartialOrd docs
2016-12-29 Robin KruppeCheck *all* errors in LLVMRustArchiveIterator* API
2016-12-29 borsAuto merge of #38503 - brson:bootstrap, r=alexcrichton
2016-12-29 Alex Crichtonrustbuild: Don't run pretty tests by default
2016-12-29 Alex CrichtonFixes for new cargo test repos
2016-12-29 E. DunhamAdd some more repos to cargotest
2016-12-29 Alex CrichtonFallout from updating bootstrap Cargo
2016-12-29 Brian AndersonBump bootstrap compiler
2016-12-29 borsAuto merge of #38627 - rkruppe:ninja-build, r=alexcrichton
2016-12-29 borsAuto merge of #38571 - nrc:emit-metadata-change, r...
2016-12-29 Guillaume GomezAdd missing urls for atomic fn docs
2016-12-29 borsAuto merge of #38645 - nikomatsakis:incr-comp-fix-time...
2016-12-29 Nick CameronSupport --emit=foo,metadata
2016-12-29 borsAuto merge of #38619 - alexcrichton:less-android-flaky...
2016-12-29 Oliver Middletonrustdoc: Fix broken CSS for trait items
2016-12-29 Nick CameronRestore --crate-type=metadata as an alias for --crate...
2016-12-29 Nick CameronAdd a test for #38273
2016-12-29 Nick CameronChange --crate-type metadata to --emit=metadata
2016-12-28 Alex Crichtonrustbuild: Move pretty test suites to host-only
2016-12-28 Alex Crichtonrustbuild: Compile rustc twice, not thrice
2016-12-28 Adam LangleyUse "an" before "i32"
2016-12-28 borsAuto merge of #38449 - eddyb:lazy-10, r=nikomatsakis
2016-12-28 Martijn VermaatFix default terminfo code for reset (sg0 -> sgr0)
2016-12-28 Adam LangleyAdd missing apostrophe.
2016-12-28 Wang Xueruirustbuild: allow overriding list of LLVM targets to...
2016-12-28 Alex Crichtontravis: Use `&&` intead of `;`
2016-12-28 borsAuto merge of #38639 - xen0n:nightly-dist-hotfix, r...
2016-12-28 borsAuto merge of #38626 - redox-os:args_fix, r=alexcrichton
2016-12-28 Guillaume GomezAdd missing urls for AtomicPtr
2016-12-28 Guillaume GomezAdd missing urls for atomic_int macros types
2016-12-28 borsAuto merge of #38616 - pnkfelix:refactor-mir-dataflow...
2016-12-28 Eduard-Mihai... rustdoc: pretty-print nested bodies in inlined constants.
2016-12-28 Eduard-Mihai... rustc: always print nested nodes where a HIR map is...
2016-12-28 Eduard-Mihai... rustc: simplify constant cross-crate loading and rustc_...
2016-12-28 Eduard-Mihai... rustc: move function arguments into hir::Body.
2016-12-28 Eduard-Mihai... rustc: separate bodies for static/(associated)const...
2016-12-28 Eduard-Mihai... rustc: separate TraitItem from their parent Item, just...
2016-12-28 Eduard-Mihai... hir: lower `ImplicitSelf` to resolved `Self` TyQPath's.
2016-12-28 Alex Crichtoncompiletest: Don't limit all suites on Android
2016-12-28 borsAuto merge of #38589 - aidanhs:aphs-stage0-rustdoc...
2016-12-28 borsAuto merge of #38579 - whitequark:min_atomic_width...
2016-12-28 Wang Xueruirustbuild: fix host-only rules ignoring targets in...
2016-12-28 Niko Matsakispropagate TIME_DEPTH to the helper threads for -Z time...
2016-12-28 borsAuto merge of #38479 - michaelwoerister:extern_mod_ich...
2016-12-27 borsAuto merge of #38329 - ollie27:rustdoc_stab_em_div...
2016-12-27 Wang Xueruirustbuild: clarify comment on target array calculation
2016-12-27 Wang Xueruirustbuild: get an empty slice the straight-forward way
2016-12-27 borsAuto merge of #38600 - arielb1:dead-drop, r=eddyb
2016-12-27 Jeremy SollerFix arguments on Redox
next