about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-12-18added test to show motivation for modified TryFrom implOzaren-0/+43
2018-12-16Fixed `Into` bound on `TryFrom` error.Ozaren-1/+1
2018-12-16Changed expected error message for TryFromOzaren-1/+1
2018-12-13Change bounds on `TryFrom` blanket impl to use `Into` instead of `From`Ozaren-2/+2
2018-12-13Auto merge of #56783 - alexcrichton:pinentry-mode, r=Mark-Simulacrumbors-1/+2
2018-12-13Add `--pinentry-mode=loopback` to deployment scriptAlex Crichton-1/+2
2018-12-13Auto merge of #56461 - oli-obk:alloc_ids, r=RalfJungbors-79/+101
2018-12-13Auto merge of #56161 - RalfJung:vecdeque-stacked-borrows, r=SimonSapinbors-5/+8
2018-12-13Auto merge of #56090 - nnethercote:filesearch, r=eddybbors-154/+139
2018-12-13Auto merge of #55982 - alexcrichton:panic-extern-abort, r=zackmdavisbors-46/+61
2018-12-12Rename Pinned marker type to PhantomPinnedTaylor Cramer-8/+11
2018-12-12Expand documantation for std::pin moduleTaylor Cramer-15/+22
2018-12-12rustc: Switch `extern` functions to abort by default on panicAlex Crichton-46/+61
2018-12-12Auto merge of #56735 - Mark-Simulacrum:fix-sign, r=alexcrichtonbors-0/+1
2018-12-12Auto merge of #56092 - alexcrichton:no-more-std-subodules, r=Mark-Simulacrumbors-260/+180
2018-12-12Auto merge of #56039 - ljedrz:sorted_map_upgrades, r=matthewjasperbors-20/+49
2018-12-12Auto merge of #56010 - euclio:intra-doc-spans, r=QuietMisdreavusbors-60/+238
2018-12-12Remove some env vars for rustdoc invocations.Nicholas Nethercote-0/+5
2018-12-11std: Depend directly on crates.io cratesAlex Crichton-260/+180
2018-12-11Fix gpg signing in manifest builderMark Rousskov-0/+1
2018-12-12Replace `FileSearch::for_each_lib_search_path` with `search_paths`.Nicholas Nethercote-32/+22
2018-12-12Avoid regenerating the `Vec<PathBuf>` in `FileSearch::search()`.Nicholas Nethercote-25/+42
2018-12-12Introduce `SearchPath` and replace `SearchPaths` with `Vec<SearchPath>`.Nicholas Nethercote-94/+79
2018-12-12Remove `Session::sysroot()`.Nicholas Nethercote-22/+12
2018-12-12Avoid a useless `FxHashSet::insert` in `FileSearch::for_each_lib_search_path`.Nicholas Nethercote-2/+0
2018-12-11Auto merge of #53497 - fukatani:test-debuginfo-function-call, r=tromeybors-0/+52
2018-12-11Auto merge of #56243 - RalfJung:test-deterministic, r=alexcrichtonbors-16/+28
2018-12-11Add function call test, Update gdb and test docker image install gdb by ppa.Unknown-0/+52
2018-12-11use an enum instead of boolRalf Jung-12/+17
2018-12-11Auto merge of #56703 - alexcrichton:fix-tools, r=Mark-Simulacrumbors-2/+3
2018-12-10Build manifest tool on mingw-check builderMark Rousskov-1/+2
2018-12-10Fix build of the `build-manifest` toolAlex Crichton-1/+1
2018-12-11Auto merge of #56627 - alexcrichton:update-cargo, r=alexcrichtonbors-11/+25
2018-12-10fix intra-link resolution spans in block commentsAndy Russell-60/+238
2018-12-10Update Cargo submodule and its dependenciesAlex Crichton-11/+25
2018-12-10Rollup merge of #56661 - aelred:issue-55846, r=Mark-SimulacrumGuillaume Gomez-0/+39
2018-12-10Rollup merge of #56656 - BeatButton:liballoc_string_typo, r=CentrilGuillaume Gomez-1/+1
2018-12-10Rollup merge of #56641 - GuillaumeGomez:span-trait-method-invalid-nb-paramete...Guillaume Gomez-11/+61
2018-12-10Rollup merge of #56633 - GuillaumeGomez:fix-right-arrow-display, r=QuietMisdr...Guillaume Gomez-1/+1
2018-12-10Rollup merge of #56491 - euclio:assert-error, r=estebankGuillaume Gomez-0/+28
2018-12-10Auto merge of #56666 - Xanewok:rustfmt, r=kennytmbors-19/+5
2018-12-10sorted_map: add contains_key functionljedrz-0/+8
2018-12-10sorted_map: readability/whitespace fixesljedrz-4/+6
2018-12-10sorted_map: add is_emptyljedrz-0/+5
2018-12-10sorted_map: make the impls of Index and get match ones from BTreeMapljedrz-12/+26
2018-12-10sorted_map: change From<Iterator<I>> to FromIterator<I>ljedrz-4/+4
2018-12-10Auto merge of #56157 - RalfJung:park, r=nagisabors-5/+22
2018-12-10Auto merge of #56624 - RalfJung:miri, r=oli-obkbors-13/+15
2018-12-10Update in-tree rustfmt to 1.0.1 to dedup versionsIgor Matuszewski-19/+5
2018-12-10Update RLSIgor Matuszewski-0/+0