| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-09-11 | address nits | Niko Matsakis | -20/+21 | |
| 2018-09-11 | add content | Niko Matsakis | -24/+218 | |
| 2018-09-11 | rearrange to promote the borrow checker into its own section | Niko Matsakis | -2/+2 | |
| 2018-09-11 | wrap lines in `running.md` | Niko Matsakis | -4/+7 | |
| 2018-09-11 | wrap long lines | Niko Matsakis | -3/+4 | |
| 2018-09-11 | remove silly `note:` | Niko Matsakis | -1/+2 | |
| 2018-09-11 | fix some more typos | Niko Matsakis | -3/+4 | |
| 2018-09-11 | fix typo, add link | Niko Matsakis | -15/+17 | |
| 2018-09-11 | fix typos | Niko Matsakis | -2/+2 | |
| 2018-09-11 | note about why stage1/stage2 are different | Niko Matsakis | -0/+9 | |
| 2018-09-11 | wrap long lines | Niko Matsakis | -6/+8 | |
| 2018-09-11 | document keep-stage1 | Niko Matsakis | -34/+100 | |
| 2018-09-10 | Mention incremental compilation in testing chapter | Philipp Hansch | -1/+21 | |
| The `--incremental` flag was only mentioned in [how_to_build_and_run] so far. Faster testing means faster iteration and perhaps even more added tests. [how_to_build_and_run]: https://rust-lang-nursery.github.io/rustc-guide/how-to-build-and-run.html | ||||
| 2018-09-10 | fix various bash snippets | Niko Matsakis | -9/+9 | |
| 2018-09-10 | links are always relative to root or what? | Niko Matsakis | -1/+1 | |
| 2018-09-10 | fix link | Niko Matsakis | -1/+3 | |
| 2018-09-10 | add a note about the collector executable | Niko Matsakis | -3/+29 | |
| 2018-09-10 | update with njn's insight | Niko Matsakis | -5/+5 | |
| 2018-09-10 | don't write `rust-prof` bur rather `<toolchain> | Niko Matsakis | -5/+9 | |
| 2018-09-10 | link to build-and-run, fix em-dash | Niko Matsakis | -2/+10 | |
| 2018-09-10 | say function, not fn | Niko Matsakis | -3/+3 | |
| 2018-09-10 | be consistent about bash snippets | Niko Matsakis | -7/+7 | |
| 2018-09-10 | fix long lines | Niko Matsakis | -2/+4 | |
| 2018-09-10 | switch to em-dash | Niko Matsakis | -9/+10 | |
| 2018-09-10 | various nits from mark-i-m | Niko Matsakis | -18/+20 | |
| 2018-09-10 | add a section about profiling with perf | Niko Matsakis | -1/+306 | |
| 2018-09-07 | Write in English | Dale Wijnand | -1/+1 | |
| 2018-09-07 | No copyright notices on new tests | Dale Wijnand | -1/+0 | |
| 2018-08-31 | note about discussion channels | Niko Matsakis | -0/+10 | |
| 2018-08-31 | includ some notes on finding bugs | Niko Matsakis | -1/+4 | |
| 2018-08-31 | fix various minor points | Niko Matsakis | -6/+6 | |
| 2018-08-31 | adjust long lines | Niko Matsakis | -15/+21 | |
| 2018-08-31 | add a section about the compiler team | Niko Matsakis | -0/+101 | |
| 2018-08-31 | tweak long line | Niko Matsakis | -5/+6 | |
| 2018-08-31 | sprinkle links to rustdoc through the HIR explanation | Niko Matsakis | -29/+58 | |
| 2018-08-23 | address review comment | Sébastien Duquette | -2/+2 | |
| 2018-08-23 | Fix lines over 80 columns. | Sébastien Duquette | -6/+7 | |
| 2018-08-23 | Rename CodeMap and FileMap to SourceMap and SourceFile. | Sébastien Duquette | -17/+17 | |
| Those types were renamed in https://github.com/rust-lang/rust/pull/52953 | ||||
| 2018-08-20 | add rust,ignore to code snippets | Niko Matsakis | -2/+2 | |
| 2018-08-20 | Update existential-types.md | Oliver Schneider | -3/+3 | |
| 2018-08-20 | Explain existential types | Oliver Schneider | -0/+49 | |
| 2018-08-20 | Update copyright guidance to omit notices for new files. | Josh Triplett | -32/+5 | |
| Previously approved in https://github.com/rust-lang/rust/pull/43498 ; update the guide to match. | ||||
| 2018-08-11 | More descriptive name for #[test] implementation | John Renner | -1/+1 | |
| 2018-08-11 | Shorten line length | John Renner | -20/+29 | |
| 2018-08-11 | Add testing chapter | John Renner | -0/+146 | |
| 2018-08-09 | Update compiler test documentation | Tom Tromey | -2/+12 | |
| Update the compiler test documentation to document ignore-gdb-version and min-system-llvm-version; and expand the min-gdb-version, min-lldb-version, and min-llvm-version documentation a little. | ||||
| 2018-07-16 | minor improvements | mark | -1/+6 | |
| 2018-07-16 | add notes about generating llvm ir | mark | -53/+117 | |
| 2018-07-16 | line length | mark | -6/+7 | |
| 2018-07-16 | add a bit on llvm | mark | -1/+48 | |
