]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-07-16 Manish GoregaokarRollup merge of #73794 - GuillaumeGomez:cleanup-e0705...
2020-07-16 Manish GoregaokarRollup merge of #73771 - alexcrichton:ignore-unstable...
2020-07-16 Manish GoregaokarRollup merge of #73566 - jyn514:name-resolve-first...
2020-07-16 borsAuto merge of #72481 - marmeladema:duration-consts...
2020-07-16 Joshua NelsonRemove unused lazy_static
2020-07-16 borsAuto merge of #74202 - oli-obk:mir_const, r=RalfJung
2020-07-16 Oliver SchererGroup the try_eval functions before the eval functions
2020-07-16 Oliver SchererMake `try_eval` private
2020-07-16 Oliver SchererMove `ty::Const` and `ty::ConstKind` into their own...
2020-07-16 borsAuto merge of #74388 - Manishearth:rollup-i7iueu8,...
2020-07-16 Manish GoregaokarRollup merge of #74381 - mbrubeck:docs, r=Mark-Simulacrum
2020-07-16 Manish GoregaokarRollup merge of #74377 - alexcrichton:test-default...
2020-07-16 Manish GoregaokarRollup merge of #74352 - ehuss:fix-alloc-links, r=Mark...
2020-07-16 Manish GoregaokarRollup merge of #74295 - ssomers:btree_comments, r...
2020-07-16 Manish GoregaokarRollup merge of #74203 - nnethercote:enforce-static...
2020-07-16 Manish GoregaokarRollup merge of #74037 - JohnTitor:contributing-md...
2020-07-16 Manish GoregaokarRollup merge of #73421 - janikrabe:master, r=joshtriplett
2020-07-16 Nicholas NethercoteRename `sym::item_context` as `sym::ItemContext`.
2020-07-16 Nicholas NethercoteEnforce the static symbol order.
2020-07-16 borsAuto merge of #74375 - Manishearth:rollup-10vbpdh,...
2020-07-15 Matt BrubeckUpdate docs for str::as_bytes_mut.
2020-07-15 marmelademaConstify most non-trait `Duration` methods as described...
2020-07-15 Janik RabeClarify effect of orphan rule changes on From/Into
2020-07-15 Alex CrichtonMove libstd's default feature to libtest
2020-07-15 Manish GoregaokarRollup merge of #74374 - cuviper:lto-bitcode-1.45,...
2020-07-15 Manish GoregaokarRollup merge of #74353 - pierwill:pierwill-edit-dep...
2020-07-15 Manish GoregaokarRollup merge of #74347 - jyn514:ive-got-a-small-query...
2020-07-15 Manish GoregaokarRollup merge of #74344 - estebank:stringly-wobbly,...
2020-07-15 Manish GoregaokarRollup merge of #74337 - estebank:ty-parse-recovery...
2020-07-15 Manish GoregaokarRollup merge of #74294 - msirringhaus:master, r=pietroa...
2020-07-15 Manish GoregaokarRollup merge of #74291 - regexident:from-docs, r=Guilla...
2020-07-15 Manish GoregaokarRollup merge of #74276 - lcnr:discriminant-kind-what...
2020-07-15 Manish GoregaokarRollup merge of #74218 - GuillaumeGomez:search-results...
2020-07-15 Manish GoregaokarRollup merge of #74196 - GuillaumeGomez:auto-collapse...
2020-07-15 Manish GoregaokarRollup merge of #74119 - nnethercote:rm-Compiler-compil...
2020-07-15 Manish GoregaokarRollup merge of #73959 - GuillaumeGomez:cleanup-e0716...
2020-07-15 Manish GoregaokarRollup merge of #73918 - GuillaumeGomez:cleanup-e0715...
2020-07-15 Manish GoregaokarRollup merge of #72973 - msizanoen1:riscv-host, r=pietr...
2020-07-15 Josh StoneAdd a 1.45 release note on lto vs. embed-bitcode
2020-07-15 Oliver Scherers/try_to_usize/try_to_machine_usize/
2020-07-15 Oliver SchererReduce the amount of interning and `layout_of` calls...
2020-07-15 Guillaume GomezImprove settings wording
2020-07-15 Joshua NelsonUse the default providers in rustc_interface instead...
2020-07-15 Joshua NelsonCatch errors for any new item, not just trait implement...
2020-07-15 Joshua NelsonAddress review comments
2020-07-15 Joshua NelsonEMPTY_MAP -> EMPTY_SET
2020-07-15 Joshua NelsonFix comment
2020-07-15 Joshua NelsonUse mem::replace instead of rewriting it
2020-07-15 Joshua NelsonDon't ICE on infinitely recursive types
2020-07-15 Joshua Nelson--bless
2020-07-15 Joshua NelsonRemove unnecessary lifetime parameter
2020-07-15 Joshua NelsonUse tcx as the only context for visitor
2020-07-15 Joshua NelsonMention `cargo check` in help message
2020-07-15 Joshua NelsonDon't crash on Vec<DoesNotExist>
2020-07-15 Joshua NelsonAddress review comments about code style
2020-07-15 Joshua NelsonAvoid unnecessary enum
2020-07-15 Joshua NelsonDon't make typeck_tables_of public
2020-07-15 Joshua NelsonAdd test case for #65863
2020-07-15 Joshua NelsonRecurse into function bodies, but don't typeck closures
2020-07-15 Joshua NelsonDon't ICE on errors in function returning impl trait
2020-07-15 Dylan MacKenzieAdd `rustdoc` tests from #72088
2020-07-15 Joshua NelsonAdd an option not to report resolution errors for rustdoc
2020-07-15 Joshua NelsonDon't run analysis pass in rustdoc
2020-07-15 Joshua NelsonDon't run everybody_loops for rustdoc
2020-07-15 Joshua NelsonInitialize default providers only once
2020-07-15 borsAuto merge of #74113 - lcnr:type-dependent-consts-2...
2020-07-15 Bastian Kauschkeunify Instance::resolve
2020-07-15 Bastian Kauschkeunsafety_check_result_for_const_arg
2020-07-15 Bastian KauschkeWithOptConstParam::dummy -> WithOptConstParam::unknown
2020-07-15 Bastian Kauschkety_def_id -> def_id_for_type_of
2020-07-15 Bastian Kauschkeimprove naming
2020-07-15 Bastian Kauschkecleanup
2020-07-15 Bastian Kauschkeupdate promoted_mir
2020-07-15 Bastian Kauschkeupdate const arg queries
2020-07-15 Bastian Kauschkeupdate test
2020-07-15 Bastian Kauschkeonly call `typeck_tables_of_const_arg` for const args
2020-07-15 Bastian Kauschkemir opt cross compile
2020-07-15 Bastian Kauschkemir_built is a lie
2020-07-15 Bastian Kauschkedecode stuff
2020-07-15 Bastian Kauschkeui test diff
2020-07-15 Bastian Kauschkemir opt diff
2020-07-15 Bastian Kauschkeconst generics work!
2020-07-15 Bastian Kauschkecontinue mir pipeline
2020-07-15 Bastian Kauschkeoptimized_mir
2020-07-15 Bastian KauschkeInstanceDef::Item
2020-07-15 Bastian Kauschketypeck all the tables
2020-07-15 Bastian Kauschkeconst_eval_resolve
2020-07-15 Bastian KauschkeConstKind::Unevaluated
2020-07-15 Bastian Kauschkebegin using `WithOptParam`
2020-07-15 Bastian Kauschkeintroduce the query `opt_const_param_of`
2020-07-15 Bastian Kauschkeadd const generic tests
2020-07-15 borsAuto merge of #74214 - nnethercote:change-SymbolName...
2020-07-15 Bastian Kauschkeimprove DiscriminantKind handling
2020-07-15 Eric HussUse local links in the alloc docs.
2020-07-15 pierwillEdit docs for rustc_middle::dep_graph::dep_node
2020-07-15 borsAuto merge of #71272 - jclulow:illumos-x86-ci, r=pietro...
2020-07-15 Nicholas NethercoteUndo the `const_str` changes from the previous commit.
2020-07-15 Nicholas NethercoteChange `SymbolName::name` to a `&str`.
2020-07-15 Esteban KüberHandle case of incomplete local ty more gracefully
2020-07-15 borsAuto merge of #74175 - nnethercote:more-static-symbols...
next