| Age | Commit message (Expand) | Author | Lines |
| 2020-01-24 | Add opt-level=0 to test | Thomas Lively | -1/+1 |
| 2020-01-24 | Update LLVM to fix crash on Emscripten targets | Thomas Lively | -0/+8 |
| 2020-01-24 | Support feature process_set_argv0 for VxWorks | BaoshanPang | -5/+39 |
| 2020-01-24 | Auto merge of #68494 - matthewjasper:internal-static-ptrs, r=nikomatsakis | bors | -33/+89 |
| 2020-01-24 | Use Self instead of self return type | Lzu Tao | -10/+10 |
| 2020-01-24 | Normalise notes with the/is | varkor | -423/+423 |
| 2020-01-24 | Normalise diagnostics with respect to "the X is declared/defined here" | varkor | -8/+8 |
| 2020-01-24 | Print constants in `type_name` for const generics | varkor | -12/+52 |
| 2020-01-24 | Render const pointers in MIR more compactly | Oliver Scherer | -7/+13 |
| 2020-01-24 | Auto merge of #68414 - michaelwoerister:share-drop-glue, r=alexcrichton | bors | -160/+212 |
| 2020-01-24 | Clean up error codes E0223 and E0225 explanations | Guillaume Gomez | -3/+7 |
| 2020-01-24 | Rollup merge of #68500 - Mark-Simulacrum:fix-bootstrap-clearing, r=alexcrichton | Tyler Mandry | -1/+1 |
| 2020-01-24 | Rollup merge of #68479 - Tyg13:unused_parens_return, r=Centril | Tyler Mandry | -27/+50 |
| 2020-01-24 | Rollup merge of #68473 - nopsledder:rust_sanitizer_fuchsia, r=alexcrichton | Tyler Mandry | -3/+25 |
| 2020-01-24 | Rollup merge of #68469 - ollie27:skip_count, r=sfackler | Tyler Mandry | -2/+16 |
| 2020-01-24 | Rollup merge of #68438 - Aaron1011:fix/tait-non-defining, r=estebank | Tyler Mandry | -2/+36 |
| 2020-01-24 | Rollup merge of #68424 - estebank:suggest-borrow-for-non-copy-vec, r=davidtwco | Tyler Mandry | -4/+69 |
| 2020-01-23 | Clear out std, not std tools | Mark Rousskov | -1/+1 |
| 2020-01-23 | Account for `ty::Error` when suggesting `impl Trait` or `Box<dyn Trait>` | Esteban Küber | -8/+191 |
| 2020-01-24 | Remove unused ignore-license directives | Tomasz Miąsko | -38/+1 |
| 2020-01-23 | Make pointers to statics internal | Matthew Jasper | -33/+89 |
| 2020-01-23 | Updating str.chars docs to mention crates.io. | Steven Degutis | -1/+2 |
| 2020-01-23 | rustc: Allow cdylibs to link against dylibs | Matthew Maurer | -24/+66 |
| 2020-01-23 | Add test accessing the module level int/float consts | Linus Färnstrand | -0/+11 |
| 2020-01-23 | Unlock assoc_int_consts in documentation examples using it | Linus Färnstrand | -0/+4 |
| 2020-01-23 | Unlock assoc_int_consts in core+std | Linus Färnstrand | -0/+2 |
| 2020-01-23 | Fix broken show-const-contents test | Linus Färnstrand | -3/+3 |
| 2020-01-23 | Remove no longer valid test | Linus Färnstrand | -18/+0 |
| 2020-01-23 | Fix some float operations to work together with the assoc consts | Linus Färnstrand | -5/+5 |
| 2020-01-23 | Add relevant associated constants to the float types | Linus Färnstrand | -28/+135 |
| 2020-01-23 | Add MIN/MAX associated constants to the integer types | Linus Färnstrand | -23/+47 |
| 2020-01-23 | use `diagnostic_item` and modify wording | Esteban Küber | -7/+19 |
| 2020-01-23 | Auto merge of #68391 - tmiasko:compiletest-debuginfo, r=alexcrichton | bors | -286/+215 |
| 2020-01-23 | Add projection query for upstream drop-glue instances. | Michael Woerister | -98/+138 |
| 2020-01-23 | add a test for #60976 | Tuomas Lappeteläinen | -0/+10 |
| 2020-01-23 | Clean up E0207 explanation | Guillaume Gomez | -13/+17 |
| 2020-01-23 | clean up error codes explanation | Guillaume Gomez | -3/+6 |
| 2020-01-23 | Make drop-glue take advantage of -Zshare-generics. | Michael Woerister | -16/+52 |
| 2020-01-23 | Always just use symbol name for sorting exported symbols. | Michael Woerister | -38/+0 |
| 2020-01-23 | Make ExportedSymbols type more local because it's not supposed to be | Michael Woerister | -4/+6 |
| 2020-01-23 | Clarify some methods around instance instantiation via comments and clearer n... | Michael Woerister | -7/+19 |
| 2020-01-23 | compiletest: Do not run debuginfo tests with gdb on msvc targets | Tomasz Miąsko | -0/+4 |
| 2020-01-23 | Auto merge of #68435 - tmandry:llvmup-2-the-return-of-phibitcast-transform-fi... | bors | -0/+0 |
| 2020-01-23 | unused-parens: implement for block return values | Tyler Lanphear | -27/+50 |
| 2020-01-23 | Auto merge of #68298 - Mark-Simulacrum:binary-depdep-fix, r=petrochenkov | bors | -8/+45 |
| 2020-01-22 | Use a `ParamEnvAnd<Predicate>` for caching in `ObligationForest` | Aaron Hill | -18/+26 |
| 2020-01-22 | Rollup merge of #68462 - matthiaskrgr:novec, r=varkor | Tyler Mandry | -3/+3 |
| 2020-01-22 | Rollup merge of #68441 - Centril:pprust-as_deref, r=Mark-Simulacrum | Tyler Mandry | -2/+2 |
| 2020-01-22 | Rollup merge of #68440 - matthiaskrgr:xpyclippy, r=Mark-Simulacrum | Tyler Mandry | -1/+1 |
| 2020-01-22 | Rollup merge of #68425 - phi-gamma:try-method, r=varkor | Tyler Mandry | -21/+90 |