| Age | Commit message (Expand) | Author | Lines |
| 2020-03-16 | Small fixes in documentation | Youngsuk Kim | -3/+3 |
| 2020-03-17 | Add tests | Tim Vermeulen | -0/+72 |
| 2020-03-17 | Fix FlattenCompat::{next, next_back} | Tim Vermeulen | -4/+6 |
| 2020-03-16 | Add missing variable to load in non-std tester as well | Guillaume Gomez | -2/+2 |
| 2020-03-16 | Auto merge of #68970 - matthewjasper:min-spec, r=nikomatsakis | bors | -73/+1095 |
| 2020-03-16 | make safety comments more explicit | TyPR124 | -4/+4 |
| 2020-03-16 | corrections on safety comments | TyPR124 | -3/+3 |
| 2020-03-16 | remove #[inline] for consistency in windows/os_str | TyPR124 | -1/+0 |
| 2020-03-16 | add comments about safety | TyPR124 | -0/+16 |
| 2020-03-16 | Build dist-android with --enable-profiler | rojamd | -0/+1 |
| 2020-03-16 | submodules: update clippy from 8485d40a to 23549a8c | Matthias Krüger | -12/+8 |
| 2020-03-16 | Fiddle `ParamEnv` through to a place that used to use `ParamEnv::empty` in a ... | Oliver Scherer | -24/+64 |
| 2020-03-16 | Update src/librustdoc/html/static/main.js
| Guillaume Gomez | -1/+1 |
| 2020-03-16 | Rename render::Type to improve naming | Guillaume Gomez | -8/+8 |
| 2020-03-16 | formatting | Guillaume Gomez | -27/+24 |
| 2020-03-16 | Add tests for new of variables | Guillaume Gomez | -2/+12 |
| 2020-03-16 | Update JS results tester | Guillaume Gomez | -2/+5 |
| 2020-03-16 | Support type search for arguments and returned types | Guillaume Gomez | -103/+222 |
| 2020-03-16 | Make macro metavars respect (non-)hygiene | Matthew Jasper | -24/+111 |
| 2020-03-16 | allowing getting &mut OsStr from OsString | TyPR124 | -0/+31 |
| 2020-03-16 | Fix wrong deref | lzutao | -2/+2 |
| 2020-03-16 | Use sublice patterns to avoid computing the len | lzutao | -12/+4 |
| 2020-03-16 | make mem::{zeroed,uninitialized} inline(always) | Ralf Jung | -2/+2 |
| 2020-03-16 | Auto merge of #67133 - oli-obk:it_must_be_a_sign, r=eddyb | bors | -189/+379 |
| 2020-03-16 | rather than removing const_forget_box, stick an attribute on it and explain i... | DutchGhost | -0/+12 |
| 2020-03-16 | init-large-type test needs optimizations | Ralf Jung | -0/+1 |
| 2020-03-16 | The const_forget_box was unused, and doesns't add anything to test by itself. | DutchGhost | -8/+0 |
| 2020-03-16 | Rollup merge of #70036 - mark-i-m:describe-it-4, r=eddyb | Dylan DPC | -14/+15 |
| 2020-03-16 | Rollup merge of #69989 - petrochenkov:nolegacy, r=eddyb,matthewjasper | Dylan DPC | -211/+260 |
| 2020-03-16 | Rollup merge of #69867 - ayushmishra2005:doc/61137-add-long-error-code-e0628,... | Dylan DPC | -1/+32 |
| 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 |