]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2016-08-03 Ariel Ben-Yehudaaudit LLVM C++ types in ArchiveWrapper and PassWrapper
2016-08-03 Ariel Ben-Yehudaremove the ExecutionEngine binding
2016-08-02 borsAuto merge of #35145 - jseyfried:avoid_extra_resolve_er...
2016-08-02 borsAuto merge of #35084 - tbu-:pr_lowercase_wtf8_debug...
2016-08-02 borsAuto merge of #34096 - eddyb:launch, r=nikomatsakis
2016-08-02 Eduard BurtescuIgnore the lang-items example in the book.
2016-08-02 Eduard Burtescutests: mark the inline asm in run-pass/issue-14936...
2016-08-02 Eduard Burtescurustc: parse -Z orbit=off.
2016-08-02 Eduard Burtescutests: don't use -Zorbit on run-pass/issue-28950, it...
2016-08-02 Eduard Burtescurustc_trans: load C-like enums larger than usize from...
2016-08-02 Eduard BurtescuMake --enable-orbit the default in ./configure.
2016-08-02 borsAuto merge of #35054 - pwoolcoc:stringfromchars, r...
2016-08-02 Eduard BurtescuTurn -Z orbit on by default.
2016-08-02 borsAuto merge of #35018 - cgswords:rope_tstream, r=nrc
2016-08-01 Jeffrey SeyfriedFix fallout in `ui/codemap_tests`.
2016-08-01 cgswordsReimplemented tokenstreams as ropes and reduced the...
2016-08-01 borsAuto merge of #35163 - sanxiyn:rollup, r=sanxiyn
2016-08-01 Seo SanghyeonRollup merge of #35157 - sanxiyn:remove-workaround...
2016-08-01 Seo SanghyeonRollup merge of #35141 - eddyb:assert-mir-debug, r...
2016-08-01 Seo SanghyeonRollup merge of #35140 - the-kenny:tcp-stress-test...
2016-08-01 Seo SanghyeonRollup merge of #35134 - frewsxcv:slice-chunks, r=Guill...
2016-08-01 Seo SanghyeonRollup merge of #35114 - michaelwoerister:inline-meta...
2016-08-01 Seo SanghyeonRollup merge of #35085 - dns2utf8:git_clone_depth,...
2016-08-01 Seo SanghyeonRollup merge of #35033 - jakllsch:remaining_cpu_x86...
2016-08-01 Seo SanghyeonRollup merge of #34802 - petrochenkov:call, r=eddyb
2016-08-01 borsAuto merge of #34743 - badboy:llvm-upgrade, r=eddyb
2016-08-01 Seo SanghyeonRemove CMake workaround
2016-08-01 borsAuto merge of #34830 - michaelwoerister:internal-closur...
2016-08-01 Michael WoeristerAdd test case for large number of closures within one...
2016-08-01 Michael Woeristertrans: Avoid weak linkage for closures when linking...
2016-08-01 Jan-Erik RedigerUpgrade LLVM once more to get a bugfix
2016-08-01 Michael WoeristerMove caching of HIR-inlining into CStore in order to...
2016-08-01 Moritz Ulrichtcp-stress-test.rs: Only spawn 200 threads.
2016-08-01 borsAuto merge of #35130 - sanxiyn:unused-type-parameter...
2016-08-01 borsAuto merge of #35151 - bcully:bcully/pr-35149, r=alexcr...
2016-07-31 Brendan CullyAdd libarena from local rust to stage0
2016-07-31 borsAuto merge of #35143 - arielb1:rfc447-regions, r=eddyb
2016-07-31 Jeffrey SeyfriedMake "type aliases cannot be used for traits" a note...
2016-07-31 Jeffrey SeyfriedClean up `resolve_trait_reference`.
2016-07-31 Jeffrey SeyfriedAvoid emitting a unhelpful cascading resolution error.
2016-07-31 Ariel Ben-Yehudatypeck: use a TypeVisitor in ctp
2016-07-31 Eduard Burtescurustc_trans: apply the debug location for the MIR Asser...
2016-07-31 borsAuto merge of #34986 - nikomatsakis:issue-34349, r...
2016-07-31 Moritz Ulrichtcp-stress-test: Factor out thread count as constant.
2016-07-31 borsAuto merge of #34251 - zackmdavis:forbidden_on_whose_au...
2016-07-31 Vadim PetrochenkovDon't gate methods `Fn(Mut,Once)::call(mut,once)` with...
2016-07-31 borsAuto merge of #35129 - tmiasko:suggest-print-target...
2016-07-31 Tomasz MiąskoSuggest use of `--print target-list` when target is...
2016-07-31 borsAuto merge of #35060 - japaric:arm-musl, r=alexcrichton
2016-07-31 Corey FarwellRewrite `slice::chunks` doc example to not require...
2016-07-31 borsAuto merge of #35004 - asomers:master, r=alexcrichton
2016-07-30 borsAuto merge of #34904 - petrochenkov:rustcall, r=nikomat...
2016-07-30 Zack M. Davisdiagnostically note source of overruling outer forbid
2016-07-30 Jorge Aparicioreturn TargetResult
2016-07-30 Jorge Apariciopoint the libc submodule back to rust-lang/libc
2016-07-30 Jorge Aparicioremove some `any`s that are no longer necessary
2016-07-30 Jorge Apariciorustc_back/target: remove musl_base
2016-07-30 Jorge Aparicioarm-musl: statically link to libunwind
2016-07-30 Jorge Aparicioarm-musl: set max_atomic_width
2016-07-30 Jorge Aparicioarm-musl targets now use cfg(env = "musl")
2016-07-30 Timon Van OverveldtAdd ARM MUSL targets.
2016-07-30 Timon Van OverveldtUpdate gcc crate dependency to 0.3.27.
2016-07-30 borsAuto merge of #35069 - wesleywiser:too_many_symbols...
2016-07-30 borsAuto merge of #35117 - aravind-pg:path, r=alexcrichton
2016-07-30 Seo SanghyeonSuppress unused type parameter error when type has...
2016-07-30 borsAuto merge of #35127 - Manishearth:rollup, r=Manishearth
2016-07-30 Manish GoregaokarRollup merge of #35106 - xen0n:issue-35082, r=alexcrichton
2016-07-30 Manish GoregaokarRollup merge of #35104 - frewsxcv:linked-list-append...
2016-07-30 Manish GoregaokarRollup merge of #35094 - mcarton:multispan, r=jonathand...
2016-07-30 Manish GoregaokarRollup merge of #35090 - michaelwoerister:get-rid-of...
2016-07-30 Manish GoregaokarRollup merge of #35080 - jonathandturner:fix_numeric_ex...
2016-07-30 Manish GoregaokarRollup merge of #35063 - jseyfried:avoid_importing_inac...
2016-07-30 Manish GoregaokarRollup merge of #35058 - jethrogb:no_panic_abs, r=alexc...
2016-07-30 Manish GoregaokarRollup merge of #35049 - knight42:add-test, r=alexcrichton
2016-07-30 borsAuto merge of #35051 - japaric:backtrace, r=alexcrichton
2016-07-30 borsAuto merge of #35032 - vadimcn:rusty-ehabi, r=alexcrichton
2016-07-29 borsAuto merge of #34842 - cgswords:attr_enc, r=nrc
2016-07-29 borsAuto merge of #35100 - GuillaumeGomez:rollup, r=Guillau...
2016-07-29 Guillaume GomezRollup merge of #35103 - brettcannon:patch-1, r=Manishearth
2016-07-29 Guillaume GomezRollup merge of #35087 - GuillaumeGomez:fs_docs, r...
2016-07-29 Guillaume GomezRollup merge of #35072 - munyari:assert_debug, r=stevek...
2016-07-29 Guillaume GomezRollup merge of #35066 - vadimcn:fix-typos, r=apasel422
2016-07-29 Guillaume GomezRollup merge of #35062 - frewsxcv:chars-as-str, r=Guill...
2016-07-29 Guillaume GomezRollup merge of #35050 - knight42:improve-fmt-doc,...
2016-07-29 Guillaume GomezRollup merge of #34258 - durka:patch-25, r=steveklabnik
2016-07-29 Michael Woeristerintravisit: Fold functionality of IdVisitor into the...
2016-07-29 Wang Xueruisyntax_ext: format: fix ICE with bad named arguments
2016-07-29 Jan-Erik RedigerUpdate LLVM again
2016-07-29 Alex Crichtontest: Fix a test on MSVC
2016-07-29 Jan-Erik Rediger[LLVM-3.9] Use llvm-3.9 branch
2016-07-29 Vladimir VukicevicRemove NO_FILE_METADATA; always use unknown_file_metada...
2016-07-29 Alex Crichtonllvm: Remove no longer existent LLVMAddTargetData binding
2016-07-29 Alex CrichtonUpdate parsing llvm-config output
2016-07-29 Alex Crichtonrustc: Update LLVM to the LLVM 3.9 release branch
2016-07-29 Alex Crichtontest: Remove the execution-engine test
2016-07-29 Alex Crichtonrustc: Fix data-layout for AArch64 targets
2016-07-29 Alex Crichtonconfigure: Fix grep invocation for llvm-mc argument
2016-07-29 Jan-Erik RedigerForce check of error
2016-07-29 Jan-Erik RedigerUse C type when passing value to LLVM pass
2016-07-29 Jan-Erik RedigerUse correct error handling type
next