| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-02-14 | Add link to `rustc::mir::Location` (#579) | Youngsuk Kim | -1/+2 | |
| 2020-02-12 | Correction of type name (#576) | Youngsuk Kim | -2/+2 | |
| `ConstraintSet` => `OutlivesConstraintSet` | ||||
| 2020-02-12 | Minor typo correction | Loris-intergalactique | -1/+1 | |
| 2020-02-10 | minor typo fix | Youngsuk Kim | -1/+1 | |
| 2020-02-10 | minor typo fix | Youngsuk Kim | -1/+1 | |
| 2020-02-10 | Update sanitizers documentation (#562) | Tomasz Miąsko | -19/+25 | |
| 2020-02-06 | Added example of icebreakers-cleanup-crew | Felix S Klock II | -0/+1 | |
| (I figure its low cost to just list all the possible pings, compared to the cost of people getting the command wrong or not even knowing the full set of teams possible.) | ||||
| 2020-02-05 | mir: begin documenting user variable debuginfo. (#571) | Eduard-Mihai Burtescu | -10/+22 | |
| 2020-02-02 | Add a mention of the new `-Zllvm-time-trace` flag | Wesley Wiser | -0/+2 | |
| 2020-02-02 | Update README | Who? Me?! | -2/+2 | |
| 2020-02-03 | Fix broken links (#570) | Who? Me?! | -6/+6 | |
| 2020-01-30 | use cargo install | Mark Mansi | -25/+2 | |
| 2020-01-30 | Add an example PR to join the Cleanup Crew ICE-Breakers | Santiago Pastorino | -0/+1 | |
| 2020-01-29 | Replaced simple comment with doc comment | LeSeulArtichaut | -1/+1 | |
| 2020-01-23 | add cleanup crew (#556) | Niko Matsakis | -0/+115 | |
| * add cleanup crew * update the text about carog-bisect-rustc etc * Update src/ice-breaker/cleanup-crew.md Co-Authored-By: lqd <remy.rakic+github@gmail.com> * finish the 3rd section * fix typo * clarify when you need to find PR range * add link to zulip stream Co-authored-by: lqd <remy.rakic+github@gmail.com> | ||||
| 2020-01-13 | Fix link | Yuki Okushi | -2/+2 | |
| 2020-01-13 | Update .gitattributes | jethrogb | -0/+5 | |
| See https://github.com/rust-lang/rust/pull/57858 | ||||
| 2020-01-13 | Fix links | Yuki Okushi | -5/+5 | |
| 2020-01-12 | Fix links and paths | Yuki Okushi | -9/+11 | |
| 2020-01-10 | Fix line length | Yuki Okushi | -17/+18 | |
| 2020-01-10 | Fix links and paths | Yuki Okushi | -33/+33 | |
| 2020-01-05 | Fix links | Yuki Okushi | -8/+8 | |
| 2020-01-03 | Summarize the lecture of ty into a chapter (#530) | Santiago Pastorino | -87/+596 | |
| * Summarize the lecture of ty into a chapter * Add note that def-id is explained later * Add mark-i-am fixes * Address some of Niko's comments * address last review comments * fix link Co-authored-by: Who? Me?! <mark-i-m@users.noreply.github.com> | ||||
| 2020-01-02 | Add missing hash marks | Aaron Hill | -3/+3 | |
| Fixes #550 I can no longer reproduce the issue | ||||
| 2020-01-02 | Apply fixes | Aaron Hill | -11/+12 | |
| Co-Authored-By: Yuki Okushi <huyuumi.dev@gmail.com> | ||||
| 2020-01-02 | Fix line lengths | Aaron Hill | -5/+8 | |
| 2020-01-02 | Update for method renames in libstd | Aaron Hill | -3/+3 | |
| 2020-01-02 | Fix name of lang item | Aaron Hill | -1/+1 | |
| 2020-01-02 | Fix typo | Aaron Hill | -1/+1 | |
| 2020-01-02 | Apply some fixes | Aaron Hill | -4/+3 | |
| Co-Authored-By: Who? Me?! <mark-i-m@users.noreply.github.com> | ||||
| 2020-01-02 | Add panic implementation docs | Aaron Hill | -0/+106 | |
| 2019-12-31 | Fix links (#549) | Yuki Okushi | -17/+17 | |
| 2019-12-31 | More info about using local LLVM (#547) | Who? Me?! | -2/+12 | |
| * more info about llvm-config * typo Co-Authored-By: Santiago Pastorino <spastorino@gmail.com> Co-authored-by: Santiago Pastorino <spastorino@gmail.com> | ||||
| 2019-12-31 | add a bit about def path (#548) | Who? Me?! | -0/+6 | |
| 2019-12-28 | minor grammar fixes | YOUNGSUK KIM | -3/+3 | |
| 2019-12-28 | Fix link | Yuki Okushi | -1/+1 | |
| 2019-12-26 | Update link | Yuki Okushi | -1/+1 | |
| 2019-12-24 | Introduce `rustc_const_stable` and explain `rustc_const_unstable` (#542) | Oliver Scherer | -0/+22 | |
| 2019-12-22 | Minor update to stability.md | Ross MacArthur | -1/+2 | |
| 2019-12-22 | Update stability documentation, mention `issue = "none"` | Ross MacArthur | -0/+5 | |
| 2019-12-22 | Rewrap stability.md to column 79 | Ross MacArthur | -39/+44 | |
| 2019-12-21 | Document rustc internal env vars a little bit (#513) | Who? Me?! | -0/+17 | |
| 2019-12-19 | chalk: place brackets in usual positions | Tshepang Lekhonkhobe | -2/+2 | |
| 2019-12-19 | salsa: reduce overlong sentence | Tshepang Lekhonkhobe | -2/+2 | |
| 2019-12-17 | Correct statement that wrongly claims the json emitter still lives in ↵ | Christoph Schmidler | -6/+4 | |
| libsyntax crate | ||||
| 2019-12-14 | update NLL after refactorings | Mark Mansi | -48/+41 | |
| 2019-12-09 | fix link | Mark Mansi | -1/+3 | |
| 2019-12-09 | move the last few things from the forge | Mark Mansi | -0/+314183 | |
| 2019-12-06 | Fix links | Yuki Okushi | -17/+8 | |
| 2019-12-03 | Remove reference to run-pass tests | Laurențiu Nicola | -3/+1 | |
