]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-01-09 Tomasz MiąskoDocument sanitizers in unstable-book
2020-01-09 Mazdak Farrokhzadadd CStore::item_generics_num_lifetimes
2020-01-09 Mazdak Farrokhzadrename a method in Resolver trait
2020-01-09 Mazdak Farrokhzadlowering: remove dep on CrateStore
2020-01-09 Mazdak Farrokhzadlowering: rustc::session -> rustc_session
2020-01-09 Mazdak Farrokhzad{rustc::util -> rustc_data_structures}::captures
2020-01-09 Mazdak Farrokhzadrefactor 'Output = $ty' & reduce rustc dep
2020-01-09 Mazdak Farrokhzadextract path lowering -> path.rs
2020-01-09 Mazdak Farrokhzadmove lower_binding_mode -> pat.rs
2020-01-09 Mazdak Farrokhzadextract pattern lowering -> pat.rs
2020-01-09 Mazdak Farrokhzadlowering: elide some lifetimes
2020-01-09 Mazdak Farrokhzadlowering: simplify HoFs
2020-01-09 Tomasz MiąskoAdd bootstrap step for building sanitizer runtimes
2020-01-09 Tomasz MiąskoLink sanitizer runtimes instead of injecting crate...
2020-01-09 Tomasz MiąskoRemove sanitizer_runtime attribute
2020-01-09 Tomasz MiąskoRemove sanitizer runtime crates
2020-01-09 John Kåre AlsakerMore comments
2020-01-09 John Kåre AlsakerChange -Z time event naming scheme and make them generi...
2020-01-09 Shotaro YamadaRemove unused dependencies
2020-01-09 Shotaro YamadaRemove unused `struct ClosureUpvar`
2020-01-09 Andy Russellremove strip-hidden pass from compiler doc generation
2020-01-09 borsAuto merge of #68034 - Centril:rollup-3d9pq14, r=Centril
2020-01-08 Josh StoneAdd HashSet::get_or_insert_owned
2020-01-08 Mazdak FarrokhzadRollup merge of #68026 - llogiq:ch-ch-ch-ch-changes...
2020-01-08 Mazdak FarrokhzadRollup merge of #68024 - petrochenkov:recoverall, r...
2020-01-08 Mazdak FarrokhzadRollup merge of #68023 - FSciammarella:master, r=Centri...
2020-01-08 Mazdak FarrokhzadRollup merge of #68009 - wcampbell0x2a:spellcheck-libru...
2020-01-08 Mazdak FarrokhzadRollup merge of #68005 - GuillaumeGomez:explanation...
2020-01-08 Mazdak FarrokhzadRollup merge of #67990 - Centril:slice-pats-move-tests...
2020-01-08 Mazdak FarrokhzadRollup merge of #67986 - JohnTitor:fix-ice-rust-call...
2020-01-08 Mazdak FarrokhzadRollup merge of #67979 - Centril:hir-cleanup, r=Zoxc
2020-01-08 Mazdak FarrokhzadRollup merge of #67966 - popzxc:core-std-matches, r...
2020-01-08 Mazdak FarrokhzadRollup merge of #67884 - anp:allow-unused-const-attr...
2020-01-08 Mazdak FarrokhzadRollup merge of #67747 - estebank:bare-assoc-const...
2020-01-08 Mazdak FarrokhzadRollup merge of #67630 - oli-obk:extern_ptr_dangling...
2020-01-08 Josh StoneComment on allowing only feature(test) in compiletest
2020-01-08 Felipe SciammarellaFix Typo on cannot "substract"
2020-01-08 Andre BogusSmall improvements in lexical_region_resolve
2020-01-08 Mazdak Farrokhzadnormalize rustc::hir::intravisit imports
2020-01-08 Mazdak Farrokhzadintravisit: use walk_list! more
2020-01-08 Mazdak Farrokhzad{rustc::hir -> rustc_hir}::intravisit
2020-01-08 Mazdak Farrokhzadintravisit: abstract over HIR Map
2020-01-08 Mazdak Farrokhzadintravisit: .expect_item -> .item
2020-01-08 Mazdak FarrokhzadNestedVisitorMap: reduce visibilities
2020-01-08 Mazdak Farrokhzadhir::map: elide & simplify
2020-01-08 Mazdak Farrokhzadcollector: clarify dependencies
2020-01-08 Mazdak Farrokhzadcollector: use impl Trait
2020-01-08 Mazdak Farrokhzadcollector: extract upstream_crates
2020-01-08 Mazdak Farrokhzadcanonicalize imports in map::block
2020-01-08 Yuki OkushiDelay bug to prevent ICE in MIR borrowck
2020-01-08 borsAuto merge of #68011 - JohnTitor:rollup-44s8twu, r...
2020-01-08 Vadim PetrochenkovRemove `-Z continue-parse-after-error`
2020-01-08 Esteban Kübermove code to method outside of happy path
2020-01-08 Josh StoneBuild compiletest with in-tree libtest
2020-01-08 Josh StoneRemove obsolete llvm_tools flag
2020-01-08 Esteban KüberExplain that associated types and consts can't be acces...
2020-01-08 Esteban Küberremove unnecessary `Debug`
2020-01-08 Esteban Küberreduce code duplication
2020-01-08 Esteban Küberreview comments
2020-01-08 Esteban Küberreview comments
2020-01-08 Esteban Küberreview comment: wording
2020-01-08 Esteban KüberPoint at the def span of trait refs E0277
2020-01-08 Esteban Küberreview comments
2020-01-08 Esteban KüberPoint at opaque and closure type definitions in type...
2020-01-08 Esteban KüberUnify output of "variant not found" errors
2020-01-08 Yuki OkushiRollup merge of #68003 - pietroalbini:yet-another-tools...
2020-01-08 Yuki OkushiRollup merge of #67985 - dtolnay:cstr, r=Mark-Simulacrum
2020-01-08 Yuki OkushiRollup merge of #67977 - Wind-River:master_2020, r...
2020-01-08 Yuki OkushiRollup merge of #67955 - ollie27:rustdoc_cfg_dupes...
2020-01-08 Yuki OkushiRollup merge of #67887 - anp:tracked-std-panics, r...
2020-01-08 Yuki OkushiRollup merge of #67875 - dtolnay:hidden, r=GuillaumeGomez
2020-01-08 Yuki OkushiRollup merge of #67849 - cjkenn:check-sorted-words...
2020-01-08 Yuki OkushiRollup merge of #67798 - matklad:spin-thouse-docs,...
2020-01-08 Yuki OkushiRollup merge of #67781 - cjgillot:passes-const, r=oli-obk
2020-01-08 Yuki OkushiRollup merge of #67774 - oxalica:more-statx, r=alexcrichton
2020-01-08 wcampbellSpell check librustc_error_codes
2020-01-08 Ximin LuoRecognise riscv64 in compiletest
2020-01-08 Guillaume GomezImprove E0184 explanation
2020-01-08 borsAuto merge of #67770 - Centril:reduce-diversity-2,...
2020-01-08 Pietro Albinici: fix wrong shared.sh import for publish_toolstate
2020-01-08 Camille GILLOTMove `is_min_const_fn` query to librustc_mir.
2020-01-08 Camille GILLOTMove constness.rs to librustc_mir.
2020-01-08 maikCheck for the entry kind
2020-01-08 borsAuto merge of #67760 - Mark-Simulacrum:rustc-dirty...
2020-01-08 maikRemove unnecessary global counting
2020-01-08 Yuki OkushiDisplay more informative ICE
2020-01-08 oxalicaTry statx for all linux-gnu targets
2020-01-08 borsAuto merge of #67733 - pietroalbini:gha-2, r=alexcrichton
2020-01-08 Igor AleksanovUse matches macro in libcore and libstd
2020-01-08 Mazdak Farrokhzadspan_to_lines: account for DUMMY_SP
2020-01-08 Mazdak Farrokhzad- remove syntax::{span_warn!, span_err!, span_fatal...
2020-01-07 Mazdak Farrokhzadslice patterns: harden match-based borrowck tests
2020-01-07 borsAuto merge of #67970 - cjgillot:inherent, r=Centril
2020-01-07 David TolnayRemove insignificant notes from CStr documentation
2020-01-07 Maik KleinFix indentation
2020-01-07 Maik KleinAdd tests for static variables
2020-01-07 Camille GILLOTRename traits::drop -> traits::misc.
2020-01-07 borsAuto merge of #67312 - cuviper:clone-box-slice, r=Simon...
2020-01-07 Camille GILLOTMove magic traits queries to rustc::traits::drop.
2020-01-07 Camille GILLOTMove required_region_bounds to rustc::infer::opaque_types.
next