]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-07-13 Jethro BeekmanDon't silently ignore invalid data in target spec
2018-07-10 borsAuto merge of #51612 - ashtneoi:51515-missing-first...
2018-07-10 borsAuto merge of #52196 - ollie27:rustdoc_ctor_imports...
2018-07-10 borsAuto merge of #52191 - SimonSapin:alloc_error_handler...
2018-07-10 borsAuto merge of #52168 - nikomatsakis:nll-region-name...
2018-07-10 borsAuto merge of #52204 - zackmdavis:and_the_crate_of_the_...
2018-07-10 borsAuto merge of #52177 - ljedrz:bare_gcc_warning, r=alexc...
2018-07-10 Zack M. Davisin which `use` suggestions meet edition 2018
2018-07-10 borsAuto merge of #51583 - cuviper:packed_pair-bool, r...
2018-07-10 borsAuto merge of #52100 - nielx:fix/rust_driver-stacklimit...
2018-07-09 Oliver Middletonrustdoc: Hide struct and enum variant constructor imports
2018-07-09 borsAuto merge of #51899 - gnzlbg:llvm501, r=alexcrichton
2018-07-09 Simon SapinImplement #[alloc_error_handler]
2018-07-09 Simon SapinAdd a test for the default allocation error hook
2018-07-09 Simon SapinRemove `extern` on the `pub fn rust_oom` lang item...
2018-07-09 borsAuto merge of #50250 - csmoe:wf_traitref, r=scalexm
2018-07-09 ashtneoiFix issue #51515 and update test
2018-07-09 ashtneoiAdd test case from issue #51515
2018-07-09 ljedrzChange gcc warning file name, remove unnecessary reference
2018-07-09 scalexmChange wording
2018-07-09 borsAuto merge of #51956 - GuillaumeGomez:shutdown-doc...
2018-07-09 Guillaume Gomezadd comment about lints whitelisting
2018-07-09 gnzlbgrevert travis-ci changes
2018-07-09 borsAuto merge of #52159 - SimonSapin:alloc-prelude, r...
2018-07-09 ljedrzWarn windows-gnu users that the bundled gcc can't compile
2018-07-09 gnzlbgrun asmjs and emscripten builds on CI (temporary)
2018-07-09 gnzlbgstill support LLVM4 for emscripten
2018-07-09 gnzlbgbump llvm version of failing codegen test
2018-07-09 gnzlbgbump minimum LLVM version to 5.0
2018-07-09 borsAuto merge of #52160 - euclio:include-macros, r=oli-obk
2018-07-09 borsAuto merge of #52066 - benjaminp:obligation-select...
2018-07-09 borsAuto merge of #52166 - orlp:master, r=joshtriplett
2018-07-09 Orson PetersRemoved a single trailing space. Oops.
2018-07-09 Niko Matsakisfind and highlight the `&` or `'_` in `region_name`
2018-07-09 Orson PetersReimplemented Vec's swap_remove to not rely on pop.
2018-07-09 Orson PetersPerformance improvement of Vec's swap_remove.
2018-07-08 Andy Russelladd regression test for #48835
2018-07-08 borsAuto merge of #52152 - fabric-and-ink:edit-file-open...
2018-07-08 borsAuto merge of #52106 - PramodBisht:issue/52049, r=oli-obk
2018-07-08 Fabian DrinckEdit code example for File::open
2018-07-08 borsAuto merge of #51955 - zackmdavis:item_semi, r=oli-obk
2018-07-08 borsAuto merge of #51590 - bjorn3:codegen_llvm_extract...
2018-07-07 Simon SapinReformat std prelude source to show it is the sum of...
2018-07-07 Simon SapinAdd the `alloc::prelude` module
2018-07-07 borsAuto merge of #52132 - Mark-Simulacrum:rollup, r=Mark...
2018-07-07 Mark RousskovRollup merge of #52131 - Mark-Simulacrum:ship-clippy...
2018-07-07 Mark RousskovRollup merge of #52107 - PramodBisht:feature/52105...
2018-07-07 Mark RousskovRollup merge of #52087 - malbarbo:musl-1.1.19, r=alexcr...
2018-07-07 Mark RousskovShip clippy in manifests
2018-07-07 borsAuto merge of #52109 - michaelwoerister:ir-objs, r...
2018-07-07 Pramod BishtAdded UI testcases for #52049
2018-07-07 borsAuto merge of #51993 - TheDarkula:master, r=oli-obk
2018-07-07 bjorn3Update Cargo.lock
2018-07-07 bjorn3Revert changes to bootstrap, rustc_driver and fix ...
2018-07-07 bjorn3Hopefully fix it
2018-07-07 bjorn3Only use coresimd when codegen_backend is LLVM
2018-07-07 bjorn3Move llvm_target_features back to llvm_util
2018-07-07 bjorn3Add missing ) to comment
2018-07-07 bjorn3Move time_graph.rs to rustc/util
2018-07-07 bjorn3Update Cargo.lock and move size_and_align_of_dst back
2018-07-07 bjorn3Remove unused rustc_driver dependency on ar
2018-07-07 bjorn3Change comment on setting codegen-backend empty
2018-07-07 bjorn3Add comment about disabling LLVM by setting codegen...
2018-07-07 bjorn3Leave fixme comment
2018-07-07 bjorn3Fix test
2018-07-07 bjorn3Fix metadata_only metadata encoding
2018-07-07 bjorn3Solve review comment
2018-07-07 bjorn3Undo unnecessary change
2018-07-07 bjorn3Fix some errors
2018-07-07 bjorn3Mostly fix compiling without LLVM (with metadata_only...
2018-07-07 bjorn3Move some functions out of rustc_codegen_llvm and fix...
2018-07-07 borsAuto merge of #52037 - lqd:skipping-regionless-types...
2018-07-07 Pramod Bishtremoved redundant header file import in rustllvm.h
2018-07-07 Pramod BishtAddresses #52049
2018-07-07 csmoeupdate tests
2018-07-07 borsAuto merge of #52123 - Mark-Simulacrum:rollup, r=Mark...
2018-07-07 Mark RousskovRollup merge of #52120 - japaric:mclass, r=alexcrichton
2018-07-07 Mark RousskovRollup merge of #52117 - Eijebong:filetime, r=alexcrichton
2018-07-07 Mark RousskovRollup merge of #52104 - tmccombs:repr_trans_stable...
2018-07-07 Mark RousskovRollup merge of #52103 - tmccombs:rc_downcast, r=Mark...
2018-07-07 Mark RousskovRollup merge of #52099 - zackmdavis:and_the_case_of_the...
2018-07-07 Mark RousskovRollup merge of #52083 - spastorino:dont-run-ast-borrow...
2018-07-07 Mark RousskovRollup merge of #52067 - csmoe:issue-51167, r=nikomatsakis
2018-07-07 Mark RousskovRollup merge of #52058 - davidtwco:issue-51345, r=nikom...
2018-07-07 Mark RousskovRollup merge of #51901 - rust-lang:weak-unboxing, r...
2018-07-07 csmoeextend where clauses
2018-07-07 borsAuto merge of #51656 - soc:topic/fix-home-dir, r=SimonSapin
2018-07-07 Meade KinckeGeneral fixes and cleanup.
2018-07-07 Meade KinckeOmitted the walk in visit_expr()
2018-07-06 Simon SapinFix is_dangling import when Arc is #[cfg]’ed out
2018-07-06 Simon SapinAdd some unit tests for dangling Weak references
2018-07-06 Simon SapinAdd a test for Weak::new() not crashing for uninhabited...
2018-07-06 Simon SapinRc: remove unused allocation from Weak::new()
2018-07-06 Simon SapinUse an aligned dangling pointer in Weak::new, rather...
2018-07-06 borsAuto merge of #52021 - nikomatsakis:nll-region-errors...
2018-07-06 Jorge AparicioARM: expose the "mclass" target feature
2018-07-06 Simon OchsenreitherDeprecate `std::env::home_dir` and fix incorrect docume...
2018-07-06 Bastien OrivelDedupe filetime
2018-07-06 borsAuto merge of #51757 - nielx:fix/haiku-fixes, r=nagisa
2018-07-06 borsAuto merge of #52018 - flip1995:rfc2103, r=oli-obk
next