]> git.lizzy.rs Git - rust.git/history - src
Rollup merge of #38151 - GuillaumeGomez:exit-examples, r=frewsxcv
[rust.git] / src /
2016-12-07 Guillaume GomezRollup merge of #38151 - GuillaumeGomez:exit-examples...
2016-12-07 Guillaume GomezRollup merge of #38123 - GuillaumeGomez:panic_doc,...
2016-12-07 Guillaume GomezRollup merge of #38085 - estebank:empty-import-list...
2016-12-07 borsAuto merge of #37817 - alexcrichton:rustbuild-default...
2016-12-07 Alex Crichtonmk: Switch rustbuild to the default build system
2016-12-07 borsAuto merge of #38149 - bluss:is-empty, r=alexcrichton
2016-12-07 borsAuto merge of #38144 - clarcharr:redundant, r=alexcrichton
2016-12-07 borsAuto merge of #38134 - bluss:iter-nth, r=aturon
2016-12-06 borsAuto merge of #38017 - arthurprs:hm-extend, r=bluss
2016-12-06 borsAuto merge of #38036 - Mark-Simulacrum:polish-2, r...
2016-12-06 borsAuto merge of #37994 - upsuper:msvc-link-opt, r=alexcri...
2016-12-06 Mark-SimulacrumSimplify calling find_implied_output_region.
2016-12-06 borsAuto merge of #37973 - vadimcn:dllimport, r=alexcrichton
2016-12-06 arthurprsSmarter HashMap/HashSet extend
2016-12-06 borsAuto merge of #38097 - Mark-Simulacrum:fn-sig-slice...
2016-12-06 Mark-SimulacrumRefactor FnSig to contain a Slice for its inputs and...
2016-12-06 Mark-SimulacrumRefactor ty::FnSig to privatize all fields
2016-12-06 borsAuto merge of #38128 - cardoe:req-cmake-only-for-llvm...
2016-12-06 Esteban KüberWarn when an import list is empty
2016-12-06 Vadim ChugunovConsider only libs that aren't excluded by #[link(cfg...
2016-12-06 Vadim ChugunovAnnotate more tests with kind="static"
2016-12-06 borsAuto merge of #38121 - jonathandturner:better_e0061...
2016-12-05 borsAuto merge of #38117 - michaelwoerister:hidden-symbols...
2016-12-05 borsAuto merge of #38111 - japaric:jemalloc, r=alexcrichton
2016-12-05 Michael WoeristerMake symbol-visibility test case work on all platforms.
2016-12-05 Michael WoeristerMention cdylibs in LTO error message.
2016-12-05 Michael WoeristerExport the plugin registrar from proc-macro crates...
2016-12-05 Michael WoeristerAdd test case for symbol visibility in dylibs.
2016-12-05 Michael WoeristerLinking: Include export lists in debug output.
2016-12-05 Michael WoeristerGenerate a version script for linkers on Linux.
2016-12-05 Michael WoeristerRefactor symbol export list generation.
2016-12-05 Michael Woeristertrans: Rename `reachable` to `exported_symbols` where...
2016-12-05 Michael WoeristerMake LLVM symbol visibility FFI types more stable.
2016-12-05 borsAuto merge of #38107 - keeperofdakeys:proc-macro-test...
2016-12-05 borsAuto merge of #38100 - nox:llvm, r=alexcrichton
2016-12-05 borsAuto merge of #38098 - luser:windows-commandext, r...
2016-12-05 Guillaume GomezAdd missing examples for panicking objects
2016-12-05 borsAuto merge of #38093 - mikhail-m1:stack-overflow, r...
2016-12-04 borsAuto merge of #38092 - pnkfelix:mir-stats, r=nikomatsakis
2016-12-04 borsAuto merge of #38087 - jooert:remove_unmarked, r=petroc...
2016-12-04 borsAuto merge of #38086 - semarie:openbsd-i686, r=alexcrichton
2016-12-04 Ulrik Sverdrupalloc: Forward ExactSizeIterator methods in Iterator...
2016-12-04 Ulrik Sverdrupiter: Forward ExactSizeIterator methods for &mut I
2016-12-04 Ulrik Sverdrupbinary_heap: Forward ExactSizeIterator::is_empty
2016-12-04 Ulrik Sverdrupcollections: Simplify VecDeque::is_empty
2016-12-04 Ulrik Sverdrupstd: Forward ExactSizeIterator::is_empty for Args,...
2016-12-04 Ulrik Sverdrupcore: Forward ExactSizeIterator::is_empty for Bytes
2016-12-04 Xidorn QuanDisable ICF opt of MSVC for non-opt build
2016-12-04 borsAuto merge of #38082 - jseyfried:macro_invocation_paths...
2016-12-04 borsAuto merge of #37920 - nikomatsakis:compile-time-regres...
2016-12-04 Sébastien MarieOpenBSD under x86 has particular ABI for returning...
2016-12-04 borsAuto merge of #37857 - shepmaster:llvm-4.0-dinodes...
2016-12-03 Guillaume GomezAdd examples for exit function
2016-12-03 Vadim ChugunovIgnore test on -windows-gnu.
2016-12-03 borsAuto merge of #38148 - frewsxcv:rollup, r=frewsxcv
2016-12-03 Corey FarwellRollup merge of #38141 - GuillaumeGomez:component_doc...
2016-12-03 Corey FarwellRollup merge of #38130 - jethrogb:patch-3, r=steveklabnik
2016-12-03 Corey FarwellRollup merge of #38113 - nikomatsakis:incremental-dump...
2016-12-03 Corey FarwellRollup merge of #38112 - tarka:book-testing-fix, r...
2016-12-03 Corey FarwellRollup merge of #38096 - michaelwoerister:more-incremen...
2016-12-03 Corey FarwellRollup merge of #38090 - GuillaumeGomez:option_doc...
2016-12-03 Corey FarwellRollup merge of #38089 - michaelwoerister:disable-debug...
2016-12-03 Corey FarwellRollup merge of #38077 - GuillaumeGomez:ipaddr_doc...
2016-12-03 Corey FarwellRollup merge of #38073 - cardoe:fix-typo, r=frewsxcv
2016-12-03 Corey FarwellRollup merge of #38065 - estebank:fix-37618, r=jonathan...
2016-12-03 Corey FarwellRollup merge of #38029 - dns2utf8:fix_verify.rs, r...
2016-12-03 Corey FarwellRollup merge of #38028 - Mark-Simulacrum:polish, r...
2016-12-03 Corey FarwellRollup merge of #38020 - GuillaumeGomez:udp-socket...
2016-12-03 Corey FarwellRollup merge of #37919 - nikomatsakis:incremental-36168...
2016-12-03 Corey FarwellRollup merge of #37859 - GuillaumeGomez:net_examples...
2016-12-03 Niko Matsakismove test for #37290 into run-pass-fulldeps
2016-12-03 Mikhail Modinfix stack overflow by enum and cont issue #36163, some...
2016-12-03 Sébastien Marieupdate src/liblibc to include i686-unknown-openbsd...
2016-12-03 borsAuto merge of #38079 - BurntSushi:attrtarget, r=alexcri...
2016-12-03 Clar CharrRemove redundant assertion near is_char_boundary.
2016-12-03 borsAuto merge of #38061 - cardoe:target-spec, r=alexcrichton
2016-12-03 borsAuto merge of #38059 - arielb1:no-mere-overflow, r...
2016-12-03 borsAuto merge of #38056 - clarcharr:master, r=alexcrichton
2016-12-03 Guillaume GomezAdd Component examples
2016-12-03 borsAuto merge of #38055 - rkruppe:rm-unused-llvm-ffi,...
2016-12-03 Jake Goulding[LLVM 4.0] Support new DIFlags enum
2016-12-03 Jake Goulding[LLVM] Introduce a stable representation of DIFlags
2016-12-03 Vadim ChugunovRename _all_ library instances.
2016-12-02 Ulrik Sverdrupcore: Remove Self: Sized from Iterator::nth
2016-12-02 Niko Matsakispacify the mercilous tidy
2016-12-02 jethrogbUpdate items section in reference
2016-12-02 Doug Goldsteinrustc: add basic test for --print target-spec
2016-12-02 Doug Goldsteinrustc: add --print target-spec option
2016-12-02 borsAuto merge of #38053 - eddyb:lazy-9, r=nikomatsakis
2016-12-02 borsAuto merge of #38050 - alexcrichton:fix-llvm-deps,...
2016-12-02 borsAuto merge of #37936 - tedsta:fuchsia_std_process,...
2016-12-02 Vadim ChugunovTighten up error checking of library renames.
2016-12-02 Vadim ChugunovRemove the "linked_from" feature.
2016-12-02 Jonathan TurnerPoint arg num mismatch errors back to their definition
2016-12-02 Vadim ChugunovImplement native library kind and name overrides from...
2016-12-02 Vadim ChugunovFix rust_test_helpers linkage.
2016-12-02 Vadim ChugunovEmit 'dllimport' attribute for dylib foreign items...
2016-12-02 borsAuto merge of #37789 - arielb1:length-limit, r=nikomatsakis
2016-12-01 Doug Goldsteinconvert --print options to a vector
2016-12-01 Ariel Ben-Yehudalimit the length of types in monomorphization
next