]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-07-11 Mark RousskovRollup merge of #51614 - csmoe:lit_sugg, r=estebank
2018-07-11 borsAuto merge of #51702 - ecstatic-morse:infinite-loop...
2018-07-11 borsAuto merge of #51553 - jD91mZM2:uds, r=sfackler
2018-07-11 borsAuto merge of #51230 - nikic:no-verify-lto, r=pnkfelix
2018-07-11 csmoesuggest on new snippet
2018-07-11 borsAuto merge of #52245 - GuillaumeGomez:rollup, r=Guillau...
2018-07-11 Guillaume GomezRollup merge of #52241 - felixrabe:patch-1, r=oli-obk
2018-07-11 Guillaume GomezRollup merge of #52238 - frewsxcv:frewsxcv-unwrap,...
2018-07-11 Guillaume GomezRollup merge of #52233 - GuillaumeGomez:rustdoc-lint...
2018-07-11 Guillaume GomezRollup merge of #52231 - lqd:error_mesg, r=GuillaumeGomez
2018-07-11 Guillaume GomezRollup merge of #51701 - anirudhb:master, r=frewsxcv
2018-07-11 borsAuto merge of #51966 - alexcrichton:llvm7, r=michaelwoe...
2018-07-11 Felix RabeFix typo in E0433 docs
2018-07-11 Corey FarwellAvoid unwrapping in PanicInfo doc example.
2018-07-11 borsAuto merge of #52232 - arielb1:ill-adjusted-tuples...
2018-07-10 borsAuto merge of #52229 - GuillaumeGomez:rollup, r=Guillau...
2018-07-10 Guillaume GomezImprove lint handling in rustdoc
2018-07-10 Ariel Ben-Yehudaadd test for #52213
2018-07-10 Ariel Ben-Yehudaadd a debug log for more MC failures
2018-07-10 Ariel Ben-Yehudause the adjusted type for cat_pattern in tuple patterns
2018-07-10 Rémy RakicFix typo in error message E0277
2018-07-10 Guillaume GomezRollup merge of #52195 - alexcrichton:no-tmp, r=pnkfelix
2018-07-10 Guillaume GomezRollup merge of #52171 - bharrisau:fsub-count, r=estebank
2018-07-10 Guillaume GomezRollup merge of #52151 - GuillaumeGomez:trait-impl...
2018-07-10 Guillaume GomezRollup merge of #52149 - willmo:transparent-atomics...
2018-07-10 Guillaume GomezRollup merge of #52064 - Valloric:patch-1, r=cramertj
2018-07-10 Guillaume GomezRollup merge of #51722 - Aaronepower:master, r=Mark...
2018-07-10 Guillaume GomezRollup merge of #51612 - ashtneoi:51515-missing-first...
2018-07-10 Alex CrichtonUpgrade to LLVM's master branch (LLVM 7)
2018-07-10 borsAuto merge of #51612 - ashtneoi:51515-missing-first...
2018-07-10 Anirudh BalajiChange wording for {copy, clone}_from_slice
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 Alex Crichtonrustc: Avoid /tmp/ in graphviz writing
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 Anirudh BalajiAdd "or destination" to {copy, clone}_from_slice example
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 Ben HarrisCorrect some codegen stats counters
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 jD91mZM2Delete leftover files
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 Guillaume GomezFix some links
2018-07-08 Guillaume GomezAdd setting to prevent doc auto-hide of trait implement...
2018-07-08 willmoAdd #[repr(transparent)] to Atomic* types
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
next