]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-08-01 Pietro AlbiniRollup merge of #52883 - estebank:nll-diag-mut, r=oli-obk
2018-08-01 Pietro AlbiniRollup merge of #52878 - mikhail-m1:master, r=kennytm
2018-08-01 Pietro AlbiniRollup merge of #52876 - cuviper:const-endianness-be...
2018-08-01 Pietro AlbiniRollup merge of #52870 - cramertj:unpin-futureobj,...
2018-08-01 Pietro AlbiniRollup merge of #52867 - matthiaskrgr:release_typos...
2018-08-01 Pietro AlbiniRollup merge of #52861 - ColinFinck:master, r=alexcrichton
2018-08-01 Pietro AlbiniRollup merge of #52859 - ljedrz:smallvec_true_extend...
2018-08-01 Pietro AlbiniRollup merge of #52853 - RalfJung:bootstrap-help, r...
2018-08-01 Pietro AlbiniRollup merge of #52851 - flip1995:tool_lints, r=oli-obk
2018-08-01 Pietro AlbiniRollup merge of #52846 - kennytm:bootstrap-curl-timeout...
2018-08-01 Pietro AlbiniRollup merge of #52842 - toidiu:ak-commentUpdate, r...
2018-08-01 Pietro AlbiniRollup merge of #52831 - dsciarra:rm-ref-to-author...
2018-08-01 Pietro AlbiniRollup merge of #52825 - RalfJung:codegen, r=alexcrichton
2018-08-01 Pietro AlbiniRollup merge of #52824 - varkor:fix-llvm-ret-move-warni...
2018-08-01 Pietro AlbiniRollup merge of #52822 - MajorBreakfast:fix-from-local...
2018-08-01 Pietro AlbiniRollup merge of #52821 - fukatani:gdb-vecdeque-print...
2018-08-01 Pietro AlbiniRollup merge of #52810 - matthewjasper:more-immutablity...
2018-08-01 Pietro AlbiniRollup merge of #52778 - ljedrz:readable_serialize...
2018-08-01 Pietro AlbiniRollup merge of #52771 - matklad:patch-1, r=kennytm
2018-08-01 Pietro AlbiniRollup merge of #52745 - commandline:master, r=oli-obk
2018-08-01 Pietro AlbiniRollup merge of #52732 - SimonSapin:spring, r=Mark...
2018-08-01 Pietro AlbiniRollup merge of #52628 - Mark-Simulacrum:rustdoc-cleanu...
2018-08-01 Pietro AlbiniRollup merge of #52340 - cypher:document-from-trait...
2018-07-31 Mark RousskovFixup test case
2018-07-31 Mark RousskovAdd dyn to Write
2018-07-31 Mark RousskovCleanup highlighting code
2018-07-31 Mark RousskovRemove global derive_id and reset_ids functions
2018-07-31 borsAuto merge of #52234 - petrochenkov:macuse2, r=Mark...
2018-07-31 Mark RousskovFormat code for easier editing
2018-07-31 Mark RousskovFurther extract error code switch
2018-07-31 Mark RousskovRemove dependency on error handling from find_testable_code
2018-07-31 Mark RousskovProvide test configuration through struct
2018-07-31 Mark RousskovProvide warnings for invalid code blocks in markdown...
2018-07-31 Mark RousskovPull out nightly checking to edges
2018-07-31 borsAuto merge of #52461 - irinagpopa:safe-llvm, r=nikomatsakis
2018-07-31 Irina Poparustc_llvm: fix linking on mingw.
2018-07-31 ljedrzBenchmarks for SmallVec
2018-07-31 borsAuto merge of #50267 - humanenginuity:master, r=alexcri...
2018-07-31 Ralf Junghopefully make test pass on windows
2018-07-31 borsAuto merge of #52850 - SimonSapin:unstablize, r=alexcri...
2018-07-31 Ralf Jungmake sure that the no-panic test tests what it is suppo...
2018-07-31 Colin FinckFix coding style.
2018-07-31 borsAuto merge of #52630 - Mark-Simulacrum:rustdoc-cleanup...
2018-07-31 borsAuto merge of #52863 - steveklabnik:update-books, r...
2018-07-31 borsAuto merge of #52731 - nikomatsakis:issue-52057-inferen...
2018-07-31 Niko Matsakisregion_infer: rustfmt, pacifying the mercilous tidy
2018-07-31 Niko Matsakisassert no region obligations on entering custom type op
2018-07-31 Niko Matsakisfree RegionBoundPairs earlier and avoid normalizing...
2018-07-31 Niko Matsakisremove `region_bound_pairs` from FRR as they are not...
2018-07-31 Niko Matsakismake a free fn for creating the URR
2018-07-31 Niko Matsakisadd regression test for #52057
2018-07-31 Niko Matsakisremove universal-region-relation computation from unive...
2018-07-31 Niko Matsakisintroduce, but do not use, `free_region_relation` compu...
2018-07-30 Esteban KüberInclude lifetime in mutability suggestion in NLL messages
2018-07-30 Mark RousskovDelete unused code in rustdoc
2018-07-30 Josh Stonerun-pass/const-endianness: negate before to_le()
2018-07-30 ljedrzUse Vec::extend in SmallVec::extend when applicable
2018-07-30 Irina Poparustc_codegen_llvm: fix ownership of DIBuilder.
2018-07-30 Irina Poparustc_codegen_llvm: fix ownership of Builder.
2018-07-30 Irina Poparustc_codegen_llvm: fix tidy errors.
2018-07-30 Irina Poparustc_codegen_llvm: use safe references for ThinLTOData.
2018-07-30 Irina Poparustc_codegen_llvm: use safe references for ThinLTOBuffer.
2018-07-30 Irina Poparustc_codegen_llvm: use safe references for ModuleBuffer.
2018-07-30 Irina Poparustc_codegen_llvm: use safe references for RustArchive...
2018-07-30 Irina Poparustc_codegen_llvm: use safe references for ArchiveChild.
2018-07-30 Irina Poparustc_codegen_llvm: use safe references for ArchiveIter...
2018-07-30 Irina Poparustc_codegen_llvm: use safe references for Linker.
2018-07-30 Irina Poparustc_codegen_llvm: use safe references for SectionIter...
2018-07-30 Irina Poparustc_codegen_llvm: use safe references for PassManager.
2018-07-30 Irina Poparustc_codegen_llvm: use safe references for OperandBund...
2018-07-30 Irina Poparustc_codegen_llvm: use safe mutable references for...
2018-07-30 Irina Poparustc_codegen_llvm: use safe references for RustString.
2018-07-30 Irina Poparustc_codegen_llvm: use safe references for Twine,...
2018-07-30 Irina Poparustc_codegen_llvm: use safe references for Archive.
2018-07-30 Irina Poparustc_codegen_llvm: use safe references for TargetMachine.
2018-07-30 Irina Poparustc_codegen_llvm: use safe references for Pass.
2018-07-30 Irina Poparustc_codegen_llvm: use safe references for PassManager...
2018-07-30 Irina Poparustc_codegen_llvm: use safe references for MemoryBuffe...
2018-07-30 Irina Poparustc_codegen_llvm: remove more unused functions.
2018-07-30 Irina Poparustc_codegen_llvm: remove unused UseRef type.
2018-07-30 Irina Poparustc_codegen_llvm: use safe references for BasicBlock.
2018-07-30 Irina Poparustc_codegen_llvm: use safe references for Value.
2018-07-30 Taylor CramerImplement Unpin for FutureObj and LocalFutureObj
2018-07-30 Irina Poparustc_codegen_llvm: remove _opaque suffix.
2018-07-30 Irina Poparustc_codegen_llvm: remove #![allow(dead_code)] from...
2018-07-30 Irina Poparustc_codegen_llvm: remove unused ExecutionEngineRef...
2018-07-30 Irina Poparustc_codegen_llvm: use safe references for Metadata...
2018-07-30 Simon SapinRemove unstable and deprecated APIs
2018-07-30 Simon SapinRemove the unstable std_unicode crate, deprecated since...
2018-07-30 Mikhail ModinFix wrong issue number in the test name
2018-07-30 Matthias Krügerreleases.md: fix 2 typos
2018-07-30 Irina Poparustc_codegen_llvm: use safe references for DIBuilder.
2018-07-30 Irina Poparustc_codegen_llvm: use safe references for Builder.
2018-07-30 Irina Poparustc_codegen_llvm: use safe references for Type.
2018-07-30 Irina Poparustc_codegen_llvm: use safe references for Context...
2018-07-30 Irina Poparustc_codegen_llvm: move from empty enums to extern...
2018-07-30 steveklabnikupdate books for new release
2018-07-30 Irina Poparustc_llvm: move to rustc_codegen_llvm::llvm.
2018-07-30 flip1995Explain that the tool is responsible for unknown tool_lints
2018-07-30 flip1995Add a test for the declare_tool_lint macro
next