| Age | Commit message (Expand) | Author | Lines |
| 2018-11-23 | Auto merge of #54071 - eddyb:alignsssss, r=oli-obk | bors | -374/+363 |
| 2018-11-22 | Do not point at associated types from other crates | Esteban Küber | -34/+6 |
| 2018-11-22 | Reword and fix test | Esteban Küber | -23/+26 |
| 2018-11-22 | Suggest correct syntax when writing type arg instead of assoc type | Esteban Küber | -47/+88 |
| 2018-11-22 | Point at the associated type's def span | Esteban Küber | -0/+66 |
| 2018-11-22 | Join multiple E0191 errors in the same location under a single diagnostic | Esteban Küber | -27/+33 |
| 2018-11-22 | Point at every unexpected lifetime and type argument in E0107 | Esteban Küber | -29/+69 |
| 2018-11-22 | Auto merge of #56143 - nikomatsakis:issue-56128-segment-id-ice-nightly, r=pet... | bors | -41/+123 |
| 2018-11-22 | Move fake rustc_codegen_ssa dependency from rustc_driver to rustc-main | bjorn3 | -4/+4 |
| 2018-11-22 | Add rustc_codegen_ssa to sysroot | bjorn3 | -1/+23 |
| 2018-11-22 | Disable the self-profiler unless the `-Z self-profile` flag is set | Wesley Wiser | -2/+4 |
| 2018-11-22 | Fix the tracking issue for hash_raw_entry | Steven Fackler | -38/+38 |
| 2018-11-22 | miri: restrict fn argument punning to Rust ABI | Ralf Jung | -12/+21 |
| 2018-11-22 | fix codegen-units tests | Ralf Jung | -37/+38 |
| 2018-11-22 | Auto merge of #53586 - eddyb:top-lock, r=alexcrichton | bors | -3569/+39 |
| 2018-11-22 | drop glue takes in mutable references, it should reflect that in its type | Ralf Jung | -3/+21 |
| 2018-11-22 | explain how this works | Niko Matsakis | -1/+23 |
| 2018-11-22 | only reset non-restricted visibilities | Niko Matsakis | -15/+28 |
| 2018-11-22 | std::str Adapt documentation to reality | Adrian Heine né Lang | -4/+2 |
| 2018-11-22 | Auto merge of #56136 - matthiaskrgr:clippy, r=oli-obk | bors | -11/+18 |
| 2018-11-22 | submodules: update clippy from f5d868c9 to 2f6881c6 | Matthias Krüger | -11/+18 |
| 2018-11-22 | Move Cargo.{toml,lock} to the repository root directory. | Eduard-Mihai Burtescu | -3569/+39 |
| 2018-11-22 | Auto merge of #56155 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -97/+507 |
| 2018-11-22 | expand thread::park explanation | Ralf Jung | -1/+6 |
| 2018-11-22 | Rollup merge of #56126 - Turbo87:bench-parse, r=alexcrichton | Guillaume Gomez | -0/+105 |
| 2018-11-22 | Rollup merge of #56106 - bjorn3:patch-1, r=alexcrichton | Guillaume Gomez | -12/+0 |
| 2018-11-22 | Rollup merge of #56078 - ehuss:fix-panic-opt-msg, r=alexcrichton | Guillaume Gomez | -5/+5 |
| 2018-11-22 | Rollup merge of #56067 - jethrogb:jb/sgx-target-spec, r=alexcrichton | Guillaume Gomez | -0/+93 |
| 2018-11-22 | Rollup merge of #56063 - 0xrgb:patch-1, r=joshtriplett | Guillaume Gomez | -11/+11 |
| 2018-11-22 | Rollup merge of #56002 - Axary:master, r=estebank | Guillaume Gomez | -2/+58 |
| 2018-11-22 | Rollup merge of #55980 - csmoe:issue-55891, r=estebank | Guillaume Gomez | -11/+45 |
| 2018-11-22 | Rollup merge of #55961 - tromey:Bug-55944-vecdeque, r=nikomatsakis | Guillaume Gomez | -3/+22 |
| 2018-11-22 | Rollup merge of #55784 - meltinglava:master, r=KodrAus | Guillaume Gomez | -8/+8 |
| 2018-11-22 | Rollup merge of #55485 - petertodd:2018-10-manuallydrop-deref, r=TimNN | Guillaume Gomez | -2/+2 |
| 2018-11-22 | Rollup merge of #55367 - GuillaumeGomez:private-item-doc-test-lint, r=QuietMi... | Guillaume Gomez | -43/+158 |
| 2018-11-22 | Pass additional linker flags when targeting Fuchsia | Petr Hosek | -5/+24 |
| 2018-11-22 | Auto merge of #53918 - Havvy:doc-sort-by, r=GuillaumeGomez | bors | -0/+32 |
| 2018-11-21 | Move a flaky process test out of libstd | Alex Crichton | -36/+25 |
| 2018-11-22 | rustc_target: avoid using AbiAndPrefAlign where possible. | Eduard-Mihai Burtescu | -334/+311 |
| 2018-11-22 | Auto merge of #56147 - petrochenkov:impice, r=nikomatsakis | bors | -2/+71 |
| 2018-11-22 | rustc_target: separate out an individual Align from AbiAndPrefAlign. | Eduard-Mihai Burtescu | -197/+207 |
| 2018-11-22 | rustc_target: rename abi::Align to AbiAndPrefAlign. | Eduard-Mihai Burtescu | -218/+220 |
| 2018-11-22 | Make std::os::unix/linux::fs::MetadataExt::a/m/ctime* documentation clearer | ariasuni | -12/+24 |
| 2018-11-21 | add compile-pass annotation | Niko Matsakis | -0/+2 |
| 2018-11-21 | Auto merge of #56065 - oli-obk:min_const_fn_loop_ice, r=davidtwco | bors | -5/+16 |
| 2018-11-21 | Add test for sidebar link generation | Guillaume Gomez | -0/+23 |
| 2018-11-22 | resolve: Fix some asserts in import validation | Vadim Petrochenkov | -2/+71 |
| 2018-11-21 | hack: ignore list-stems for pub lint | Niko Matsakis | -1/+9 |
| 2018-11-21 | Fix BTreeSet and BTreeMap gdb pretty-printers | Tom Tromey | -63/+50 |
| 2018-11-21 | pass vis by shared reference | Niko Matsakis | -6/+6 |