about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-09-19Auto merge of #88968 - tmiasko:start-block-no-predecessors, r=davidtwcobors-110/+84
2021-09-18Auto merge of #89079 - ehuss:update-cargo, r=ehussbors-2/+2
2021-09-18Fix typoondra05-2/+2
2021-09-18Update cargoEric Huss-2/+2
2021-09-18Remove needless hir Map refCameron Steffen-12/+6
2021-09-18Remove needless hir Map refCameron Steffen-22/+15
2021-09-18Auto merge of #89000 - Mark-Simulacrum:no-new-lrc, r=petrochenkovbors-4/+4
2021-09-18deduplicationGus Wynn-71/+62
2021-09-18generic testGus Wynn-0/+55
2021-09-18Auto merge of #88994 - Aaron1011:intercrate-caching, r=jackh726bors-0/+16
2021-09-18Fix needless_return with let-elseCameron Steffen-45/+48
2021-09-18Auto merge of #82183 - michaelwoerister:lazier-defpathhash-loading2, r=wesley...bors-350/+279
2021-09-18Use <[T; N]>::map in Sharded instead of SmallVec and unsafe codebjorn3-19/+1
2021-09-18Do not preallocate UseTree HirIds.Camille GILLOT-54/+13
2021-09-18Auto merge of #88650 - sapessi:issue-77175-fix, r=estebankbors-1/+41
2021-09-18Suggest better place to add call parentheses for method expressions wrapped i...Jakub Beránek-4/+47
2021-09-18EscapeDefault: change `range` field to `Range<u8>`, reducing struct size 24 -...klensy-4/+6
2021-09-18Do not preallocate item HirIds.Camille GILLOT-47/+20
2021-09-18Auto merge of #88988 - Mark-Simulacrum:avoid-into-ok, r=nagisabors-3/+3
2021-09-18Auto merge of #88980 - tmiasko:instrument-debug, r=oli-obkbors-15/+15
2021-09-18Auto merge of #88978 - bjorn3:move_symbol_interner_lock, r=Mark-Simulacrumbors-23/+24
2021-09-17Change the suggestion for `while_let_on_iterator` when the iterator cannot be...Jason Newcomb-27/+22
2021-09-18[HACK(eddyb)] arena-allocate but don't intern `FnAbi`s.Eduard-Mihai Burtescu-6/+1
2021-09-18Querify `fn_abi_of_{fn_ptr,instance}`.Eduard-Mihai Burtescu-93/+152
2021-09-18ty::layout: replicate `layout_of` setup for `fn_abi_of_{fn_ptr,instance}`.Eduard-Mihai Burtescu-157/+277
2021-09-18Auto merge of #88965 - fee1-dead:const-drop-1, r=oli-obkbors-1/+11
2021-09-18./x.py test --blessTomasz Miąsko-65/+75
2021-09-18Remove support for reentrant start blocks from codegenTomasz Miąsko-19/+5
2021-09-18Do not collapse goto chains beginning with the start blockTomasz Miąsko-25/+0
2021-09-18Start block is not allowed to have basic block predecessorsTomasz Miąsko-1/+4
2021-09-18rustc_codegen_llvm: move misplaced `HasParamEnv` impl.Eduard-Mihai Burtescu-6/+6
2021-09-18ty::layout: intern `FnAbi`s as `&'tcx`.Eduard-Mihai Burtescu-23/+29
2021-09-18ty::context: move interning `Allocation`s and `Layout`s to `direct_interners!`.Eduard-Mihai Burtescu-55/+26
2021-09-18ty::layout: propagate errors up to (but not out of) `FnAbi::of_*`.Eduard-Mihai Burtescu-27/+129
2021-09-18rustc_target: `adjust_for_cabi` -> `adjust_for_foreign_abi`.Eduard-Mihai Burtescu-2/+2
2021-09-18ty::layout: split out a private trait from `FnAbiExt`.Eduard-Mihai Burtescu-10/+21
2021-09-18ty::layout: move `trait FnAbiExt` to just before its `impl`.Eduard-Mihai Burtescu-28/+28
2021-09-17Auto merge of #7657 - dswij:needless-borrow-mut, r=llogiqbors-23/+51
2021-09-17Auto merge of #7653 - lengyijun:same_name_method_crate, r=llogiqbors-0/+340
2021-09-17Merge commit '48d60ab7c505c6c1ebb042eacaafd8dc9f7a9267' into libgccjit-codegenAntoni Boucher-348/+735
2021-09-17Auto merge of #88962 - fee1-dead:const-drop, r=oli-obkbors-0/+1
2021-09-17Update to nightly-2021-09-11 (#79)Commeownist-149/+117
2021-09-17refactor: VecDeques IntoIter fields to privateDeveloperC286-2/+8
2021-09-17Add nofallback testsMark Rousskov-23/+95
2021-09-17Add another case of fallback to () avoid breakageMark Rousskov-9/+239
2021-09-17Auto merge of #88956 - ehuss:update-cargo, r=ehussbors-3/+3
2021-09-17Update cargoEric Huss-3/+3
2021-09-17modify std::os docs to be more consistentSachin Cherian-15/+60
2021-09-17Convert `debug_assert` to `assert` in `CachingSourceMapView`Aaron Hill-7/+7
2021-09-17use AtomicU64::fetch_update instead of handrolled RMW-loopThe8472-14/+10