| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-03-31 | and a few more links | mark | -7/+6 | |
| 2020-03-31 | fix a few more links | mark | -8/+10 | |
| 2020-03-31 | QueryDescription has moved | Tshepang Lekhonkhobe | -1/+1 | |
| 2020-03-31 | Rename `librustc` to `librustc_middle` | LeSeulArtichaut | -123/+123 | |
| 2020-03-31 | Update reference to `has_any_child_of` in docs | ecstatic-morse | -5/+5 | |
| This function was obsoleted by `find_in_move_path_or_its_descendants`. | ||||
| 2020-03-31 | Update books. | Eric Huss | -0/+0 | |
| 2020-03-30 | Document ThreadSanitizer in unstable-book | Tomasz Miąsko | -86/+150 | |
| 2020-03-28 | glossary: misc improvements (#638) | Tshepang Lekhonkhobe | -69/+69 | |
| 2020-03-27 | Fix typo (#635) | Alex Aktsipetrov | -3/+3 | |
| * Typo * Update src/queries/query-evaluation-model-in-detail.md Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com> | ||||
| 2020-03-26 | Update description of incremental compilation. | Michael Woerister | -27/+98 | |
| 2020-03-26 | Rename asm! to llvm_asm! | Amanieu d'Antras | -23/+23 | |
| asm! is left as a wrapper around llvm_asm! to maintain compatibility. | ||||
| 2020-03-26 | create a tracking issue and link to it | Niko Matsakis | -2/+2 | |
| 2020-03-26 | introduce `negative_impls` feature gate and document | Niko Matsakis | -1/+120 | |
| They used to be covered by `optin_builtin_traits` but negative impls are now applicable to all traits, not just auto traits. This also adds docs in the unstable book for the current state of auto traits. | ||||
| 2020-03-25 | Update high-level-overview.md | Alex Aktsipetrov | -2/+1 | |
| Remove an obsolete clarification about libsyntax and co. | ||||
| 2020-03-24 | Move rustc-guide submodule to rustc-dev-guide | Santiago Pastorino | -0/+0 | |
| 2020-03-24 | Rollup merge of #69788 - ArekPiekarz:unstable_book_optin_builtin_traits, ↵ | Mazdak Farrokhzad | -1/+1 | |
| r=Dylan-DPC Fix sequence of Type and Trait in optin-builtin-traits in Unstable Book A simple fix in docs - the sequence of words in basic example of negative trait implementation was reversed. | ||||
| 2020-03-23 | Rollup merge of #70300 - aleksator:66636_reword_unused_variable_warning, ↵ | Mazdak Farrokhzad | -2/+2 | |
| r=Dylan-DPC Reword unused variable warning Fixes #66636 | ||||
| 2020-03-23 | Rollup merge of #69494 - GuillaumeGomez:stabilize-crate-version, ↵ | Mazdak Farrokhzad | -12/+12 | |
| r=ehuss,aleksator,ollie27 Stabilize --crate-version option in rustdoc I don't see any reason to not stabilize it anymore, so let's go! cc @kinnison @ehuss r? @ollie27 | ||||
| 2020-03-23 | Reword unused variable warning | Alex Tokarev | -2/+2 | |
| 2020-03-22 | minor grammar edit | Chris Simpkins | -1/+1 | |
| 2020-03-22 | change title | Chris Simpkins | -1/+1 | |
| Co-Authored-By: Who? Me?! <mark-i-m@users.noreply.github.com> | ||||
| 2020-03-22 | Update src/licenses.md | Chris Simpkins | -1/+1 | |
| Co-Authored-By: Who? Me?! <mark-i-m@users.noreply.github.com> | ||||
| 2020-03-22 | add rust-lang/rust license documentation | Chris Simpkins | -0/+6 | |
| 2020-03-22 | [stupid-stats] replace removed rustc_codegen_utils with rustc_codegen_ssa | Chris Simpkins | -1/+1 | |
| 2020-03-22 | run_compiler is exported by rustc_interface | George Fraser | -5/+4 | |
| 2020-03-21 | Fix reference | George Fraser | -1/+1 | |
| Co-Authored-By: Who? Me?! <mark-i-m@users.noreply.github.com> | ||||
| 2020-03-21 | Reference example from #621 | George Fraser | -0/+2 | |
| 2020-03-22 | Example of rustc interface (#621) | George Fraser | -0/+103 | |
| * Example of rustc interface (https://internals.rust-lang.org/t/using-the-rustc-interface-crate/11982) | ||||
| 2020-03-21 | Move GenericArgs chapter under ty (#624) | Who? Me?! | -1/+1 | |
| 2020-03-20 | words (#622) | Bastian Kauschke | -1/+1 | |
| 2020-03-17 | Fix typo (#618) | bjorn3 | -1/+1 | |
| 2020-03-17 | Update src/walkthrough.md | Santiago Pastorino | -1/+1 | |
| Co-Authored-By: Who? Me?! <mark-i-m@users.noreply.github.com> | ||||
| 2020-03-17 | Update src/bug-fix-procedure.md | Santiago Pastorino | -2/+1 | |
| Co-Authored-By: Who? Me?! <mark-i-m@users.noreply.github.com> | ||||
| 2020-03-17 | use-jemalloc -> jemalloc | Santiago Pastorino | -1/+1 | |
| 2020-03-17 | Fix line lengths | Santiago Pastorino | -12/+12 | |
| 2020-03-17 | Remove typo | Santiago Pastorino | -1/+1 | |
| 2020-03-17 | This page is diagnostics.html now | Santiago Pastorino | -1/+1 | |
| 2020-03-17 | It may Take a lot of time instead of 2 hours | Santiago Pastorino | -2/+2 | |
| 2020-03-17 | All the text is at the time of this writing | Santiago Pastorino | -3/+2 | |
| 2020-03-17 | Suites are defined in enum Mode | Santiago Pastorino | -1/+1 | |
| 2020-03-17 | This is no longer true since rust#49219 | Santiago Pastorino | -2/+1 | |
| 2020-03-17 | Avoid as of this writing given that everything is as of this writing :) | Santiago Pastorino | -3/+3 | |
| 2020-03-17 | Rephrase where compiletest is located | Santiago Pastorino | -4/+4 | |
| 2020-03-17 | Add some more info to param_env (#610) | Who? Me?! | -10/+49 | |
| * add some more info to param_env * Remove some trailing spaces Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com> | ||||
| 2020-03-16 | Changed rustc-ty link to go to first message | Solomon Ucko | -1/+1 | |
| 2020-03-16 | Update books | Eric Huss | -0/+0 | |
| 2020-03-16 | Change Rust Koans link to point to first koan | Solomon Ucko | -1/+1 | |
| 2020-03-17 | Fix broken link (#612) | Who? Me?! | -1/+1 | |
| 2020-03-16 | quote some commands by to make the style more consistent (#611) | DillionMango | -7/+7 | |
| 2020-03-15 | Clarify sentence meaning | Youngsuk Kim | -1/+1 | |
