]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-09-17 Mazdak FarrokhzadRollup merge of #64500 - nnethercote:ObligForest-fixups...
2019-09-17 Mazdak FarrokhzadRollup merge of #64416 - mark-i-m:region-naming-ctx...
2019-09-17 Mazdak FarrokhzadRollup merge of #64380 - alexcrichton:update-openssl...
2019-09-17 Mazdak FarrokhzadRollup merge of #64085 - estebank:hrtb-errors, r=oli-obk
2019-09-17 Dylan MacKenzieRemove `dataflow::state_for_location`
2019-09-17 Dylan MacKenzieReplace all uses of `dataflow::state_for_location`
2019-09-17 Dylan MacKenzieAdd a getter for the current state to `DataflowResultsC...
2019-09-16 Taiki EndoUse shorthand syntax in the self parameter of methods...
2019-09-16 Taiki EndoElide lifetimes in `Pin<&(mut) Self>`
2019-09-16 Esteban KüberTweak unsatisfied HRTB errors
2019-09-16 borsAuto merge of #64526 - Centril:rollup-k4cz2xn, r=Centril
2019-09-16 Mazdak FarrokhzadRollup merge of #64518 - spastorino:while-let-to-iterat...
2019-09-16 Mazdak FarrokhzadRollup merge of #64509 - varkor:convert-identity-doc...
2019-09-16 Mazdak FarrokhzadRollup merge of #64485 - RalfJung:miri, r=alexcrichton
2019-09-16 Mazdak FarrokhzadRollup merge of #64357 - rust-lang:adt-docs-fix, r...
2019-09-16 Niko Matsakisadjust desugaring for async fn to correct drop order
2019-09-16 Niko Matsakisadd regression test for issue-64391
2019-09-16 Ralf Jungavoid duplicate issues for Miri build failures
2019-09-16 Niko Matsakisadd test for drop order of temporary in tail return...
2019-09-16 Santiago PastorinoUse while let slice_pattern instead of carrying an...
2019-09-16 Alex Crichtonazure: Disable more LLVM/debug assertions in
2019-09-16 Ralf Jungupdate miri for latest breakage
2019-09-16 Ralf Jungwith byteorder 1.3, the i128 feature is a NOP
2019-09-16 Ralf Jungupdate miri
2019-09-16 Mazdak Farrokhzad`AdtDef` is an algebraic data type, not abstract data...
2019-09-16 borsAuto merge of #64510 - Centril:rollup-m03zsq8, r=Centril
2019-09-16 Mazdak FarrokhzadRollup merge of #64504 - guanqun:use-println-without...
2019-09-16 Mazdak FarrokhzadRollup merge of #64499 - nnethercote:use-Symbol-in...
2019-09-16 Mazdak FarrokhzadRollup merge of #64497 - nnethercote:fix-64339, r=petro...
2019-09-16 Mazdak FarrokhzadRollup merge of #64467 - Mark-Simulacrum:hide-cfg-failu...
2019-09-16 Mazdak FarrokhzadRollup merge of #64451 - RalfJung:miri-manifest, r...
2019-09-16 Mazdak FarrokhzadRollup merge of #64446 - ehuss:fix-sanitizer-build...
2019-09-16 Mazdak FarrokhzadRollup merge of #64444 - RalfJung:no-backtrace, r=alexc...
2019-09-16 Mazdak FarrokhzadRollup merge of #64119 - pietroalbini:validate-toolstat...
2019-09-16 Mazdak FarrokhzadRollup merge of #64028 - Centril:stabilize-alloc-new...
2019-09-16 Mazdak FarrokhzadRollup merge of #63955 - RalfJung:intern, r=oli-obk
2019-09-16 Mazdak FarrokhzadConst-stabilize `String::new`.
2019-09-16 Mazdak FarrokhzadConst-stabilize `Vec::new`.
2019-09-16 varkorMake some adjustments to the documentation for `std...
2019-09-16 Ralf Jungavoid #[cfg] in favor of cfg!
2019-09-16 Pietro Albinici: remove projektir from toolstate notifications
2019-09-16 Pietro Albinici: convert maintainer list in publish_toolstate to...
2019-09-16 Pietro Albinici: address publish_toolstate review comments
2019-09-16 Pietro Albinici: rename Gankro to Gankra in toolstate
2019-09-16 Pietro Albinici: ensure all tool maintainers are assignable on issues
2019-09-16 Ralf Jungadd test
2019-09-16 Ralf Jungdo the variant idx computations on the host (non-overfl...
2019-09-16 Ivan ThamFix inconsistent link formatting
2019-09-16 borsAuto merge of #64381 - mati865:rand, r=alexcrichton
2019-09-16 Ralf Jungfactor getting the discriminant layout to a new method
2019-09-16 Ralf Jungbetter and more consistent variable names
2019-09-16 Ralf Jungfix Miri discriminant load/store when overflows are...
2019-09-16 borsAuto merge of #64383 - pcpthm:btreeset-size-hint, r...
2019-09-16 Nicholas NethercoteUse `Symbol` in two more functions.
2019-09-16 pcpthmImprove BTreeSet::Intersection::size_hint
2019-09-16 Nicholas NethercoteDon't print the "total" `-Ztime-passes` output if ...
2019-09-16 Nicholas NethercoteMove `impl Node` just after `struct Node`.
2019-09-16 Nicholas NethercoteMinor comment tweaks.
2019-09-16 Nicholas NethercoteUse `retain` for `waiting_cache` in `apply_rewrites()`.
2019-09-16 Nicholas NethercoteUse iterators in `error_at` and `process_cycle`.
2019-09-16 Nicholas NethercoteAdd comments about `waiting_cache`.
2019-09-16 Nicholas NethercoteFix incorrect comment about contents of a `Node`.
2019-09-16 Nicholas NethercoteFix some out-of-date names of things in comments.
2019-09-16 Nicholas NethercoteRemove out-of-date comments.
2019-09-16 Nicholas NethercoteFactor out repeated `self.nodes[i]` expressions.
2019-09-16 Nicholas NethercoteRedefine `NodeIndex` as a `newtype_index!`.
2019-09-16 Nicholas NethercoteName index variables consistently.
2019-09-16 borsAuto merge of #64487 - Xanewok:update-rls, r=jonas...
2019-09-15 Mark RousskovHide diagnostics emitted during --cfg parsing
2019-09-15 borsAuto merge of #64491 - Centril:rollup-21wkl69, r=Centril
2019-09-15 Mazdak FarrokhzadRollup merge of #64472 - Mark-Simulacrum:unused-parens...
2019-09-15 Mazdak FarrokhzadRollup merge of #64250 - Xanewok:save-analysis-assoc...
2019-09-15 Mazdak FarrokhzadRollup merge of #63872 - marmistrz:readdir, r=jonas...
2019-09-15 borsAuto merge of #64474 - Mark-Simulacrum:permit-err-overl...
2019-09-15 Guanqun Luuse println!()
2019-09-15 Igor MatuszewskiUpdate RLS
2019-09-15 Mark RousskovPermit impls referencing errors to overlap
2019-09-15 Ralf Jungupdate intern classification comment
2019-09-15 Ralf Jungexplain ty == None
2019-09-15 Ralf Jungassert that nobody asks for mutable constants
2019-09-15 Ralf Jungnote a FIXME
2019-09-15 Ralf Jungrelocations -> allocations
2019-09-15 borsAuto merge of #64483 - petrochenkov:expectattr2, r...
2019-09-15 Ralf Jungdrop redundant ParamEnv, and avoid constructing InternV...
2019-09-15 Ralf Jungall memory behind a constant must be immutable
2019-09-15 Ralf Jungconst interning: move mutability computation into inter...
2019-09-15 Vadim Petrochenkovresolve: Remove `!` from "cannot find" diagnostics...
2019-09-15 Vadim Petrochenkovresolve: Tweak "cannot find" wording for attributes
2019-09-15 Matthew JasperPrint visibility of `macro` items
2019-09-15 borsAuto merge of #64469 - matthewjasper:increase-hygiene...
2019-09-15 Matthew JasperRemove `with_legacy_ctxt`
2019-09-15 Matthew JasperGive more `Idents` spans
2019-09-15 Matthew JasperAvoid some unnecessary `&str` to `Ident` conversions
2019-09-15 Matthew JasperPrefer `Symbol` to `Ident` when there's no sensible...
2019-09-15 borsAuto merge of #64478 - Centril:rollup-bnt51w1, r=Centril
2019-09-15 Mazdak FarrokhzadRollup merge of #64475 - guanqun:use-same-name, r=Centril
2019-09-15 Mazdak FarrokhzadRollup merge of #64473 - spastorino:use-try-fold, r...
2019-09-15 Mazdak FarrokhzadRollup merge of #64471 - Mark-Simulacrum:warn-depr...
2019-09-15 Mazdak FarrokhzadRollup merge of #64463 - petrochenkov:expectattr, r...
2019-09-15 Mazdak FarrokhzadRollup merge of #64457 - petrochenkov:macunfield, r...
next