]> git.lizzy.rs Git - rust.git/history - compiler
Precompute the associated items
[rust.git] / compiler /
2020-10-15 Andy Russellensure arguments are included in count mismatch span
2020-10-15 Andy Russellfix off-by-one in parameter spans
2020-10-15 Mark RousskovPrevent miscompilation in trivial loop {}
2020-10-15 David Woodmangling: encode all impl parameters
2020-10-15 David Woodmangling: non-monomorphic `#[rustc_symbol_name]`
2020-10-15 est31Remove rustc_session::config::Config
2020-10-15 est31Replace target.target with target and target.ptr_width...
2020-10-15 est31Rename target_pointer_width to pointer_width and turn...
2020-10-15 est31Use integer literals for builtin target_pointer_width...
2020-10-15 Dániel BugaArena: Copy cold_path and remove rustc_data_structures...
2020-10-15 borsAuto merge of #77952 - ehuss:update-cargo, r=ehuss
2020-10-15 borsAuto merge of #77948 - cuviper:rust-llvm11, r=nikic
2020-10-15 Mike HommeySet .llvmbc and .llvmcmd sections as allocatable
2020-10-15 borsAuto merge of #77873 - sexxi-goose:use_tuple_inference_...
2020-10-15 borsAuto merge of #77756 - alarsyo:setup-llvm-detect, r...
2020-10-14 borsAuto merge of #77954 - JohnTitor:rollup-bpoy497, r...
2020-10-14 Yuki OkushiRollup merge of #77951 - ehuss:update-books, r=ehuss
2020-10-14 Yuki OkushiRollup merge of #77946 - tmiasko:validate-source-scope...
2020-10-14 Yuki OkushiRollup merge of #77936 - est31:remove_needless_alloc_sl...
2020-10-14 Yuki OkushiRollup merge of #77934 - XAMPPRocky:codegen-backend...
2020-10-14 Yuki OkushiRollup merge of #77902 - arlosi:arm64manifest, r=ehuss
2020-10-14 Yuki OkushiRollup merge of #77879 - ijackson:x-py, r=jyn514
2020-10-14 Yuki OkushiRollup merge of #77753 - GuillaumeGomez:check-html...
2020-10-14 Yuki OkushiRollup merge of #77739 - est31:remove_unused_code,...
2020-10-14 Yuki OkushiRollup merge of #77570 - GuillaumeGomez:whitespace...
2020-10-14 est31Remove needless alloc_slice
2020-10-14 borsAuto merge of #77741 - JohnTitor:add-tests, r=matthewjasper
2020-10-14 RoxaneAddress comments
2020-10-14 borsAuto merge of #77926 - Dylan-DPC:rollup-wttr8a1, r...
2020-10-14 est31Remove unused code from remaining compiler crates
2020-10-14 est31Remove unused code from rustc_span
2020-10-14 est31Remove unused code from rustc_query_system
2020-10-14 est31Remove unused code from rustc_infer
2020-10-14 est31Remove unused code from rustc_hir
2020-10-14 est31Remove unused code from rustc_codegen_*
2020-10-14 est31Remove unused code from rustc_ast
2020-10-14 est31Remove unused code from rustc_middle
2020-10-14 Dylan DPCRollup merge of #77897 - GuillaumeGomez:cleanup-passes...
2020-10-14 Dylan DPCRollup merge of #77870 - camelid:intra-doc-super, r...
2020-10-14 Dylan DPCRollup merge of #77829 - gburgessiv:unused-features...
2020-10-14 Dylan DPCRollup merge of #77817 - jyn514:const-since, r=petrochenkov
2020-10-14 Dylan DPCRollup merge of #77808 - Nicholas-Baron:fn_ctxt_impl...
2020-10-14 Dylan DPCRollup merge of #77795 - bjorn3:codegen_backend_interfa...
2020-10-14 Dylan DPCRollup merge of #77788 - ssomers:btree_cleanup_gdb...
2020-10-14 Dylan DPCRollup merge of #77765 - amshafer:master, r=petrochenkov
2020-10-14 borsAuto merge of #77135 - Aaron1011:pretty-ignore-paren...
2020-10-14 Tomasz MiąskoCreate a single source scope for promoteds
2020-10-14 Tomasz MiąskoValidate references to source scopes
2020-10-13 borsAuto merge of #77917 - JohnTitor:rollup-e47h2qt, r...
2020-10-13 Yuki OkushiRollup merge of #77909 - pietroalbini:fix-build-manifes...
2020-10-13 Yuki OkushiRollup merge of #77895 - shepmaster:silicon-manifest...
2020-10-13 Yuki OkushiRollup merge of #77892 - est31:remove_redundant_absolut...
2020-10-13 Yuki OkushiRollup merge of #77886 - LingMan:ast_pretty_bool_matche...
2020-10-13 Yuki OkushiRollup merge of #77884 - LingMan:ast_pretty_unwrap_or...
2020-10-13 Yuki OkushiRollup merge of #77868 - Aaron1011:llvm-tools-opt-llc...
2020-10-13 Yuki OkushiRollup merge of #77825 - ethanboxx:min_const_generics_d...
2020-10-13 Yuki OkushiRollup merge of #77786 - jyn514:rustdoc, r=Mark-Simulacrum
2020-10-13 Yuki OkushiRollup merge of #77776 - jyn514:wrong-way, r=Mark-Simul...
2020-10-13 Yuki OkushiRollup merge of #77725 - camelid:regression-template...
2020-10-13 Yuki OkushiRollup merge of #77722 - fusion-engineering-forks:safe...
2020-10-13 Yuki OkushiRollup merge of #77719 - fusion-engineering-forks:const...
2020-10-13 Yuki OkushiRollup merge of #77569 - ssomers:btree_cleanup_1, r...
2020-10-13 Yuki OkushiRollup merge of #77239 - shepmaster:silicon-ci-plus...
2020-10-13 borsAuto merge of #75213 - dingxiangfei2009:yield-point...
2020-10-13 Austin ShaferAdd a target option for selecting a DWARF version
2020-10-13 LingManReplace trivial bool matches with the `matches!` macro
2020-10-13 Ding Xiang Feiexplanatory comments and fix guard binding stack
2020-10-13 Ding Xiang Feidedicated visitor for arm patterns
2020-10-13 Ding Xiang Feirustfmt
2020-10-13 Ding Xiang Feialso record the types of borrows from the pattern local...
2020-10-13 Ding Xiang Feidocumentation fix
2020-10-13 borsAuto merge of #75406 - mati865:mingw-aslr, r=Mark-Simul...
2020-10-13 est31Replace absolute paths with relative ones
2020-10-13 borsAuto merge of #77762 - pietroalbini:dist-build-manifest...
2020-10-13 borsAuto merge of #77755 - bugadani:perf-calc-dtor, r=ecsta...
2020-10-13 borsAuto merge of #77759 - tblah:fix_riscv_qemu, r=pietroalbini
2020-10-13 borsAuto merge of #77639 - jagill:stabilize-slice_partition...
2020-10-13 borsAuto merge of #76196 - r-52:r-coverage-allow-missing...
2020-10-13 borsAuto merge of #76830 - Artoria2e5:tune, r=nagisa
2020-10-13 LingManUse Option::unwrap_or instead of open-coding it
2020-10-13 borsAuto merge of #77796 - jonas-schievink:switchint-refact...
2020-10-12 borsAuto merge of #77792 - matthewjasper:instrument-trait...
2020-10-12 borsAuto merge of #77847 - Xanewok:update-rls, r=Xanewok
2020-10-12 Ethan BrierleyA little rewording
2020-10-12 Ethan BrierleyRemove a little jargon from error
2020-10-12 Nicholas-BaronMade a submodule for fn_ctxt
2020-10-12 borsAuto merge of #77867 - JohnTitor:rollup-0odg1n4, r...
2020-10-12 Yuki OkushiRollup merge of #77863 - JohnTitor:remove-mark-i-m...
2020-10-12 Yuki OkushiRollup merge of #77852 - 12101111:fix-bootstrap-doc...
2020-10-12 Yuki OkushiRollup merge of #77831 - LingMan:use_std, r=jonas-schievink
2020-10-12 Yuki OkushiRollup merge of #77818 - bugadani:range, r=oli-obk
2020-10-12 Yuki OkushiRollup merge of #77811 - jyn514:private, r=GuillaumeGomez
2020-10-12 Yuki OkushiRollup merge of #77784 - aDotInTheVoid:ffi-sealed_trait...
2020-10-12 Yuki OkushiRollup merge of #77746 - winnayx:issue-77572-fix, r...
2020-10-12 Yuki OkushiRollup merge of #77724 - sunfishcode:stdinlock-asrawfd...
2020-10-12 Yuki OkushiRollup merge of #77699 - GuillaumeGomez:word-wrap,...
2020-10-12 Yuki OkushiRollup merge of #77550 - lcnr:ty-dep-path-ct-cleanup...
2020-10-12 Caleb Cartwrightrustc_parse: correct span on range expr with attrs
2020-10-12 Caleb Cartwrightrustc_parse: correct span on cast expr with attrs
2020-10-12 Ethan BrierleyMake error help clearer
next