about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2018-12-14std: Activate compiler_builtins `mem` feature for no_std targetsAlex Crichton-1/+6
2018-12-14Auto merge of #56568 - notriddle:master, r=alexcrichtonbors-54/+210
2018-12-14Auto merge of #56490 - faern:add-checked-add-to-instant, r=alexcrichtonbors-166/+150
2018-12-14Auto merge of #56536 - alexcrichton:update-master, r=Mark-Simulacrumbors-62/+46
2018-12-14Auto merge of #56778 - Xanewok:update-clippy, r=kennytmbors-14/+16
2018-12-14Auto merge of #56351 - davidtwco:issue-55396-stabilize-linker-flavor, r=nagisabors-98/+12
2018-12-13Auto merge of #56142 - jnqnfe:osstr_lossy_example, r=alexcrichtonbors-8/+33
2018-12-13Fix dur2intervals import on cloudabiLinus Färnstrand-5/+9
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-13Fix checked_add/sub for sys/sgx/time.rsLinus Färnstrand-11/+7
2018-12-13Add checked_sub for Instant and SystemTimeLinus Färnstrand-87/+83
2018-12-13Add checked_add method to Instant time typeLinus Färnstrand-74/+62
2018-12-13Update ClippyIgor Matuszewski-14/+16
2018-12-13Auto merge of #56461 - oli-obk:alloc_ids, r=RalfJungbors-79/+101
2018-12-13Stabilize `linker-flavor` flag.David Wood-98/+12
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-12Auto merge of #55992 - cramertj:pin-docs, r=alexcrichtonbors-22/+32
2018-12-12Rename Pinned marker type to PhantomPinnedTaylor Cramer-8/+11
2018-12-12Expand documantation for std::pin moduleTaylor Cramer-15/+22
2018-12-12use actual invalid string in OsStr::to_string_lossy exampleLyndon Brown-8/+33
2018-12-12Bump to 1.33.0Alex Crichton-62/+46
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-310/+231
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-310/+231
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-11Use iterators instead of raw offsets in Windows argument parserMichael Howell-49/+45
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-450/+597
2018-12-10fix intra-link resolution spans in block commentsAndy Russell-60/+238
2018-12-10Fix iterator nitsMichael Howell-18/+7
2018-12-10Fix nitMichael Howell-4/+6
2018-12-10Fix nitsMichael Howell-3/+10