summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-05-13Update src/libcore/option.rsFaris Sufyan-0/+2
2020-05-13Update src/libcore/option.rsFaris Sufyan-0/+1
2020-05-13Update src/libcore/option.rsFaris Sufyan-1/+1
2020-05-13Update src/libcore/option.rsFaris Sufyan-0/+1
2020-05-13Update src/libcore/option.rsFaris Sufyan-0/+1
2020-05-13Update src/libcore/option.rsFaris Sufyan-1/+1
2020-05-13Update src/libcore/option.rsFaris Sufyan-0/+1
2020-05-13Update src/libcore/option.rsFaris Sufyan-1/+1
2020-05-13use `require_lang_item` over `unwrap`.Bastian Kauschke-26/+31
2020-05-13Clean up E0582 explanationGuillaume Gomez-2/+2
2020-05-13Replace some usages of the old `unescape_` functions in AST, clippy and tests.Julian Wollersberger-87/+50
2020-05-13Unified `validate_{byte,str,raw_str,raw_byte_str}_escape` methods into one me...Julian Wollersberger-122/+30
2020-05-13Unified `unescape_{char,byte,str,byte_str,raw_str,raw_byte_str}` methods into...Julian Wollersberger-4/+42
2020-05-13Auto merge of #71451 - estebank:suggest-super-trait-constraint, r=nikomatsakisbors-100/+282
2020-05-13Change `Iterator::nth` to use `self.next()` in a `while` loop.Nicholas Nethercote-1/+1
2020-05-13Use simpler impls for some `Iterator` methods for slices.Nicholas Nethercote-17/+105
2020-05-13Auto merge of #70416 - mzohreva:mz/sgx-test, r=nikomatsakisbors-0/+32
2020-05-13Replace fcntl-based file lock with flockGary Guo-48/+19
2020-05-13Be less aggressive with `DroplessArena`/`TypedArena` growth.Nicholas Nethercote-13/+26
2020-05-13Fix the new capacity measurement in arenas.Nicholas Nethercote-2/+2
2020-05-12add long error explanation for E0228Jade McGough-3/+48
2020-05-12review commentsEsteban Küber-2/+9
2020-05-12Update booksEric Huss-0/+0
2020-05-12fix test output after rebaseEsteban Küber-1/+1
2020-05-12Increase verbosity of bound restriction suggestionsEsteban Küber-123/+215
2020-05-12Suggest adding super trait constraintsEsteban Küber-13/+96
2020-05-12Don't `type_of` on trait assoc ty without defaultEsteban Küber-17/+54
2020-05-12Provide separate option for std debug assertsMark Rousskov-1/+14
2020-05-12Stabilize process_set_argv0 feature for UnixJeremy Fitzhardinge-6/+2
2020-05-12Map to -> return.Laurence Tratt-1/+1
2020-05-12Warn against thread::sleep in async fnKornel-0/+4
2020-05-12Fix bootstrap failing on win32Joshua Cotton-3/+6
2020-05-12Auto merge of #72091 - RalfJung:miri, r=RalfJungbors-8/+7
2020-05-12Add doc comment for `rustc_middle::mir::mono::Linkage`Wesley Wiser-0/+3
2020-05-12Clean up E0581 explanationGuillaume Gomez-3/+6
2020-05-12Pointer printing: do not print 0 offsetRalf Jung-99/+107
2020-05-12Add some more sanity tests and add a debug log message for itOliver Scherer-0/+94
2020-05-12Propagate locals, even if they have unpropagatable assignments somewhere.Oliver Scherer-4/+31
2020-05-12Add a repro example for not propagating constants of partially const initiali...Oliver Scherer-0/+69
2020-05-12Rollup merge of #72128 - RalfJung:str-validity, r=oli-obkDylan DPC-11/+12
2020-05-12Rollup merge of #72096 - jonas-schievink:mirck-docs, r=matthewjasperDylan DPC-54/+50
2020-05-12Rollup merge of #72048 - jonas-schievink:visit-return, r=oli-obkDylan DPC-3/+38
2020-05-12Rollup merge of #71928 - mibac138:strikethrough, r=GuillaumeGomezDylan DPC-3/+17
2020-05-12Rollup merge of #71737 - RalfJung:miri-test-threads, r=shepmasterDylan DPC-9/+10
2020-05-12Add target thumbv7a-uwp-windows-msvcbdbai-0/+32
2020-05-12Change `WorkProduct::saved_files` to an `Option`.Nicholas Nethercote-42/+36
2020-05-12strings do not have to be valid UTF-8 any moreRalf Jung-11/+12
2020-05-12Remove ty::UnnormalizedProjectionJack Huey-100/+24
2020-05-12Split `RawVec::grow` up.Nicholas Nethercote-50/+79
2020-05-12Remove `RawVec::double`.Nicholas Nethercote-88/+23