about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-03-16Rollup merge of #59036 - dlrobertson:fix_59021, r=estebankkennytm-1/+21
2019-03-16Rollup merge of #59025 - aoikonomopoulos:issue-57924, r=varkorkennytm-59/+69
2019-03-16Rollup merge of #59009 - sfackler:fix-sgx-vectors, r=alexcrichtonkennytm-32/+34
2019-03-16resolve: Account for new importable entitiesVadim Petrochenkov-11/+49
2019-03-16Add def getting methods to librustc/ty/contextTomas Koutsky-19/+24
2019-03-16Add UdpSocket peer_addr implementation for WasmLinus Unnebäck-0/+4
2019-03-16Add UdpSocket peer_addr implementation for L4ReLinus Unnebäck-1/+4
2019-03-16Tweak documentation of RefCell::borrow_stateAnthony Ramine-6/+10
2019-03-16Fix test names regarding ip versionLinus Unnebäck-2/+2
2019-03-16Add test for UdpSocket peer_addrLinus Unnebäck-0/+10
2019-03-16Document UdpSocket peer_addr NotConnected errorLinus Unnebäck-0/+13
2019-03-16Mark UdpSocket peer_addr unstable w/ tracking issueLinus Unnebäck-1/+2
2019-03-16Add peer_addr function to UdpSocketLinus Unnebäck-0/+36
2019-03-16Stabilize Option::copiedAleksey Kladov-7/+2
2019-03-16Fix formattingbjorn3-1/+1
2019-03-16Fix testbjorn3-7/+34
2019-03-16Remove rustc_driver testsbjorn3-617/+0
2019-03-16[bootstrap] Remove llvm.enabled configbjorn3-17/+9
2019-03-16Remove MetadataOnlyCodegenBackendbjorn3-149/+2
2019-03-16Rollup merge of #58976 - phil-opp:patch-2, r=alexcrichtonkennytm-1/+1
2019-03-16Rollup merge of #58949 - jethrogb:jb/sgx-thread-id, r=joshtriplettkennytm-0/+6
2019-03-16Rollup merge of #58941 - wzssyqa:master, r=alexcrichtonkennytm-0/+115
2019-03-16Rollup merge of #58938 - dlrobertson:fix_58280, r=joshtriplettkennytm-7/+7
2019-03-16Rollup merge of #58933 - SimonSapin:alloc-prelude-v1, r=Amanieukennytm-19/+27
2019-03-16Rollup merge of #58901 - ebarnard:just-copying, r=sfacklerkennytm-2/+108
2019-03-16Rollup merge of #58873 - GuillaumeGomez:fix-auto-hide-method-doc, r=QuietMisd...kennytm-32/+37
2019-03-16Rollup merge of #58855 - alexcrichton:wasm-multithreaded-alloc, r=fitzgenkennytm-15/+80
2019-03-16Rollup merge of #58854 - alexcrichton:update-windows, r=Mark-Simulacrumkennytm-0/+0
2019-03-16fix testsGrigorii Kargin-6/+6
2019-03-15Option and Result: Add references to documentation of as_ref and as_mutChris Gregory-4/+4
2019-03-15Elide object safety errors on non-existent trait functionEsteban Küber-21/+74
2019-03-15Auto merge of #58556 - oli-obk:imperative_recursion, r=pnkfelixbors-39/+165
2019-03-15use `!` in macro disambiguation suggestionAndy Russell-3/+6
2019-03-15replace ad-hoc namespace enumsAndy Russell-103/+72
2019-03-15overhaul intra-doc-link ambiguity warningAndy Russell-95/+266
2019-03-16a simple refactoring and removing comment.kenta7777-2/+1
2019-03-16removed some unnecessary comments.kenta7777-2/+0
2019-03-15Track changes to robots.txtKornel-0/+19
2019-03-15Remove copyright noticesDouglas Creager-42/+1
2019-03-15Add x86_64 musl host to the manifestMateusz Mikuła-0/+1
2019-03-15Revert "Deprecate std::cell::RefCell::borrow_state"Anthony Ramine-4/+0
2019-03-15Revert "Remove RefCell::borrow_state"Anthony Ramine-0/+56
2019-03-15Auto merge of #58140 - eddyb:advent-of-print, r=nikomatsakisbors-2933/+3407
2019-03-15Remove restriction on isize/usize in repr(simd)Brian Campbell-12/+34
2019-03-15reduced a code repetition related to bit operation.kenta7777-4/+3
2019-03-15rustbuild: remove obsolete fulldeps behavior from src/test/pretty tests, and ...Eduard-Mihai Burtescu-10/+3
2019-03-15Fix rebase fallout and address some review comments.Eduard-Mihai Burtescu-1/+9
2019-03-15we can now print on entering/leaving the topmost frame, and make sure it stay...Ralf Jung-16/+13
2019-03-15rustc: print ExistentialProjection with spaces around `=`, e.g. `dyn Foo<A = ...Eduard-Mihai Burtescu-21/+21
2019-03-15rustc: provide DisambiguatedDefPathData in ty::print.Eduard-Mihai Burtescu-71/+127