| Age | Commit message (Expand) | Author | Lines |
| 2020-03-16 | Rollup merge of #69738 - mark-i-m:assoc-fn-2, r=eddyb | Dylan DPC | -111/+107 |
| 2020-03-16 | Rollup merge of #69520 - kornelski:e69492, r=cramertj | Dylan DPC | -33/+18 |
| 2020-03-16 | Rollup merge of #69122 - dtolnay:backtrace, r=cramertj | Dylan DPC | -7/+84 |
| 2020-03-16 | Rollup merge of #67335 - ecstatic-morse:qualif-refactor, r=eddyb | Dylan DPC | -202/+178 |
| 2020-03-16 | Remove QueryState type alias. | Camille GILLOT | -21/+22 |
| 2020-03-16 | Make QueryCache parameters associated types. | Camille GILLOT | -94/+101 |
| 2020-03-16 | Remove the call that makes miri fail | DutchGhost | -4/+0 |
| 2020-03-16 | Simplify type aliases. | Camille GILLOT | -36/+21 |
| 2020-03-16 | Offload try_collect_active_jobs. | Camille GILLOT | -26/+37 |
| 2020-03-16 | Remove Q parameter from try_get_cached. | Camille GILLOT | -11/+13 |
| 2020-03-16 | Remove Q parameter from JobOwner. | Camille GILLOT | -18/+43 |
| 2020-03-16 | Remove Q parameter from query stats. | Camille GILLOT | -9/+14 |
| 2020-03-16 | Remove Q parameter from alloc_self_profile_query_strings_for_query_cache. | Camille GILLOT | -6/+7 |
| 2020-03-16 | Remove Q parameter from QueryCache::lookup. | Camille GILLOT | -13/+14 |
| 2020-03-16 | Unpack type arguments for QueryState. | Camille GILLOT | -15/+23 |
| 2020-03-16 | Unpack type arguments for QueryLookup. | Camille GILLOT | -3/+4 |
| 2020-03-16 | Unpack type arguments for QueryStateShard. | Camille GILLOT | -14/+21 |
| 2020-03-16 | Move impl of Queries with its definition. | Camille GILLOT | -49/+49 |
| 2020-03-16 | Inline QueryAccessor::query. | Camille GILLOT | -9/+2 |
| 2020-03-16 | Make QueryAccessor::dep_kind an associated const. | Camille GILLOT | -11/+6 |
| 2020-03-16 | Auto merge of #70010 - Amanieu:fix-opt-catch, r=Mark-Simulacrum | bors | -26/+28 |
| 2020-03-16 | Remove __query_compute module. | Camille GILLOT | -20/+8 |
| 2020-03-15 | make article_and_description primarily use def_kind | mark | -14/+15 |
| 2020-03-16 | use direct imports for `rustc::{lint, session}`. | Mazdak Farrokhzad | -334/+307 |
| 2020-03-16 | remove unnecessary hir::map imports | Mazdak Farrokhzad | -51/+52 |
| 2020-03-15 | MethodData -> AssocFnData | Mark Mansi | -4/+4 |
| 2020-03-15 | update comment | Mark Mansi | -6/+2 |
| 2020-03-16 | Rollup merge of #70014 - TimotheeGerber:small-fix-rustdoc-book, r=Dylan-DPC | Dylan DPC | -7/+7 |
| 2020-03-16 | Rollup merge of #69998 - ayushmishra2005:doc/61137-add-long-error-code-e0634,... | Dylan DPC | -2/+22 |
| 2020-03-16 | Rollup merge of #69995 - contrun:add-context-to-literal-overflow, r=ecstatic-... | Dylan DPC | -11/+107 |
| 2020-03-16 | Rollup merge of #69992 - kornelski:robots, r=steveklabnik | Dylan DPC | -17/+2 |
| 2020-03-16 | Rollup merge of #69964 - ollie27:ci_nodejs, r=Mark-Simulacrum,GuillaumeGomez | Dylan DPC | -22/+23 |
| 2020-03-16 | Rollup merge of #69917 - GuillaumeGomez:cleanup-e0412, r=Dylan-DPC | Dylan DPC | -3/+4 |
| 2020-03-16 | Rollup merge of #69858 - da-x:windows-precise-time, r=Dylan-DPC | Dylan DPC | -1/+5 |
| 2020-03-16 | Rollup merge of #69686 - varkor:rustdoc-attributes, r=GuillaumeGomez | Dylan DPC | -23/+7 |
| 2020-03-15 | More Method->Fn renaming | Mark Mansi | -110/+110 |
| 2020-03-16 | hygiene: `modern` -> `normalize_to_macros_2_0` | Vadim Petrochenkov | -110/+141 |
| 2020-03-16 | Other `legacy` -> `macro_rules` | Vadim Petrochenkov | -31/+35 |
| 2020-03-16 | resolve: `Legacy(Scope,Binding)` -> `MacroRules(Scope,Binding)` | Vadim Petrochenkov | -53/+67 |
| 2020-03-16 | ast/hir: `MacroDef::legacy` -> `MacroDef::macro_rules` | Vadim Petrochenkov | -18/+18 |
| 2020-03-15 | rustc: tweak comments on InstanceDef. | Ana-Maria Mihalache | -12/+9 |
| 2020-03-15 | rustc: don't resolve Instances which would produce malformed shims. | Eduard-Mihai Burtescu | -32/+86 |
| 2020-03-15 | Auto merge of #68944 - Zoxc:hir-map, r=eddyb | bors | -1626/+1526 |
| 2020-03-15 | Bump the bootstrap compiler | Jonas Schievink | -108/+9 |
| 2020-03-15 | VariantSizeDifferences: bail on SizeOverflow | Mazdak Farrokhzad | -4/+20 |
| 2020-03-15 | Auto merge of #70024 - Centril:rollup-cppmaxr, r=Centril | bors | -377/+459 |
| 2020-03-15 | Add FIXME note | varkor | -1/+1 |
| 2020-03-15 | Render full attributes in rustdoc | varkor | -22/+6 |
| 2020-03-15 | Rollup merge of #70018 - LukasKalbertodt:fix-once-is-complete-since, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2020-03-15 | Rollup merge of #70013 - ecstatic-morse:check-consts-feature-gate, r=oli-obk | Mazdak Farrokhzad | -29/+32 |