]> git.lizzy.rs Git - rust.git/history - src
Auto merge of #72983 - Lezzz:rename-typeck, r=nikomatsakis
[rust.git] / src /
2020-07-16 Bastian Kauschkeadd self dependent const param test
2020-07-16 Bastian Kauschkeforbid generic params in the type of const params
2020-07-16 ColoredCarrotFix typo in std::mem::transmute documentation
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 msizanoen1Add RISC-V GNU/Linux to src/tools/build-manifest as...
2020-07-16 borsAuto merge of #74375 - Manishearth:rollup-10vbpdh,...
2020-07-15 Mohsen ZohrevandiMove usercall_wait_timeout to abi::usercalls::wait_timeout
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 Ludwig StecherRemove drop-shadow
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 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 Eric HussSimplify os_str_bytes cfg expression.
2020-07-15 Eric HussUse an allow-list of platforms that support std.
2020-07-15 Eric HussTweak formatting.
2020-07-15 Eric HussIntroduce restricted-std feature.
2020-07-15 Ludwig StecherImprove ayu rustdoc theme
2020-07-15 Oliver SchererDon't panic if the lhs of a div by zero is not statical...
2020-07-15 Guillaume GomezImprove settings wording
2020-07-15 Eric HussUse cfg_if in libpanic_abort.
2020-07-15 Eric HussUse cfg_if in libtest.
2020-07-15 Eric HussAutomatically calculate std::env::consts::ARCH.
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 Lzu Taorustdoc: Rename internal API fns to `into_string`
next