]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-07-06 kennytmRollup merge of #52019 - michaelwoerister:cross-lto...
2018-07-06 kennytmRollup merge of #52016 - oli-obk:dedup_static_errors...
2018-07-06 kennytmRollup merge of #52005 - alexcrichton:update-llvm-for...
2018-07-05 kennytmRollup merge of #51793 - GuillaumeGomez:search-result...
2018-07-05 kennytmRollup merge of #51619 - mksully22:ppc64le_rust, r...
2018-07-05 borsAuto merge of #51917 - alexcrichton:update, r=Mark...
2018-07-05 borsAuto merge of #51599 - GuillaumeGomez:reduce-search...
2018-07-05 Alex CrichtonUpdate Cargo.lock dependencies
2018-07-05 borsAuto merge of #52012 - oli-obk:clippy, r=kennytm
2018-07-05 Oliver SchneiderUpdate the clippy submodule
2018-07-05 borsAuto merge of #51967 - varkor:const-body-break-continue...
2018-07-05 borsAuto merge of #51936 - japaric:rust-lld, r=alexcrichton
2018-07-05 Jorge Aparicioin the second copy lld is already named rust-lld
2018-07-05 borsAuto merge of #51938 - zackmdavis:and_the_case_of_the_l...
2018-07-05 borsAuto merge of #51964 - matthewjasper:unused-mut-mir...
2018-07-04 borsAuto merge of #51803 - lucasem:rustdoc-code-hash-escape...
2018-07-04 borsAuto merge of #51611 - QuietMisdreavus:slippery-macros...
2018-07-04 Lucas Moralesrustdoc book on codeblock hash escaping
2018-07-04 borsAuto merge of #51395 - SimonSapin:repr-transparent...
2018-07-04 borsAuto merge of #51870 - nnethercote:reuse-DefsUsesVisito...
2018-07-04 borsAuto merge of #51935 - cramertj:unpin-references, r...
2018-07-04 borsAuto merge of #51895 - nikomatsakis:move-self-trait...
2018-07-04 Nicholas NethercoteReuse the `DefsUsesVisitor` in `simulate_block()`.
2018-07-04 Alex CrichtonCompile stage0 tools with the raw bootstrap compiler
2018-07-03 borsAuto merge of #51926 - matthewjasper:Initialization...
2018-07-03 borsAuto merge of #51900 - PramodBisht:51813_b, r=nikomatsakis
2018-07-03 Matthew JasperFix various nll unused mut errors
2018-07-03 Mike Sullivanrust: add initial changes to support powerpc64le musl
2018-07-03 borsAuto merge of #51450 - estebank:inner-fn-test, r=@pnkfelix
2018-07-03 QuietMisdreavustest for renaming re-exported macros
2018-07-03 Michael WoeristerAllow the linker to choose the LTO-plugin (which is...
2018-07-03 borsAuto merge of #52014 - pietroalbini:rollup, r=pietroalbini
2018-07-03 Oliver SchneiderDeduplicate error reports for statics
2018-07-03 Pietro AlbiniRollup merge of #52006 - Mark-Simulacrum:keep-stage...
2018-07-03 Pietro AlbiniRollup merge of #52004 - kennytm:toolstate-fixes, r...
2018-07-03 Pietro AlbiniRollup merge of #51997 - euclio:release-notes, r=Aarone...
2018-07-03 Pietro AlbiniRollup merge of #51982 - michaelwoerister:hash-modules...
2018-07-03 Pietro AlbiniRollup merge of #51980 - est31:columns, r=alexcrichton
2018-07-03 Pietro AlbiniRollup merge of #51979 - oli-obk:lowering_cleanups4...
2018-07-03 Pietro AlbiniRollup merge of #51978 - estebank:issue-48364, r=oli-obk
2018-07-03 Pietro AlbiniRollup merge of #51977 - mnd:fix-bootstrap-test-with...
2018-07-03 Pietro AlbiniRollup merge of #51973 - estk:master, r=abonander
2018-07-03 Pietro AlbiniRollup merge of #51958 - euclio:attr-refactor, r=petroc...
2018-07-03 Pietro AlbiniRollup merge of #51914 - nikomatsakis:nll-fix-issue...
2018-07-03 Pietro AlbiniRollup merge of #51809 - drrlvn:rw_exact_all_at, r...
2018-07-03 Pietro AlbiniRollup merge of #51548 - DiamondLovesYou:amdgpu-target...
2018-07-03 Michael WoeristerAvoid sorting the item_ids array the StableHash impl...
2018-07-03 borsAuto merge of #51889 - spastorino:make-causal-tracking...
2018-07-03 borsAuto merge of #51695 - est31:stdsimd_update, r=alexcrichton
2018-07-03 borsAuto merge of #51564 - SimonSapin:try-int, r=alexcrichton
2018-07-03 borsAuto merge of #51428 - alexreg:uninitialized-statics...
2018-07-02 borsAuto merge of #51991 - oli-obk:clippy, r=kennytm
2018-07-02 Mark RousskovChange --keep-stage to apply more
2018-07-02 kennytmRun "tools" job on PR when commit message starts with...
2018-07-02 kennytmFixed detection of test-fail for doctests.
2018-07-02 kennytmFix the tool's path in toolstate verification.
2018-07-02 Alex CrichtonUpdate LLVM to bring in a wasm codegen fix
2018-07-02 Mark RousskovMake explicit that assemble is not run from CLI
2018-07-02 Pramod BishtAddress #51813
2018-07-02 borsAuto merge of #51944 - MajorBreakfast:generic-future...
2018-07-02 Evan SimmonsMake Stdio handle UnwindSafe
2018-07-02 varkorUse LitToConstError rather than bool for errors
2018-07-02 varkorFix issue-50585 test
2018-07-02 varkorRemove early error abort
2018-07-02 varkorFix ICEs with match/return expressions inside array...
2018-07-02 varkorClean up error messages regarding break/continue inside...
2018-07-02 varkorAdd more safeguards to "missing binding mode" errors
2018-07-02 varkorFix another return-const ICE
2018-07-02 varkorFix an ICE using break and continue as array lengths
2018-07-02 varkorFix a bug with return in anonymous consts
2018-07-02 borsAuto merge of #51896 - nikomatsakis:nll-liveness-dirty...
2018-07-02 Andy Russelladd entry for cargo-metadata feature to RELEASES
2018-07-02 Josef Reinhard... Implemented `UnsafeFutureObj` on `Box`
2018-07-02 Josef Reinhard... Implement `UnsafeFutureObj` for `&mut Future`
2018-07-02 Oliver SchneiderUpdate the clippy submodule
2018-07-02 Josef Reinhard... Remove unnecessary `PhantomData` field
2018-07-02 Josef Reinhard... Add explanation for custom trait object
2018-07-02 Nikolai Merinovbootstrap: tests should use rustc from config.toml
2018-07-02 est31Add some more additional functions to the shim
2018-07-02 Alexander RegueiroUpdated miri submodule.
2018-07-02 Josef Reinhard... Fix naming convention issue
2018-07-02 borsAuto merge of #51321 - zackmdavis:hiridification_genera...
2018-07-02 Niko Matsakisadd outlives annotations to `BTreeMap`
2018-07-02 Niko Matsakisimprove comments
2018-07-02 Niko Matsakisintroduce `predicates_defined_on` for traits
2018-07-02 Niko Matsakisadd `is_trait(DefId)` helper to `TyCtxt`
2018-07-02 Niko Matsakisdrive-by nits and debug
2018-07-02 Niko Matsakisuse `ty::TraitRef::identity` where possible
2018-07-02 Niko Matsakisprove defaults meet WF requirements, not that they...
2018-07-02 Dror LevinFill in tracking issue number for read_exact_at/write_a...
2018-07-02 Michael Woeristerincr.comp.: Take names of children into account when...
2018-07-02 Alexander RegueiroRemoved `uninitialized_statics` field from `Memory...
2018-07-02 borsAuto merge of #51122 - oli-obk:clippy, r=Mark-Simulacrum
2018-07-02 Josef Reinhard... Make `drop` method for `PinMut`'s `UnsafeFutureObj...
2018-07-02 Josef Reinhard... Improve doc comments for `FutureObj`
2018-07-02 Josef Reinhard... `UnsafeFutureObj` impl for `PinMut`
2018-07-02 Josef Reinhard... Add lifetime to `FutureObj`
2018-07-02 Josef Reinhard... Use `From` impls for `FutureObj<()>`
2018-07-02 Josef Reinhard... Make custom trait object for `Future` generic
2018-07-02 borsAuto merge of #51645 - marco-c:error_when_incremental_a...
next