about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-12-20Remove nil-enum testvarkor-24/+0
2018-12-20display rustc_private APIs as "Internal"Andy Russell-8/+52
2018-12-20Move compiletest test run to mingw-check builderPhilipp Hansch-6/+2
2018-12-20split extra_scripts to handle root_path shenanigansQuietMisdreavus-10/+29
2018-12-20new --static-root-path flag for controlling static file locationsQuietMisdreavus-14/+80
2018-12-20Run compiletest tests on CIPhilipp Hansch-0/+5
2018-12-20CopyriteOliver Scherer-10/+0
2018-12-20Auto merge of #56647 - petrochenkov:dcrate2, r=alexcrichtonbors-189/+487
2018-12-20Fix typo in commentAdrian Budau-1/+1
2018-12-20Fix pipe2 and accept4 on static linked executables on linux (like musl).Adrian Budau-27/+81
2018-12-20Auto merge of #56741 - RalfJung:retag-to-raw, r=oli-obkbors-128/+76
2018-12-20Add test for associated const version displayGuillaume Gomez-0/+26
2018-12-20fix nitsNicole Mazzuca-2/+4
2018-12-20Update src/libcore/num/mod.rsDavid Tolnay-1/+1
2018-12-20Auto merge of #56649 - davidtwco:issue-46589, r=pnkfelixbors-184/+300
2018-12-20Refactor and add comments to code in receiver_is_validMichael Hewson-69/+46
2018-12-20Add DoubleEndedIterator::nth_backClar Fon-6/+107
2018-12-20add a doc comment on `receiver_is_valid`Michael Hewson-0/+8
2018-12-20Stabilize `Rc`, `Arc` and `Pin` as method receiversMichael Hewson-91/+250
2018-12-19Stabilize Vec(Deque)::resize_withScott McMurray-7/+2
2018-12-20Add `std::os::fortanix_sgx` moduleJethro Beekman-56/+325
2018-12-20Auto merge of #56219 - arielb1:never-coerce-box, r=nikomatsakisbors-65/+172
2018-12-20Remove `TokenStream::JointTree`.Nicholas Nethercote-60/+46
2018-12-19Auto merge of #54252 - arielb1:deref-query, r=nikomatsakisbors-192/+488
2018-12-19suggest similar lint names for unknown lintsAndy Russell-47/+69
2018-12-20Workaround issues with crate loading during cross-compilationVadim Petrochenkov-3/+9
2018-12-19Do not interpret mismatches from pretty-printed `$crate` as token stream inva...Vadim Petrochenkov-60/+50
2018-12-19Reintroduce special pretty-printing for `$crate` when it's necessary for proc...Vadim Petrochenkov-14/+403
2018-12-19proc_macro: Accept `$crate` as an identifier if it comes from the compilerVadim Petrochenkov-0/+34
2018-12-19proc_macro: Validate tokens coming from the compiler againVadim Petrochenkov-72/+56
2018-12-19Remove `eliminate_crate_var` and special pretty-printing for `$crate`Vadim Petrochenkov-112/+7
2018-12-19Auto merge of #56613 - Zoxc:query-perf1, r=michaelwoeristerbors-75/+167
2018-12-19FIXME(9639) remove fixme and accept non-utf8 paths in librustdocNiv Kaminer-7/+5
2018-12-19FIXME(9639) remove fixme and accept non-utf8 paths in compiletestNiv Kaminer-18/+18
2018-12-19Fix compiletest `trim` deprecation warningsPhilipp Hansch-10/+10
2018-12-19test: Ignore ui/target-feature-gate on sparc and sparc64John Paul Adrian Glaubitz-1/+3
2018-12-19test: Ignore ui/target-feature-gate on powerpc and powerpc64(le)John Paul Adrian Glaubitz-1/+4
2018-12-19query: simplify stack trimming in cycle_checkljedrz-1/+1
2018-12-19rustc: Move jemalloc from rustc_driver to rustcAlex Crichton-14/+14
2018-12-19Allow testing pointers for inboundedness while forbidding dangling pointersOliver Scherer-8/+6
2018-12-19dropck: remove unnecessary call to cloned()ljedrz-1/+1
2018-12-19dropck: simplify common patternsljedrz-7/+6
2018-12-19Auto merge of #56601 - Zoxc:lifetime-killer, r=nikomatsakisbors-48/+56
2018-12-19query: minor refactoringljedrz-10/+3
2018-12-19query: insert visited queries more eagerlyljedrz-6/+3
2018-12-19miri: allocation is infallibleRalf Jung-18/+18
2018-12-19Adding unwinding support for x86_64_fortanix_unknown_sgx target.Vardhan Thigle-30/+168
2018-12-19Auto merge of #56977 - pietroalbini:rollup, r=pietroalbinibors-254/+459
2018-12-19query: faster stack reversal in remove_cycleljedrz-5/+3
2018-12-19Rollup merge of #56959 - JohnHeitmann:mobile-z-fix, r=GuillaumeGomezPietro Albini-1/+1