| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-01-22 | Auto merge of #68192 - GuillaumeGomez:remove-inlined-types, r=kinnison | bors | -23/+32 | |
| Remove usage of global variable "inlined_types" r? @pietroalbini | ||||
| 2020-01-20 | rustdoc: Correct order of `async` and `unsafe` in `async unsafe fn`s | Oliver Middleton | -5/+5 | |
| 2020-01-20 | Remove usage of global variable "inlined_types" | Guillaume Gomez | -23/+32 | |
| 2020-01-15 | Fix rendering on sidebar and update tests | Guillaume Gomez | -4/+4 | |
| 2020-01-15 | Simplify deref impls for type aliases | Guillaume Gomez | -37/+26 | |
| 2020-01-15 | Include type alias implementations | Guillaume Gomez | -21/+32 | |
| 2020-01-15 | formatting | Guillaume Gomez | -12/+8 | |
| 2020-01-15 | Fix deref impl on type alias | Guillaume Gomez | -7/+17 | |
| 2020-01-10 | nix syntax::errors & prefer rustc_errors over errors | Mazdak Farrokhzad | -3/+2 | |
| 2020-01-07 | Rollup merge of #67908 - ollie27:rustdoc_const_html_escape, r=GuillaumeGomez | Yuki Okushi | -2/+2 | |
| rustdoc: HTML escape const values r? @GuillaumeGomez | ||||
| 2020-01-06 | Auto merge of #67886 - Centril:rustc_hir_canon_imports, r=nagisa | bors | -2/+3 | |
| Nix `rustc_hir` reexports in rustc::hir r? @Zoxc cc @Mark-Simulacrum | ||||
| 2020-01-05 | rustdoc: HTML escape const values | Oliver Middleton | -2/+2 | |
| 2020-01-05 | Use `as_deref()` to replace `as_ref().map(...)` | Ivan Tham | -3/+3 | |
| Suggested by @lzutao | ||||
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -2/+3 | |
| 2020-01-04 | canonicalize FxHash{Map,Set} imports | Mazdak Farrokhzad | -1/+1 | |
| 2020-01-02 | Normalize `syntax::edition` imports. | Mazdak Farrokhzad | -1/+1 | |
| 2020-01-02 | Normalize `syntax::symbol` imports. | Mazdak Farrokhzad | -1/+1 | |
| 2020-01-02 | Normalize `syntax::source_map` imports. | Mazdak Farrokhzad | -1/+1 | |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -1/+1 | |
| 2019-12-24 | Deprecate Error::description for real | David Tolnay | -5/+1 | |
| `description` has been documented as soft-deprecated since 1.27.0 (17 months ago). There is no longer any reason to call it or implement it. This commit: - adds #[rustc_deprecated(since = "1.41.0")] to Error::description; - moves description (and cause, which is also deprecated) below the source and backtrace methods in the Error trait; - reduces documentation of description and cause to take up much less vertical real estate in rustdocs, while preserving the example that shows how to render errors without needing to call description; - removes the description function of all *currently unstable* Error impls in the standard library; - marks #[allow(deprecated)] the description function of all *stable* Error impls in the standard library; - replaces miscellaneous uses of description in example code and the compiler. | ||||
| 2019-12-24 | Show value for consts in the documentation | Ohad Ravid | -2/+24 | |
| 2019-12-22 | Format the world | Mark Rousskov | -1185/+1520 | |
| 2019-12-22 | Implement PrintWithSpace trait on hir::Mutability | Guillaume Gomez | -1/+1 | |
| 2019-12-21 | Remove clean::Mutability enum | Guillaume Gomez | -2/+2 | |
| 2019-12-12 | replace serialize with serde in rustdoc | Andy Russell | -57/+86 | |
| 2019-12-08 | Sort auto trait and blanket implementations display | Guillaume Gomez | -6/+17 | |
| 2019-12-05 | Auto merge of #66828 - GuillaumeGomez:less-minification, r=kinnison | bors | -90/+13 | |
| Less minification The goal of this PR is to remove the minification process on the `search-index.js` file. It provides great result in term of space reduction but the computation time is far too long. I'll work on this issue and will put it back once it's fast enough. cc @nox @lqd r? @kinnison | ||||
| 2019-12-02 | Add missing backline | Guillaume Gomez | -1/+1 | |
| 2019-12-02 | minify theme.js as well | Guillaume Gomez | -4/+3 | |
| 2019-12-02 | Remove minification on search-index.js file | Guillaume Gomez | -85/+9 | |
| 2019-11-30 | move UnstableFeatures -> rustc_feature | Mazdak Farrokhzad | -1/+1 | |
| 2019-11-23 | Rollup merge of #66657 - ollie27:rustdoc_flock_panic, r=GuillaumeGomez | Mazdak Farrokhzad | -1/+2 | |
| rustdoc: Don't panic when failing to write .lock file It can be treated like any other unexpected IO error. I couldn't think of a good way to add a test for this unfortunately. r? @GuillaumeGomez | ||||
| 2019-11-23 | rustdoc: Don't panic when failing to write .lock file | Oliver Middleton | -1/+2 | |
| It can be treated like any other unexpected IO error. | ||||
| 2019-11-21 | Revert "Update Source Code Pro and include italics" | Guillaume Gomez | -4/+2 | |
| This reverts commit ea9519bf16f0be137a814a49c9fbaf232ba49a43. | ||||
| 2019-11-20 | Rollup merge of #66514 - GuillaumeGomez:fix-search-filter-save, r=kinnison | Mazdak Farrokhzad | -1/+3 | |
| Fix selected crate search filter Fixes #62929. r? @kinnison | ||||
| 2019-11-20 | Rollup merge of #65665 - tspiteri:italic-and-update-SourceCodePro, ↵ | Mazdak Farrokhzad | -2/+4 | |
| r=GuillaumeGomez Update Source Code Pro and include italics Fixes #65502. A few notes: * As stated in #65502, this does increase the download size. * Since this PR changes the font set, I think docs.rs would have to be updated if this PR is merged. * The fonts have a double extension (.ttf.woff); this is to keep the names consistent with the upstream font release which does that to distinguish these from the .otf.woff files ([Source Code Pro otf renders poorly on older Windows system apps](https://github.com/adobe-fonts/source-code-pro/issues/25#issuecomment-9019600)). | ||||
| 2019-11-18 | Apply review comments | Guillaume Gomez | -4/+2 | |
| 2019-11-18 | rename check-theme option into check-themes | Guillaume Gomez | -5/+2 | |
| 2019-11-18 | Improve documentation, add checks for themes option arguments, make sure the ↵ | Guillaume Gomez | -1/+1 | |
| themes file names are js compatible | ||||
| 2019-11-18 | Prevent invalid html characters in themes name | Guillaume Gomez | -1/+3 | |
| 2019-11-18 | Fix selected crate search filter | Guillaume Gomez | -1/+3 | |
| 2019-11-07 | Rollup merge of #64696 - GuillaumeGomez:rustdoc-sub-settings, r=kinnison | Mazdak Farrokhzad | -20/+79 | |
| [rustdoc] add sub settings This PR is to give a finer control over what types are automatically expanded or not as well as the possibility to add sub-settings in the settings page.  r? @Mark-Simulacrum | ||||
| 2019-11-04 | Change sub-setting CSS class to sub-settings | Guillaume Gomez | -1/+1 | |
| 2019-11-02 | Simplify various `Symbol` use points. | Nicholas Nethercote | -1/+1 | |
| Including removing a bunch of unnecessary `.as_str()` calls, and a bunch of unnecessary sigils. | ||||
| 2019-10-29 | add sub settings in rustdoc | Guillaume Gomez | -20/+79 | |
| 2019-10-27 | rustc, rustc_passes: don't depend on syntax_expand. | Mazdak Farrokhzad | -1/+1 | |
| This is done by moving some data definitions to syntax::expand. | ||||
| 2019-10-21 | Update Source Code Pro and include italics | Trevor Spiteri | -2/+4 | |
| 2019-10-21 | Add option to disable keyboard shortcuts in docs | Guillaume Gomez | -0/+1 | |
| 2019-10-16 | move syntax::ext to new crate syntax_expand | Mazdak Farrokhzad | -2/+2 | |
| 2019-10-13 | ast: remove implicit pprust dependency via Display. | Mazdak Farrokhzad | -1/+2 | |
| Instead just use `pprust::path_to_string(..)` where needed. This has two benefits: a) The AST definition is now independent of printing it. (Therefore we get closer to extracting a data-crate.) b) Debugging should be easier as program flow is clearer. | ||||
