| Age | Commit message (Expand) | Author | Lines |
| 2019-03-16 | Rollup merge of #59036 - dlrobertson:fix_59021, r=estebank | kennytm | -1/+21 |
| 2019-03-16 | Rollup merge of #59025 - aoikonomopoulos:issue-57924, r=varkor | kennytm | -59/+69 |
| 2019-03-16 | Rollup merge of #59009 - sfackler:fix-sgx-vectors, r=alexcrichton | kennytm | -32/+34 |
| 2019-03-16 | resolve: Account for new importable entities | Vadim Petrochenkov | -11/+49 |
| 2019-03-16 | Add def getting methods to librustc/ty/context | Tomas Koutsky | -19/+24 |
| 2019-03-16 | Add UdpSocket peer_addr implementation for Wasm | Linus Unnebäck | -0/+4 |
| 2019-03-16 | Add UdpSocket peer_addr implementation for L4Re | Linus Unnebäck | -1/+4 |
| 2019-03-16 | Tweak documentation of RefCell::borrow_state | Anthony Ramine | -6/+10 |
| 2019-03-16 | Fix test names regarding ip version | Linus Unnebäck | -2/+2 |
| 2019-03-16 | Add test for UdpSocket peer_addr | Linus Unnebäck | -0/+10 |
| 2019-03-16 | Document UdpSocket peer_addr NotConnected error | Linus Unnebäck | -0/+13 |
| 2019-03-16 | Mark UdpSocket peer_addr unstable w/ tracking issue | Linus Unnebäck | -1/+2 |
| 2019-03-16 | Add peer_addr function to UdpSocket | Linus Unnebäck | -0/+36 |
| 2019-03-16 | Stabilize Option::copied | Aleksey Kladov | -7/+2 |
| 2019-03-16 | Fix formatting | bjorn3 | -1/+1 |
| 2019-03-16 | Fix test | bjorn3 | -7/+34 |
| 2019-03-16 | Remove rustc_driver tests | bjorn3 | -617/+0 |
| 2019-03-16 | [bootstrap] Remove llvm.enabled config | bjorn3 | -17/+9 |
| 2019-03-16 | Remove MetadataOnlyCodegenBackend | bjorn3 | -149/+2 |
| 2019-03-16 | Rollup merge of #58976 - phil-opp:patch-2, r=alexcrichton | kennytm | -1/+1 |
| 2019-03-16 | Rollup merge of #58949 - jethrogb:jb/sgx-thread-id, r=joshtriplett | kennytm | -0/+6 |
| 2019-03-16 | Rollup merge of #58941 - wzssyqa:master, r=alexcrichton | kennytm | -0/+115 |
| 2019-03-16 | Rollup merge of #58938 - dlrobertson:fix_58280, r=joshtriplett | kennytm | -7/+7 |
| 2019-03-16 | Rollup merge of #58933 - SimonSapin:alloc-prelude-v1, r=Amanieu | kennytm | -19/+27 |
| 2019-03-16 | Rollup merge of #58901 - ebarnard:just-copying, r=sfackler | kennytm | -2/+108 |
| 2019-03-16 | Rollup merge of #58873 - GuillaumeGomez:fix-auto-hide-method-doc, r=QuietMisd... | kennytm | -32/+37 |
| 2019-03-16 | Rollup merge of #58855 - alexcrichton:wasm-multithreaded-alloc, r=fitzgen | kennytm | -15/+80 |
| 2019-03-16 | Rollup merge of #58854 - alexcrichton:update-windows, r=Mark-Simulacrum | kennytm | -0/+0 |
| 2019-03-16 | fix tests | Grigorii Kargin | -6/+6 |
| 2019-03-15 | Option and Result: Add references to documentation of as_ref and as_mut | Chris Gregory | -4/+4 |
| 2019-03-15 | Elide object safety errors on non-existent trait function | Esteban Küber | -21/+74 |
| 2019-03-15 | Auto merge of #58556 - oli-obk:imperative_recursion, r=pnkfelix | bors | -39/+165 |
| 2019-03-15 | use `!` in macro disambiguation suggestion | Andy Russell | -3/+6 |
| 2019-03-15 | replace ad-hoc namespace enums | Andy Russell | -103/+72 |
| 2019-03-15 | overhaul intra-doc-link ambiguity warning | Andy Russell | -95/+266 |
| 2019-03-16 | a simple refactoring and removing comment. | kenta7777 | -2/+1 |
| 2019-03-16 | removed some unnecessary comments. | kenta7777 | -2/+0 |
| 2019-03-15 | Track changes to robots.txt | Kornel | -0/+19 |
| 2019-03-15 | Remove copyright notices | Douglas Creager | -42/+1 |
| 2019-03-15 | Add x86_64 musl host to the manifest | Mateusz Mikuła | -0/+1 |
| 2019-03-15 | Revert "Deprecate std::cell::RefCell::borrow_state" | Anthony Ramine | -4/+0 |
| 2019-03-15 | Revert "Remove RefCell::borrow_state" | Anthony Ramine | -0/+56 |
| 2019-03-15 | Auto merge of #58140 - eddyb:advent-of-print, r=nikomatsakis | bors | -2933/+3407 |
| 2019-03-15 | Remove restriction on isize/usize in repr(simd) | Brian Campbell | -12/+34 |
| 2019-03-15 | reduced a code repetition related to bit operation. | kenta7777 | -4/+3 |
| 2019-03-15 | rustbuild: remove obsolete fulldeps behavior from src/test/pretty tests, and ... | Eduard-Mihai Burtescu | -10/+3 |
| 2019-03-15 | Fix rebase fallout and address some review comments. | Eduard-Mihai Burtescu | -1/+9 |
| 2019-03-15 | we can now print on entering/leaving the topmost frame, and make sure it stay... | Ralf Jung | -16/+13 |
| 2019-03-15 | rustc: print ExistentialProjection with spaces around `=`, e.g. `dyn Foo<A = ... | Eduard-Mihai Burtescu | -21/+21 |
| 2019-03-15 | rustc: provide DisambiguatedDefPathData in ty::print. | Eduard-Mihai Burtescu | -71/+127 |