]> git.lizzy.rs Git - rust.git/history - src
Rollup merge of #60995 - topecongiro:parser-from-stream-and-base-dir, r=michaelwoerister
[rust.git] / src /
2019-05-22 Mazdak FarrokhzadRollup merge of #60995 - topecongiro:parser-from-stream...
2019-05-22 Mazdak FarrokhzadRollup merge of #60991 - spastorino:local-decls-push...
2019-05-22 Mazdak FarrokhzadRollup merge of #60982 - estebank:fix-60976, r=petrochenkov
2019-05-22 Mazdak FarrokhzadRollup merge of #60973 - nnethercote:fix-file_metadata...
2019-05-22 Mazdak FarrokhzadRollup merge of #60963 - blkerby:boxed_docs, r=alexcrichton
2019-05-22 Mazdak FarrokhzadRollup merge of #60581 - hellow554:fix_60580, r=alexcri...
2019-05-22 Mazdak FarrokhzadRollup merge of #59742 - Zoxc:edition-cleanup, r=petroc...
2019-05-21 borsAuto merge of #61007 - michaelwoerister:limited-debugin...
2019-05-21 John Kåre AlsakerSpecify the edition for the rustdoc thread-pool
2019-05-21 John Kåre AlsakerMove `edition` outside the hygiene lock and avoid acces...
2019-05-21 topecongiroFix tidy: remove a trailing whitespace
2019-05-21 topecongiroAdd doc comment
2019-05-21 Michael Woeristerdebuginfo: Revert to old/more verbose behavior for...
2019-05-21 borsAuto merge of #60903 - nnethercote:mv-gensyms-from...
2019-05-21 topecongiroAdd stream_to_parser_with_base_dir
2019-05-21 borsAuto merge of #60950 - taiki-e:arbitrary_self_types...
2019-05-21 Brent KerbyCreate and reference Memory Layout section of boxed...
2019-05-21 borsAuto merge of #60985 - cr1901:msp430-fix, r=alexcrichton
2019-05-20 Santiago PastorinoLocalDecl push returns Local len
2019-05-20 borsAuto merge of #60986 - Centril:rollup-nhpgrfb, r=Centril
2019-05-20 Mazdak FarrokhzadRollup merge of #60983 - petrhosek:libunwind-no-excepti...
2019-05-20 Mazdak FarrokhzadRollup merge of #60972 - RalfJung:volatile, r=alexcrichton
2019-05-20 Mazdak FarrokhzadRollup merge of #60959 - petrochenkov:sassert, r=estebank
2019-05-20 Mazdak FarrokhzadRollup merge of #60952 - dtolnay:heap, r=Amanieu
2019-05-20 Mazdak FarrokhzadRollup merge of #60942 - bjorn3:metadata_loader_refacto...
2019-05-20 Mazdak FarrokhzadRollup merge of #60915 - michaelwoerister:hashstablestu...
2019-05-20 Mazdak FarrokhzadRollup merge of #60823 - oli-obk:used_unused_no_mangle...
2019-05-20 Mazdak FarrokhzadRollup merge of #60511 - taiki-e:libstd-intra-doc,...
2019-05-20 Mazdak FarrokhzadRollup merge of #60487 - GuillaumeGomez:fix-search...
2019-05-20 Mazdak FarrokhzadRollup merge of #60453 - tbu-:pr_getrandom_enoperm...
2019-05-20 Mazdak FarrokhzadRollup merge of #60383 - GuillaumeGomez:fix-position...
2019-05-20 William D. JonesFix MSP430 AsmPrinter and assembler syntax mismatch.
2019-05-20 Petr HosekSet -funwind-tables and -fno-exceptions unconditionally...
2019-05-20 Esteban KüberDo not fail on child without DefId
2019-05-20 borsAuto merge of #60445 - RalfJung:maybe-uninit, r=Centril
2019-05-20 Brent KerbyRemove trailing whitespaces to satisfy tidy
2019-05-20 Brent KerbyUpdate boxed::Box docs on memory layout
2019-05-20 Nicholas NethercoteAvoid symbol interning in `file_metadata`.
2019-05-20 Ralf Jungupdate miri
2019-05-20 Peter ToddDocument layout guarantee of MaybeUninit
2019-05-20 Ralf Jungelliminate mem::uninitialize from docs in libcore
2019-05-20 Ralf Jungadd out-pointer example
2019-05-20 Ralf Jungapply feedback
2019-05-20 Ralf Jungstabilize core parts of MaybeUninit and deprecate mem...
2019-05-20 Michael WoeristerDocument requirements for HashStable implementations...
2019-05-20 borsAuto merge of #60921 - cuviper:remove-mpsc_select,...
2019-05-20 Ralf Jungremove confusing remarks about mixed volatile and non...
2019-05-20 Nicholas NethercoteRemove `Symbol::gensym()`.
2019-05-20 Nicholas NethercoteEliminate `Symbol::gensymed`.
2019-05-20 Nicholas NethercoteMove `is_gensymed` from `Symbol` to `Ident`.
2019-05-20 borsAuto merge of #60815 - nnethercote:use-Symbol-more...
2019-05-20 borsAuto merge of #60969 - Centril:rollup-3j71mqj, r=Centril
2019-05-19 Nicholas NethercoteIntroduce `LocalInternedString::intern`.
2019-05-19 Nicholas NethercoteIntroduce `InternedString::intern`.
2019-05-19 Nicholas NethercoteAvoid `as_str()` in `ParamTy::is_self`.
2019-05-19 Mazdak FarrokhzadRollup merge of #60962 - VeryTastyTomato:patch-1, r...
2019-05-19 Mazdak FarrokhzadRollup merge of #60960 - matthewjasper:remove-lowering...
2019-05-19 Mazdak FarrokhzadRollup merge of #60908 - GuillaumeGomez:errors, r=oli-obk
2019-05-19 Mazdak FarrokhzadRollup merge of #60895 - chandde:master, r=alexcrichton
2019-05-19 Mazdak FarrokhzadRollup merge of #60745 - wesleywiser:const_prop_into_te...
2019-05-19 Mazdak FarrokhzadRollup merge of #60590 - petertodd:2018-test-union...
2019-05-19 borsAuto merge of #60272 - Jakst:patch-1, r=Manishearth
2019-05-19 Wesley Wiser[const-prop] Don't const-prop into terminators unless...
2019-05-19 Wesley Wiser[const-prop] Remove catch all match and add FIXME
2019-05-19 Wesley Wiser[const-prop] Support propagating into SwitchInt's ...
2019-05-19 Wesley Wiser[const-prop] Support propagating into Assert's `cond...
2019-05-19 borsAuto merge of #60065 - QuietMisdreavus:async-move-docte...
2019-05-19 VeryTastyTomatoFix data types indication
2019-05-19 Taiki EndoMove run-pass/self/* to ui/self
2019-05-19 Matthew JasperStop using gensyms in HIR lowering
2019-05-19 borsAuto merge of #60946 - Xanewok:update-rls, r=oli-obk
2019-05-19 Vadim PetrochenkovImprove type size assertions
2019-05-19 borsAuto merge of #60937 - RalfJung:miri, r=oli-obk
2019-05-19 borsAuto merge of #60760 - GuillaumeGomez:generic-display...
2019-05-19 Taiki EndoMove arbitrary_self_types's tests into ui/self
2019-05-19 David TolnayDocument BinaryHeap time complexity
2019-05-19 Peter ToddMake clear that status quo ≠ guarantee
2019-05-19 borsAuto merge of #60949 - Centril:rollup-f918e1v, r=Centril
2019-05-19 Mazdak FarrokhzadRollup merge of #60947 - blkerby:global_alloc_typo...
2019-05-19 Mazdak FarrokhzadRollup merge of #60945 - blkerby:fill_buf_nll_doc_examp...
2019-05-19 Mazdak FarrokhzadRollup merge of #60943 - blkerby:master, r=Mark-Simulacrum
2019-05-19 Mazdak FarrokhzadRollup merge of #60934 - fabric-and-ink:defindex_with_n...
2019-05-19 Mazdak FarrokhzadRollup merge of #60931 - cuviper:array-iter, r=KodrAus
2019-05-19 Mazdak FarrokhzadRollup merge of #60924 - estebank:try-msg, r=petrochenkov
2019-05-19 Mazdak FarrokhzadRollup merge of #60678 - DutchGhost:master, r=scottmcm
2019-05-19 Mazdak FarrokhzadRollup merge of #60370 - Richard-W:const-layout-constru...
2019-05-18 Brent KerbyFix typos in docs of GlobalAlloc
2019-05-18 Igor MatuszewskiReverse RLS toolstate check override
2019-05-18 Igor MatuszewskiUpdate RLS
2019-05-18 borsAuto merge of #60093 - GuillaumeGomez:fix-attrs-pos...
2019-05-18 Brent KerbySimplify BufRead doc example using NLL
2019-05-18 borsAuto merge of #60940 - Manishearth:clippyup, r=Manishearth
2019-05-18 Brent Kerbyfix copy-paste typo in docs for ptr::read_volatile
2019-05-18 bjorn3Misc changes to rustc_metadata
2019-05-18 Manish GoregaokarUpdate clippy
2019-05-18 borsAuto merge of #60252 - davidtwco:issue-57672, r=Mark...
2019-05-18 Guillaume GomezFix display of const generics in rustdoc
2019-05-18 Ralf Jungupdate miri
2019-05-18 Ralf Jungexpand comment in StorageLive
2019-05-18 Fabian DrinckDeclare DefIndex with the newtype_index macro
next