| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 2019-03-15 | rustc: slice substs in ty::print instead of passing the full ones. | Eduard-Mihai Burtescu | -88/+79 |
| 2019-03-15 | rustc: let ty::print::pretty's p! macro call arbitrary methods. | Eduard-Mihai Burtescu | -35/+32 |
| 2019-03-15 | rustc: remove PrintCx from ty::Print and rely on printers carrying TyCtxt. | Eduard-Mihai Burtescu | -907/+850 |
| 2019-03-15 | rustc: remove the ability for pretty-printers to override nesting. | Eduard-Mihai Burtescu | -70/+59 |
| 2019-03-15 | rustc: don't thread existential projections through path_generic_args. | Eduard-Mihai Burtescu | -156/+251 |
| 2019-03-15 | rustc: make `pretty_path_generic_args`' task as simple as possible. | Eduard-Mihai Burtescu | -88/+70 |
| 2019-03-15 | rustc: print elided regions as '_ instead of nothing, and use a separate chec... | Eduard-Mihai Burtescu | -39/+41 |
| 2019-03-15 | rustc: always hide defaulted generic args, even in verbose mode. | Eduard-Mihai Burtescu | -27/+30 |
| 2019-03-15 | rustc: move ty::print::PrintConfig's fields to FmtPrinter. | Eduard-Mihai Burtescu | -190/+185 |
| 2019-03-15 | rustc: streamline the Print/fmt::Display impls in ppaux and move them to ty::... | Eduard-Mihai Burtescu | -425/+303 |
| 2019-03-15 | rustc: remove obsolete hacks from ppaux, relating to normalization under HRTB. | Eduard-Mihai Burtescu | -104/+142 |
| 2019-03-15 | rustc: move Debug impls from ppaux to ty::structural_impls. | Eduard-Mihai Burtescu | -287/+288 |
| 2019-03-15 | rustc: disconnect all the Debug functionality from ty::print. | Eduard-Mihai Burtescu | -210/+141 |
| 2019-03-15 | rustc: make util::ppaux private. | Eduard-Mihai Burtescu | -27/+23 |
| 2019-03-15 | rustc: remove fields from ty::print::PrintConfig available from tcx. | Eduard-Mihai Burtescu | -39/+29 |
| 2019-03-15 | rustc: split out the pretty-printing parts of ty::print into a separate module. | Eduard-Mihai Burtescu | -1275/+1324 |
| 2019-03-15 | rustc: move ty/print.rs to ty/print/mod.rs. | Eduard-Mihai Burtescu | -0/+0 |
| 2019-03-15 | rustc_codegen_utils: print all nominal types as paths, in symbol names. | Eduard-Mihai Burtescu | -2/+28 |
| 2019-03-15 | rustc: don't pass Namespace explicitly, but rather track it in FmtPrinter. | Eduard-Mihai Burtescu | -156/+102 |
| 2019-03-15 | rustc: introduce a ty::print::PrettyPrinter helper for printing "<...>". | Eduard-Mihai Burtescu | -117/+132 |