| Age | Commit message (Expand) | Author | Lines |
| 2016-05-05 | fixes | Ariel Ben-Yehuda | -6/+13 |
| 2016-05-04 | Update iterator.rs | Kaiyin Zhong | -1/+1 |
| 2016-05-04 | errors in the doc | Kaiyin Zhong | -2/+2 |
| 2016-05-04 | Improve diagnostics for constants being used in irrefutable patterns | Manish Goregaokar | -8/+8 |
| 2016-05-04 | add a check to make tidy to ensure cargo lock file is updated | Garrett Squire | -27/+51 |
| 2016-05-04 | rustc: Change target_env for ARM targets to `gnu` | Alex Crichton | -3/+3 |
| 2016-05-04 | Replace copy-pasted variable name with relevant one | Jake Goulding | -2/+2 |
| 2016-05-04 | Add test for `EscapeUnicode` specializations | Andrea Canciani | -0/+33 |
| 2016-05-04 | typeck: show a note about tuple indexing for erroneous tup[i] | Georg Brandl | -1/+48 |
| 2016-05-04 | rustdoc: refactor rustdoc syntax highlighting for a more flexible API | Nick Cameron | -105/+245 |
| 2016-05-03 | rustbuild: Document many more parts of the build | Alex Crichton | -47/+726 |
| 2016-05-03 | save-analysis: use a decoupled representation for dumped data | Adolfo OchagavĂa | -838/+752 |
| 2016-05-03 | mk: Pass CFLAGS for target, not host | Alex Crichton | -0/+5 |
| 2016-05-04 | Update commit hash in cargotest | Seo Sanghyeon | -1/+1 |
| 2016-05-03 | Make runtest::check_debugger_output() handle wildcards at end. | Michael Woerister | -47/+51 |
| 2016-05-03 | parser: show a helpful note on unexpected inner comment | Georg Brandl | -1/+23 |
| 2016-05-03 | stop dropping impls from cause backtraces | Ariel Ben-Yehuda | -23/+25 |
| 2016-05-03 | stop using commit_if_ok where no errors can happen | Ariel Ben-Yehuda | -52/+42 |
| 2016-05-03 | change the newly-added errors to warnings | Ariel Ben-Yehuda | -117/+363 |
| 2016-05-03 | improve error message for WF Tuples | Ariel Ben-Yehuda | -1/+10 |
| 2016-05-03 | address review comments | Ariel Ben-Yehuda | -82/+83 |
| 2016-05-03 | fix breaking changes | Ariel Ben-Yehuda | -1/+1 |
| 2016-05-03 | require the existential bounds of an object type to be object-safe | Ariel Ben-Yehuda | -11/+50 |
| 2016-05-03 | require the non-last elements of a tuple to be Sized | Ariel Ben-Yehuda | -19/+46 |
| 2016-05-03 | refactor the handling of builtin candidates | Ariel Ben-Yehuda | -203/+112 |
| 2016-05-03 | add comments and tests | Ariel Ben-Yehuda | -13/+73 |
| 2016-05-03 | Short-cut Sized matching on ADTs | Ariel Ben-Yehuda | -83/+225 |
| 2016-05-03 | Rollup merge of #33372 - birkenfeld:rustdoc-escape-code, r=cmr | Manish Goregaokar | -3/+19 |
| 2016-05-03 | Rollup merge of #33371 - birkenfeld:issue-33302, r=cmr | Manish Goregaokar | -12/+57 |
| 2016-05-03 | Rollup merge of #33357 - pcwalton:inline-mem-forget, r=brson | Manish Goregaokar | -0/+1 |
| 2016-05-03 | Rollup merge of #33343 - birkenfeld:issue-32214, r=Manishearth | Manish Goregaokar | -5/+18 |
| 2016-05-03 | Rollup merge of #33340 - birkenfeld:issue-23716, r=Manishearth | Manish Goregaokar | -11/+54 |
| 2016-05-03 | Rollup merge of #33339 - oli-obk:fix/const_eval, r=japaric | Manish Goregaokar | -55/+67 |
| 2016-05-03 | Rollup merge of #33322 - justsostephen:master, r=steveklabnik | Manish Goregaokar | -4/+4 |
| 2016-05-03 | Rollup merge of #33294 - timothy-mcroy:E0501, r=GuillaumeGomez | Manish Goregaokar | -1/+76 |
| 2016-05-03 | Rollup merge of #33277 - birkenfeld:fmt-named-dollar-args, r=steveklabnik | Manish Goregaokar | -4/+9 |
| 2016-05-03 | rustdoc: use btree map for where clauses | Georg Brandl | -3/+3 |
| 2016-05-03 | rustdoc: HTML-escape Rust code (from constants) | Georg Brandl | -3/+19 |
| 2016-05-03 | Auto merge of #33330 - birkenfeld:issue-29121, r=Manishearth | bors | -8/+15 |
| 2016-05-03 | rustdoc: fix inserting source code spans for constant values | Georg Brandl | -12/+57 |
| 2016-05-03 | Remove unused trait imports introduced while in review | Seo Sanghyeon | -2/+2 |
| 2016-05-03 | degrade gracefully with empty spans | Niko Matsakis | -1/+49 |
| 2016-05-03 | Fix build on Windows | Seo Sanghyeon | -1/+0 |
| 2016-05-03 | Fix more tests | Seo Sanghyeon | -3/+2 |
| 2016-05-03 | Fix tests related to no_std | Seo Sanghyeon | -1/+6 |
| 2016-05-03 | Warn unused trait imports | Seo Sanghyeon | -25/+169 |
| 2016-05-03 | Remove unused trait imports flagged by lint | Seo Sanghyeon | -50/+13 |
| 2016-05-02 | Auto merge of #33119 - nrc:pretty, r=pnkfelix | bors | -333/+402 |
| 2016-05-03 | typeck: when suggesting associated fns, do not show call site as fallback | Georg Brandl | -8/+15 |
| 2016-05-03 | Makefile: there is only one tidy target now | Georg Brandl | -1/+1 |